Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdateProduce.h8 struct CUpdatePair2 struct
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {} in CUpdatePair2() argument
32 CRecordVector<CUpdatePair2> &operationChain,
DUpdateProduce.cpp14 CRecordVector<CUpdatePair2> &operationChain, in UpdateProduce()
21 CUpdatePair2 up2; in UpdateProduce()
DUpdateCallback.cpp75 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetUpdateItemInfo()
91 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetProperty()
161 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetStream()
DUpdateCallback.h67 const CRecordVector<CUpdatePair2> *UpdatePairs;
DUpdate.cpp361 CRecordVector<CUpdatePair2> updatePairs2; in Compress()