Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_split_node.cpp272 static const int TUPLE_SIZE = std::tuple_size<TType>::value; in test_one_serial() local
273 sink_node_helper<TUPLE_SIZE, SType>::add_sink_nodes(my_split,g); in test_one_serial()
283 tuple_helper<TUPLE_SIZE>::set_element(v, i); in test_one_serial()
290 sink_node_helper<TUPLE_SIZE,SType>::check_sink_values(); in test_one_serial()
292 sink_node_helper<TUPLE_SIZE, SType>::remove_sink_nodes(my_split); in test_one_serial()
339 static const int TUPLE_SIZE = std::tuple_size<TType>::value; member in serial_test
345 SType* my_split = makeSplit<TUPLE_SIZE,SType>::create(g); in test()
346 sink_node_helper<TUPLE_SIZE, SType>::print_serial_remark(); INFO(" >\n"); in test()
354 makeSplit<TUPLE_SIZE,SType>::destroy(my_split); in test()
H A Dtest_join_node.h1160 const int TUPLE_SIZE = std::tuple_size<TType>::value;
1192 reset_outputCheck(TUPLE_SIZE, Count);
1198 check_outputCheck(TUPLE_SIZE, Count);
1199 reset_outputCheck(TUPLE_SIZE, Count);
1205 check_outputCheck(TUPLE_SIZE, Count);
1213 makeJoin<TUPLE_SIZE, JType, JP>::destroy(my_join);
1313 static const int TUPLE_SIZE = std::tuple_size<TType>::value;
1358 serial_queue_helper<TUPLE_SIZE, JType>::fill_one_queue(Count);
1392 const int TUPLE_SIZE = std::tuple_size<TType>::value;
1395 JType* my_join = makeJoin<TUPLE_SIZE, JType, JP>::create(g);
[all …]