Searched refs:_Rope_RopeConcatenation (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | ropeimpl.h | 153 _Rope_RopeConcatenation<_CharT,_Alloc>* __c = in _S_setcache() 154 (_Rope_RopeConcatenation<_CharT,_Alloc>*)__curr_rope; in _S_setcache() 197 _Rope_RopeConcatenation<_CharT,_Alloc>* __c; in _S_setcache_for_incr() 209 __c = (_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node; in _S_setcache_for_incr() 221 __c = (_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node; in _S_setcache_for_incr() 239 ((_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node)->_M_left; in _S_setcache_for_incr() 365 _Rope_RopeConcatenation<_CharT,_Alloc>* __c in _M_free_tree() 366 = (_Rope_RopeConcatenation<_CharT,_Alloc>*)this; in _M_free_tree() 367 __c->_Rope_RopeConcatenation<_CharT,_Alloc>:: in _M_free_tree() 368 ~_Rope_RopeConcatenation(); in _M_free_tree()
|
H A D | stl_rope.h | 238 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation; 384 typedef _Rope_RopeConcatenation<_CharT,__a> __C; \ 604 struct _Rope_RopeConcatenation : public _Rope_RopeRep<_CharT,_Alloc> { struct 610 _Rope_RopeConcatenation(_Rope_RopeRep<_CharT,_Alloc>* __l, in _Rope_RopeConcatenation() argument 621 ~_Rope_RopeConcatenation() { in ~_Rope_RopeConcatenation() argument 1281 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcatenation;
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 157 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = in _S_setcache() 158 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope; in _S_setcache() 202 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; in _S_setcache_for_incr() 216 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node; in _S_setcache_for_incr() 229 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node; in _S_setcache_for_incr() 248 ((_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node)->_M_left; in _S_setcache_for_incr() 391 _Rope_RopeConcatenation<_CharT,_Alloc>* __c in _M_free_tree() 392 = (_Rope_RopeConcatenation<_CharT, _Alloc>*)this; in _M_free_tree() 393 __c->_Rope_RopeConcatenation<_CharT, _Alloc>:: in _M_free_tree() 394 ~_Rope_RopeConcatenation(); in _M_free_tree()
|
H A D | rope | 318 struct _Rope_RopeConcatenation; 509 typedef _Rope_RopeConcatenation<_CharT,__a> __C; \ 723 struct _Rope_RopeConcatenation 733 _Rope_RopeConcatenation(_Rope_RopeRep<_CharT, _Alloc>* __l, 744 ~_Rope_RopeConcatenation() throw() 752 _Rope_RopeConcatenation& 753 operator=(const _Rope_RopeConcatenation&); 755 _Rope_RopeConcatenation(const _Rope_RopeConcatenation&); 1521 typedef _Rope_RopeConcatenation<_CharT, _Alloc> _RopeConcatenation;
|