Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_tagged_msg.cpp49 typedef CheckType<int> counted_array_type[12]; typedef
53 …ar, double, odd_array_type, odder_array, d_vector, CheckType<int>, counted_array_type, i_vector_ar…
98 counted_array_type cat_orig; in TestWrapper()
100 Wrapper<counted_array_type> cat(cat_orig); in TestWrapper()
187 CHECK_MESSAGE( (is_a<counted_array_type>(counted_array_tagged_msg)), "testing"); in RunTests()
188 const CheckType<int> *ctip = cast_to<counted_array_type>(counted_array_tagged_msg); in RunTests()