Searched refs:table_formatter (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | table_test.cpp | 57 const text::table_formatter& formatter, in table_formatter_check() 147 ATF_REQUIRE(text::table_formatter().set_separator(" ") in ATF_TEST_CASE_BODY() 149 ATF_REQUIRE(text::table_formatter().set_separator(" ") in ATF_TEST_CASE_BODY() 176 text::table_formatter(), table); in ATF_TEST_CASE_BODY() 198 text::table_formatter().set_separator(" | "), table); in ATF_TEST_CASE_BODY() 220 text::table_formatter().set_separator(" | ").set_column_width(0, 1024), in ATF_TEST_CASE_BODY() 243 text::table_formatter().set_separator(" | ").set_table_width(11), in ATF_TEST_CASE_BODY() 270 text::table_formatter().set_separator(" | "), table); in ATF_TEST_CASE_BODY() 296 text::table_formatter().set_separator(" | ").set_column_width(0, 23) in ATF_TEST_CASE_BODY() 325 text::table_formatter().set_separator(" | ").set_table_width(46) in ATF_TEST_CASE_BODY() [all …]
|
H A D | table.cpp | 65 if (user_width != text::table_formatter::width_auto) { in override_column_widths() 66 PRE_MSG(user_width == text::table_formatter::width_refill || in override_column_widths() 91 if (widths[i] == text::table_formatter::width_refill) in find_refill_column() 329 const std::size_t text::table_formatter::width_auto = 0; 333 const std::size_t text::table_formatter::width_refill = 338 text::table_formatter::table_formatter(void) : in table_formatter() function in text::table_formatter 356 text::table_formatter& 357 text::table_formatter::set_column_width(const table_row::size_type column, in set_column_width() 382 text::table_formatter& 383 text::table_formatter::set_separator(const char* separator) in set_separator() [all …]
|
H A D | table.hpp | 93 class table_formatter { class 109 table_formatter(void); 113 table_formatter& set_column_width(const table_row::size_type, 115 table_formatter& set_separator(const char*); 116 table_formatter& set_table_width(const std::size_t);
|
H A D | table_fwd.hpp | 52 class table_formatter;
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_help.cpp | 136 text::table_formatter formatter; in general_help() 138 formatter.set_column_width(1, text::table_formatter::width_refill); in general_help() 188 text::table_formatter formatter; in subcommand_help() 190 formatter.set_column_width(1, text::table_formatter::width_refill); in subcommand_help()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | ui_test.cpp | 311 text::table_formatter formatter; in ATF_TEST_CASE_BODY() 314 formatter.set_column_width(1, text::table_formatter::width_refill); in ATF_TEST_CASE_BODY() 341 text::table_formatter formatter; in ATF_TEST_CASE_BODY() 344 formatter.set_column_width(1, text::table_formatter::width_refill); in ATF_TEST_CASE_BODY()
|
H A D | ui.hpp | 66 void out_table(const utils::text::table&, utils::text::table_formatter,
|
H A D | ui.cpp | 223 text::table_formatter formatter, in out_table()
|