Lines Matching refs:OptionValue
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()
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()
525 error = OptionValue::SetValueFromString(value, op); in SetValueFromString()
538 OptionValue *option_value = property->GetValue().get(); in DumpValue()
579 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()