Home
last modified time | relevance | path

Searched refs:CByteOutBufWrap (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DCWrappers.cpp207 void CByteOutBufWrap::Free() throw() in Free()
213 bool CByteOutBufWrap::Alloc(size_t size) throw() in Alloc()
224 HRESULT CByteOutBufWrap::Flush() throw() in Flush()
239 CByteOutBufWrap *p = CONTAINER_FROM_VTBL_CLS(pp, CByteOutBufWrap, vt); in Wrap_WriteByte()
247 CByteOutBufWrap::CByteOutBufWrap() throw(): Buf(0) in CByteOutBufWrap() function in CByteOutBufWrap
DCWrappers.h88 struct CByteOutBufWrap struct
99 CByteOutBufWrap() throw(); argument
100 ~CByteOutBufWrap() { Free(); } in ~CByteOutBufWrap() argument
/external/lzma/CPP/7zip/Compress/
DPpmdEncoder.h39 CByteOutBufWrap _outStream;