Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h41 struct CHashBundle: public IHashCalc struct
43 CObjectVector<CHasherState> Hashers;
45 UInt64 NumFiles;
46 UInt64 NumDirs;
47 UInt64 NumAltStreams;
48 UInt64 FilesSize;
49 UInt64 AltStreamsSize;
50 UInt64 NumErrors;
52 UInt64 CurSize;
76 virtual HRESULT BeforeFirstFile(const CHashBundle &hb) x; \ argument