Searched refs:_S_right (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_tree.c374 _S_right(__parent) = __new_node;
396 __x = _S_right(__x);
412 __x = __comp ? _S_left(__x) : _S_right(__x);
469 if (_S_right(__position._M_node) == 0)
497 if (_S_right(__before._M_node) == 0)
521 if (_S_right(__position._M_node) == 0)
567 if (_S_right(__position._M_node) == 0)
595 if (_S_right(__before._M_node) == 0)
609 if (_S_right(__position._M_node) == 0)
631 if (_S_right(__
[all...]
H A D_tree.h322 _S_right(__tmp) = 0;
351 static _Base_ptr& _STLP_CALL _S_right(_Base_ptr __x) function in class:_Rb_tree
556 __x = _S_right(__x);
575 __x = _S_right(__x);
589 __x = _S_right(__x);

Completed in 117 milliseconds