Searched defs:EbmlSubElement (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp265 struct EbmlSubElement struct in class:Ebml
269 EbmlSubElement(uint64_t offs, EbmlClassId cid) : offset(offs), classId(cid) {} function in struct:Ebml::EbmlSubElement
272 std::stack<EbmlSubElement> m_Elements;
314 m_Elements.push(EbmlSubElement(RTFileTell(m_File), classId));

Completed in 34 milliseconds