Lines Matching refs:istreambuf_iterator

47   // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_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()
100 istreambuf_iterator(istream_type& __s) throw()
104 istreambuf_iterator(streambuf_type* __s) throw()
114 // Dereferencing a past-the-end istreambuf_iterator is a
124 istreambuf_iterator&
139 istreambuf_iterator
146 istreambuf_iterator __old = *this;
156 // 110 istreambuf_iterator::equal not const
160 equal(const istreambuf_iterator& __b) const
192 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
193 const istreambuf_iterator<_CharT, _Traits>& __b)
198 operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
199 const istreambuf_iterator<_CharT, _Traits>& __b)
220 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
281 copy(istreambuf_iterator<_CharT> __first,
282 istreambuf_iterator<_CharT> __last,
322 __copy_move_a2(istreambuf_iterator<_CharT> __first,
323 istreambuf_iterator<_CharT> __last, _CharT* __result)
325 typedef istreambuf_iterator<_CharT> __is_iterator_type;
356 istreambuf_iterator<_CharT> >::__type
357 find(istreambuf_iterator<_CharT> __first,
358 istreambuf_iterator<_CharT> __last, const _CharT& __val)
360 typedef istreambuf_iterator<_CharT> __is_iterator_type;