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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h80 struct __on_left {}; struct
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
259 __on_left const& /*StorageDir*/)
277 bool __do_init, __on_left const& /*StorageDir*/) const
H A D_string_operators.h152 _STLP_PRIV __on_left> _STLP_CALL
157 _STLP_PRIV __on_left>(__lhs, __rhs);
204 _STLP_PRIV __on_left> _STLP_CALL
210 _STLP_PRIV __on_left>(__x, _STLP_PRIV __cstr_wrapper<_CharT>(__s, __n));
265 _STLP_PRIV __on_left> _STLP_CALL
268 _STLP_PRIV __char_wrapper<_CharT>, _STLP_PRIV __on_left>(__x, __c);
H A D_tree.c344 // act like __on_left and ignore a portion of the if conditions -- specify
345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
352 _Rb_tree_node_base * __on_left,
365 ( __on_left != 0 || // If __on_left != 0, the remainder succeeds to true
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 64 milliseconds