Home
last modified time | relevance | path

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

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