Home
last modified time | relevance | path

Searched refs:CUpdatePair (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdatePair.h11 struct CUpdatePair struct
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair() function
25 CRecordVector<CUpdatePair> &updatePairs);
DUpdateProduce.cpp12 const CRecordVector<CUpdatePair> &updatePairs, in UpdateProduce()
19 const CUpdatePair &pair = updatePairs[i]; in UpdateProduce()
DUpdateProduce.h50 const CRecordVector<CUpdatePair> &updatePairs,
DUpdatePair.cpp79 CRecordVector<CUpdatePair> &updatePairs) in GetUpdatePairInfoList()
136 CUpdatePair pair; in GetUpdatePairInfoList()
DUpdate.cpp621 CRecordVector<CUpdatePair> updatePairs; in Compress()