Home
last modified time | relevance | path

Searched defs:formatter_type (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_context.h91 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
170 using formatter_type = formatter<_Tp, _CharT>; variable
/external/fmtlib/test/
Dcore-test.cc214 template <typename T> struct formatter_type { struct
216 auto parse(ParseContext& ctx) -> decltype(ctx.begin()) { in parse()
220 const char* format(const T&, custom_context& ctx) { in format()
Dformat-test.cc2153 template <typename T> struct formatter_type { struct
2154 typedef fmt::formatter<T, char_type> type;