Home
last modified time | relevance | path

Searched refs:_Base_ptr (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_tree.h86 typedef _Rb_tree_node_base* _Base_ptr; typedef
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) { in _S_minimum()
98 static _Base_ptr _STLP_CALL _S_maximum(_Base_ptr __x) { in _S_maximum()
115 typedef _Rb_tree_node_base* _Base_ptr; typedef
117 static void _STLP_CALL _Rebalance(_Base_ptr __x, _Base_ptr& __root);
118 static _Base_ptr _STLP_CALL _Rebalance_for_erase(_Base_ptr __z,
119 _Base_ptr& __root,
[all …]
D_tree.c285 _Base_ptr __y = _M_node->_M_parent; in _M_decrement()
301 _Base_ptr __y = _M_node->_M_parent; in _M_increment()
356 _Base_ptr __new_node; in _M_insert()
388 _Base_ptr __y = &this->_M_header._M_data; in insert_equal()
389 _Base_ptr __x = _M_root(); in insert_equal()
406 _Base_ptr __y = &this->_M_header._M_data; in insert_unique()
407 _Base_ptr __x = _M_root(); in insert_unique()
627 _Base_ptr __top = _M_clone_node(__x); in _M_copy()
637 _Base_ptr __y = _M_clone_node(__x); in _M_copy()
659 _Base_ptr __y = _S_left(__x); in _M_erase()
[all …]