Lines Matching refs:UInt64

37   CRecordVector<UInt64> IDs;
47 CObjArray<UInt64> PackPositions; // NumPackStreams + 1
53 CObjArray<UInt64> CoderUnpackSizes; // including unpack sizes of bind coders
70 UInt64 GetFolderUnpackSize(unsigned folderIndex) const in GetFolderUnpackSize()
75 UInt64 GetStreamPackSize(unsigned index) const in GetStreamPackSize()
165 UInt64 StartPosition;
166 UInt64 StartPositionAfterHeader;
167 UInt64 DataStartPosition;
168 UInt64 DataStartPosition2;
169 CRecordVector<UInt64> FileInfoPopIDs;
187 UInt64 HeadersSize;
188 UInt64 PhySize;
246 UInt64 GetFolderStreamPos(unsigned folderIndex, unsigned indexInFolder) const in GetFolderStreamPos()
252 UInt64 GetFolderFullPackSize(unsigned folderIndex) const in GetFolderFullPackSize()
259 UInt64 GetFolderPackStreamSize(unsigned folderIndex, unsigned streamIndex) const in GetFolderPackStreamSize()
265 UInt64 GetFilePackSize(CNum fileIndex) const in GetFilePackSize()
294 void SkipDataNoCheck(UInt64 size) { _pos += (size_t)size; } in SkipDataNoCheck()
295 void SkipData(UInt64 size);
299 UInt64 ReadNumber();
302 UInt64 ReadUInt64();
323 UInt64 _arhiveBeginStreamPosition;
324 UInt64 _fileEndPosition;
328 UInt64 HeadersSize;
344 HRESULT FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit);
348 UInt64 ReadNumber() { return _inByteBack->ReadNumber(); } in ReadNumber()
350 UInt64 ReadID() { return _inByteBack->ReadNumber(); } in ReadID()
352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64()
353 void SkipData(UInt64 size) { _inByteBack->SkipData(size); } in SkipData()
355 void WaitId(UInt64 id);
368 CRecordVector<UInt64> &unpackSizes,
373 UInt64 &dataOffset,
375 CRecordVector<UInt64> &unpackSizes,
384 UInt64 baseOffset, UInt64 &dataOffset,
400 …HRESULT Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not arch…