Searched refs:istreambuf_iterator (Results 26 - 50 of 278) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9169.cc60 copy(istreambuf_iterator<char>(in), istreambuf_iterator<char>(),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dcompatibility-ldbl.cc39 template class num_get<C, istreambuf_iterator<C> >;
41 template class money_get<C, istreambuf_iterator<C> >;
54 template class num_get<C, istreambuf_iterator<C> >;
56 template class money_get<C, istreambuf_iterator<C> >;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc21 // 24.5.3 template class istreambuf_iterator
32 typedef istreambuf_iterator<char> test_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/
H A D4.cc31 typedef istreambuf_iterator<wchar_t> in_iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/
H A D2.cc33 typedef istreambuf_iterator<char> in_iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc35 typedef istreambuf_iterator<char>::difference_type Distance;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc36 typedef istreambuf_iterator<char>::difference_type Distance;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D2627.cc20 // 24.5.3 template class istreambuf_iterator
35 std::istreambuf_iterator<char> isbufit01(iss01);
42 std::istreambuf_iterator<char> isbufit02(iss02);
49 std::istreambuf_iterator<char> isbufit03(iss03);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D2627.cc21 // 24.5.3 template class istreambuf_iterator
36 std::istreambuf_iterator<char> isbufit01(iss01);
43 std::istreambuf_iterator<char> isbufit02(iss02);
50 std::istreambuf_iterator<char> isbufit03(iss03);
H A D1.cc22 // 24.5.3 template class istreambuf_iterator
33 typedef istreambuf_iterator<char> test_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/headers/iterator/
H A Dsynopsis.cc114 class istreambuf_iterator;
118 operator==(const istreambuf_iterator<charT,traits>&,
119 const istreambuf_iterator<charT,traits>&);
122 bool operator!=(const istreambuf_iterator<charT,traits>&,
123 const istreambuf_iterator<charT,traits>&);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20091002-1_0.C11 class istreambuf_iterator;
13 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
38 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D11528.cc29 typedef istreambuf_iterator<char> iterator_type;
H A D10.cc31 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D11528.cc29 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/
H A D1.cc31 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/
H A D1.cc31 typedef istreambuf_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 D4.cc34 typedef istreambuf_iterator<char> in_iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/
H A D2.cc31 typedef istreambuf_iterator<wchar_t> in_iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dfind_istreambuf_iterators.cc30 typedef istreambuf_iterator<char> in_iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D11528.cc30 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D11528.cc30 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/
H A D1.cc32 typedef istreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/
H A D1.cc32 typedef istreambuf_iterator<wchar_t> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocalefwd.h43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
142 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
158 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
160 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
170 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >

Completed in 188 milliseconds

1234567891011>>