Searched refs:ostream_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | iterator | 23 typedef basic_ostream<charT, traits> ostream_type; 30 ostream_joiner(ostream_type& s, const DelimT& delimiter); 31 ostream_joiner(ostream_type& s, DelimT&& delimiter); 40 ostream_type* out_stream; // exposition only 79 typedef basic_ostream<char_type, traits_type> ostream_type; 86 _LIBCPP_HIDE_FROM_ABI ostream_joiner(ostream_type& __os, _Delim&& __d) 89 _LIBCPP_HIDE_FROM_ABI ostream_joiner(ostream_type& __os, const _Delim& __d) 106 ostream_type* __output_iter_;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostream_iterator.h | 48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef 51 ostream_type* __out_stream_; 55 _LIBCPP_HIDE_FROM_ABI ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() 58 _LIBCPP_HIDE_FROM_ABI ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator()
|
| H A D | ostreambuf_iterator.h | 47 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef 53 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator(ostream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in ostreambuf_iterator()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | iterator | 559 typedef basic_ostream<charT,traits> ostream_type; 561 ostream_iterator(ostream_type& s); 562 ostream_iterator(ostream_type& s, const charT* delimiter); 626 typedef basic_ostream<charT, traits> ostream_type; 628 ostreambuf_iterator(ostream_type& s) noexcept;
|