Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp423 HRESULT COneMethodInfo::ParseMethodFromString(const UString &s) in ParseMethodFromString() function in COneMethodInfo
440 return ParseMethodFromString(value.bstrVal); in ParseMethodFromPROPVARIANT()
DMethodProps.h182 HRESULT ParseMethodFromString(const UString &s);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp58 RINOK(m.ParseMethodFromString(names[i])); in SetMethods()