HomeSort by relevance Sort by last modified time
    Searched refs:StringToBool (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
ParseProperties.h 13 bool StringToBool(const UString &s, bool &res);
ParseProperties.cpp 100 bool StringToBool(const UString &s, bool &res)
131 return StringToBool(value.bstrVal, dest) ? S_OK : E_INVALIDARG;
HandlerOut.cpp 357 if (!StringToBool(value, res))
455 if (StringToBool(value.bstrVal, isSolid))

Completed in 61 milliseconds