Lines Matching refs:GetValue
34 property.GetValue()->SetParent(shared_from_this()); in Initialize()
85 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
190 return setting->GetValue(); in GetPropertyValueAtIndex()
216 return property->GetValue()->GetAsArch(); in GetPropertyAtIndexAsOptionValueArch()
225 return property->GetValue()->GetAsLanguage(); in GetPropertyAtIndexAsOptionValueLanguage()
233 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsLanguage()
246 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsArgs()
271 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs()
294 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsBoolean()
305 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsBoolean()
319 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
327 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsEnumeration()
338 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsEnumeration()
350 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFormatEntity()
362 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueFileSpec()
373 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFileSpec()
385 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsFileSpec()
397 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueRegex()
408 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueSInt64()
419 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueUInt64()
430 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsSInt64()
441 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsSInt64()
453 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsString()
464 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsString()
483 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsUInt64()
494 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsUInt64()
504 m_properties[i].GetValue()->Clear(); in Clear()
538 OptionValue *option_value = property->GetValue().get(); in DumpValue()
589 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy()
617 property->GetValue()->GetAsProperties(); in GetPropertyAtPath()
650 property->GetValue()->GetAsProperties(); in Apropos()