Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_tagged_msg.cpp47 typedef char odd_array_type[15]; typedef
53 typedef tbb::flow::tagged_msg<size_t, int, char, double, odd_array_type, odder_array, d_vector, Che…
68 odd_array_type ww; in TestWrapper()
71 Wrapper<odd_array_type> ci(ww); in TestWrapper()
74 Wrapper<odd_array_type> ci2(ci); in TestWrapper()
202 odd_array_type my_b; in RunTests()
209 const char *my_copy = cast_to<odd_array_type>(odd_array_tagged_msg); in RunTests()
213 const char *my_copy2 = cast_to<odd_array_type>(default_tagged_msg); in RunTests()