| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | equal.h | 37 …_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()
|
| D | mismatch.h | 27 …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()
|
| D | swap_ranges.h | 27 __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()
|
| D | find_end.h | 41 _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()
|
| D | lexicographical_compare.h | 25 __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()
|
| D | find_first_of.h | 25 _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()
|
| D | includes.h | 29 __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()
|
| D | set_difference.h | 33 …_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()
|
| D | search.h | 38 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()
|
| D | merge.h | 27 __merge(_InputIterator1 __first1, _InputIterator1 __last1, in __merge() 51 merge(_InputIterator1 __first1, _InputIterator1 __last1, in merge() 60 merge(_InputIterator1 __first1, _InputIterator1 __last1, in merge()
|
| D | set_intersection.h | 41 …_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()
|
| D | set_symmetric_difference.h | 42 …_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()
|
| D | set_union.h | 41 …_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()
|
| D | stable_sort.h | 35 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()
|
| D | transform.h | 33 transform(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, in transform()
|
| D | ranges_search.h | 99 auto __first1 = ranges::begin(__range1); local
|
| D | lexicographical_compare_three_way.h | 114 …_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __las… in lexicographical_compare_three_way()
|
| D | ranges_merge.h | 52 _InIter1&& __first1, in __merge_impl()
|
| D | inplace_merge.h | 64 void __half_inplace_merge(_InputIterator1 __first1, _Sent1 __last1, in __half_inplace_merge()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/ |
| D | inner_product.h | 25 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()
|
| D | transform_reduce.h | 34 …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/ |
| D | uninitialized_algorithms.h | 548 __uninitialized_allocator_copy(_Alloc& __alloc, _Iter1 __first1, _Sent1 __last1, _Iter2 __first2) { in __uninitialized_allocator_copy()
|