Searched defs:__on_right (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_tree.c343 // CRP 7/10/00 inserted argument __on_right, which is another hint (meant to
345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
353 _Rb_tree_node_base * __on_right) {
364 else if ( __on_right == 0 && // If __on_right != 0, the remainder fails to false
350 _M_insert(_Rb_tree_node_base * __parent, const _Value& __val, _Rb_tree_node_base * __on_left, _Rb_tree_node_base * __on_right) argument
H A D_string_sum.h81 struct __on_right {}; struct
264 __on_right const& /*StorageDir*/)
282 bool __do_init, __on_right const& /*StorageDir*/) const
304 __on_right> _STLP_CALL
310 __on_right>(__lhs, __rhs);

Completed in 673 milliseconds