Lines Matching refs:Formatter
130 template <typename Formatter>
134 explicit DereferenceFormatterImpl(Formatter&& f) in DereferenceFormatterImpl()
135 : f_(std::forward<Formatter>(f)) {} in DereferenceFormatterImpl()
148 Formatter f_;
195 template <typename Iterator, typename Formatter>
197 Formatter&& f) {
264 template <typename Tup, typename Formatter>
266 Formatter&& fmt) {
274 template <typename Tup, typename Formatter>
275 void operator()(std::string*, const Tup&, absl::string_view, Formatter&&) {}
278 template <typename... T, typename Formatter>
280 Formatter&& fmt) {
291 typedef typename DefaultFormatter<ValueType>::Type Formatter;
292 return JoinAlgorithm(first, last, separator, Formatter());
295 template <typename Range, typename Formatter>
297 Formatter&& fmt) {