Searched refs:aggregating_functor (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _aggregator.h | 157 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.h | 233 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.h | 135 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.h | 167 typedef aggregating_functor<class_type, operation_type> handler_type; 168 friend class aggregating_functor<class_type, operation_type>;
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_lru_cache.h | 76 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 D | flow_graph.h | 1186 typedef aggregating_functor<class_type, buffer_operation> handler_type; 1187 friend class aggregating_functor<class_type, buffer_operation>;
|