Searched refs:TType (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node.h | 572 typedef typename JType::output_type TType; 588 typedef typename JType::output_type TType; 605 typedef typename JType::output_type TType; 623 typedef typename JType::output_type TType; 644 typedef typename JType::output_type TType; 664 typedef typename JType::output_type TType; 686 typedef typename JType::output_type TType; 708 typedef typename JType::output_type TType; 731 typedef typename JType::output_type TType; 1163 TType v; [all …]
|
| H A D | test_split_node.cpp | 222 typedef typename SType::input_type TType; typedef in parallel_test 223 typedef tbb::flow::input_node<TType> input_type; 224 static const int N = std::tuple_size<TType>::value; 245 input_type *s = new input_type(g, my_input_body<TType>(i, nInputs) ); in test() 271 typedef typename SType::input_type TType; in test_one_serial() typedef 272 static const int TUPLE_SIZE = std::tuple_size<TType>::value; in test_one_serial() 274 typedef TType q3_input_type; in test_one_serial() 282 TType v; in test_one_serial() 338 typedef typename SType::input_type TType; typedef in serial_test 339 static const int TUPLE_SIZE = std::tuple_size<TType>::value;
|
| H A D | test_join_node.cpp | 51 typedef typename JType::output_type TType; typedef in tag_recirculation_test 54 static const int N = std::tuple_size<TType>::value; 76 …tbb::flow::function_node<TType, int> recreate_tag(g, tbb::flow::unlimited, recirc_output_func_body… in test()
|
| H A D | test_indexer_node.cpp | 246 typedef typename IType::output_type TType; typedef in parallel_test 250 TType v; in test() 262 tbb::flow::queue_node<TType> outq1(g); in test() 263 tbb::flow::queue_node<TType> outq2(g); in test() 360 template<typename IType, typename TType, int SIZE> 365 typedef TType q3_input_type; in test_one_serial() 415 typedef typename IType::output_type TType; // this is the union typedef in serial_test 428 test_one_serial<IType,TType,SIZE>(*my_indexer, g); in test() 435 test_one_serial<IType,TType,SIZE>(indexer_vector[e], g); in test()
|
| H A D | test_eh_flow_graph.cpp | 170 template <class OutputType, TestNodeTypeEnum TType> 171 class test_input_body : WaitThrow<serial_type, TType> { 172 using WaitThrow<serial_type, TType>::WaitAndThrow; 202 template <TestNodeTypeEnum TType> 203 class test_input_body<tbb::flow::continue_msg, TType> : WaitThrow<serial_type, TType> { 204 using WaitThrow<serial_type, TType>::WaitAndThrow; 313 template <class OutputTuple, TestNodeTypeEnum TType> 314 class tuple_test_input_body : WaitThrow<serial_type, TType> { 317 using WaitThrow<serial_type, TType>::WaitAndThrow;
|