Home
last modified time | relevance | path

Searched refs:_Rope_iterator_base (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h859 class _Rope_iterator_base
900 static void _S_setbuf(_Rope_iterator_base& __x);
903 static void _S_setcache(_Rope_iterator_base& __x);
906 static void _S_setcache_for_incr(_Rope_iterator_base& __x);
909 _Rope_iterator_base() {} in _Rope_iterator_base() function
910 _Rope_iterator_base(_RopeRep* __root, size_t __pos) in _Rope_iterator_base() function
916 _Rope_iterator_base(const _Rope_iterator_base& __x) { in _Rope_iterator_base() function
930 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> {
934 _Rope_iterator_base<_CharT,_Alloc>( in _Rope_const_iterator()
947 _Rope_iterator_base<_CharT,_Alloc>(__x) { } in _Rope_const_iterator()
[all …]
H A Dropeimpl.h32 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( in _S_setbuf()
33 _Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setbuf()
78 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache in _S_setcache()
79 (_Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setcache()
152 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr in _S_setcache_for_incr()
153 (_Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setcache_for_incr()
216 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) { in _M_incr()
232 void _Rope_iterator_base<_CharT,_Alloc>::_M_decr(size_t __n) { in _M_decr()
259 : _Rope_iterator_base<_CharT,_Alloc>(__x) in _Rope_const_iterator()
265 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _Rope_iterator()