Searched refs:on_width (Results 1 – 3 of 3) sorted by relevance
1043 void on_width(int width) { f.specs.width = width; }
2457 FMT_CONSTEXPR void on_width(int width) { specs_.width = width; }2842 handler.on_width(parse_nonnegative_int(begin, end, handler));
2097 FMT_CONSTEXPR void on_width(int w) { width = w; } in on_width() function