Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_aggregator.h157 class aggregating_functor {
160 aggregating_functor() = default;
161 aggregating_functor( AggregatingClass* object ) : my_object(object) { in aggregating_functor() function
H A D_flow_graph_join_impl.h233 typedef aggregating_functor<class_type, reserving_port_operation> handler_type;
234 friend class aggregating_functor<class_type, reserving_port_operation>;
401 typedef aggregating_functor<class_type, queueing_port_operation> handler_type;
402 friend class aggregating_functor<class_type, queueing_port_operation>;
559 typedef aggregating_functor<class_type, key_matching_port_operation> handler_type;
560 friend class aggregating_functor<class_type, key_matching_port_operation>;
871 typedef aggregating_functor<class_type, key_matching_FE_operation> handler_type;
872 friend class aggregating_functor<class_type, key_matching_FE_operation>;
1062 typedef aggregating_functor<class_type, join_node_base_operation> handler_type;
1063 friend class aggregating_functor<class_type, join_node_base_operation>;
H A D_flow_graph_indexer_impl.h135 typedef aggregating_functor<class_type, indexer_node_base_operation> handler_type;
136 friend class aggregating_functor<class_type, indexer_node_base_operation>;
H A D_flow_graph_node_impl.h167 typedef aggregating_functor<class_type, operation_type> handler_type;
168 friend class aggregating_functor<class_type, operation_type>;
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h76 using aggregator_function_type = aggregating_functor<lru_cache_type, aggregator_operation_type>;
79 friend class aggregating_functor<lru_cache_type,aggregator_operation_type>;
H A Dflow_graph.h1186 typedef aggregating_functor<class_type, buffer_operation> handler_type;
1187 friend class aggregating_functor<class_type, buffer_operation>;