Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_tree.h588 static _Link_type& _S_left(_Link_type __x) in _S_left() function
601 static _Link_type& _S_left(_Base_ptr __x) in _S_left() function
832 _S_left(__y) = __z; // also makes _M_leftmost() = __z in _M_insert()
848 _S_left(__z) = 0; in _M_insert()
866 _S_left(__x) : _S_right(__x); in insert_equal()
885 __x = __comp ? _S_left(__x) : _S_right(__x); in insert_unique()
1062 __x = _S_left(__x); in _M_copy()
1071 __x = _S_left(__x); in _M_copy()
1087 _Link_type __y = _S_left(__x); in _M_erase()
1122 __y = __x, __x = _S_left(__x); in find()
[all …]