Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp159 /* ---------- CByteInBufWrap ---------- */
161 void CByteInBufWrap::Free() throw() in Free()
167 bool CByteInBufWrap::Alloc(UInt32 size) throw() in Alloc()
178 Byte CByteInBufWrap::ReadByteFromNewBlock() throw() in ReadByteFromNewBlock()
198 CByteInBufWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CByteInBufWrap, vt); in Wrap_ReadByte()
199 // Z7_CONTAINER_FROM_VTBL_TO_DECL_VAR_pp_vt_p(CByteInBufWrap) in Wrap_ReadByte()
205 CByteInBufWrap::CByteInBufWrap() throw(): Buf(NULL) in CByteInBufWrap() function in CByteInBufWrap
H A DCWrappers.h54 struct CByteInBufWrap struct
66 CByteInBufWrap() throw();
67 ~CByteInBufWrap() { Free(); } in ~CByteInBufWrap()
/third_party/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.h54 CByteInBufWrap _inStream;

Completed in 2 milliseconds