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

/haiku/headers/cpp/
H A Dropeimpl.h116 _Rope_RopeConcatenation<_CharT,_Alloc>* __c =
117 (_Rope_RopeConcatenation<_CharT,_Alloc>*)__curr_rope;
160 _Rope_RopeConcatenation<_CharT,_Alloc>* __c;
174 __c = (_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node;
186 __c = (_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node;
204 ((_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node)->_M_left;
340 _Rope_RopeConcatenation<_CharT,_Alloc>* __c
341 = (_Rope_RopeConcatenation<_CharT,_Alloc>*)this;
342 __c->_Rope_RopeConcatenation<_CharT,_Alloc>::
343 ~_Rope_RopeConcatenation();
[all...]
H A Dstl_rope.h221 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation;
254 typedef _Rope_RopeConcatenation<_CharT,__a> __C; \
588 struct _Rope_RopeConcatenation : public _Rope_RopeRep<_CharT,_Alloc> { struct in inherits:_Rope_RopeRep
593 _Rope_RopeConcatenation(_Rope_RopeRep<_CharT,_Alloc>* __l, function in struct:_Rope_RopeConcatenation
602 ~_Rope_RopeConcatenation() {
1333 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcatenation;

Completed in 49 milliseconds