Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h307 struct CInByte2 struct
309 const Byte *_buffer;
312 size_t _pos;
314 size_t GetRem() const { return _size - _pos; } in GetRem()
315 const Byte *GetPtr() const { return _buffer + _pos; } in GetPtr()
316 void Init(const Byte *buffer, size_t size) in Init()
324 void SkipDataNoCheck(UInt64 size) { _pos += (size_t)size; } in SkipDataNoCheck()
348 CInByte2 _inByteVector[kNumBufLevelsMax]; argument