Home
last modified time | relevance | path

Searched defs:set_separator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_tuple.h40 …_LIBCPP_HIDE_FROM_ABI constexpr void set_separator(basic_string_view<_CharT> __separator) noexcept… in set_separator() function
H A Drange_formatter.h42 _LIBCPP_HIDE_FROM_ABI constexpr void set_separator(basic_string_view<_CharT> __separator) noexcept { set_separator() function
/freebsd/contrib/kyua/utils/text/
H A Dtable.cpp383 text::table_formatter::set_separator(const char* separator) in set_separator() function in text::table_formatter