Searched refs:CUpdateItem (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h15 struct CUpdateItem struct in namespace:NArchive::N7z
42 CUpdateItem(): function in struct:NArchive::N7z::CUpdateItem
76 const CObjectVector<CUpdateItem> &updateItems,
H A D7zUpdate.cpp65 int CUpdateItem::GetExtensionPos() const
74 UString CUpdateItem::GetExtension() const
163 const CObjectVector<CUpdateItem> &updateItems = *(const CObjectVector<CUpdateItem> *)param;
164 const CUpdateItem &u1 = updateItems[*p1];
165 const CUpdateItem &u2 = updateItems[*p2];
245 const CUpdateItem *UpdateItem;
250 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType):
294 const CUpdateItem &u1 = *a1.UpdateItem;
295 const CUpdateItem
[all...]
H A D7zHandlerOut.cpp207 CObjectVector<CUpdateItem> updateItems;
216 CUpdateItem ui;

Completed in 32 milliseconds