Searched refs:first_width (Results 1 – 3 of 3) sorted by relevance
109 text::widths_vector::value_type first_width = in general_help() local132 if (table.column_width(0) > first_width) in general_help()133 first_width = table.column_width(0); in general_help()137 formatter.set_column_width(0, first_width); in general_help()186 const text::widths_vector::value_type first_width = in subcommand_help() local189 formatter.set_column_width(0, first_width); in subcommand_help()
371 const text::widths_vector::value_type first_width = in ATF_TEST_CASE_BODY() local380 .set_column_width(0, first_width) in ATF_TEST_CASE_BODY()390 .set_column_width(0, first_width) in ATF_TEST_CASE_BODY()
54 const std::size_t first_width, const std::size_t last_width) in refill_test() argument56 for (std::size_t width = first_width; width <= last_width; ++width) { in refill_test()