Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dformat213 template<class T> using formatter_type = formatter<T, charT>;
288 …sizeof(typename Context::template formatter_type<T>().format(declval<const T&>(), declval<Context&…
348 …else if constexpr (sizeof(typename Context::template formatter_type<T>().format(declval<const T&>(…
416 typename Context::template formatter_type<T> f;
Dcore-test.cc214 template <typename T> struct formatter_type { struct
Dformat-test.cc2153 template <typename T> struct formatter_type { struct
/external/fmtlib/include/fmt/
Dcore.h639 std::is_constructible<typename Context::template formatter_type<T>>;
1098 typename Context::template formatter_type<T>,
1504 template <typename T> using formatter_type = formatter<T, char_type>;
Dprintf.h343 template <typename T> using formatter_type = printf_formatter<T>;
Dformat.h2089 using formatter_type =
2091 typename context_type::template formatter_type<T>,
2094 return formatter_type().format(value, ctx);