Lines Matching refs:OptionValue

26   case OptionValue::eTypeInvalid:  in Property()
27 case OptionValue::eTypeProperties: in Property()
29 case OptionValue::eTypeArch: in Property()
37 case OptionValue::eTypeArgs: in Property()
42 case OptionValue::eTypeArray: in Property()
45 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
46 (OptionValue::Type)definition.default_uint_value)); in Property()
49 case OptionValue::eTypeBoolean: in Property()
63 case OptionValue::eTypeChar: { in Property()
69 case OptionValue::eTypeDictionary: in Property()
72 OptionValue::ConvertTypeToMask( in Property()
73 (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()
192 case OptionValue::eTypeUInt64: { in Property()
205 case OptionValue::eTypeUUID: in Property()
216 case OptionValue::eTypeString: in Property()
250 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription; in Dump()
251 const bool dump_cmd = dump_mask & OptionValue::eDumpOptionCommand; in Dump()
256 if ((dump_mask & OptionValue::eDumpOptionName) && !m_name.empty()) { in Dump()
258 if (dump_mask & ~OptionValue::eDumpOptionName) in Dump()
267 if (transparent && (dump_mask == (OptionValue::eDumpOptionName | in Dump()
268 OptionValue::eDumpOptionDescription))) in Dump()