Home
last modified time | relevance | path

Searched defs:__last2 (Results 1 – 17 of 17) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dfind_end.h44 _Sent2 __last2, in __find_end_impl()
105 auto __last2 = _IterOps::next(__first2, __sent2); in __find_end() local
159 auto __last2 = _IterOps<_AlgPolicy>::next(__first2, __sent2); in __find_end() local
194 _ForwardIterator2 __first2, _ForwardIterator2 __last2, in __find_end_classic()
213 _ForwardIterator2 __first2, _ForwardIterator2 __last2, in find_end()
221 _ForwardIterator2 __first2, _ForwardIterator2 __last2) { in find_end()
Dlexicographical_compare.h26 _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) in __lexicographical_compare()
43 _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) in lexicographical_compare()
53 _InputIterator2 __first2, _InputIterator2 __last2) in lexicographical_compare()
Dfind_first_of.h28 _ForwardIterator2 __last2, in __find_first_of_ce()
40 _ForwardIterator2 __last2, _BinaryPredicate __pred) { in find_first_of()
46 …ator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) { in find_first_of()
Dincludes.h29 __includes(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, in __includes()
46 _InputIterator2 __last2, in includes()
63 …utIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { in includes()
Dset_difference.h33 …_InIter1&& __first1, _Sent1&& __last1, _InIter2&& __first2, _Sent2&& __last2, _OutIter&& __result,… in __set_difference()
54 _InputIterator2 __last2, in set_difference()
67 _InputIterator2 __last2, in set_difference()
Dsearch.h39 _Iter2 __first2, _Sent2 __last2, in __search_forward_impl()
86 _Iter2 __first2, _Sent2 __last2, in __search_random_access_impl()
176 _ForwardIterator2 __first2, _ForwardIterator2 __last2, in search()
187 _ForwardIterator2 __first2, _ForwardIterator2 __last2) { in search()
Dmerge.h28 … _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) in __merge()
52 _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) in merge()
61 _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) in merge()
Dequal.h72 …nputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, in __equal()
82 …_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __comp, _Proj1& __proj1, … in __equal_impl()
109 _RandomAccessIterator2 __last2, _BinaryPredicate __pred, random_access_iterator_tag, in __equal()
126 …nputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, in equal()
135 …utIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { in equal()
Dset_intersection.h41 …_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_intersection()
66 _InputIterator2 __last2, in set_intersection()
84 _InputIterator2 __last2, in set_intersection()
Dset_symmetric_difference.h42 …_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_symmetric_difference()
73 _InputIterator2 __last2, in set_symmetric_difference()
91 _InputIterator2 __last2, in set_symmetric_difference()
Dset_union.h41 …_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_union()
69 _InputIterator2 __last2, in set_union()
87 _InputIterator2 __last2, in set_union()
Dmismatch.h45 …nputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, in mismatch()
56 …utIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { in mismatch()
Dstable_sort.h43 value_type* __last2 = __first2; in __insertion_sort_move() local
67 _InputIterator2 __first2, _InputIterator2 __last2, in __merge_move_construct()
109 _InputIterator2 __first2, _InputIterator2 __last2, in __merge_move_assign()
Dswap_ranges.h27 …s(_ForwardIterator1 __first1, _Sentinel1 __last1, _ForwardIterator2 __first2, _Sentinel2 __last2) { in __swap_ranges()
Dlexicographical_compare_three_way.h114 …utIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { in lexicographical_compare_three_way()
Dranges_merge.h55 _Sent2&& __last2, in __merge_impl()
Dinplace_merge.h65 _InputIterator2 __first2, _Sent2 __last2, in __half_inplace_merge()