Home
last modified time | relevance | path

Searched defs:__last (Results 1 – 25 of 109) sorted by relevance

12345

/external/cronet/buildtools/third_party/libc++/trunk/src/
Dcharconv.cpp45 to_chars_result to_chars(char* __first, char* __last, float __value) { in to_chars()
49 to_chars_result to_chars(char* __first, char* __last, double __value) { in to_chars()
53 to_chars_result to_chars(char* __first, char* __last, long double __value) { in to_chars()
58 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { in to_chars()
62 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { in to_chars()
66 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { in to_chars()
71 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __prec… in to_chars()
76 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __pre… in to_chars()
81 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int … in to_chars()
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Drotate.h30 __rotate_left(_ForwardIterator __first, _ForwardIterator __last) in __rotate_left()
44 __rotate_right(_BidirectionalIterator __first, _BidirectionalIterator __last) in __rotate_right()
58 __rotate_forward(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) in __rotate_forward()
107 …te_gcd(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) in __rotate_gcd()
144 __rotate_impl(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, in __rotate_impl()
159 …mpl(_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, in __rotate_impl()
176 …e_impl(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, in __rotate_impl()
194 __rotate(_Iterator __first, _Iterator __middle, _Sentinel __last) { in __rotate()
213 rotate(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) in rotate()
Dreverse.h27 __reverse_impl(_BidirectionalIterator __first, _BidirectionalIterator __last, bidirectional_iterato… in __reverse_impl()
41 __reverse_impl(_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_… in __reverse_impl()
50 void __reverse(_BidirectionalIterator __first, _Sentinel __last) { in __reverse()
58 reverse(_BidirectionalIterator __first, _BidirectionalIterator __last) in reverse()
Dmin_element.h29 _Iter __min_element(_Iter __first, _Sent __last, _Comp __comp, _Proj& __proj) { in __min_element()
43 _Iter __min_element(_Iter __first, _Sent __last, _Comp __comp) { in __min_element()
50 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in min_element()
62 min_element(_ForwardIterator __first, _ForwardIterator __last) in min_element()
Dunique_copy.h39 _Sent __last, in __unique_copy()
61 _Sent __last, in __unique_copy()
83 _Sent __last, in __unique_copy()
99 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy()
116 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy()
Dpush_heap.h29 void __sift_up(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp, in __sift_up()
55 void __push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp) { in __push_heap()
62 void push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in push_heap()
71 void push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in push_heap()
Dpartial_sort.h35 …_RandomAccessIterator __first, _RandomAccessIterator __middle, _Sentinel __last, _Compare&& __comp… in __partial_sort_impl()
59 …tor __partial_sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _Sentinel __last, in __partial_sort()
77 …l_sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, in partial_sort()
89 …l_sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) in partial_sort()
Dpartition.h26 __partition_impl(_ForwardIterator __first, _Sentinel __last, _Predicate __pred, forward_iterator_ta… in __partition_impl()
55 _BidirectionalIterator __last = __original_last; in __partition_impl() local
80 … _ForwardIterator __first, _Sentinel __last, _Predicate&& __pred, _IterCategory __iter_category) { in __partition()
88 partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in partition()
Dadjacent_find.h27 __adjacent_find(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __adjacent_find()
41 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in adjacent_find()
47 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) { in adjacent_find()
Dmax_element.h25 __max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in __max_element()
41 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in max_element()
49 max_element(_ForwardIterator __first, _ForwardIterator __last) in max_element()
Dunique.h30 __unique(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __unique()
47 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in unique()
53 unique(_ForwardIterator __first, _ForwardIterator __last) { in unique()
Dis_sorted_until.h25 __is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in __is_sorted_until()
42 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in is_sorted_until()
49 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last) in is_sorted_until()
Dsort_heap.h30 void __sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __sort_heap()
40 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap()
49 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap()
Dfill.h27 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag) in __fill()
36 __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __value, random_acce… in __fill()
44 fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in fill()
Dsearch_n.h35 pair<_Iter, _Iter> __search_n_forward_impl(_Iter __first, _Sent __last, in __search_n_forward_impl()
77 std::pair<_Iter, _Iter> __search_n_random_access_impl(_Iter __first, _Sent __last, in __search_n_random_access_impl()
164 _ForwardIterator search_n(_ForwardIterator __first, _ForwardIterator __last, in search_n()
176 _ForwardIterator search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _… in search_n()
Dmake_heap.h28 void __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __make_heap()
43 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in make_heap()
49 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in make_heap()
Dstable_partition.h33 __stable_partition_impl(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, in __stable_partition_impl()
122 __stable_partition_impl(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, in __stable_partition_impl()
156 __stable_partition_impl(_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate _… in __stable_partition_impl()
267 __stable_partition_impl(_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate _… in __stable_partition_impl()
311 …_ForwardIterator __first, _ForwardIterator __last, _Predicate&& __pred, _IterCategory __iter_categ… in __stable_partition()
319 stable_partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in stable_partition()
Dprev_permutation.h30 __prev_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) in __prev_permutation()
62 prev_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) in prev_permutation()
71 prev_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last) in prev_permutation()
Dnext_permutation.h29 __next_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) in __next_permutation()
61 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) in next_permutation()
70 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last) in next_permutation()
Dnth_element.h46 …t(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compa… in __nth_element()
227 …ment_impl(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, in __nth_element_impl()
244 …h_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, in nth_element()
251 …element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) { in nth_element()
Dsample.h36 _PopulationSentinel __last, _SampleIterator __output_iter, in __sample()
58 _PopulationSentinel __last, _SampleIterator __output_iter, in __sample()
78 _PopulationSentinel __last, _SampleIterator __output_iter, in __sample()
96 _PopulationIterator __last, _SampleIterator __output_iter, in sample()
/external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/
Dfrom_chars_integral.h41 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator()
98 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __subject_seq_combinator()
129 __from_chars_atoi(const char* __first, const char* __last, _Tp& __value) { in __from_chars_atoi()
150 __from_chars_atoi(const char* __first, const char* __last, _Tp& __value) { in __from_chars_atoi()
175 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral()
216 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral()
223 from_chars(const char* __first, const char* __last, _Tp& __value) { in from_chars()
229 from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { in from_chars()
Dto_chars_integral.h50 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa()
62 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa()
75 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa()
99 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral()
/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Dreduce.h25 …_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp reduce(_InputIterator __first, _InputIterator __last, in reduce()
33 …_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp reduce(_InputIterator __first, _InputIterator __last, in reduce()
40 reduce(_InputIterator __first, _InputIterator __last) { in reduce()
Dinclusive_scan.h28 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp _… in inclusive_scan()
38 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp _… in inclusive_scan()
51_InputIterator __last, in inclusive_scan()

12345