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

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 92 CUInt32DefVector FolderUnpackCRCs; // Now we use it for headers only.
115 CUInt32DefVector PackCRCs;
245 void WriteHashDigests(const CUInt32DefVector &digests);
250 const CUInt32DefVector &packCRCs);
260 const CUInt32DefVector &digests);
7zIn.h 48 // CUInt32DefVector PackCRCs; // we don't use PackCRCs now
50 CUInt32DefVector FolderCRCs; // NumFolders
358 void ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs);
369 CUInt32DefVector &digests);
376 CUInt32DefVector &digests);
7zItem.h 93 struct CUInt32DefVector
7zOut.cpp 331 void COutArchive::WriteHashDigests(const CUInt32DefVector &digests)
357 const CUInt32DefVector &packCRCs)
400 const CUInt32DefVector &digests)
433 CUInt32DefVector digests2;
557 CUInt32DefVector digests;
842 WritePackInfo(headerOffset, packSizes, CUInt32DefVector());
7zIn.cpp 627 void CInArchive::ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs)
668 CUInt32DefVector PackCRCs;
848 CUInt32DefVector &digests)
924 // CUInt32DefVector digests2;
990 CUInt32DefVector &digests)
1100 CUInt32DefVector digests;
1180 CUInt32DefVector digests;
    [all...]

Completed in 399 milliseconds