Searched refs:StringToBool (Results 1 – 5 of 5) sorted by relevance
11 bool StringToBool(const wchar_t *s, bool &res) in StringToBool() function32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()399 if (!StringToBool(value, res)) in SetParam()
15 bool StringToBool(const wchar_t *s, bool &res);
99 bool StringToBool(StringPiece str, bool* value) { in StringToBool() function253 } else if (!StringToBool(pieces[i + 1], in ParseCmdLine()
795 if (StringToBool(value.bstrVal, isSolid)) in SetSolidFromPROPVARIANT()
1217 if (!StringToBool(value.bstrVal, isSolid)) in SetProperty()