Lines Matching refs:OptionValue
25 : OptionValue(), m_name(name), m_properties(), m_name_to_index() {} in OptionValueProperties()
29 : OptionValue(global_properties), in OptionValueProperties()
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()
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()
547 error = OptionValue::SetValueFromString(value, op); in SetValueFromString()
560 OptionValue *option_value = property->GetValue().get(); in DumpValue()