Searched refs:_Rope_iterator (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | stl_rope.h | 242 template<class _CharT, class _Alloc> class _Rope_iterator; variable 282 _Rope_iterator<_CharT,_Alloc> operator- 283 (const _Rope_iterator<_CharT,_Alloc>& __x, 287 _Rope_iterator<_CharT,_Alloc> operator+ 288 (const _Rope_iterator<_CharT,_Alloc>& __x, 292 _Rope_iterator<_CharT,_Alloc> operator+ 294 const _Rope_iterator<_CharT,_Alloc>& __x); 298 (const _Rope_iterator<_CharT,_Alloc>& __x, 299 const _Rope_iterator<_CharT,_Alloc>& __y); 303 (const _Rope_iterator<_CharT,_Alloc>& __x, [all …]
|
| H A D | ropeimpl.h | 280 void _Rope_iterator<_CharT,_Alloc>::_M_check() { in _M_check() 293 const _Rope_iterator<_CharT,_Alloc>& __x) in _Rope_const_iterator() 298 inline _Rope_iterator<_CharT,_Alloc>::_Rope_iterator( in _Rope_iterator() function 1496 template<class _Rope_iterator> // was templated on CharT and Alloc 1498 _Rope_rotate(_Rope_iterator __first, in _Rope_rotate() 1499 _Rope_iterator __middle, in _Rope_rotate() 1500 _Rope_iterator __last) in _Rope_rotate() 1502 typedef typename _Rope_iterator::value_type _CharT; in _Rope_rotate() 1503 typedef typename _Rope_iterator::_allocator_type _Alloc; in _Rope_rotate() 1521 inline void rotate(_Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __first, in rotate() [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | rope | 330 class _Rope_iterator; 377 _Rope_iterator<_CharT, _Alloc> 378 operator-(const _Rope_iterator<_CharT, _Alloc>& __x, ptrdiff_t __n); 381 _Rope_iterator<_CharT, _Alloc> 382 operator+(const _Rope_iterator<_CharT, _Alloc>& __x, ptrdiff_t __n); 385 _Rope_iterator<_CharT, _Alloc> 386 operator+(ptrdiff_t __n, const _Rope_iterator<_CharT, _Alloc>& __x); 390 operator==(const _Rope_iterator<_CharT, _Alloc>& __x, 391 const _Rope_iterator<_CharT, _Alloc>& __y); 395 operator<(const _Rope_iterator<_CharT, _Alloc>& __x, [all …]
|
| H A D | ropeimpl.h | 298 _Rope_iterator<_CharT, _Alloc>:: 314 _Rope_const_iterator(const _Rope_iterator<_CharT, _Alloc>& __x) in _Rope_const_iterator() 320 _Rope_iterator<_CharT, _Alloc>:: 321 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) in _Rope_iterator() function 1655 template<class _Rope_iterator> // was templated on CharT and Alloc 1657 _Rope_rotate(_Rope_iterator __first, in _Rope_rotate() 1658 _Rope_iterator __middle, in _Rope_rotate() 1659 _Rope_iterator __last) in _Rope_rotate() 1661 typedef typename _Rope_iterator::value_type _CharT; in _Rope_rotate() 1662 typedef typename _Rope_iterator::_allocator_type _Alloc; in _Rope_rotate() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog-2001 | 166 * include/ext/stl_rope.h (_Rope_iterator): 353 * include/ext/stl_rope.h (_Rope_iterator::operator=, rope::npos):
|