HomeSort by relevance Sort by last modified time
    Searched refs:_inByteBack (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 133 CInByte2 *_inByteBack;
144 _inByteBack = &_inByteVector.Back();
145 _inByteBack->Init(buffer, size);
152 _inByteBack = &_inByteVector.Back();
158 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); }
159 Byte ReadByte() { return _inByteBack->ReadByte(); }
160 UInt64 ReadNumber() { return _inByteBack->ReadNumber(); }
161 CNum ReadNum() { return _inByteBack->ReadNum(); }
162 UInt64 ReadID() { return _inByteBack->ReadNumber(); }
163 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
    [all...]
7zIn.cpp 959 size_t ppp = _inByteBack->_pos;
971 _inByteBack->ReadString(db.Files[i].Name);
1027 if (checkRecordsSize && _inByteBack->_pos - ppp != size)
    [all...]

Completed in 45 milliseconds