Home | History | Annotate | Download | only in ext

Lines Matching refs:_Rope_iterator

294     _Rope_iterator<_CharT, _Alloc>::
310 _Rope_const_iterator(const _Rope_iterator<_CharT, _Alloc>& __x)
316 _Rope_iterator<_CharT, _Alloc>::
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
1655 template<class _Rope_iterator> // was templated on CharT and Alloc
1657 _Rope_rotate(_Rope_iterator __first,
1658 _Rope_iterator __middle,
1659 _Rope_iterator __last)
1661 typedef typename _Rope_iterator::value_type _CharT;
1662 typedef typename _Rope_iterator::_allocator_type _Alloc;
1681 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first,
1682 _Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __middle,
1683 _Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __last)
1696 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
1697 _Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __middle,
1698 _Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __last)