Searched refs:ostreambuf_iterator (Results 26 - 50 of 105) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9169.cc55 copy(str.begin(), str.end(), ostreambuf_iterator<char>(out));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocalefwd.h47 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
134 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
151 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
153 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
160 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D5.cc49 typedef ostreambuf_iterator<char> OutIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D5.cc49 typedef ostreambuf_iterator<wchar_t> OutIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D17038.cc33 typedef ostreambuf_iterator<char> iterator_type;
H A D5.cc30 typedef ostreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D17038.cc33 typedef ostreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9169.cc54 copy(str.begin(), str.end(), ostreambuf_iterator<char>(out));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D3.cc32 typedef ostreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D3.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D3.cc31 typedef ostreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D3.cc31 typedef ostreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D1.cc30 typedef ostreambuf_iterator<char> iterator_type;
H A D2.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D3.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D4.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D6.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D7.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D8.cc32 typedef ostreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D5.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;
H A D6.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;
H A D7.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;
H A D8.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/
H A D1.cc32 typedef ostreambuf_iterator<char> out_iterator_type;
H A D3.cc31 typedef ostreambuf_iterator<char> out_iterator_type;

Completed in 117 milliseconds

12345