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

/haiku/headers/cpp/
H A Dropeimpl.h42 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data;
312 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n));
315 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n));
332 _Rope_RopeLeaf<_CharT,_Alloc>* __l
333 = (_Rope_RopeLeaf<_CharT,_Alloc>*)this;
334 __l->_Rope_RopeLeaf<_CharT,_Alloc>::~_Rope_RopeLeaf();
H A Dstl_rope.h222 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf;
256 typedef _Rope_RopeLeaf<_CharT,__a> __L; \
535 struct _Rope_RopeLeaf : public _Rope_RopeRep<_CharT,_Alloc> { struct in inherits:_Rope_RopeRep
564 _Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size, allocator_type __a) function in struct:_Rope_RopeLeaf
578 ~_Rope_RopeLeaf() {
685 ((_Rope_RopeLeaf<_CharT,_Alloc>*)_M_base)->_M_data;
1334 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf;

Completed in 43 milliseconds