Home
last modified time | relevance | path

Searched refs:GetBytePos (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBZip2Encoder.cpp640 UInt32 startBytePos = m_OutStreamCurrent->GetBytePos(); in EncodeBlock2()
667 UInt32 startBytePos2 = m_OutStreamCurrent->GetBytePos(); in EncodeBlock2()
677 UInt32 numBytes = m_OutStreamCurrent->GetBytePos() - startBytePos2; in EncodeBlock2()
DBZip2Encoder.h71 UInt32 GetBytePos() const { return _pos ; } in GetBytePos() function