Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp11 bool StringToBool(const wchar_t *s, bool &res) in StringToBool() function
32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
399 if (!StringToBool(value, res)) in SetParam()
DMethodProps.h15 bool StringToBool(const wchar_t *s, bool &res);
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc99 bool StringToBool(StringPiece str, bool* value) { in StringToBool() function
253 } else if (!StringToBool(pieces[i + 1], in ParseCmdLine()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp795 if (StringToBool(value.bstrVal, isSolid)) in SetSolidFromPROPVARIANT()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1217 if (!StringToBool(value.bstrVal, isSolid)) in SetProperty()