Searched refs:ostream_type (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/
H A Dtypedefs.cc41 typedef test_iterator::ostream_type ostream_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/
H A D1.cc37 typedef basic_ostream<pod_ushort> ostream_type; typedef
45 ostream_type ostr01(strbuf01);
46 ostream_type ostr02(&strbuf02);
51 ostream_type::sentry sentry01(ostr01);
69 ostream_type::sentry sentry01(ostr01);
80 ostream_type::sentry sentry03(ostr02);
98 ostream_type::sentry sentry03(ostr02);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/
H A D1.cc44 typedef basic_ostream<pod_ushort> ostream_type; typedef
52 ostream_type ostr01(strbuf01);
53 ostream_type ostr02(&strbuf02);
58 ostream_type::sentry sentry01(ostr01);
76 ostream_type::sentry sentry01(ostr01);
87 ostream_type::sentry sentry03(ostr02);
105 ostream_type::sentry sentry03(ostr02);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc41 typedef test_iterator::ostream_type ostream_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr39732.C16 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
17 ostream_type* _M_stream;
20 ostream_iterator(ostream_type& __s, const _CharT* __c)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/24_iterators/
H A Dostream_iterator.cc47 typedef test_iterator::ostream_type ostream_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/
H A D1.cc48 typedef test_iterator::ostream_type ostream_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/
H A D10081-out.cc36 typedef basic_ostream<pod_ushort> ostream_type; typedef
42 ostream_type stream(&strbuf01);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/
H A D10081-out.cc43 typedef basic_ostream<pod_ushort> ostream_type; typedef
49 ostream_type stream(&strbuf01);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/
H A D2.cc37 typedef basic_ostringstream<pod_ushort> ostream_type; typedef
42 ostream_type os;
H A D1.cc36 typedef basic_ostream<pod_ushort> ostream_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/
H A D2.cc36 typedef basic_ostringstream<pod_ushort> ostream_type; typedef
41 ostream_type os;
H A D1.cc37 typedef basic_ostream<pod_ushort> ostream_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstream_iterator.h160 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
164 ostream_type* _M_stream;
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
181 ostream_iterator(ostream_type& __s, const _CharT* __c)
H A Dstreambuf_iterator.h214 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
229 ostreambuf_iterator(ostream_type& __s) throw ()
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstream_iterator.h160 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:std::ostream_iterator
164 ostream_type* _M_stream;
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
181 ostream_iterator(ostream_type& __s, const _CharT* __c)
H A Dstreambuf_iterator.h201 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:std::ostreambuf_iterator
210 ostreambuf_iterator(ostream_type& __s) throw ()

Completed in 284 milliseconds