Searched refs:my_input_node_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 168 typedef typename tbb::flow::input_node<IT> my_input_node_type; typedef in input_node_helper 175 …my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT>((IT)(ELEM+1), i, nInput… in add_input_nodes() 200 … my_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 221 … my_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 D | test_join_node.h | 1030 typedef typename tbb::flow::input_node<IT> my_input_node_type; 1038 … my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT, ELEM>(i, nInputs)); 1074 … my_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; 1105 … my_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]);
|