Home
last modified time | relevance | path

Searched refs:CByteInBufWrap (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DCWrappers.cpp138 void CByteInBufWrap::Free() throw() in Free()
144 bool CByteInBufWrap::Alloc(UInt32 size) throw() in Alloc()
155 Byte CByteInBufWrap::ReadByteFromNewBlock() throw() in ReadByteFromNewBlock()
173 CByteInBufWrap *p = (CByteInBufWrap *)pp; in Wrap_ReadByte()
179 CByteInBufWrap::CByteInBufWrap(): Buf(0) in CByteInBufWrap() function in CByteInBufWrap
DCWrappers.h49 struct CByteInBufWrap struct
61 CByteInBufWrap(); argument
62 ~CByteInBufWrap() { Free(); } in ~CByteInBufWrap() argument
/external/lzma/CPP/7zip/Compress/
DPpmdDecoder.h30 CByteInBufWrap _inStream;