Home
last modified time | relevance | path

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

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