Lines Matching refs:OptionValueSP
45 const OptionValueSP &value_sp) { in AppendProperty()
52 lldb::OptionValueSP
57 return OptionValueSP(); in GetValueForKey()
60 return OptionValueSP(); in GetValueForKey()
64 lldb::OptionValueSP
67 lldb::OptionValueSP value_sp; in GetSubValue()
69 return OptionValueSP(); in GetSubValue()
86 lldb::OptionValueSP return_val_sp; in GetSubValue()
127 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, error)); in SetSubValue()
157 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
162 return OptionValueSP(); in GetPropertyValueAtIndex()
168 OptionValueSP value_sp(GetPropertyValueAtIndex(idx, exe_ctx)); in GetPropertyAtIndexAsOptionValuePathMappings()
177 OptionValueSP value_sp(GetPropertyValueAtIndex(idx, exe_ctx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
284 OptionValueSP value_sp(GetPropertyValueAtIndex(idx, exe_ctx)); in GetPropertyAtIndexAsOptionValueString()
359 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, property_path, error)); in DumpPropertyValue()
386 OptionValueSP
387 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
484 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name)); in GetSubProperty()