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

/haiku/headers/cpp/
H A Dstl_rope.h667 _Rope_RopeRep<_CharT,_Alloc>* _M_base; // not 0 member in struct:_Rope_RopeSubstring
671 switch(_M_base->_M_tag) {
676 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn;
678 __stl_assert(_M_start + _M_size <= _M_base->_M_size);
685 ((_Rope_RopeLeaf<_CharT,_Alloc>*)_M_base)->_M_data;
697 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a), _M_base(__b)
703 _M_base->_M_ref_nonnil();
710 _M_base->_M_unref_nonnil();
H A Dropeimpl.h709 _S_new_RopeSubstring(__old->_M_base,

Completed in 68 milliseconds