Lines Matching refs:GetValue

42       lldb::OptionValueSP new_value_sp(m_properties[i].GetValue()->DeepCopy());  in OptionValueProperties()
57 property.GetValue()->SetParent(shared_from_this()); in Initialize()
107 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
245 return setting->GetValue(); in GetPropertyValueAtIndex()
271 return property->GetValue()->GetAsArch(); in GetPropertyAtIndexAsOptionValueArch()
280 return property->GetValue()->GetAsLanguage(); in GetPropertyAtIndexAsOptionValueLanguage()
288 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsArgs()
307 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs()
326 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsBoolean()
337 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsBoolean()
351 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
359 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsEnumeration()
370 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsEnumeration()
382 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFormatEntity()
394 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueFileSpec()
405 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFileSpec()
417 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsFileSpec()
429 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueRegex()
440 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueSInt64()
451 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsSInt64()
462 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsSInt64()
474 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsString()
485 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsString()
504 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsUInt64()
515 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsUInt64()
525 m_properties[i].GetValue()->Clear(); in Clear()
560 OptionValue *option_value = property->GetValue().get(); in DumpValue()
615 property->GetValue()->GetAsProperties(); in GetPropertyAtPath()
648 property->GetValue()->GetAsProperties(); in Apropos()