Searched refs:table_formatter (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/kyua-cli/dist/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 | 99 class table_formatter { class 115 table_formatter(void); 119 table_formatter& set_column_width(const table_row::size_type, 121 table_formatter& set_separator(const char*); 122 table_formatter& set_table_width(const std::size_t);
|
| /netbsd-src/external/bsd/kyua-cli/dist/cli/ |
| H A D | cmd_help.cpp | 134 text::table_formatter formatter; in general_help() 136 formatter.set_column_width(1, text::table_formatter::width_refill); in general_help() 184 text::table_formatter formatter; in subcommand_help() 186 formatter.set_column_width(1, text::table_formatter::width_refill); in subcommand_help()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | ui.hpp | 44 class table_formatter; 69 void out_table(const utils::text::table&, utils::text::table_formatter,
|
| H A D | ui_test.cpp | 281 text::table_formatter formatter; in ATF_TEST_CASE_BODY() 284 formatter.set_column_width(1, text::table_formatter::width_refill); in ATF_TEST_CASE_BODY() 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()
|
| H A D | ui.cpp | 214 text::table_formatter formatter, in out_table()
|