Searched refs:ets_container_type (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_enumerable_thread_specific.cpp | 1026 using ets_container_type = oneapi::tbb::enumerable_thread_specific<int, test_allocator_type>; in TestMemberTypes() typedef 1031 using value_type = typename ets_container_type::value_type; in TestMemberTypes() 1033 static_assert(std::is_same<typename ets_container_type::value_type, int>::value, in TestMemberTypes() 1035 static_assert(std::is_same<typename ets_container_type::reference, value_type&>::value, in TestMemberTypes() 1037 …static_assert(std::is_same<typename ets_container_type::const_reference, const value_type&>::value, in TestMemberTypes() 1040 using allocator_type = typename ets_container_type::allocator_type; in TestMemberTypes() 1046 static_assert(std::is_unsigned<typename ets_container_type::size_type>::value, in TestMemberTypes() 1048 static_assert(std::is_signed<typename ets_container_type::difference_type>::value, in TestMemberTypes() 1051 static_assert(utils::is_random_access_iterator<typename ets_container_type::iterator>::value, in TestMemberTypes() 1053 static_assert(!std::is_const<typename ets_container_type::iterator::value_type>::value, in TestMemberTypes() [all …]
|