Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp711 HRESULT COneMethodInfo::ParseMethodFromString(const UString &s) in ParseMethodFromString() function in COneMethodInfo
738 return ParseMethodFromString(s); in ParseMethodFromPROPVARIANT()
H A DMethodProps.h342 HRESULT ParseMethodFromString(const UString &s);
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp60 RINOK(m.ParseMethodFromString(names[i])) in SetMethods()