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

  /external/stlport/stlport/stl/
_tree.h 86 typedef _Rb_tree_node_base* _Base_ptr;
89 _Base_ptr _M_parent;
90 _Base_ptr _M_left;
91 _Base_ptr _M_right;
93 static _Base_ptr _STLP_CALL _S_minimum(_Base_ptr __x) {
98 static _Base_ptr _STLP_CALL _S_maximum(_Base_ptr __x) {
115 typedef _Rb_tree_node_base* _Base_ptr;
117 static void _STLP_CALL _Rebalance(_Base_ptr __x, _Base_ptr& __root)
    [all...]
_tree.c 285 _Base_ptr __y = _M_node->_M_parent;
301 _Base_ptr __y = _M_node->_M_parent;
356 _Base_ptr __new_node;
388 _Base_ptr __y = &this->_M_header._M_data;
389 _Base_ptr __x = _M_root();
406 _Base_ptr __y = &this->_M_header._M_data;
407 _Base_ptr __x = _M_root();
627 _Base_ptr __top = _M_clone_node(__x);
637 _Base_ptr __y = _M_clone_node(__x);
659 _Base_ptr __y = _S_left(__x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.h 86 typedef _Rb_tree_node_base* _Base_ptr;
89 _Base_ptr _M_parent;
90 _Base_ptr _M_left;
91 _Base_ptr _M_right;
93 static _Base_ptr _STLP_CALL _S_minimum(_Base_ptr __x) {
98 static _Base_ptr _STLP_CALL _S_maximum(_Base_ptr __x) {
115 typedef _Rb_tree_node_base* _Base_ptr;
117 static void _STLP_CALL _Rebalance(_Base_ptr __x, _Base_ptr& __root)
    [all...]
_tree.c 285 _Base_ptr __y = _M_node->_M_parent;
301 _Base_ptr __y = _M_node->_M_parent;
356 _Base_ptr __new_node;
388 _Base_ptr __y = &this->_M_header._M_data;
389 _Base_ptr __x = _M_root();
406 _Base_ptr __y = &this->_M_header._M_data;
407 _Base_ptr __x = _M_root();
627 _Base_ptr __top = _M_clone_node(__x);
637 _Base_ptr __y = _M_clone_node(__x);
659 _Base_ptr __y = _S_left(__x)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 89 typedef _Rb_tree_node_base* _Base_ptr;
93 _Base_ptr _M_parent;
94 _Base_ptr _M_left;
95 _Base_ptr _M_right;
97 static _Base_ptr
98 _S_minimum(_Base_ptr __x)
111 static _Base_ptr
112 _S_maximum(_Base_ptr __x)
163 typedef _Rb_tree_node_base::_Base_ptr _Base_ptr;
    [all...]

Completed in 706 milliseconds