Searched defs:ParseAsBool (Results 1 – 2 of 2) sorted by relevance
485 otError ParseAsBool(bool &aBool) const { return CmdLineParser::ParseAsBool(mString, aBool); } in ParseAsBool() function in ot::Utils::CmdLineParser::Arg
197 Error ParseAsBool(const char *aString, bool &aBool) in ParseAsBool() function