Searched refs:GetBytePos (Results 1 – 2 of 2) sorted by relevance
640 UInt32 startBytePos = m_OutStreamCurrent->GetBytePos(); in EncodeBlock2()667 UInt32 startBytePos2 = m_OutStreamCurrent->GetBytePos(); in EncodeBlock2()677 UInt32 numBytes = m_OutStreamCurrent->GetBytePos() - startBytePos2; in EncodeBlock2()
71 UInt32 GetBytePos() const { return _pos ; } in GetBytePos() function