Searched defs:CRefItem (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp243 struct CRefItem struct in namespace:NArchive::N7z
250 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function in struct:NArchive::N7z::CRefItem
290 static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2, void *param)
292 const CRefItem &a1 = *p1;
293 const CRefItem &a2 = *p2;
1015 CRecordVector<CRefItem> refItems;
1019 refItems.Add(CRefItem(group.Indices[i], updateItems[group.Indices[i]], sortByType));

Completed in 296 milliseconds