OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringToBool
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
11
bool
StringToBool
(const UString &s, bool &res)
32
case VT_BSTR: return
StringToBool
(prop.bstrVal, dest) ? S_OK : E_INVALIDARG;
352
if (!
StringToBool
(value, res))
MethodProps.h
12
bool
StringToBool
(const UString &s, bool &res);
/external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp
727
if (
StringToBool
(value.bstrVal, isSolid))
Completed in 199 milliseconds