Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp709 HRESULT COneMethodInfo::ParseMethodFromString(const UString &s) in ParseMethodFromString() function in COneMethodInfo
736 return ParseMethodFromString(s); in ParseMethodFromPROPVARIANT()
DMethodProps.h342 HRESULT ParseMethodFromString(const UString &s);
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp60 RINOK(m.ParseMethodFromString(names[i])) in SetMethods()