Home
last modified time | relevance | path

Searched defs:ParseAsBool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.hpp485 otError ParseAsBool(bool &aBool) const { return CmdLineParser::ParseAsBool(mString, aBool); } in ParseAsBool() function in ot::Utils::CmdLineParser::Arg
H A Dparse_cmdline.cpp197 Error ParseAsBool(const char *aString, bool &aBool) in ParseAsBool() function