Home | History | Annotate | Download | only in bits

Lines Matching defs:istreambuf_iterator

49   // 24.5.3 Template class istreambuf_iterator
52 class istreambuf_iterator
76 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
82 __copy_move_a2(istreambuf_iterator<_CharT2>,
83 istreambuf_iterator<_CharT2>, _CharT2*);
87 istreambuf_iterator<_CharT2> >::__type
88 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
92 // 24.5.3 istreambuf_iterator
104 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT
108 istreambuf_iterator(const istreambuf_iterator&) noexcept = default;
110 ~istreambuf_iterator() = default;
114 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
118 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
128 // Dereferencing a past-the-end istreambuf_iterator is a
138 istreambuf_iterator&
153 istreambuf_iterator
160 istreambuf_iterator __old = *this;
170 // 110 istreambuf_iterator::equal not const
174 equal(const istreambuf_iterator& __b) const
206 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
207 const istreambuf_iterator<_CharT, _Traits>& __b)
212 operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
213 const istreambuf_iterator<_CharT, _Traits>& __b)
234 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
295 copy(istreambuf_iterator<_CharT> __first,
296 istreambuf_iterator<_CharT> __last,
336 __copy_move_a2(istreambuf_iterator<_CharT> __first,
337 istreambuf_iterator<_CharT> __last, _CharT* __result)
339 typedef istreambuf_iterator<_CharT> __is_iterator_type;
370 istreambuf_iterator<_CharT> >::__type
371 find(istreambuf_iterator<_CharT> __first,
372 istreambuf_iterator<_CharT> __last, const _CharT& __val)
374 typedef istreambuf_iterator<_CharT> __is_iterator_type;