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

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp247 struct CRefItem struct in namespace:NArchive::N7z
255 CRefItem() {}; function in struct:NArchive::N7z::CRefItem
256 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function in struct:NArchive::N7z::CRefItem
309 static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2, void *param)
311 const CRefItem &a1 = *p1;
312 const CRefItem &a2 = *p2;
1193 CRecordVector<CRefItem> refItems;
1197 refItems[i] = CRefItem(group.Indices[i], updateItems[group.Indices[i]], sortByType);

Completed in 28 milliseconds