Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h851 class _Rope_iterator_base
894 static void _S_setbuf(_Rope_iterator_base& __x);
897 static void _S_setcache(_Rope_iterator_base& __x);
900 static void _S_setcache_for_incr(_Rope_iterator_base& __x);
903 _Rope_iterator_base() {} in _Rope_iterator_base() function
904 _Rope_iterator_base(_RopeRep* __root, size_t __pos) in _Rope_iterator_base() function
910 _Rope_iterator_base(const _Rope_iterator_base& __x) { in _Rope_iterator_base() function
924 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> {
930 _Rope_iterator_base<_CharT,_Alloc>( in _Rope_const_iterator()
943 _Rope_iterator_base<_CharT,_Alloc>(__x) { } in _Rope_const_iterator()
[all …]
H A Dropeimpl.h71 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( in _S_setbuf()
72 _Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setbuf()
117 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache in _S_setcache()
118 (_Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setcache()
189 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr in _S_setcache_for_incr()
190 (_Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setcache_for_incr()
251 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) { in _M_incr()
267 void _Rope_iterator_base<_CharT,_Alloc>::_M_decr(size_t __n) { in _M_decr()
294 : _Rope_iterator_base<_CharT,_Alloc>(__x) in _Rope_const_iterator()
300 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _Rope_iterator()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h72 _Rope_iterator_base<_CharT, _Alloc>::
73 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x) in _S_setbuf()
117 _Rope_iterator_base<_CharT, _Alloc>::
118 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x) in _S_setcache()
194 _Rope_iterator_base<_CharT, _Alloc>::
195 _S_setcache_for_incr(_Rope_iterator_base<_CharT, _Alloc>& __x) in _S_setcache_for_incr()
261 _Rope_iterator_base<_CharT, _Alloc>::
282 _Rope_iterator_base<_CharT, _Alloc>::
315 : _Rope_iterator_base<_CharT, _Alloc>(__x) in _Rope_const_iterator()
322 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _Rope_iterator()
H A Drope1025 class _Rope_iterator_base
1068 static void _S_setbuf(_Rope_iterator_base& __x);
1071 static void _S_setcache(_Rope_iterator_base& __x);
1074 static void _S_setcache_for_incr(_Rope_iterator_base& __x);
1077 _Rope_iterator_base() { }
1079 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
1089 _Rope_iterator_base(const _Rope_iterator_base& __x)
1107 : public _Rope_iterator_base<_CharT, _Alloc>
1114 : _Rope_iterator_base<_CharT, _Alloc>(const_cast<_RopeRep*>(__root),
1128 : _Rope_iterator_base<_CharT,_Alloc>(__x) { }
[all …]