Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node.cpp34 template<typename OutputTupleType>
38 typedef typename tbb::flow::join_node<OutputTupleType, tbb::flow::tag_matching> join_node_type;
39 static const int N = std::tuple_size<OutputTupleType>::value;
40 int operator()(const OutputTupleType &v) { in operator ()()
H A Dtest_eh_flow_graph.cpp262 template<class InputType, class OutputTupleType, TestNodeTypeEnum T, size_t Conc>
265 static const int N = std::tuple_size<OutputTupleType>::value;
266 typedef typename tbb::flow::multifunction_node<InputType,OutputTupleType> NodeType;
H A Dtest_join_node.h1425 typename OutputTupleType, // type of the output of the join
1429 …typedef tbb::flow::join_node<OutputTupleType, typename filter_out_message_based_key_matching<J>::p…
/oneTBB/test/conformance/
H A Dconformance_composite_node.cpp79 …using OutputTupleType = std::tuple<tbb::flow::continue_msg, std::tuple<int, int>, oneapi::tbb::flo… typedef
84 using input_output_type = oneapi::tbb::flow::composite_node<InputTupleType, OutputTupleType>;
86 using output_only_type = oneapi::tbb::flow::composite_node<EmptyTupleType, OutputTupleType>;
89 const size_t NUM_OUTPUTS = std::tuple_size<OutputTupleType>::value;