Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__format/
H A Dformatter_tuple.h43 __separator_ = __separator; in set_separator()
122 __ctx.advance_to(std::ranges::copy(__separator_, __ctx.out()).out); in __format_tuple()
161 basic_string_view<_CharT> __separator_ = _LIBCPP_STATICALLY_WIDEN(_CharT, ", "); member
H A Drange_formatter.h45 __separator_ = __separator; in set_separator()
201 __ctx.advance_to(ranges::copy(__separator_, __ctx.out()).out); in __format_as_sequence()
246 basic_string_view<_CharT> __separator_ = _LIBCPP_STATICALLY_WIDEN(_CharT, ", "); member