Searched defs:ParseAs (Results 1 – 1 of 1) sorted by relevance
660 template <> inline otError Arg::ParseAs(uint8_t &aValue) const { return ParseAsUint8(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg662 template <> inline otError Arg::ParseAs(uint16_t &aValue) const { return ParseAsUint16(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg664 template <> inline otError Arg::ParseAs(uint32_t &aValue) const { return ParseAsUint32(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg666 template <> inline otError Arg::ParseAs(uint64_t &aValue) const { return ParseAsUint64(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg668 template <> inline otError Arg::ParseAs(bool &aValue) const { return ParseAsBool(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg670 template <> inline otError Arg::ParseAs(int8_t &aValue) const { return ParseAsInt8(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg672 template <> inline otError Arg::ParseAs(int16_t &aValue) const { return ParseAsInt16(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg674 template <> inline otError Arg::ParseAs(int32_t &aValue) const { return ParseAsInt32(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg676 template <> inline otError Arg::ParseAs(const char *&aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg683 template <> inline otError Arg::ParseAs(otIp6Address &aValue) const { return ParseAsIp6Address(aVal… in ParseAs() function in ot::Utils::CmdLineParser::Arg[all …]