Searched refs:EDocType (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlSubHead.h90 class EBML_DLL_API EDocType : public EbmlString { class in inherits:EbmlString
92 EDocType() {} function in class:EDocType
93 EDocType(const EDocType & ElementToClone) : EbmlString(ElementToClone) {} function in class:EDocType
94 static EbmlElement & Create() {return *(new EDocType);}
98 EbmlElement * Clone() const {return new EDocType(*this);}
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DEbmlSubHead.cpp53 const EbmlCallbacks EDocType::ClassInfos(EDocType::Create, EDocType_TheId, "EBMLDocType", EDocType_Context);
61 const EbmlSemanticContext EDocType_Context = EbmlSemanticContext(0, NULL, &EbmlHead_Context, *GetEbmlGlobal_Context, &EDocType::ClassInfos);
H A DEbmlHead.cpp48 EbmlSemantic(true, true, EDocType::ClassInfos), ///< DocType

Completed in 33 milliseconds