Home | History | Annotate | Download | only in bits

Lines Matching defs:istreambuf_iterator

47   // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_iterator
74 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
80 __copy_move_a2(istreambuf_iterator<_CharT2>,
81 istreambuf_iterator<_CharT2>, _CharT2*);
85 istreambuf_iterator<_CharT2> >::__type
86 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
90 // 24.5.3 istreambuf_iterator
102 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT
106 istreambuf_iterator(const istreambuf_iterator&) noexcept = default;
108 ~istreambuf_iterator() = default;
112 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
126 // Dereferencing a past-the-end istreambuf_iterator is a
136 istreambuf_iterator&
151 istreambuf_iterator
158 istreambuf_iterator __old = *this;
168 // 110 istreambuf_iterator::equal not const
172 equal(const istreambuf_iterator& __b) const
204 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
205 const istreambuf_iterator<_CharT, _Traits>& __b)
210 operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
211 const istreambuf_iterator<_CharT, _Traits>& __b)
232 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
293 copy(istreambuf_iterator<_CharT> __first,
294 istreambuf_iterator<_CharT> __last,
334 __copy_move_a2(istreambuf_iterator<_CharT> __first,
335 istreambuf_iterator<_CharT> __last, _CharT* __result)
337 typedef istreambuf_iterator<_CharT> __is_iterator_type;
368 istreambuf_iterator<_CharT> >::__type
369 find(istreambuf_iterator<_CharT> __first,
370 istreambuf_iterator<_CharT> __last, const _CharT& __val)
372 typedef istreambuf_iterator<_CharT> __is_iterator_type;