Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.h375 AStringVector ExternalMethods; variable
DCompressDialog.cpp407 ExternalMethods.Clear(); in SetMethods()
423 ExternalMethods.Add(c.Name); in SetMethods()
1676 if (extIndex >= ExternalMethods.Size()) in SetMethod2()
1679 method = ExternalMethods[extIndex].Ptr(); in SetMethod2()
1785 estimatedName = ExternalMethods[(unsigned)methodId - (unsigned)Z7_ARRAY_SIZE(kMethodsNames)]; in GetMethodSpec()