Home | History | Annotate | Download | only in ext

Lines Matching refs:_Rope_iterator

295     _Rope_iterator<_CharT, _Alloc>::
311 _Rope_const_iterator(const _Rope_iterator<_CharT, _Alloc>& __x)
317 _Rope_iterator<_CharT, _Alloc>::
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
1656 template<class _Rope_iterator> // was templated on CharT and Alloc
1658 _Rope_rotate(_Rope_iterator __first,
1659 _Rope_iterator __middle,
1660 _Rope_iterator __last)
1662 typedef typename _Rope_iterator::value_type _CharT;
1663 typedef typename _Rope_iterator::_allocator_type _Alloc;
1682 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first,
1683 _Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __middle,
1684 _Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __last)
1697 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
1698 _Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __middle,
1699 _Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __last)