• Home
  • Raw
  • Download

Lines Matching refs:OptionValue

24     : OptionValue(), m_name(name), m_properties(), m_name_to_index() {}  in OptionValueProperties()
28 : OptionValue(global_properties), in OptionValueProperties()
254 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsArgs()
273 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs()
292 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsBoolean()
303 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsBoolean()
325 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsEnumeration()
336 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsEnumeration()
348 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFormatEntity()
360 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueFileSpec()
371 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsFileSpec()
383 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsFileSpec()
395 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueRegex()
406 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsOptionValueSInt64()
417 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsSInt64()
428 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsSInt64()
440 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsString()
451 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsString()
470 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsUInt64()
481 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsUInt64()
512 error = OptionValue::SetValueFromString(value, op); in SetValueFromString()
525 OptionValue *option_value = property->GetValue().get(); in DumpValue()