OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updatePairs
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdatePair.h
23
CRecordVector<CUpdatePair> &
updatePairs
);
UpdateProduce.h
30
const CRecordVector<CUpdatePair> &
updatePairs
,
UpdateProduce.cpp
12
const CRecordVector<CUpdatePair> &
updatePairs
,
17
for (int i = 0; i <
updatePairs
.Size(); i++)
19
const CUpdatePair &pair =
updatePairs
[i];
UpdatePair.cpp
66
CRecordVector<CUpdatePair> &
updatePairs
)
135
updatePairs
.Add(pair);
143
updatePairs
.Add(pair);
154
updatePairs
.Add(pair);
157
updatePairs
.ReserveDown();
Update.cpp
364
CRecordVector<CUpdatePair>
updatePairs
;
365
GetUpdatePairInfoList(dirItems, arcItems, fileTimeType,
updatePairs
); // must be done only once!!!
367
UpdateProduce(
updatePairs
, actionSet, updatePairs2, NULL /* &upCallback */);
386
updateCallbackSpec->
UpdatePairs
= &updatePairs2;
Completed in 262 milliseconds