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 94 CUInt32DefVector FolderUnpackCRCs; // Now we use it for headers only.
117 CUInt32DefVector PackCRCs;
247 void WriteHashDigests(const CUInt32DefVector &digests);
252 const CUInt32DefVector &packCRCs);
262 const CUInt32DefVector &digests);
7zIn.h 53 // CUInt32DefVector PackCRCs; // we don't use PackCRCs now
55 CUInt32DefVector FolderCRCs; // NumFolders
373 void ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs);
384 CUInt32DefVector &digests);
391 CUInt32DefVector &digests);
7zItem.h 90 struct CUInt32DefVector
7zOut.cpp 333 void COutArchive::WriteHashDigests(const CUInt32DefVector &digests)
359 const CUInt32DefVector &packCRCs)
402 const CUInt32DefVector &digests)
435 CUInt32DefVector digests2;
562 CUInt32DefVector digests;
855 WritePackInfo(headerOffset, packSizes, CUInt32DefVector());
7zIn.cpp 569 void CInArchive::ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs)
613 CUInt32DefVector PackCRCs;
803 CUInt32DefVector &digests)
879 // CUInt32DefVector digests2;
945 CUInt32DefVector &digests)
1055 CUInt32DefVector digests;
1138 CUInt32DefVector digests;
    [all...]

Completed in 969 milliseconds