Searched refs:istreambuf_iterator (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dexplicit_instantiation.cc21 // 24.5.3 template class istreambuf_iterator
27 template class std::istreambuf_iterator<char>; member in class:std
H A Dbase_classes.cc21 // 24.5.3 template class istreambuf_iterator
32 typedef istreambuf_iterator<char> test_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem02.C11 template<class _CharT, class _Traits = char_traits<_CharT> > class istreambuf_iterator;
15 class istreambuf_iterator class
21 inline istreambuf_iterator() throw();
22 inline istreambuf_iterator(const _Proxy& __p) throw();
27 class istreambuf_iterator<_CharT,_Traits>::_Proxy
34 friend class istreambuf_iterator; // XXX OK?
38 //friend class istreambuf_iterator<_CharT,_Traits>;
42 //template <class _CharT, class _Traits> friend class istreambuf_iterator;
46 //friend class istreambuf_iterator<_CharT>;
53 template class istreambuf_iterator<cha
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem02.C11 template<class _CharT, class _Traits = char_traits<_CharT> > class istreambuf_iterator;
15 class istreambuf_iterator class
21 inline istreambuf_iterator() throw();
22 inline istreambuf_iterator(const _Proxy& __p) throw();
27 class istreambuf_iterator<_CharT,_Traits>::_Proxy
34 friend class istreambuf_iterator; // XXX OK?
38 //friend class istreambuf_iterator<_CharT,_Traits>;
42 //template <class _CharT, class _Traits> friend class istreambuf_iterator;
46 //friend class istreambuf_iterator<_CharT>;
53 template class istreambuf_iterator<cha
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dlocale-inst.cc48 template class money_get<C, istreambuf_iterator<C> >;
51 istreambuf_iterator<C>
52 money_get<C, istreambuf_iterator<C> >::
53 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>,
57 istreambuf_iterator<C>
58 money_get<C, istreambuf_iterator<C> >::
59 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>,
80 template class num_get<C, istreambuf_iterator<
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dlocale-inst.cc51 template class money_get<C, istreambuf_iterator<C> >;
54 istreambuf_iterator<C>
55 money_get<C, istreambuf_iterator<C> >::
56 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>,
60 istreambuf_iterator<C>
61 money_get<C, istreambuf_iterator<C> >::
62 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>,
81 template class num_get<C, istreambuf_iterator<
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/21_strings/
H A Dstring_cons_input_iterator.cc35 string str((istreambuf_iterator<char>(isstr)),
36 istreambuf_iterator<char>());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/21_strings/
H A Dstring_cons_input_iterator.cc44 string str((istreambuf_iterator<char>(isstr)),
45 istreambuf_iterator<char>());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h47 // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_iterator class in inherits:iterator
68 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
74 __copy_move_a2(istreambuf_iterator<_CharT2>,
75 istreambuf_iterator<_CharT2>, _CharT2*);
79 istreambuf_iterator<_CharT2> >::__type
80 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
84 // 24.5.3 istreambuf_iterator
96 istreambuf_iterator() throw() function in class:istreambuf_iterator
100 istreambuf_iterator(istream_type& __s) throw() function in class:istreambuf_iterator
104 istreambuf_iterator(streambuf_type* __s) throw() function in class:istreambuf_iterator
192 operator ==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
198 operator !=(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h48 // 24.5.3 Template class istreambuf_iterator
51 class istreambuf_iterator class in namespace:std
67 // 24.5.3 istreambuf_iterator
79 istreambuf_iterator() throw() function in class:std::istreambuf_iterator
83 istreambuf_iterator(istream_type& __s) throw() function in class:std::istreambuf_iterator
87 istreambuf_iterator(streambuf_type* __s) throw() function in class:std::istreambuf_iterator
97 // Dereferencing a past-the-end istreambuf_iterator is a
107 istreambuf_iterator&
122 istreambuf_iterator
129 istreambuf_iterator __ol
179 operator ==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
185 operator !=(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/
H A D6.cc45 string str((istreambuf_iterator<char>(isstr)),
46 istreambuf_iterator<char>());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/
H A D6.cc45 wstring str((istreambuf_iterator<wchar_t>(isstr)),
46 istreambuf_iterator<wchar_t>());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D38399.cc42 istreambuf_iterator<char> iter =
45 string rest = string(iter, istreambuf_iterator<char>());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D38399.cc42 istreambuf_iterator<wchar_t> iter =
45 wstring rest = wstring(iter, istreambuf_iterator<wchar_t>());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/
H A D6.cc46 string str((istreambuf_iterator<char>(isstr)),
47 istreambuf_iterator<char>());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/
H A D6.cc46 wstring str((istreambuf_iterator<wchar_t>(isstr)),
47 istreambuf_iterator<wchar_t>());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-2.cc31 typedef istreambuf_iterator<char>::difference_type Distance;
H A D14320-3.cc31 typedef std::istreambuf_iterator<char>::difference_type Distance;
H A D14320-4.cc41 typedef istreambuf_iterator<char>::difference_type Distance;
H A D14320-5.cc32 typedef istreambuf_iterator<char>::difference_type Distance;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-2.cc32 typedef istreambuf_iterator<char>::difference_type Distance;
H A D14320-3.cc32 typedef std::istreambuf_iterator<char>::difference_type Distance;
H A D14320-4.cc42 typedef istreambuf_iterator<char>::difference_type Distance;
H A D14320-5.cc33 typedef istreambuf_iterator<char>::difference_type Distance;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9169.cc61 copy(istreambuf_iterator<char>(in), istreambuf_iterator<char>(),

Completed in 401 milliseconds

1234567891011>>