OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CByteInBufWrap
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Common/
CWrappers.h
49
struct
CByteInBufWrap
61
CByteInBufWrap
();
62
~
CByteInBufWrap
() { Free(); }
CWrappers.cpp
136
/* ----------
CByteInBufWrap
---------- */
138
void
CByteInBufWrap
::Free() throw()
144
bool
CByteInBufWrap
::Alloc(UInt32 size) throw()
155
Byte
CByteInBufWrap
::ReadByteFromNewBlock() throw()
173
CByteInBufWrap
*p = (
CByteInBufWrap
*)pp;
179
CByteInBufWrap
::
CByteInBufWrap
(): Buf(0)
/external/lzma/CPP/7zip/Compress/
PpmdDecoder.h
30
CByteInBufWrap
_inStream;
Completed in 120 milliseconds