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

/haiku/headers/cpp/
H A Dropeimpl.h263 inline _Rope_iterator<_CharT,_Alloc>::_Rope_iterator( function in class:_Rope_iterator
257 _Rope_const_iterator( const _Rope_iterator<_CharT,_Alloc>& __x) argument
[all...]
H A Dstl_rope.h1032 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
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...]

Completed in 47 milliseconds