Lines Matching refs:OptionValue
26 case OptionValue::eTypeInvalid: in Property()
27 case OptionValue::eTypeProperties: in Property()
29 case OptionValue::eTypeArch: in Property()
36 case OptionValue::eTypeArgs: in Property()
41 case OptionValue::eTypeArray: in Property()
43 m_value_sp.reset(new OptionValueArray(OptionValue::ConvertTypeToMask( in Property()
44 (OptionValue::Type)definition.default_uint_value))); in Property()
47 case OptionValue::eTypeBoolean: in Property()
60 case OptionValue::eTypeChar: { in Property()
66 case OptionValue::eTypeDictionary: in Property()
68 m_value_sp.reset(new OptionValueDictionary(OptionValue::ConvertTypeToMask( in Property()
69 (OptionValue::Type)definition.default_uint_value))); in Property()
72 case OptionValue::eTypeEnum: in Property()
97 case OptionValue::eTypeFileSpec: { in Property()
108 case OptionValue::eTypeFileSpecList: in Property()
114 case OptionValue::eTypeFormat: in Property()
130 case OptionValue::eTypeLanguage: in Property()
146 case OptionValue::eTypeFormatEntity: in Property()
153 case OptionValue::eTypePathMap: in Property()
160 case OptionValue::eTypeRegex: in Property()
167 case OptionValue::eTypeSInt64: in Property()
178 case OptionValue::eTypeUInt64: in Property()
189 case OptionValue::eTypeUUID: in Property()
200 case OptionValue::eTypeString: in Property()
233 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription; in Dump()
234 const bool dump_cmd = dump_mask & OptionValue::eDumpOptionCommand; in Dump()
239 if ((dump_mask & OptionValue::eDumpOptionName) && m_name) { in Dump()
241 if (dump_mask & ~OptionValue::eDumpOptionName) in Dump()
250 if (transparent && (dump_mask == (OptionValue::eDumpOptionName | in Dump()
251 OptionValue::eDumpOptionDescription))) in Dump()