OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COutBuffer
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/Common/
OutBuffer.cpp
9
bool
COutBuffer
::Create(UInt32 bufSize) throw()
22
void
COutBuffer
::Free() throw()
28
void
COutBuffer
::Init() throw()
40
UInt64
COutBuffer
::GetProcessedSize() const throw()
49
HRESULT
COutBuffer
::FlushPart() throw()
86
HRESULT
COutBuffer
::Flush() throw()
102
void
COutBuffer
::FlushWithCheck()
OutBuffer.h
17
class
COutBuffer
36
COutBuffer
(): _buf(0), _pos(0), _stream(0), _buf2(0) {}
37
~
COutBuffer
() { Free(); }
/external/lzma/CPP/7zip/Compress/
Bcj2Coder.h
25
COutBuffer
_mainStream;
26
COutBuffer
_callStream;
27
COutBuffer
_jumpStream;
60
COutBuffer
_outStream;
RangeCoder.h
23
COutBuffer
Stream;
Bcj2Coder.cpp
206
COutBuffer
&s = (b == 0xE8) ? _callStream : _jumpStream;
/external/lzma/CPP/7zip/Archive/7z/
7zOut.h
279
COutBuffer
_outByte;
Completed in 136 milliseconds