Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp481 HRESULT COneMethodInfo::ParseMethodFromString(const UString &s) in ParseMethodFromString() function in COneMethodInfo
508 return ParseMethodFromString(s); in ParseMethodFromPROPVARIANT()
DMethodProps.h261 HRESULT ParseMethodFromString(const UString &s);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp48 RINOK(m.ParseMethodFromString(names[i])); in SetMethods()