Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp55 CRecordVector<CMethodId> tempMethods; in SetMethods() local
56 GetHashMethods(EXTERNAL_CODECS_LOC_VARS tempMethods); in SetMethods()
59 FOR_VECTOR (t, tempMethods) in SetMethods()
61 unsigned index = ids.AddToUniqueSorted(tempMethods[t]); in SetMethods()