Searched refs:AssertSameType (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_blocked_range.cpp | 65 utils::AssertSameType( r.empty(), true ); in SerialTest() 66 utils::AssertSameType( range_type::size_type(), std::size_t() ); in SerialTest() 67 …utils::AssertSameType( static_cast<range_type::const_iterator*>(nullptr), static_cast<AbstractValu… in SerialTest() 68 utils::AssertSameType( r.begin(), MakeAbstractValueType(0) ); in SerialTest() 69 utils::AssertSameType( r.end(), MakeAbstractValueType(0) ); in SerialTest() 73 utils::AssertSameType( r.is_divisible(), true ); in SerialTest()
|
| H A D | conformance_blocked_range3d.cpp | 93 utils::AssertSameType( r.is_divisible(), true ); in SerialTest() 95 utils::AssertSameType( r.empty(), true ); in SerialTest() 97 …utils::AssertSameType( static_cast<range_type::page_range_type::const_iterator*>(nullptr), static_… in SerialTest() 98 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest() 99 …utils::AssertSameType( static_cast<range_type::col_range_type::const_iterator*>(nullptr), static_c… in SerialTest() 101 … utils::AssertSameType( r.pages(), oneapi::tbb::blocked_range<page_type>( page_i, page_j, 1 )); in SerialTest() 102 … utils::AssertSameType( r.rows(), oneapi::tbb::blocked_range<row_type>( row_i, row_j, 1 )); in SerialTest() 103 … utils::AssertSameType( r.cols(), oneapi::tbb::blocked_range<col_type>( col_i, col_j, 1 )); in SerialTest()
|
| H A D | conformance_blocked_range2d.cpp | 84 utils::AssertSameType( r.is_divisible(), true ); in SerialTest() 85 utils::AssertSameType( r.empty(), true ); in SerialTest() 86 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest() 87 …utils::AssertSameType( static_cast<range_type::col_range_type::const_iterator*>(nullptr), static_c… in SerialTest() 88 … utils::AssertSameType( r.rows(), oneapi::tbb::blocked_range<row_type>( row_i, row_j, 1 )); in SerialTest() 89 … utils::AssertSameType( r.cols(), oneapi::tbb::blocked_range<col_type>( col_i, col_j, 1 )); in SerialTest()
|
| H A D | conformance_blocked_rangeNd.cpp | 172 utils::AssertSameType(r.is_divisible(), bool()); in SerialTest() 173 utils::AssertSameType(r.empty(), bool()); in SerialTest() 174 utils::AssertSameType(range_t::ndims(), 0U); in SerialTest()
|
| H A D | conformance_allocators.cpp | 37 AssertSameType(allocator.max_size(), typename std::allocator_traits<Allocator>::size_type(0));
|
| H A D | conformance_concurrent_vector.cpp | 586 void AssertSameType( const T& /*x*/, const T& /*y*/ ) {} in AssertSameType() function 599 …AssertSameType( static_cast<typename Iterator::difference_type*>(nullptr), static_cast<std::ptrdif… in TestIteratorTraits() 600 … AssertSameType( static_cast<typename Iterator::value_type*>(nullptr), static_cast<T*>(nullptr) ); in TestIteratorTraits() 601 AssertSameType( static_cast<typename Iterator::pointer*>(nullptr), static_cast<T**>(nullptr) ); in TestIteratorTraits() 602 …AssertSameType( static_cast<typename Iterator::iterator_category*>(nullptr), static_cast<std::rand… in TestIteratorTraits()
|
| /oneTBB/test/common/ |
| H A D | utils_assert.h | 45 void AssertSameType( const T& /*x*/, const T& /*y*/ ) {} in AssertSameType() function
|
| H A D | allocator_test_common.h | 36 void AssertSameType( const T& /*x*/, const T& /*y*/ ) {} in AssertSameType() function 139 AssertSameType(a.max_size(), typename A::size_type(0)); in TestBrokenAllocator()
|