Home
last modified time | relevance | path

Searched refs:set_separator (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Dtable_test.cpp147 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 Dtable.hpp115 table_formatter& set_separator(const char*);
H A Dtable.cpp383 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 Drange_default_formatter.h102 _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 Dformatter_tuple.h40 …_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 Drange_formatter.h43 _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 Dcmd_help.cpp139 formatter.set_separator(" "); in general_help()
191 formatter.set_separator(" "); in subcommand_help()
/freebsd/contrib/kyua/utils/cmdline/
H A Dui_test.cpp312 formatter.set_separator(" | "); in ATF_TEST_CASE_BODY()
342 formatter.set_separator(" | "); in ATF_TEST_CASE_BODY()