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

  /external/lzma/CPP/7zip/Common/
CWrappers.h 82 struct CByteOutBufWrap
93 CByteOutBufWrap() throw();
94 ~CByteOutBufWrap() { Free(); }
CWrappers.cpp 185 /* ---------- CByteOutBufWrap ---------- */
187 void CByteOutBufWrap::Free() throw()
193 bool CByteOutBufWrap::Alloc(size_t size) throw()
204 HRESULT CByteOutBufWrap::Flush() throw()
219 CByteOutBufWrap *p = (CByteOutBufWrap *)pp;
227 CByteOutBufWrap::CByteOutBufWrap() throw(): Buf(0)
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.h 39 CByteOutBufWrap _outStream;

Completed in 153 milliseconds