Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h251 UString PropsString; variable
257 PropsString.Empty(); in Clear()
DMethodProps.cpp495 PropsString = s.Ptr(splitPos + 1); in ParseMethodFromString()
496 return ParseParamsFromString(PropsString); in ParseMethodFromString()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp3108 …|| benchMethod.IsEqualTo_Ascii_NoCase("crc32") && benchProps == "8" && method.PropsString.IsEmpty() in Bench()
3109 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps)) in Bench()
3113 if (method.PropsString.IsEqualTo_Ascii_NoCase(benchProps)) in Bench()
3426 || benchProps == "x5" && method.PropsString.IsEmpty() in Bench()
3427 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps)) in Bench()