Lines Matching refs:OptionValue

234   OptionValue *value = property->GetValue().get();  in GetPropertyAtIndexAsArgs()
259 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs()
282 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsBoolean()
293 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsBoolean()
315 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsEnumeration()
326 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsEnumeration()
338 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFormatEntity()
350 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueFileSpec()
361 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFileSpec()
373 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsFileSpec()
385 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueRegex()
396 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueSInt64()
407 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsSInt64()
418 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsSInt64()
430 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsString()
441 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsString()
460 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsUInt64()
471 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsUInt64()
502 error = OptionValue::SetValueFromString(value, op); in SetValueFromString()
515 OptionValue *option_value = property->GetValue().get(); in DumpValue()
556 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()