Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DCWrappers.cpp158 void CByteInBufWrap::Free() throw() in Free()
164 bool CByteInBufWrap::Alloc(UInt32 size) throw() in Alloc()
175 Byte CByteInBufWrap::ReadByteFromNewBlock() throw() in ReadByteFromNewBlock()
193 CByteInBufWrap *p = CONTAINER_FROM_VTBL_CLS(pp, CByteInBufWrap, vt); in Wrap_ReadByte()
199 CByteInBufWrap::CByteInBufWrap(): Buf(0) in CByteInBufWrap() function in CByteInBufWrap
DCWrappers.h54 struct CByteInBufWrap struct
66 CByteInBufWrap(); argument
67 ~CByteInBufWrap() { Free(); } in ~CByteInBufWrap() argument
/external/lzma/CPP/7zip/Compress/
DPpmdDecoder.h31 CByteInBufWrap _inStream;