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

/haiku/headers/cpp/
H A Dropeimpl.h557 _RopeRep* __new_right = local
559 if (__right == __new_right) {
560 __stl_assert(__new_right->_M_refcount == 2);
561 __new_right->_M_refcount = 1;
563 __stl_assert(__new_right->_M_refcount >= 1);
568 ((_RopeConcatenation*)__r)->_M_right = __new_right;

Completed in 43 milliseconds