HomeSort by relevance Sort by last modified time
    Searched defs:CByteInBufWrap (Results 1 - 2 of 2) 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)

Completed in 252 milliseconds