Home
last modified time | relevance | path

Searched refs:ostream_type (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/libcxx/include/experimental/
H A Diterator23 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
78 typedef basic_ostream<char_type, traits_type> ostream_type;
85 _LIBCPP_HIDE_FROM_ABI ostream_joiner(ostream_type& __os, _Delim&& __d)
88 _LIBCPP_HIDE_FROM_ABI ostream_joiner(ostream_type& __os, const _Delim& __d)
105 ostream_type* __output_iter_;
/src/contrib/llvm-project/libcxx/include/__iterator/
H A Dostream_iterator.h48 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 Dostreambuf_iterator.h47 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()
/src/contrib/llvm-project/libcxx/include/
H A Diterator564 typedef basic_ostream<charT,traits> ostream_type;
566 ostream_iterator(ostream_type& s);
567 ostream_iterator(ostream_type& s, const charT* delimiter);
631 typedef basic_ostream<charT, traits> ostream_type;
633 ostreambuf_iterator(ostream_type& s) noexcept;