Searched refs:COutFolders (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.h | 102 struct COutFolders
struct 125 struct CArchiveDatabaseOut: public COutFolders
270 const COutFolders &outFolders);
274 const COutFolders &outFolders,
285 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);
|
H A D | 7zOut.cpp | 361 void COutArchive::WriteUnpackInfo(const CObjectVector<CFolder> &folders, const COutFolders &outFolders)
in WriteUnpackInfo() 386 const COutFolders &outFolders,
in WriteSubStreamsInfo() 496 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders)
in EncodeStream() 579 WriteUnpackInfo(db.Folders, (const COutFolders &)db);
in WriteHeader() 593 WriteSubStreamsInfo(db.Folders, (const COutFolders &)db, unpackSizes, digests);
in WriteHeader() 866 COutFolders outFolders;
in WriteDatabase()
|
Completed in 3 milliseconds