Home
last modified time | relevance | path

Searched defs:__first1 (Results 1 – 22 of 22) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dequal.h37_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate& __p… in __equal_iter_impl()
52 __equal_iter_impl(_Tp* __first1, _Tp* __last1, _Up* __first2, _BinaryPredicate&) { in __equal_iter_impl()
58 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate… in equal()
65 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in equal()
72 __equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator… in __equal()
82_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __comp, _Proj1& __proj1, … in __equal_impl()
102 _Tp* __first1, _Tp* __last1, _Up* __first2, _Up*, _Pred&, _Proj1&, _Proj2&) { in __equal_impl()
108 __equal(_RandomAccessIterator1 __first1, _RandomAccessIterator1 __last1, _RandomAccessIterator2 __f… in __equal()
126 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 … in equal()
135 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 … in equal()
Dmismatch.h27 …mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredi… in mismatch()
37 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch()
45 …mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterat… in mismatch()
56 …mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterat… in mismatch()
Dswap_ranges.h27 __swap_ranges(_ForwardIterator1 __first1, _Sentinel1 __last1, _ForwardIterator2 __first2, _Sentinel… in __swap_ranges()
41 __swap_ranges(_ForwardIterator1 __first1, _Sentinel1 __last1, _ForwardIterator2 __first2) { in __swap_ranges()
53 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) { in swap_ranges()
Dfind_end.h41 _Iter1 __first1, in __find_end_impl()
95 _Iter1 __first1, in __find_end()
148 _Iter1 __first1, in __find_end()
193 _ForwardIterator1 __find_end_classic(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in __find_end_classic()
212 _ForwardIterator1 find_end(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in find_end()
220 _ForwardIterator1 find_end(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in find_end()
Dlexicographical_compare.h25 __lexicographical_compare(_InputIterator1 __first1, _InputIterator1 __last1, in __lexicographical_compare()
42 lexicographical_compare(_InputIterator1 __first1, _InputIterator1 __last1, in lexicographical_compare()
52 lexicographical_compare(_InputIterator1 __first1, _InputIterator1 __last1, in lexicographical_compare()
Dfind_first_of.h25 _LIBCPP_CONSTEXPR_SINCE_CXX14 _ForwardIterator1 __find_first_of_ce(_ForwardIterator1 __first1, in __find_first_of_ce()
39 find_first_of(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, in find_first_of()
46_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterato… in find_first_of()
Dincludes.h29 __includes(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, in __includes()
43 _InputIterator1 __first1, in includes()
63 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes()
Dset_difference.h33_InIter1&& __first1, _Sent1&& __last1, _InIter2&& __first2, _Sent2&& __last2, _OutIter&& __result,… in __set_difference()
51 _InputIterator1 __first1, in set_difference()
64 _InputIterator1 __first1, in set_difference()
Dsearch.h38 pair<_Iter1, _Iter1> __search_forward_impl(_Iter1 __first1, _Sent1 __last1, in __search_forward_impl()
85 pair<_Iter1, _Iter1> __search_random_access_impl(_Iter1 __first1, _Sent1 __last1, in __search_random_access_impl()
175 _ForwardIterator1 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in search()
186 _ForwardIterator1 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in search()
Dmerge.h27 __merge(_InputIterator1 __first1, _InputIterator1 __last1, in __merge()
51 merge(_InputIterator1 __first1, _InputIterator1 __last1, in merge()
60 merge(_InputIterator1 __first1, _InputIterator1 __last1, in merge()
Dset_intersection.h41_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_intersection()
63 _InputIterator1 __first1, in set_intersection()
81 _InputIterator1 __first1, in set_intersection()
Dset_symmetric_difference.h42_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_symmetric_difference()
70 _InputIterator1 __first1, in set_symmetric_difference()
88 _InputIterator1 __first1, in set_symmetric_difference()
Dset_union.h41_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_union()
66 _InputIterator1 __first1, in set_union()
84 _InputIterator1 __first1, in set_union()
Dstable_sort.h35 void __insertion_sort_move(_BidirectionalIterator __first1, _BidirectionalIterator __last1, in __insertion_sort_move()
66 __merge_move_construct(_InputIterator1 __first1, _InputIterator1 __last1, in __merge_move_construct()
108 __merge_move_assign(_InputIterator1 __first1, _InputIterator1 __last1, in __merge_move_assign()
145 __stable_sort_move(_RandomAccessIterator __first1, _RandomAccessIterator __last1, _Compare __comp, in __stable_sort_move()
Dtransform.h33 transform(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, in transform()
Dranges_search.h99 auto __first1 = ranges::begin(__range1); local
Dlexicographical_compare_three_way.h114_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __las… in lexicographical_compare_three_way()
Dranges_merge.h52 _InIter1&& __first1, in __merge_impl()
Dinplace_merge.h64 void __half_inplace_merge(_InputIterator1 __first1, _Sent1 __last1, in __half_inplace_merge()
/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Dinner_product.h25 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __in… in inner_product()
39 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, in inner_product()
Dtransform_reduce.h34 …BCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp transform_reduce(_InputIterator1 __first1, in transform_reduce()
44 …BCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp transform_reduce(_InputIterator1 __first1, in transform_reduce()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Duninitialized_algorithms.h548 __uninitialized_allocator_copy(_Alloc& __alloc, _Iter1 __first1, _Sent1 __last1, _Iter2 __first2) { in __uninitialized_allocator_copy()