Home
last modified time | relevance | path

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

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