Searched refs:BasicPrintfArgFormatter (Results 1 - 3 of 3) sorted by relevance

/external/fmtlib/test/
H A Dcustom-formatter-test.cc13 using fmt::BasicPrintfArgFormatter;
34 public BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> {
36 typedef BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> Base;
/external/fmtlib/fmt/
H A Dprintf.h180 To use `~fmt::BasicPrintfArgFormatter` define a subclass that implements some
188 then a corresponding method of `~fmt::BasicPrintfArgFormatter` or its
193 class BasicPrintfArgFormatter : public internal::ArgFormatterBase<Impl, Char> { class in namespace:fmt
210 BasicPrintfArgFormatter(BasicWriter<Char> &w, FormatSpec &s) function in class:fmt::BasicPrintfArgFormatter
275 : public BasicPrintfArgFormatter<PrintfArgFormatter<Char>, Char> {
279 : BasicPrintfArgFormatter<PrintfArgFormatter<Char>, Char>(w, s) {}
H A Dformat.h435 class BasicPrintfArgFormatter;
2536 friend class BasicPrintfArgFormatter;

Completed in 113 milliseconds