• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/

Lines Matching refs:istreambuf_iterator

49   // 24.5.3 Template class istreambuf_iterator
52 class istreambuf_iterator
70 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
76 __copy_move_a2(istreambuf_iterator<_CharT2>,
77 istreambuf_iterator<_CharT2>, _CharT2*);
81 istreambuf_iterator<_CharT2> >::__type
82 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
86 // 24.5.3 istreambuf_iterator
98 _GLIBCXX_CONSTEXPR istreambuf_iterator() throw()
102 istreambuf_iterator(istream_type& __s) throw()
106 istreambuf_iterator(streambuf_type* __s) throw()
116 // Dereferencing a past-the-end istreambuf_iterator is a
126 istreambuf_iterator&
141 istreambuf_iterator
148 istreambuf_iterator __old = *this;
158 // 110 istreambuf_iterator::equal not const
162 equal(const istreambuf_iterator& __b) const
194 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
195 const istreambuf_iterator<_CharT, _Traits>& __b)
200 operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
201 const istreambuf_iterator<_CharT, _Traits>& __b)
222 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
283 copy(istreambuf_iterator<_CharT> __first,
284 istreambuf_iterator<_CharT> __last,
324 __copy_move_a2(istreambuf_iterator<_CharT> __first,
325 istreambuf_iterator<_CharT> __last, _CharT* __result)
327 typedef istreambuf_iterator<_CharT> __is_iterator_type;
358 istreambuf_iterator<_CharT> >::__type
359 find(istreambuf_iterator<_CharT> __first,
360 istreambuf_iterator<_CharT> __last, const _CharT& __val)
362 typedef istreambuf_iterator<_CharT> __is_iterator_type;