Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.cpp100 bool StringToBool(const UString &s, bool &res) in StringToBool() function
131 return StringToBool(value.bstrVal, dest) ? S_OK : E_INVALIDARG; in SetBoolProperty()
DParseProperties.h13 bool StringToBool(const UString &s, bool &res);
DHandlerOut.cpp357 if (!StringToBool(value, res)) in SetParam()
455 if (StringToBool(value.bstrVal, isSolid)) in SetSolidSettings()