Searched refs:percent_width (Results 1 – 3 of 3) sorted by relevance
75 static unsigned int const percent_width = percent_int_width + percent_fract_width + 1; variable
242 size_t colwidth = 9 + 1 + percent_width; in output_col_headers()266 cout << setw(percent_width) << "%|"; in output_col_headers()276 string str(percent_width, '-'); in output_col_headers()
65 str += string(percent_width, ' '); in get_annotation_fill()