Searched refs:__on_right (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_string_operators.h123 _STLP_PRIV __on_right>,
124 _STLP_PRIV __on_right> _STLP_CALL
129 _STLP_PRIV __on_right> __root_type;
133 _STLP_PRIV __on_right>(__lhs, __root);
140 _STLP_PRIV __on_right> _STLP_CALL
145 _STLP_PRIV __on_right>(__lhs, __rhs);
167 _STLP_PRIV __on_right>,
168 _STLP_PRIV __on_right> _STLP_CALL
174 _STLP_PRIV __on_right> __root_type;
177 __root_type, _STLP_PRIV __on_right>(__
[all...]
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);
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_tree.h376 iterator _M_insert(_Base_ptr __parent, const value_type& __val, _Base_ptr __on_left = 0, _Base_ptr __on_right = 0);

Completed in 344 milliseconds