Home
last modified time | relevance | path

Searched refs:__separator_ (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_tuple.h41 __separator_ = __separator; in set_separator()
122 __ctx.advance_to(std::ranges::copy(__separator_, __ctx.out()).out); in __format_tuple()
133 basic_string_view<_CharT> __separator_ = _LIBCPP_STATICALLY_WIDEN(_CharT, ", "); member
H A Drange_formatter.h44 __separator_ = __separator; in set_separator()
199 __ctx.advance_to(ranges::copy(__separator_, __ctx.out()).out); in __format_as_sequence()
255 basic_string_view<_CharT> __separator_ = _LIBCPP_STATICALLY_WIDEN(_CharT, ", "); member