Home
last modified time | relevance | path

Searched refs:_OutputType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h308 typedef typename iterator_traits<_ForwardIterator2>::reference _OutputType; in transform() typedef
314 … [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); }); in transform()
325 typedef typename iterator_traits<_ForwardIterator>::reference _OutputType; in transform() typedef
331 [__op](_Input1Type x, _Input2Type y, _OutputType z) mutable { z = __op(x, y); }); in transform()
370 typedef typename iterator_traits<_ForwardIterator2>::reference _OutputType; in replace_copy_if() typedef
376 …[__pred, &__new_value](_InputType __x, _OutputType __y) mutable { __y = __pred(__x) ? __new_value … in replace_copy_if()