Searched defs:ParseAs (Results 1 – 10 of 10) sorted by relevance
632 template <> inline otError Arg::ParseAs(uint8_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg637 template <> inline otError Arg::ParseAs(uint16_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg642 template <> inline otError Arg::ParseAs(uint32_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg647 template <> inline otError Arg::ParseAs(uint64_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg652 template <> inline otError Arg::ParseAs(bool &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg657 template <> inline otError Arg::ParseAs(int8_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg662 template <> inline otError Arg::ParseAs(int16_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg667 template <> inline otError Arg::ParseAs(int32_t &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg674 template <> inline otError Arg::ParseAs(otIp6Address &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg679 template <> inline otError Arg::ParseAs(otIp6Prefix &aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg
74 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
72 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
3129 ParenParseOption ParseAs; in ParseCXXAmbiguousParenExpression() local