Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/include/__cxx03/__format/
Dformat_context.h87 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
161 using formatter_type = formatter<_Tp, _CharT>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__format/
Dformat_context.h87 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
161 using formatter_type = formatter<_Tp, _CharT>; variable
/external/cronet/stable/third_party/libc++/src/include/__format/
Dformat_context.h86 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
161 using formatter_type = formatter<_Tp, _CharT>; variable
/external/cronet/tot/third_party/libc++/src/include/__format/
Dformat_context.h86 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
161 using formatter_type = formatter<_Tp, _CharT>; variable
/external/fmtlib/include/fmt/
Dprintf.h37 template <typename T> using formatter_type = printf_formatter<T>; variable
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dfind_format_store.hpp37 typedef FormatterT formatter_type; typedef in boost::algorithm::detail::find_format_store