Lines Matching full:uint64
37 virtual void SetSize(UInt64 size) = 0;
45 UInt64 NumFiles;
46 UInt64 NumDirs;
47 UInt64 NumAltStreams;
48 UInt64 FilesSize;
49 UInt64 AltStreamsSize;
50 UInt64 NumErrors;
52 UInt64 CurSize;
63 void SetSize(UInt64 size);
69 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
72 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
73 virtual HRESULT SetTotal(UInt64 size) x; \
74 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
79 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x; \