Searched refs:TypeFormatImpl_EnumType (Results 1 – 4 of 4) sorted by relevance
194 class TypeFormatImpl_EnumType : public TypeFormatImpl {196 TypeFormatImpl_EnumType(ConstString type_name = ConstString(""),199 typedef std::shared_ptr<TypeFormatImpl_EnumType> SharedPointer;201 ~TypeFormatImpl_EnumType() override;220 TypeFormatImpl_EnumType(const TypeFormatImpl_EnumType &) = delete;221 const TypeFormatImpl_EnumType &222 operator=(const TypeFormatImpl_EnumType &) = delete;
139 TypeFormatImpl_EnumType::TypeFormatImpl_EnumType( in TypeFormatImpl_EnumType() function in TypeFormatImpl_EnumType143 TypeFormatImpl_EnumType::~TypeFormatImpl_EnumType() = default;145 bool TypeFormatImpl_EnumType::FormatObject(ValueObject *valobj, in FormatObject()202 std::string TypeFormatImpl_EnumType::GetDescription() { in GetDescription()
28 : m_opaque_sp(TypeFormatImplSP(new TypeFormatImpl_EnumType( in SBTypeFormat() 62 return ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in GetTypeName() 87 ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in SetTypeName() 180 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
680 entry = std::make_shared<TypeFormatImpl_EnumType>( in DoExecute()