Searched refs:counted_array_tagged_msg (Results 1 – 1 of 1) sorted by relevance
175 tagged_msg_type counted_array_tagged_msg(5, counted_array); in RunTests() local177 …CHECK_MESSAGE( (!is_a<CheckType<int> *>(counted_array_tagged_msg)), "Test of is_a for counted_arra… in RunTests()180 int *iip = cast_to<int *>(counted_array_tagged_msg); in RunTests()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()193 counted_array_tagged_msg = default_tagged_msg; in RunTests()195 …CHECK_MESSAGE( (counted_array_tagged_msg.is_default_constructed()), "Assigned counted_array_type i… in RunTests()