Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DCWrappers.h49 struct CByteInBufWrap struct
61 CByteInBufWrap(); argument
62 ~CByteInBufWrap() { Free(); } in ~CByteInBufWrap() argument
65 void Init() in Init()
72 UInt64 GetProcessed() const { return Processed + (Cur - Buf); } in GetProcessed()
74 Byte ReadByte() in ReadByte()
DCWrappers.cpp179 CByteInBufWrap::CByteInBufWrap(): Buf(0) in CByteInBufWrap() function in CByteInBufWrap