Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node.cpp42 input_node_helper<N, join_node_type>::only_check_value(out, v); in operator ()()
56 input_node_helper<N, JType>::print_remark("Recirculation test of tag-matching join"); in test()
74 input_node_helper<N, JType>::add_recirc_func_nodes(*my_join, *my_input_join, g); in test()
106 input_node_helper<N, JType>::remove_recirc_func_nodes(*my_join, *my_input_join); in test()
H A Dtest_indexer_node.cpp163 class input_node_helper { class
170 input_node_helper<ELEM-1,INT>::print_remark(); in print_remark()
183 input_node_helper<ELEM-1, INT>::add_input_nodes(my_indexer, g, nInputs); in add_input_nodes()
194 input_node_helper<ELEM-1,INT>::check_value(v); in check_value()
204 input_node_helper<ELEM-1, INT>::remove_input_nodes(my_indexer, nInputs); in remove_input_nodes()
209 class input_node_helper<1, INT> { class
251 input_node_helper<SIZE,IType>::print_remark(); in test()
268 input_node_helper<SIZE, IType>::add_input_nodes(my_indexer, g, nInputs); in test()
276 input_node_helper<SIZE, IType>::check_value(v); in test()
284 input_node_helper<SIZE, IType>::check_value(v); in test()
[all …]
H A Dtest_join_node.h1023 class input_node_helper {
1033 input_node_helper<ELEM-1, JNT>::print_remark(str);
1044 input_node_helper<ELEM-1, JNT>::add_input_nodes(my_join, g, nInputs);
1052 input_node_helper<ELEM-1, JNT>::add_recirc_func_nodes(my_join, my_input, g);
1057 input_node_helper<ELEM-1, JNT>::only_check_value(i, v);
1070 input_node_helper<ELEM-1, JNT>::check_value(i, v, is_serial);
1078 input_node_helper<ELEM-1, JNT>::remove_input_nodes(my_join, nInputs);
1086 input_node_helper<ELEM-1, JNT>::remove_recirc_func_nodes(my_join, my_input);
1091 class input_node_helper<1, JNT> {
1164 input_node_helper<TUPLE_SIZE, JType>::print_remark("Parallel test of join_node");
[all …]