Lines Matching refs:_Rope_iterator
245 void _Rope_iterator<_CharT,_Alloc>::_M_check() { in _M_check()
258 const _Rope_iterator<_CharT,_Alloc>& __x) in _Rope_const_iterator()
263 inline _Rope_iterator<_CharT,_Alloc>::_Rope_iterator( in _Rope_iterator() function
1496 _Rope_rotate(_Rope_iterator<_CharT,_Alloc> __first, in _Rope_rotate()
1497 _Rope_iterator<_CharT,_Alloc> __middle, in _Rope_rotate()
1498 _Rope_iterator<_CharT,_Alloc> __last) in _Rope_rotate()
1518 inline void rotate(_Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __first, in rotate()
1519 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __middle, in rotate()
1520 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __last) { in rotate()
1534 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __first,
1535 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __middle,
1536 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __last) {