Lines Matching refs:Input
311 template< typename Input, typename Output >
314 typedef Input input_type;
405 template<typename Input, typename Output>
407 typedef Input input_type;
508 template<typename Input, typename Output>
510 typedef Input input_type;
597 template< typename Input, typename Output >
599 basic_test<Input, Output>::run(); in run_tests()
600 basic_test<Input, Output>::run(NUMBER_OF_MSGS); in run_tests()
601 basic_test<place_wrapper<Input>, place_wrapper<Output> >::run(); in run_tests()
602 basic_test<place_wrapper<Input>, place_wrapper<Output> >::run(NUMBER_OF_MSGS); in run_tests()
607 template<typename Input, typename Output>
609 typedef Input input_type;
612 typedef tbb::flow::async_node<Input, Output> async_node_type;
855 template <typename Input, typename Output, typename Body>
858 tbb::flow::async_node<Input, Output>(graph, concurrency, body);
859 tbb::flow::async_node<Input, Output>(graph, concurrency, body, priority);
861 tbb::flow::async_node<Input, Output>(tbb::flow::follows(f), concurrency, body);
862 tbb::flow::async_node<Input, Output>(tbb::flow::follows(f), concurrency, body, priority);