Home
last modified time | relevance | path

Searched defs:CByteOutBufWrap (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DCWrappers.h82 struct CByteOutBufWrap struct
93 CByteOutBufWrap() throw(); argument
94 ~CByteOutBufWrap() { Free(); } in ~CByteOutBufWrap() argument
97 void Init() in Init()
104 UInt64 GetProcessed() const { return Processed + (Cur - Buf); } in GetProcessed()
106 void WriteByte(Byte b) in WriteByte()
DCWrappers.cpp227 CByteOutBufWrap::CByteOutBufWrap() throw(): Buf(0) in CByteOutBufWrap() function in CByteOutBufWrap