Home
last modified time | relevance | path

Searched refs:FormatStringFor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openthread/src/cli/
H A Dcli_utils.hpp559 template <typename ValueType> static constexpr const char *FormatStringFor(void);
587 OutputLine(FormatStringFor<ValueType>(), aGetHandler(GetInstancePtr())); in ProcessGet()
781 template <> inline constexpr const char *Utils::FormatStringFor<uint8_t>(void) { return "%u"; } in FormatStringFor() function in ot::Cli::Utils
783 template <> inline constexpr const char *Utils::FormatStringFor<uint16_t>(void) { return "%u"; } in FormatStringFor() function in ot::Cli::Utils
785 template <> inline constexpr const char *Utils::FormatStringFor<uint32_t>(void) { return "%lu"; } in FormatStringFor() function in ot::Cli::Utils
787 template <> inline constexpr const char *Utils::FormatStringFor<int8_t>(void) { return "%d"; } in FormatStringFor() function in ot::Cli::Utils
789 template <> inline constexpr const char *Utils::FormatStringFor<int16_t>(void) { return "%d"; } in FormatStringFor() function in ot::Cli::Utils
791 template <> inline constexpr const char *Utils::FormatStringFor<int32_t>(void) { return "%ld"; } in FormatStringFor() function in ot::Cli::Utils
793 template <> inline constexpr const char *Utils::FormatStringFor<const char *>(void) { return "%s"; } in FormatStringFor() function in ot::Cli::Utils
802 OutputLine(FormatStringFor<uint32_t>(), ToUlong(aGetHandler(GetInstancePtr()))); in ProcessGet()
[all …]