Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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>(__x, __root);
[all …]
D_string_sum.h81 struct __on_right {}; struct
264 __on_right const& /*StorageDir*/) in _M_get_storage()
282 bool __do_init, __on_right const& /*StorageDir*/) const in _M_get_storage()
304 __on_right> _STLP_CALL
310 __on_right>(__lhs, __rhs);
D_tree.c353 … _Rb_tree_node_base * __on_right) { in _M_insert() argument
364 else if ( __on_right == 0 && // If __on_right != 0, the remainder fails to false in _M_insert()
D_tree.h376 …rt(_Base_ptr __parent, const value_type& __val, _Base_ptr __on_left = 0, _Base_ptr __on_right = 0);