Lines Matching refs:Utils
75 class Utils;
82 friend class Utils;
116 class Utils class
119 typedef ot::Utils::CmdLineParser::Arg Arg; ///< An argument
187 Utils(otInstance *aInstance, OutputImplementer &aImplementer) in Utils() function in ot::Cli::Utils
729 template <> inline constexpr const char *Utils::FormatStringFor<uint8_t>(void) { return "%u"; } in FormatStringFor()
731 template <> inline constexpr const char *Utils::FormatStringFor<uint16_t>(void) { return "%u"; } in FormatStringFor()
733 template <> inline constexpr const char *Utils::FormatStringFor<uint32_t>(void) { return "%lu"; } in FormatStringFor()
735 template <> inline constexpr const char *Utils::FormatStringFor<int8_t>(void) { return "%d"; } in FormatStringFor()
737 template <> inline constexpr const char *Utils::FormatStringFor<int16_t>(void) { return "%d"; } in FormatStringFor()
739 template <> inline constexpr const char *Utils::FormatStringFor<int32_t>(void) { return "%ld"; } in FormatStringFor()
741 template <> inline constexpr const char *Utils::FormatStringFor<const char *>(void) { return "%s"; } in FormatStringFor()
745 template <> inline otError Utils::ProcessGet<uint32_t>(Arg aArgs[], GetHandler<uint32_t> aGetHandle… in ProcessGet()
756 template <> inline otError Utils::ProcessGet<int32_t>(Arg aArgs[], GetHandler<int32_t> aGetHandler) in ProcessGet()