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

  /external/lzma/CPP/7zip/Common/
CWrappers.h 77 struct CByteOutBufWrap
88 CByteOutBufWrap();
89 ~CByteOutBufWrap() { Free(); }
CWrappers.cpp 181 /* ---------- CByteOutBufWrap ---------- */
183 void CByteOutBufWrap::Free()
189 bool CByteOutBufWrap::Alloc(size_t size)
200 HRESULT CByteOutBufWrap::Flush()
215 CByteOutBufWrap *p = (CByteOutBufWrap *)pp;
223 CByteOutBufWrap::CByteOutBufWrap(): Buf(0)

Completed in 238 milliseconds