HomeSort by relevance Sort by last modified time
    Searched refs:CByteInBufWrap (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Common/
CWrappers.h 44 struct CByteInBufWrap
56 CByteInBufWrap();
57 ~CByteInBufWrap() { Free(); }
CWrappers.cpp 132 /* ---------- CByteInBufWrap ---------- */
134 void CByteInBufWrap::Free()
140 bool CByteInBufWrap::Alloc(UInt32 size)
151 Byte CByteInBufWrap::ReadByteFromNewBlock()
169 CByteInBufWrap *p = (CByteInBufWrap *)pp;
175 CByteInBufWrap::CByteInBufWrap(): Buf(0)
  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.h 30 CByteInBufWrap _inStream;

Completed in 177 milliseconds