Searched refs:TypeFormatImpl_EnumType (Results 1 – 4 of 4) sorted by relevance
189 class TypeFormatImpl_EnumType : public TypeFormatImpl {191 TypeFormatImpl_EnumType(ConstString type_name = ConstString(""),194 typedef std::shared_ptr<TypeFormatImpl_EnumType> SharedPointer;196 ~TypeFormatImpl_EnumType() override;215 TypeFormatImpl_EnumType(const TypeFormatImpl_EnumType &) = delete;216 const TypeFormatImpl_EnumType &217 operator=(const TypeFormatImpl_EnumType &) = delete;
135 TypeFormatImpl_EnumType::TypeFormatImpl_EnumType( in TypeFormatImpl_EnumType() function in TypeFormatImpl_EnumType139 TypeFormatImpl_EnumType::~TypeFormatImpl_EnumType() = default;141 bool TypeFormatImpl_EnumType::FormatObject(ValueObject *valobj, in FormatObject()198 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()
669 entry = std::make_shared<TypeFormatImpl_EnumType>( in DoExecute()