Lines Matching refs:UInt64
73 UInt64 CTime;
74 UInt64 ATime;
75 UInt64 MTime;
76 UInt64 StartPos;
107 CRecordVector<UInt64> CoderUnpackSizes; // including unpack sizes of bond coders
127 CRecordVector<UInt64> PackSizes;
247 UInt64 GetPos() const;
252 void WriteUInt64(UInt64 value);
253 void WriteNumber(UInt64 value);
254 void WriteID(UInt64 value) { WriteNumber(value); }
264 UInt64 dataOffset,
265 const CRecordVector<UInt64> &packSizes,
275 const CRecordVector<UInt64> &unpackSizes,
285 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);
289 UInt64 &headerOffset);
301 UInt64 _signatureHeaderPos;
323 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
324 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);