Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/include/experimental/
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 ostream_joiner(ostream_type& __os, _Delim&& __d)
88 ostream_joiner(ostream_type& __os, const _Delim& __d)
107 ostream_type* __output_iter_;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstream_iterator.h123 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef
126 ostream_type* _M_stream;
130 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator()
132 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator()
Dstreambuf_iterator.h164 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef
171 ostreambuf_iterator(ostream_type& __s) throw () in ostreambuf_iterator()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dstream_iterator.h160 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef
164 ostream_type* _M_stream;
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator()
181 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator()
Dstreambuf_iterator.h217 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef
232 ostreambuf_iterator(ostream_type& __s) throw () in ostreambuf_iterator()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
Dostream_iterator.cc47 typedef test_iterator::ostream_type ostream_type; in test01() typedef
Dostreambuf_iterator.cc47 typedef test_iterator::ostream_type ostream_type; in test01() typedef
/openbsd/src/gnu/llvm/libcxx/include/
Diterator559 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;
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST3806 T typedef basic_ostream<charT,traits> ostream_type;
3807 T ostream_iterator(ostream_type& s);
3808 T ostream_iterator(ostream_type& s, const charT* delimiter);
3878 T typedef basic_ostream<charT,traits> ostream_type;
3880 T ostreambuf_iterator(ostream_type& s) throw();
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST3806 T typedef basic_ostream<charT,traits> ostream_type;
3807 T ostream_iterator(ostream_type& s);
3808 T ostream_iterator(ostream_type& s, const charT* delimiter);
3878 T typedef basic_ostream<charT,traits> ostream_type;
3880 T ostreambuf_iterator(ostream_type& s) throw();