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

/haiku/headers/cpp/
H A Dstl_rope.h500 void _M_free_tree();
504 if (0 == _M_decr_refcount()) _M_free_tree();
522 if (0 != __t && 0 == __t->_M_refcount) __t->_M_free_tree();
H A Dropeimpl.h327 void _Rope_RopeRep<_CharT,_Alloc>::_M_free_tree() function in class:_Rope_RopeRep

Completed in 73 milliseconds