Searched refs:updatePairs (Results 1 – 5 of 5) sorted by relevance
12 const CRecordVector<CUpdatePair> &updatePairs, in UpdateProduce() argument17 for (int i = 0; i < updatePairs.Size(); i++) in UpdateProduce()19 const CUpdatePair &pair = updatePairs[i]; in UpdateProduce()
66 CRecordVector<CUpdatePair> &updatePairs) in GetUpdatePairInfoList() argument135 updatePairs.Add(pair); in GetUpdatePairInfoList()143 updatePairs.Add(pair); in GetUpdatePairInfoList()154 updatePairs.Add(pair); in GetUpdatePairInfoList()157 updatePairs.ReserveDown(); in GetUpdatePairInfoList()
23 CRecordVector<CUpdatePair> &updatePairs);
30 const CRecordVector<CUpdatePair> &updatePairs,
364 CRecordVector<CUpdatePair> updatePairs; in Compress() local365 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()367 UpdateProduce(updatePairs, actionSet, updatePairs2, NULL /* &upCallback */); in Compress()