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

/haiku/headers/cpp/
H A Dstl_rope.h226 template<class _CharT, class _Alloc> class _Rope_const_iterator;
930 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> { class in inherits:_Rope_iterator_base
933 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): function in class:_Rope_const_iterator
945 _Rope_const_iterator() {}; function in class:_Rope_const_iterator
946 _Rope_const_iterator(const _Rope_const_iterator& __x) : function in class:_Rope_const_iterator
948 _Rope_const_iterator(const _Rope_iterator<_CharT,_Alloc>& __x);
949 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : function in class:_Rope_const_iterator
951 _Rope_const_iterator& operator= (const _Rope_const_iterator
2312 operator ==(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2319 operator <(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2325 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2332 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2339 operator +(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2346 operator +(ptrdiff_t __n, const _Rope_const_iterator<_CharT,_Alloc>& __x) argument
[all...]
H A Dropeimpl.h257 _Rope_const_iterator<_CharT, _Alloc>::_Rope_const_iterator( function in class:_Rope_const_iterator

Completed in 53 milliseconds