Lines Matching refs:istreambuf_iterator

49     class istreambuf_iterator  in _GLIBCXX_BEGIN_NAMESPACE()
67 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_BEGIN_NAMESPACE()
73 __copy_aux(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_BEGIN_NAMESPACE()
78 istreambuf_iterator<_CharT2> >::__type in _GLIBCXX_BEGIN_NAMESPACE()
79 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_BEGIN_NAMESPACE()
95 istreambuf_iterator() throw() in _GLIBCXX_BEGIN_NAMESPACE()
99 istreambuf_iterator(istream_type& __s) throw() in _GLIBCXX_BEGIN_NAMESPACE()
103 istreambuf_iterator(streambuf_type* __s) throw() in _GLIBCXX_BEGIN_NAMESPACE()
123 istreambuf_iterator& in _GLIBCXX_BEGIN_NAMESPACE()
138 istreambuf_iterator in _GLIBCXX_BEGIN_NAMESPACE()
145 istreambuf_iterator __old = *this; in _GLIBCXX_BEGIN_NAMESPACE()
159 equal(const istreambuf_iterator& __b) const in _GLIBCXX_BEGIN_NAMESPACE()
195 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
196 const istreambuf_iterator<_CharT, _Traits>& __b)
201 operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
202 const istreambuf_iterator<_CharT, _Traits>& __b)
223 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
284 copy(istreambuf_iterator<_CharT> __first, in copy()
285 istreambuf_iterator<_CharT> __last, in copy()
325 __copy_aux(istreambuf_iterator<_CharT> __first, in __copy_aux()
326 istreambuf_iterator<_CharT> __last, _CharT* __result) in __copy_aux()
328 typedef istreambuf_iterator<_CharT> __is_iterator_type; in __copy_aux()
359 istreambuf_iterator<_CharT> >::__type
360 find(istreambuf_iterator<_CharT> __first, in find()
361 istreambuf_iterator<_CharT> __last, const _CharT& __val) in find()
363 typedef istreambuf_iterator<_CharT> __is_iterator_type; in find()