Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp11 bool StringToBool(const UString &s, bool &res) in StringToBool() function
32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
363 if (!StringToBool(value, res)) in SetParam()
DMethodProps.h12 bool StringToBool(const UString &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.cpp770 if (StringToBool(value.bstrVal, isSolid)) in SetSolidFromPROPVARIANT()