Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DCWrappers.h127 struct CByteOutBufWrap struct
138 CByteOutBufWrap() throw(); argument
139 ~CByteOutBufWrap() { Free(); } in ~CByteOutBufWrap() argument
142 void Init() in Init()
149 UInt64 GetProcessed() const { return Processed + (size_t)(Cur - Buf); } in GetProcessed()
151 void WriteByte(Byte b) in WriteByte()
H A DCWrappers.cpp305 CByteOutBufWrap::CByteOutBufWrap() throw(): Buf(NULL), Size(0) in CByteOutBufWrap() function in CByteOutBufWrap