Lines Matching refs:OptionValue

27   case OptionValue::eTypeInvalid:  in Property()
28 case OptionValue::eTypeProperties: in Property()
30 case OptionValue::eTypeArch: in Property()
38 case OptionValue::eTypeArgs: in Property()
43 case OptionValue::eTypeArray: in Property()
46 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
47 (OptionValue::Type)definition.default_uint_value)); in Property()
50 case OptionValue::eTypeBoolean: in Property()
64 case OptionValue::eTypeChar: { in Property()
70 case OptionValue::eTypeDictionary: in Property()
73 std::make_shared<OptionValueDictionary>(OptionValue::ConvertTypeToMask( in Property()
74 (OptionValue::Type)definition.default_uint_value)); in Property()
77 case OptionValue::eTypeEnum: in Property()
102 case OptionValue::eTypeFileLineColumn: in Property()
108 case OptionValue::eTypeFileSpec: { in Property()
119 case OptionValue::eTypeFileSpecList: in Property()
125 case OptionValue::eTypeFormat: in Property()
141 case OptionValue::eTypeLanguage: in Property()
157 case OptionValue::eTypeFormatEntity: in Property()
164 case OptionValue::eTypePathMap: in Property()
171 case OptionValue::eTypeRegex: in Property()
179 case OptionValue::eTypeSInt64: in Property()
190 case OptionValue::eTypeUInt64: in Property()
201 case OptionValue::eTypeUUID: in Property()
212 case OptionValue::eTypeString: in Property()
245 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription; in Dump()
246 const bool dump_cmd = dump_mask & OptionValue::eDumpOptionCommand; in Dump()
251 if ((dump_mask & OptionValue::eDumpOptionName) && m_name) { in Dump()
253 if (dump_mask & ~OptionValue::eDumpOptionName) in Dump()
262 if (transparent && (dump_mask == (OptionValue::eDumpOptionName | in Dump()
263 OptionValue::eDumpOptionDescription))) in Dump()