HomeSort by relevance Sort by last modified time
    Searched refs:_outByte (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 114 COutBuffer _outByte;
132 COutArchive() { _outByte.Create(1 << 16); }
7zOut.cpp 156 return _outByte.GetProcessedSize();
166 _outByte.WriteBytes(data, size);
179 _outByte.WriteByte(b);
770 _outByte.SetStream(SeqStream);
771 _outByte.Init();
815 RINOK(_outByte.Flush());
817 headerSize = _outByte.GetProcessedSize();

Completed in 38 milliseconds