Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp168 typedef typename tbb::flow::input_node<IT> my_input_node_type; typedef in input_node_helper
175my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT>((IT)(ELEM+1), i, nInput… in add_input_nodes()
200my_input_node_type *dp = reinterpret_cast<my_input_node_type *>(all_input_nodes[ELEM-1][i]); in remove_input_nodes()
214 typedef typename tbb::flow::input_node<IT> my_input_node_type; typedef in input_node_helper
221my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT>((IT)2, i, nInputs)); in add_input_nodes()
236 my_input_node_type *dp = reinterpret_cast<my_input_node_type *>(all_input_nodes[0][i]); in remove_input_nodes()
H A Dtest_join_node.h1030 typedef typename tbb::flow::input_node<IT> my_input_node_type;
1038my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT, ELEM>(i, nInputs));
1074my_input_node_type *dp = reinterpret_cast<my_input_node_type *>(all_input_nodes[ELEM-1][i]);
1097 typedef typename tbb::flow::input_node<IT> my_input_node_type;
1105my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT, 1>(i, nInputs));
1134 my_input_node_type *dp = reinterpret_cast<my_input_node_type *>(all_input_nodes[0][i]);