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

/haiku/headers/cpp/
H A Dstl_tree.h79 _Base_ptr _M_right; member in struct:_Rb_tree_node_base
89 while (__x->_M_right != 0) __x = __x->_M_right;
111 if (_M_node->_M_right != 0) {
112 _M_node = _M_node->_M_right;
118 while (_M_node == __y->_M_right) {
122 if (_M_node->_M_right != __y)
131 _M_node = _M_node->_M_right;
134 while (__y->_M_right != 0)
135 __y = __y->_M_right;
[all...]
H A Dropeimpl.h124 __curr_rope = __c->_M_right;
191 __current_node = __c->_M_right;
499 && _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
501 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
554 _RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*)__r)->_M_right);
568 ((_RopeConcatenation*)__r)->_M_right = __new_right;
610 ((_RopeConcatenation*)__left)->_M_right->_M_tag) {
612 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right);
659 _RopeRep* __right = __c->_M_right;
852 _RopeRep* __right = __conc->_M_right;
[all...]
H A Dstl_rope.h591 _Rope_RopeRep<_CharT,_Alloc>* _M_right; member in struct:_Rope_RopeConcatenation
599 _M_left(__l), _M_right(__r)
605 _M_right->_M_unref_nonnil();

Completed in 76 milliseconds