Searched refs:_Rope_iterator (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h225 template<class _CharT, class _Alloc> class _Rope_iterator;
754 friend class _Rope_iterator<_CharT,_Alloc>;
927 template<class _CharT, class _Alloc> class _Rope_iterator;
948 _Rope_const_iterator(const _Rope_iterator<_CharT,_Alloc>& __x);
1032 class _Rope_iterator : public _Rope_iterator_base<_CharT,_Alloc> { class in inherits:_Rope_iterator_base
1043 _Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) function in class:_Rope_iterator
1055 _Rope_iterator() { function in class:_Rope_iterator
1058 _Rope_iterator(const _Rope_iterator& __x) : function in class:_Rope_iterator
1063 _Rope_iterator(rop
2352 operator ==(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2359 operator <(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2365 operator -(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2372 operator -(const _Rope_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2380 operator +(const _Rope_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2388 operator +(ptrdiff_t __n, const _Rope_iterator<_CharT,_Alloc>& __x) argument
[all...]
H A Dropeimpl.h245 void _Rope_iterator<_CharT,_Alloc>::_M_check() {
258 const _Rope_iterator<_CharT,_Alloc>& __x)
263 inline _Rope_iterator<_CharT,_Alloc>::_Rope_iterator( function in class:_Rope_iterator
1496 _Rope_rotate(_Rope_iterator<_CharT,_Alloc> __first,
1497 _Rope_iterator<_CharT,_Alloc> __middle,
1498 _Rope_iterator<_CharT,_Alloc> __last)
1518 inline void rotate(_Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __first,
1519 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __middle,
1520 _Rope_iterator<cha
257 _Rope_const_iterator( const _Rope_iterator<_CharT,_Alloc>& __x) argument
[all...]

Completed in 54 milliseconds