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

1 2

  /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...]
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/gcc/linux-x86/host/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;
514 { return this->_M_impl._M_header._M_right; }
518 { return this->_M_impl._M_header._M_right; }
557 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 98 _Base_ptr _M_right;
117 while (__x->_M_right != 0) __x = __x->_M_right;
124 while (__x->_M_right != 0) __x = __x->_M_right;
430 __tmp->_M_right = 0;
460 this->_M_header._M_right = &this->_M_header;
525 { return this->_M_impl._M_header._M_right; }
529 { return this->_M_impl._M_header._M_right; }
568 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tree.h 98 _Base_ptr _M_right;
117 while (__x->_M_right != 0) __x = __x->_M_right;
124 while (__x->_M_right != 0) __x = __x->_M_right;
430 __tmp->_M_right = 0;
460 this->_M_header._M_right = &this->_M_header;
525 { return this->_M_impl._M_header._M_right; }
529 { return this->_M_impl._M_header._M_right; }
568 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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;
514 { return this->_M_impl._M_header._M_right; }
518 { return this->_M_impl._M_header._M_right; }
557 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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;
514 { return this->_M_impl._M_header._M_right; }
518 { return this->_M_impl._M_header._M_right; }
557 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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;
514 { return this->_M_impl._M_header._M_right; }
518 { return this->_M_impl._M_header._M_right; }
557 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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;
514 { return this->_M_impl._M_header._M_right; }
518 { return this->_M_impl._M_header._M_right; }
557 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 98 _Base_ptr _M_right;
117 while (__x->_M_right != 0) __x = __x->_M_right;
124 while (__x->_M_right != 0) __x = __x->_M_right;
430 __tmp->_M_right = 0;
460 this->_M_header._M_right = &this->_M_header;
525 { return this->_M_impl._M_header._M_right; }
529 { return this->_M_impl._M_header._M_right; }
568 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h 98 _Base_ptr _M_right;
117 while (__x->_M_right != 0) __x = __x->_M_right;
124 while (__x->_M_right != 0) __x = __x->_M_right;
430 __tmp->_M_right = 0;
467 this->_M_header._M_right = &this->_M_header;
492 { return this->_M_impl._M_header._M_right; }
496 { return this->_M_impl._M_header._M_right; }
535 { return static_cast<_Link_type>(__x->_M_right); }
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 163 __curr_rope = __c->_M_right;
231 __current_node = __c->_M_right;
548 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
551 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
614 __r)->_M_right);
625 ((_RopeConcatenation*)__r)->_M_right = __new_right;
676 __left)->_M_right->_M_tag)
679 (_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right);
744 _RopeRep* __right = __c->_M_right;
943 _RopeRep* __right = __conc->_M_right;
    [all...]

Completed in 1958 milliseconds

1 2