Searched refs:eTypeEnum (Results 1 – 9 of 9) sorted by relevance
61 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName() 86 if (CopyOnWrite_Impl(Type::eTypeEnum)) in SetTypeName() 164 (type == Type::eTypeEnum && in CopyOnWrite_Impl() 165 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum))) in CopyOnWrite_Impl() 172 type = Type::eTypeEnum; in CopyOnWrite_Impl()
41 eTypeEnum,159 case 1u << eTypeEnum: in ConvertTypeMaskToType() 160 return eTypeEnum; in ConvertTypeMaskToType() 40 eTypeEnum, global() enumerator
39 OptionValue::Type GetType() const override { return eTypeEnum; } in GetType()
138 enum class Type { eTypeUnknown, eTypeFormat, eTypeEnum }; enumerator203 return TypeFormatImpl::Type::eTypeEnum; in GetType()
142 if (GetType() == OptionValue::eTypeEnum) in GetAsFormat() 148 if (GetType() == OptionValue::eTypeEnum) in GetAsLanguage() 495 case eTypeEnum: in CreateValueFromCStringForTypeMask()
69 case eTypeEnum: in DumpValue()177 if (m_type_mask == 1u << eTypeEnum) { in SetArgs()
77 case OptionValue::eTypeEnum: in Property()
52 case eTypeEnum: in DumpValue()
71 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum }; enumerator