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

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp272 std::stack<EbmlSubElement> m_Elements; member in class:Ebml
314 m_Elements.push(EbmlSubElement(RTFileTell(m_File), classId));
328 if(m_Elements.empty() || m_Elements.top().classId != classId) throw VERR_INTERNAL_ERROR;
331 uint64_t uSize = uPos - m_Elements.top().offset - 8;
332 RTFileSeek(m_File, m_Elements.top().offset, RTFILE_SEEK_BEGIN, NULL);
337 m_Elements.pop();

Completed in 44 milliseconds