Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h53 typedef function_input_base<Input, Policy, A, ImplType> class_type; typedef
150 friend class apply_body_task_bypass< class_type, input_type >;
151 friend class forward_task_bypass< class_type >;
167 typedef aggregating_functor<class_type, operation_type> handler_type;
168 friend class aggregating_functor<class_type, operation_type>;
304 typedef apply_body_task_bypass<class_type, input_type> task_type; in create_body_task()
331 typedef forward_task_bypass<class_type> task_type; in create_forward_task()
604 typedef continue_input<output_type, Policy> class_type;
656 friend class apply_body_task_bypass< class_type, continue_msg >;
684 typedef apply_body_task_bypass<class_type, continue_msg> task_type;
H A D_flow_graph_join_impl.h217 typedef reserving_port<T> class_type;
233 typedef aggregating_functor<class_type, reserving_port_operation> handler_type;
234 friend class aggregating_functor<class_type, reserving_port_operation>;
372 typedef queueing_port<T> class_type;
401 typedef aggregating_functor<class_type, queueing_port_operation> handler_type;
402 friend class aggregating_functor<class_type, queueing_port_operation>;
529 typedef key_matching_port<traits> class_type;
560 friend class aggregating_functor<class_type, key_matching_port_operation>;
872 friend class aggregating_functor<class_type, key_matching_FE_operation>;
1045 typedef join_node_base<JP,InputTuple,OutputTuple> class_type;
[all …]
H A D_flow_graph_indexer_impl.h119 typedef indexer_node_base<InputTuple,output_type,StructTypes> class_type;
135 typedef aggregating_functor<class_type, indexer_node_base_operation> handler_type;
136 friend class aggregating_functor<class_type, indexer_node_base_operation>;
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1159 typedef buffer_node<T> class_type; typedef
1165 friend class forward_task_bypass< class_type >;
1186 typedef aggregating_functor<class_type, buffer_operation> handler_type;
1187 friend class aggregating_functor<class_type, buffer_operation>;
1196 … __TBB_ASSERT(static_cast<class_type*>(derived) == this, "'this' is not a base class for derived"); in handle_operations_impl()
1220 typedef forward_task_bypass<class_type> task_type; in handle_operations_impl()
1306 … __TBB_ASSERT(static_cast<class_type*>(derived) == this, "'this' is not a base class for derived"); in internal_forward_task_impl()
1504 typedef queue_node class_type; typedef
1663 typedef priority_queue_node class_type; typedef