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

/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dpredefined_ops.h41 operator()(_Iterator1 __it1, _Iterator2 __it2) const argument
42 { return *__it1 < *__it2; }
85 operator()(_Iterator1 __it1, _Iterator2 __it2) const argument
86 { return *__it1 == *__it2; }
120 operator()(_Iterator1 __it1, _Iterator2 __it2) argument
121 { return bool(_M_comp(*__it1, *__it2)); }
204 _Iter_equals_iter(_Iterator1 __it1) argument
205 : _M_ref(*__it1)
266 _Iter_comp_to_iter(_Compare __comp, _Iterator1 __it1) argument
267 : _M_comp(__comp), _M_ref(*__it1)
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dpredefined_ops.h41 operator()(_Iterator1 __it1, _Iterator2 __it2) const argument
42 { return *__it1 < *__it2; }
85 operator()(_Iterator1 __it1, _Iterator2 __it2) const argument
86 { return *__it1 == *__it2; }
120 operator()(_Iterator1 __it1, _Iterator2 __it2) argument
121 { return bool(_M_comp(*__it1, *__it2)); }
204 _Iter_equals_iter(_Iterator1 __it1) argument
205 : _M_ref(*__it1)
266 _Iter_comp_to_iter(_Compare __comp, _Iterator1 __it1) argument
267 : _M_comp(__comp), _M_ref(*__it1)
[all...]

Completed in 57 milliseconds