Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DCWrappers.h54 struct CByteInBufWrap struct
66 CByteInBufWrap(); argument
67 ~CByteInBufWrap() { Free(); } in ~CByteInBufWrap() argument
70 void Init() in Init()
77 UInt64 GetProcessed() const { return Processed + (Cur - Buf); } in GetProcessed()
79 Byte ReadByte() in ReadByte()
DCWrappers.cpp199 CByteInBufWrap::CByteInBufWrap(): Buf(0) in CByteInBufWrap() function in CByteInBufWrap