Searched refs:OutputTupleType (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node.cpp | 34 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 D | test_eh_flow_graph.cpp | 262 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 D | test_join_node.h | 1425 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 D | conformance_composite_node.cpp | 79 …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;
|