Searched defs:CByteOutBufWrap (Results 1 – 2 of 2) sorted by relevance
127 struct CByteOutBufWrap struct138 CByteOutBufWrap() throw(); argument139 ~CByteOutBufWrap() { Free(); } in ~CByteOutBufWrap() argument142 void Init() in Init()149 UInt64 GetProcessed() const { return Processed + (size_t)(Cur - Buf); } in GetProcessed()151 void WriteByte(Byte b) in WriteByte()
305 CByteOutBufWrap::CByteOutBufWrap() throw(): Buf(NULL), Size(0) in CByteOutBufWrap() function in CByteOutBufWrap