HomeSort by relevance Sort by last modified time
    Searched refs:_M_right (Results 1 - 10 of 10) sorted by null

  /external/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
73 __x->_M_parent->_M_right = __y;
82 __x->_M_left = __y->_M_right;
83 if (__y->_M_right != 0)
84 __y->_M_right->_M_parent = __x;
89 else if (__x == __x->_M_parent->_M_right)
90 __x->_M_parent->_M_right = __y;
93 __y->_M_right = __x;
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right;
    [all...]
_tree.h 91 _Base_ptr _M_right;
99 while (__x->_M_right != 0) __x = __x->_M_right;
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);
    [all...]
_rope.c 180 __curr_rope = __c->_M_right;
246 __current_node = __c->_M_right;
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right);
553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right;
594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) {
596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right);
643 _RopeRep* __right = __c->_M_right;
806 _RopeRep* __right = __conc->_M_right;
    [all...]
_rope.h 500 _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();
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
73 __x->_M_parent->_M_right = __y;
82 __x->_M_left = __y->_M_right;
83 if (__y->_M_right != 0)
84 __y->_M_right->_M_parent = __x;
89 else if (__x == __x->_M_parent->_M_right)
90 __x->_M_parent->_M_right = __y;
93 __y->_M_right = __x;
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right;
    [all...]
_tree.h 91 _Base_ptr _M_right;
99 while (__x->_M_right != 0) __x = __x->_M_right;
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);
    [all...]
_rope.c 180 __curr_rope = __c->_M_right;
246 __current_node = __c->_M_right;
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right);
553 __STATIC_CAST(_RopeConcatenation*, __r)->_M_right = __new_right;
594 _RopeRep::_S_leaf == __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag) {
596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right);
643 _RopeRep* __right = __c->_M_right;
806 _RopeRep* __right = __conc->_M_right;
    [all...]
_rope.h 500 _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();
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 95 _Base_ptr _M_right;
114 while (__x->_M_right != 0) __x = __x->_M_right;
121 while (__x->_M_right != 0) __x = __x->_M_right;
419 __tmp->_M_right = 0;
449 this->_M_header._M_right = &this->_M_header;
502 { return this->_M_impl._M_header._M_right; }
506 { return this->_M_impl._M_header._M_right; }
545 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 161 __curr_rope = __c->_M_right;
229 __current_node = __c->_M_right;
546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
549 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
612 __r)->_M_right);
623 ((_RopeConcatenation*)__r)->_M_right = __new_right;
674 __left)->_M_right->_M_tag)
677 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right);
742 _RopeRep* __right = __c->_M_right;
941 _RopeRep* __right = __conc->_M_right;
    [all...]

Completed in 1005 milliseconds