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

1 2 3

  /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...]
  /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...]
  /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/ndk/9/sources/cxx-stl/EH/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/ndk/9/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/9/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...]

Completed in 997 milliseconds

1 2 3