Lines Matching full:format
16 /** @brief Map format strings to undecorated C++ types. */
23 static constexpr auto format = "=%d"; member
28 static constexpr auto format = "=%hhd"; member
33 static constexpr auto format = "=%hd"; member
38 static constexpr auto format = "=%d"; member
43 static constexpr auto format = "=%ld"; member
48 static constexpr auto format = "=%lld"; member
53 static constexpr auto format = "=%lf"; member
58 static constexpr auto format = "=%hhd"; member
63 static constexpr auto format = "=%hd"; member
68 static constexpr auto format = "=%d"; member
73 static constexpr auto format = "=%ld"; member
78 static constexpr auto format = "=%lld"; member
83 static constexpr auto format = "=%s"; member
88 static constexpr auto format = "=%s"; member
93 static constexpr auto format = "=%s"; member
98 /** @brief Get the format string for a C++ type. */
102 static constexpr auto format = member
103 detail::GetFormatType<DowncastType<T>>::format;