Searched refs:remove_input_nodes (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 198 static void remove_input_nodes(indexer_node_type& my_indexer, int nInputs) { in remove_input_nodes() function in input_node_helper 204 input_node_helper<ELEM-1, INT>::remove_input_nodes(my_indexer, nInputs); in remove_input_nodes() 234 static void remove_input_nodes(indexer_node_type& my_indexer, int nInputs) { in remove_input_nodes() function in input_node_helper 291 input_node_helper<SIZE, IType>::remove_input_nodes(my_indexer, nInputs); in test()
|
| H A D | test_join_node.h | 1072 static void remove_input_nodes(join_node_type& my_join, int nInputs) { 1078 input_node_helper<ELEM-1, JNT>::remove_input_nodes(my_join, nInputs); 1132 static void remove_input_nodes(join_node_type& my_join, int nInputs) { 1210 input_node_helper<TUPLE_SIZE, JType>::remove_input_nodes((*my_join), nInputs);
|