Home
last modified time | relevance | path

Searched refs:_M_right (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_tree.c62 _Rb_tree_node_base* __y = __x->_M_right; in _Rotate_left()
63 __x->_M_right = __y->_M_left; in _Rotate_left()
73 __x->_M_parent->_M_right = __y; in _Rotate_left()
82 __x->_M_left = __y->_M_right; in _Rotate_right()
83 if (__y->_M_right != 0) in _Rotate_right()
84 __y->_M_right->_M_parent = __x; in _Rotate_right()
89 else if (__x == __x->_M_parent->_M_right) in _Rotate_right()
90 __x->_M_parent->_M_right = __y; in _Rotate_right()
93 __y->_M_right = __x; in _Rotate_right()
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; in _Rebalance()
[all …]
D_tree.h91 _Base_ptr _M_right; member
99 while (__x->_M_right != 0) __x = __x->_M_right; in _S_maximum()
267 _M_header._M_data._M_right = &_M_header._M_data;
274 if (_M_header._M_data._M_right == __static_node) {
275 _M_header._M_data._M_right = &_M_header._M_data;
340 { return this->_M_header._M_data._M_right; }
347 { return this->_M_header._M_data._M_right; }
352 { return __x->_M_right; }
496 this->_M_header._M_data._M_right);
D_rope.c180 __curr_rope = __c->_M_right; in _S_setcache()
246 __current_node = __c->_M_right; in _S_setcache_for_incr()
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { in _S_concat_char_iter()
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); in _S_concat_char_iter()
538 … _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); in _S_destr_concat_char_iter()
553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right; in _S_destr_concat_char_iter()
594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) { in _S_concat_rep()
596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); in _S_concat_rep()
643 _RopeRep* __right = __c->_M_right; in _S_substring()
806 _RopeRep* __right = __conc->_M_right; in _S_apply_to_pieces()
[all …]
D_rope.h500 _RopeRep* _M_right;
506 … __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
516 _M_right->_M_unref_nonnil();