Searched defs:FormatStringFor (Results 1 – 1 of 1) sorted by relevance
669 template <> inline constexpr const char *Utils::FormatStringFor<uint8_t>(void) { return "%u"; } in FormatStringFor() function in ot::Cli::Utils671 template <> inline constexpr const char *Utils::FormatStringFor<uint16_t>(void) { return "%u"; } in FormatStringFor() function in ot::Cli::Utils673 template <> inline constexpr const char *Utils::FormatStringFor<uint32_t>(void) { return "%lu"; } in FormatStringFor() function in ot::Cli::Utils675 template <> inline constexpr const char *Utils::FormatStringFor<int8_t>(void) { return "%d"; } in FormatStringFor() function in ot::Cli::Utils677 template <> inline constexpr const char *Utils::FormatStringFor<int16_t>(void) { return "%d"; } in FormatStringFor() function in ot::Cli::Utils679 template <> inline constexpr const char *Utils::FormatStringFor<int32_t>(void) { return "%ld"; } in FormatStringFor() function in ot::Cli::Utils681 template <> inline constexpr const char *Utils::FormatStringFor<const char *>(void) { return "%s"; } in FormatStringFor() function in ot::Cli::Utils