Home
last modified time | relevance | path

Searched refs:_countSize (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp123 return _countSize; in GetPos()
132 _countSize += size; in WriteBytes()
145 _countSize++; in WriteByte()
845 _countSize = 0; in WriteDatabase()
850 CByteBuffer buf(_countSize); in WriteDatabase()
851 _outByte2.Init((Byte *)buf, _countSize); in WriteDatabase()
857 if (_countSize != _outByte2.GetPos()) in WriteDatabase()
H A D7zOut.h298 size_t _countSize; member in NArchive::N7z::COutArchive

Completed in 3 milliseconds