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 class in inherits:random_access_iterator
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() {} function in class:_Rope_iterator_base
910 _Rope_iterator_base(_RopeRep* __root, size_t __pos) function in class:_Rope_iterator_base
916 _Rope_iterator_base(const _Rope_iterator_base& __x) { function in class:_Rope_iterator_base
930 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> {
934 _Rope_iterator_base<_Char
[all...]
H A Dropeimpl.h32 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( argument
33 _Rope_iterator_base<_CharT,_Alloc>& __x)
78 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache
79 (_Rope_iterator_base<_CharT,_Alloc>& __x)
152 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr
153 (_Rope_iterator_base<_CharT,_Alloc>& __x)
216 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) {
232 void _Rope_iterator_base<_CharT,_Alloc>::_M_decr(size_t __n) {
259 : _Rope_iterator_base<_CharT,_Alloc>(__x)
265 : _Rope_iterator_base<_Char
[all...]

Completed in 41 milliseconds