Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.h104 CUInt32DefVector FolderUnpackCRCs; // Now we use it for headers only.
128 CUInt32DefVector PackCRCs;
137 CUInt32DefVector Attrib;
261 void WriteHashDigests(const CUInt32DefVector &digests);
266 const CUInt32DefVector &packCRCs);
276 const CUInt32DefVector &digests);
D7zIn.h55 CUInt32DefVector FolderCRCs; // NumFolders
118 CUInt32DefVector Attrib;
390 void Read_UInt32_Vector(CUInt32DefVector &v);
393 void ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs);
404 CUInt32DefVector &digests);
411 CUInt32DefVector &digests);
D7zOut.cpp322 void COutArchive::WriteHashDigests(const CUInt32DefVector &digests) in WriteHashDigests()
345 const CUInt32DefVector &packCRCs) in WritePackInfo()
388 const CUInt32DefVector &digests) in WriteSubStreamsInfo()
421 CUInt32DefVector digests2; in WriteSubStreamsInfo()
582 CUInt32DefVector digests; in WriteHeader()
879 WritePackInfo(headerOffset, packSizes, CUInt32DefVector()); in WriteDatabase()
917 void CUInt32DefVector::SetItem(unsigned index, bool defined, UInt32 value) in SetItem()
D7zIn.cpp664 void CInArchive::Read_UInt32_Vector(CUInt32DefVector &v) in Read_UInt32_Vector()
680 void CInArchive::ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs) in ReadHashDigests()
713 CUInt32DefVector PackCRCs; in ReadPackInfo()
903 CUInt32DefVector &digests) in ReadSubStreamsInfo()
1047 CUInt32DefVector &digests) in ReadStreamsInfo()
1161 CUInt32DefVector digests; in ReadAndDecodePackedStreams()
1256 CUInt32DefVector digests; in ReadHeader()
D7zItem.h93 struct CUInt32DefVector struct