Home
last modified time | relevance | path

Searched refs:CUInt32DefVector (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h113 CUInt32DefVector FolderUnpackCRCs; // Now we use it for headers only.
137 CUInt32DefVector PackCRCs;
146 CUInt32DefVector Attrib;
276 void WriteHashDigests(const CUInt32DefVector &digests);
281 const CUInt32DefVector &packCRCs);
291 const CUInt32DefVector &digests);
295 void Write_UInt32DefVector_numDefined(const CUInt32DefVector &v, unsigned numDefined);
H A D7zIn.h55 CUInt32DefVector FolderCRCs; // NumFolders
118 CUInt32DefVector Attrib;
393 void Read_UInt32_Vector(CUInt32DefVector &v);
396 void ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs);
407 CUInt32DefVector &digests);
414 CUInt32DefVector &digests);
H A D7zOut.cpp351 void COutArchive::WriteHashDigests(const CUInt32DefVector &digests) in WriteHashDigests()
365 const CUInt32DefVector &packCRCs) in WritePackInfo()
408 const CUInt32DefVector &digests) in WriteSubStreamsInfo()
441 CUInt32DefVector digests2; in WriteSubStreamsInfo()
495 void COutArchive::Write_UInt32DefVector_numDefined(const CUInt32DefVector &v, unsigned numDefined) in Write_UInt32DefVector_numDefined()
643 CUInt32DefVector digests; in WriteHeader()
952 WritePackInfo(sh.NextHeaderOffset, packSizes, CUInt32DefVector()); in WriteDatabase()
988 void CUInt32DefVector::SetItem(unsigned index, bool defined, UInt32 value) in SetItem()
H A D7zIn.cpp672 void CInArchive::Read_UInt32_Vector(CUInt32DefVector &v) in Read_UInt32_Vector()
688 void CInArchive::ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs) in ReadHashDigests()
721 CUInt32DefVector PackCRCs; in ReadPackInfo()
911 CUInt32DefVector &digests) in ReadSubStreamsInfo()
1055 CUInt32DefVector &digests) in ReadStreamsInfo()
1169 CUInt32DefVector digests; in ReadAndDecodePackedStreams()
1263 CUInt32DefVector digests; in ReadHeader()
H A D7zItem.h93 struct CUInt32DefVector struct