Home
last modified time | relevance | path

Searched refs:on_fill (Results 1 – 3 of 3) sorted by relevance

/external/fmtlib/include/fmt/
Dchrono.h1041 void on_fill(basic_string_view<Char> fill) { f.specs.fill = fill; }
Dformat.h2444 FMT_CONSTEXPR void on_fill(basic_string_view<Char> fill) {
2823 handler.on_fill(basic_string_view<Char>(begin, to_unsigned(p - begin)));
/external/fmtlib/test/
Dformat-test.cc2090 FMT_CONSTEXPR void on_fill(fmt::string_view f) { fill = f[0]; } in on_fill() function