Lines Matching refs:Range
32 template <typename Range, typename Body, typename Partitioner>
33 void reduce_invoker(const Range& range, Body& body, Partitioner& partiotioner) { in reduce_invoker()
37 template <typename Range, typename Body>
38 void reduce_invoker(const Range& range, Body& body, utils_default_partitioner&) { in reduce_invoker()
42 template <typename ResultType, typename Range, typename Func, typename Reduction, typename Partitio…
43 ResultType reduce_invoker(const Range& range, const Func& func, const Reduction& reduction, Partiti… in reduce_invoker()
47 template <typename ResultType, typename Range, typename Func, typename Reduction>
48 ResultType reduce_invoker(const Range& range, const Func& func, const Reduction& reduction, utils_d… in reduce_invoker()
52 template <typename Range, typename Body, typename Partitioner>
53 void deterministic_reduce_invoker(const Range& range, Body& body, const Partitioner& partiotioner) { in deterministic_reduce_invoker()
57 template <typename Range, typename Body>
58 void deterministic_reduce_invoker(const Range& range, Body& body, const utils_default_partitioner&)… in deterministic_reduce_invoker()
62 template <typename ResultType, typename Range, typename Func, typename Reduction, typename Partitio…
63 ResultType deterministic_reduce_invoker(const Range& range, const Func& func, in deterministic_reduce_invoker()
68 template <typename ResultType, typename Range, typename Func, typename Reduction>
69 ResultType deterministic_reduce_invoker(const Range& range, const Func& func, in deterministic_reduce_invoker()