Searched refs:on_precision (Results 1 – 3 of 3) sorted by relevance
1044 void on_precision(int _precision) { f.precision = _precision; }
2458 FMT_CONSTEXPR void on_precision(int precision) {2860 handler.on_precision(parse_nonnegative_int(begin, end, handler));
2102 FMT_CONSTEXPR void on_precision(int p) { precision = p; } in on_precision() function