Searched refs:TypeFormatImpl_EnumType (Results 1 – 4 of 4) sorted by relevance
135 TypeFormatImpl_EnumType::TypeFormatImpl_EnumType( in TypeFormatImpl_EnumType() function in TypeFormatImpl_EnumType139 TypeFormatImpl_EnumType::~TypeFormatImpl_EnumType() {} in ~TypeFormatImpl_EnumType()141 bool TypeFormatImpl_EnumType::FormatObject(ValueObject *valobj, in FormatObject()199 std::string TypeFormatImpl_EnumType::GetDescription() { in GetDescription()
188 class TypeFormatImpl_EnumType : public TypeFormatImpl {190 TypeFormatImpl_EnumType(ConstString type_name = ConstString(""),193 typedef std::shared_ptr<TypeFormatImpl_EnumType> SharedPointer;195 ~TypeFormatImpl_EnumType() override;214 DISALLOW_COPY_AND_ASSIGN(TypeFormatImpl_EnumType);
27 : m_opaque_sp(TypeFormatImplSP(new TypeFormatImpl_EnumType( in SBTypeFormat()45 return ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in GetTypeName()64 ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in SetTypeName()145 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
709 entry.reset(new TypeFormatImpl_EnumType( in DoExecute()