| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | unique_copy.h | 40 _OutputIterator __result, in __unique_copy() 62 _OutputIterator __result, in __unique_copy() 84 _InputAndOutputIterator __result, 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()
|
| D | ranges_minmax.h | 89 minmax_result<_ValueT> __result = {*__first, __result.min}; local 93 auto __result = std::__minmax_element_impl(__first, __last, __comp, __proj); local 105 ranges::minmax_result<_ValueT> __result = {*__first, __result.min}; local
|
| D | set_difference.h | 33 …__first1, _Sent1&& __last1, _InIter2&& __first2, _Sent2&& __last2, _OutIter&& __result, _Comp&& __… in __set_difference() 55 _OutputIterator __result, in set_difference() 68 _OutputIterator __result) { in set_difference()
|
| D | merge.h | 28 … _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()
|
| D | set_intersection.h | 41 …_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_intersection() 67 _OutputIterator __result, in set_intersection() 85 _OutputIterator __result) { in set_intersection()
|
| D | ranges_next_permutation.h | 47 auto __result = std::__next_permutation<_RangeAlgPolicy>( local 56 auto __result = std::__next_permutation<_RangeAlgPolicy>( local
|
| D | ranges_prev_permutation.h | 49 auto __result = std::__prev_permutation<_RangeAlgPolicy>( local 59 auto __result = std::__prev_permutation<_RangeAlgPolicy>( local
|
| D | ranges_partial_sort_copy.h | 55 auto __result = std::__partial_sort_copy<_RangeAlgPolicy>( local 72 auto __result = std::__partial_sort_copy<_RangeAlgPolicy>( local
|
| D | set_symmetric_difference.h | 42 …_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_symmetric_difference() 74 _OutputIterator __result, in set_symmetric_difference() 92 _OutputIterator __result) { in set_symmetric_difference()
|
| D | set_union.h | 41 …_InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&… in __set_union() 70 _OutputIterator __result, in set_union() 88 _OutputIterator __result) { in set_union()
|
| D | transform.h | 23 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation … in transform() 34 _OutputIterator __result, _BinaryOperation __binary_op) in transform()
|
| D | copy_n.h | 32 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result) in copy_n() 57 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result) in copy_n()
|
| D | copy_move_common.h | 62 __copy_trivial_impl(_In* __first, _In* __last, _Out* __result) { in __copy_trivial_impl() 71 __copy_backward_trivial_impl(_In* __first, _In* __last, _Out* __result) { in __copy_backward_trivial_impl()
|
| D | copy.h | 111 __copy(_InIter __first, _Sent __last, _OutIter __result) { in __copy() 118 copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in copy()
|
| D | move.h | 112 __move(_InIter __first, _Sent __last, _OutIter __result) { in __move() 119 move(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in move()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/ |
| D | inclusive_scan.h | 28 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() 52 … _OutputIterator __result) { in inclusive_scan()
|
| D | adjacent_difference.h | 26 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result) in adjacent_difference() 49 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result, in adjacent_difference()
|
| D | partial_sum.h | 26 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result) in partial_sum() 48 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result, in partial_sum()
|
| D | exclusive_scan.h | 27 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init,… in exclusive_scan() 45 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init)… in exclusive_scan()
|
| D | transform_inclusive_scan.h | 28 _OutputIterator __result, _BinaryOp __b, _UnaryOp __u, _Tp __init) in transform_inclusive_scan() 42 _OutputIterator __result, _BinaryOp __b, _UnaryOp __u) in transform_inclusive_scan()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
| D | ranges_uninitialized_algorithms.h | 199 …auto __result = _VSTD::__uninitialized_copy<_ValueType>(_VSTD::move(__ifirst), _VSTD::move(__ilast… in operator() local 235 auto __result = _VSTD::__uninitialized_copy_n<_ValueType>(_VSTD::move(__ifirst), __n, in operator() local 264 …auto __result = _VSTD::__uninitialized_move<_ValueType>(_VSTD::move(__ifirst), _VSTD::move(__ilast… in operator() local 301 auto __result = _VSTD::__uninitialized_move_n<_ValueType>(_VSTD::move(__ifirst), __n, in operator() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/ |
| D | convert_to_tm.h | 60 _Tm __result = {}; in __convert_to_tm() local 80 _Tm __result = {}; in __convert_to_tm() local
|
| /external/rust/crates/pin-project/tests/expand/project_replace/ |
| D | enum.expanded.rs | 57 let __result = EnumProjOwn::Struct { in project_replace() localVariable 69 let __result = EnumProjOwn::Tuple( in project_replace() localVariable 81 let __result = EnumProjOwn::Unit; in project_replace() localVariable
|
| /external/rust/crates/pin-project/tests/expand/naming/ |
| D | enum-own.expanded.rs | 57 let __result = ProjOwn::Struct { in project_replace() localVariable 69 let __result = ProjOwn::Tuple( in project_replace() localVariable 81 let __result = ProjOwn::Unit; in project_replace() localVariable
|
| D | enum-all.expanded.rs | 142 let __result = ProjOwn::Struct { in project_replace() localVariable 154 let __result = ProjOwn::Tuple( in project_replace() localVariable 166 let __result = ProjOwn::Unit; in project_replace() localVariable
|