Searched refs:set_separator (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | table_test.cpp | 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() 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() 334 text::table_formatter().set_separator(" | ").set_table_width(48) in ATF_TEST_CASE_BODY() 379 text::table_formatter().set_separator(" ").set_table_width(36) in ATF_TEST_CASE_BODY() [all …]
|
H A D | table.hpp | 115 table_formatter& set_separator(const char*);
|
H A D | table.cpp | 383 text::table_formatter::set_separator(const char* separator) in set_separator() function in text::table_formatter
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | range_default_formatter.h | 102 _LIBCPP_HIDE_FROM_ABI constexpr void set_separator(basic_string_view<_CharT> __separator) noexcept { 103 __underlying_.set_separator(__separator); 135 __underlying_.underlying().set_separator(_LIBCPP_STATICALLY_WIDEN(_CharT, ": "));
|
H A D | formatter_tuple.h | 40 …_LIBCPP_HIDE_FROM_ABI constexpr void set_separator(basic_string_view<_CharT> __separator) noexcept… in set_separator() function 59 set_separator(_LIBCPP_STATICALLY_WIDEN(_CharT, ": ")); in parse()
|
H A D | range_formatter.h | 43 _LIBCPP_HIDE_FROM_ABI constexpr void set_separator(basic_string_view<_CharT> __separator) noexcept { in set_separator() 218 set_separator(_LIBCPP_STATICALLY_WIDEN(_CharT, ", ")); in __parse_type() 42 _LIBCPP_HIDE_FROM_ABI constexpr void set_separator(basic_string_view<_CharT> __separator) noexcept { set_separator() function
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_help.cpp | 139 formatter.set_separator(" "); in general_help() 191 formatter.set_separator(" "); in subcommand_help()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | ui_test.cpp | 312 formatter.set_separator(" | "); in ATF_TEST_CASE_BODY() 342 formatter.set_separator(" | "); in ATF_TEST_CASE_BODY()
|