| /external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
| D | ranges_uninitialized_algorithms.h | 44 struct __fn { struct 64 inline constexpr auto uninitialized_default_construct = __uninitialized_default_construct::__fn{}; argument 71 struct __fn { struct 84 …ine constexpr auto uninitialized_default_construct_n = __uninitialized_default_construct_n::__fn{}; argument 91 struct __fn { struct 111 inline constexpr auto uninitialized_value_construct = __uninitialized_value_construct::__fn{}; argument 118 struct __fn { struct 131 inline constexpr auto uninitialized_value_construct_n = __uninitialized_value_construct_n::__fn{}; argument 138 struct __fn { struct 158 inline constexpr auto uninitialized_fill = __uninitialized_fill::__fn{}; argument [all …]
|
| D | ranges_construct_at.h | 40 struct __fn { struct 53 inline constexpr auto construct_at = __construct_at::__fn{}; argument 60 struct __fn { struct 71 inline constexpr auto destroy_at = __destroy_at::__fn{}; argument 78 struct __fn { struct 97 inline constexpr auto destroy = __destroy::__fn{}; argument 104 struct __fn { struct 116 inline constexpr auto destroy_n = __destroy_n::__fn{}; argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ |
| D | access.h | 64 struct __fn { struct 66 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[]) const noexcept in operator() 73 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept in operator() 100 inline constexpr auto begin = __begin::__fn{}; argument 137 struct __fn { struct 139 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept in operator() 166 inline constexpr auto end = __end::__fn{}; argument 174 struct __fn { struct 202 struct __fn { struct
|
| D | size.h | 77 struct __fn { struct 81 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { in operator() 87 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { in operator() 93 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const in operator() 117 inline constexpr auto size = __size::__fn{}; argument 125 struct __fn { struct 140 inline constexpr auto ssize = __ssize::__fn{}; argument
|
| D | rbegin.h | 68 struct __fn { struct 71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() 98 inline constexpr auto rbegin = __rbegin::__fn{}; argument 106 struct __fn { struct
|
| D | all.h | 37 struct __fn : __range_adaptor_closure<__fn> { struct 72 inline constexpr auto all = __all::__fn{}; argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | ranges_transform.h | 42 struct __fn { struct 49 unary_transform_result<_InIter, _OutIter> __unary(_InIter __first, _Sent __last, in __unary() 69 __binary(_InIter1 __first1, _Sent1 __last1, in __binary() 91 unary_transform_result<_InIter, _OutIter> operator()(_InIter __first, _Sent __last, in operator() 104 unary_transform_result<borrowed_iterator_t<_Range>, _OutIter> operator()(_Range&& __range, in operator() 120 …binary_transform_result<_InIter1, _InIter2, _OutIter> operator()(_InIter1 __first1, _Sent1 __last1, in operator() 162 inline constexpr auto transform = __transform::__fn{}; argument
|
| D | ranges_unique_copy.h | 50 struct __fn { struct 52 static consteval auto __get_algo_tag() { in __get_algo_tag() 63 using __algo_tag_t = decltype(__get_algo_tag<_InIter, _OutIter>()); 75 …r()(_InIter __first, _Sent __last, _OutIter __result, _Comp __comp = {}, _Proj __proj = {}) const { in operator() 108 inline constexpr auto unique_copy = __unique_copy::__fn{}; argument
|
| D | ranges_none_of.h | 31 struct __fn { struct 35 bool __none_of_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __none_of_impl() 60 inline constexpr auto none_of = __none_of::__fn{}; argument
|
| D | ranges_any_of.h | 31 struct __fn { struct 35 bool __any_of_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __any_of_impl() 60 inline constexpr auto any_of = __any_of::__fn{}; argument
|
| D | ranges_generate.h | 34 struct __fn { struct 38 static _OutIter __generate_fn_impl(_OutIter __first, _Sent __last, _Func& __gen) { in __generate_fn_impl() 65 inline constexpr auto generate = __generate::__fn{}; argument
|
| D | ranges_is_partitioned.h | 32 struct __fn { struct 36 bool __is_parititioned_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __is_parititioned_impl() 73 inline constexpr auto is_partitioned = __is_partitioned::__fn{}; argument
|
| D | ranges_partial_sort.h | 43 struct __fn { struct 46 …__partial_sort_fn_impl(_Iter __first, _Iter __middle, _Sent __last, _Comp& __comp, _Proj& __proj) { in __partial_sort_fn_impl() 70 inline constexpr auto partial_sort = __partial_sort::__fn{}; argument
|
| D | ranges_all_of.h | 31 struct __fn { struct 35 bool __all_of_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __all_of_impl() 60 inline constexpr auto all_of = __all_of::__fn{}; argument
|
| D | ranges_lexicographical_compare.h | 32 struct __fn { struct 36 bool __lexicographical_compare_impl(_Iter1 __first1, _Sent1 __last1, in __lexicographical_compare_impl() 59 bool operator()(_Iter1 __first1, _Sent1 __last1, in operator() 90 inline constexpr auto lexicographical_compare = __lexicographical_compare::__fn{}; argument
|
| D | ranges_is_permutation.h | 34 struct __fn { struct 39 bool __is_permutation_func_impl(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, in __is_permutation_func_impl() 53 bool operator()(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, in operator() 81 inline constexpr auto is_permutation = __is_permutation::__fn{}; argument
|
| D | ranges_push_heap.h | 42 struct __fn { struct 45 _Iter __push_heap_fn_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __push_heap_fn_impl() 72 inline constexpr auto push_heap = __push_heap::__fn{}; argument
|
| D | ranges_inplace_merge.h | 41 struct __fn { struct 44 …__inplace_merge_impl(_Iter __first, _Iter __middle, _Sent __last, _Comp&& __comp, _Proj&& __proj) { in __inplace_merge_impl() 77 inline constexpr auto inplace_merge = __inplace_merge::__fn{}; argument
|
| D | ranges_for_each.h | 37 struct __fn { struct 41 …h_result<_Iter, _Func> __for_each_impl(_Iter __first, _Sent __last, _Func& __func, _Proj& __proj) { in __for_each_impl() 70 inline constexpr auto for_each = __for_each::__fn{}; argument
|
| D | ranges_partition_copy.h | 39 struct __fn { struct 46 …n_copy_fn_impl( _InIter&& __first, _Sent&& __last, _OutIter1&& __out_true, _OutIter2&& __out_false, in __partition_copy_fn_impl() 89 inline constexpr auto partition_copy = __partition_copy::__fn{}; argument
|
| D | ranges_make_heap.h | 42 struct __fn { struct 45 _Iter __make_heap_fn_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __make_heap_fn_impl() 72 inline constexpr auto make_heap = __make_heap::__fn{}; argument
|
| D | ranges_mismatch.h | 38 struct __fn { struct 43 __go(_I1 __first1, _S1 __last1, _I2 __first2, _S2 __last2, in __go() 77 constexpr inline auto mismatch = __mismatch::__fn{}; argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ |
| D | next.h | 45 struct __fn { struct 48 constexpr _Ip operator()(_Ip __x) const { in operator() 76 inline constexpr auto next = __next::__fn{}; argument
|
| D | prev.h | 44 struct __fn { struct 69 inline constexpr auto prev = __prev::__fn{}; argument
|
| D | advance.h | 78 struct __fn { struct 82 static constexpr void __advance_forward(_Ip& __i, iter_difference_t<_Ip> __n) { in __advance_forward() 91 static constexpr void __advance_backward(_Ip& __i, iter_difference_t<_Ip> __n) { in __advance_backward() 102 constexpr void operator()(_Ip& __i, iter_difference_t<_Ip> __n) const { in operator() 125 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_Ip& __i, _Sp __bound_sentinel) const { in operator() 148 …CPP_HIDE_FROM_ABI constexpr iter_difference_t<_Ip> operator()(_Ip& __i, iter_difference_t<_Ip> __n, in operator()
|