Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dchrono.h1043 void on_width(int width) { f.specs.width = width; }
Dformat.h2457 FMT_CONSTEXPR void on_width(int width) { specs_.width = width; }
2842 handler.on_width(parse_nonnegative_int(begin, end, handler));
/external/fmtlib/test/
Dformat-test.cc2097 FMT_CONSTEXPR void on_width(int w) { width = w; } in on_width() function