Lines Matching refs:OutputTuple
170 template< typename InputType, typename OutputTuple >
172 …typedef typename tbb::flow::multifunction_node<InputType,OutputTuple>::output_ports_type ports_typ…
173 typedef typename std::tuple_element<0,OutputTuple>::type OutputType;
192 CHECK( (std::tuple_size<OutputTuple>::value == 1) );
239 template< typename InputType, typename OutputTuple >
241 RW harness_graph_multifunction_executor<InputType, OutputTuple>::mutex_holder<RW>::mutex;
243 template< typename InputType, typename OutputTuple >
244 std::atomic<size_t> harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count;
246 template< typename InputType, typename OutputTuple >
247 …ifunction_executor<InputType, OutputTuple>::mfunction_ptr_type harness_graph_multifunction_executo…
248 = harness_graph_default_multifunction_functor< InputType, OutputTuple >::construct;
250 template< typename InputType, typename OutputTuple >
251 std::atomic<size_t> harness_graph_multifunction_executor<InputType, OutputTuple>::current_executors;
253 template< typename InputType, typename OutputTuple >
254 size_t harness_graph_multifunction_executor<InputType, OutputTuple>::max_executors = 0;