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

  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 9 bool COutBuffer::Create(UInt32 bufferSize)
22 void COutBuffer::Free()
28 void COutBuffer::SetStream(ISequentialOutStream *stream)
33 void COutBuffer::Init()
45 UInt64 COutBuffer::GetProcessedSize() const
54 HRESULT COutBuffer::FlushPart()
91 HRESULT COutBuffer::Flush()
107 void COutBuffer::FlushWithCheck()
OutBuffer.h 17 class COutBuffer
36 COutBuffer(): _buffer(0), _pos(0), _stream(0), _buffer2(0) {}
37 ~COutBuffer() { Free(); }
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.h 26 COutBuffer _mainStream;
27 COutBuffer _callStream;
28 COutBuffer _jumpStream;
76 COutBuffer _outStream;
RangeCoder.h 23 COutBuffer Stream;
Bcj2Coder.cpp 219 COutBuffer &s = (b == 0xE8) ? _callStream : _jumpStream;
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 114 COutBuffer _outByte;

Completed in 227 milliseconds