Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_split_node.cpp28 using my_split_type = oneapi::tbb::flow::split_node<my_input_tuple>; typedef
35 my_split_type testing_node(g);
66 my_split_type testing_node(g);
124 …CHECK_MESSAGE((std::is_base_of<oneapi::tbb::flow::graph_node, my_split_type>::value), "split_node …
125 …CHECK_MESSAGE((std::is_base_of<oneapi::tbb::flow::receiver<my_input_tuple>, my_split_type>::value)…
132 my_split_type node(g);
134 CHECK_MESSAGE((std::is_same<my_split_type::output_ports_type&,