Searched refs:default_container_type (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 41 using default_container_type = ContainerType<int>; in test_member_types() typedef 42 static_assert(std::is_same<typename default_container_type::key_compare, std::less<int>>::value, in test_member_types() 44 …static_assert(std::is_same<typename default_container_type::allocator_type, oneapi::tbb::tbb_alloc… in test_member_types()
|
| H A D | conformance_concurrent_unordered_set.cpp | 43 using default_container_type = ContainerType<int>; in test_member_types() typedef 44 static_assert(std::is_same<typename default_container_type::hasher, std::hash<int>>::value, in test_member_types() 46 … static_assert(std::is_same<typename default_container_type::key_equal, std::equal_to<int>>::value, in test_member_types() 48 …static_assert(std::is_same<typename default_container_type::allocator_type, oneapi::tbb::tbb_alloc… in test_member_types()
|
| H A D | conformance_concurrent_map.cpp | 59 using default_container_type = ContainerType<int, int>; in test_member_types() typedef 60 static_assert(std::is_same<typename default_container_type::key_compare, std::less<int>>::value, in test_member_types() 62 …static_assert(std::is_same<typename default_container_type::allocator_type, oneapi::tbb::tbb_alloc… in test_member_types()
|
| H A D | conformance_concurrent_unordered_map.cpp | 56 using default_container_type = ContainerType<int, int>; in test_member_types() typedef 57 static_assert(std::is_same<typename default_container_type::hasher, std::hash<int>>::value, in test_member_types() 59 … static_assert(std::is_same<typename default_container_type::key_equal, std::equal_to<int>>::value, in test_member_types() 61 static_assert(std::is_same<typename default_container_type::allocator_type, in test_member_types()
|
| H A D | conformance_enumerable_thread_specific.cpp | 1021 using default_container_type = oneapi::tbb::enumerable_thread_specific<int>; in TestMemberTypes() typedef 1022 …static_assert(std::is_same<typename default_container_type::allocator_type, oneapi::tbb::cache_ali… in TestMemberTypes()
|
| H A D | conformance_concurrent_vector.cpp | 1262 using default_container_type = ContainerType<int>; in test_member_types() typedef 1264 static_assert(std::is_same<typename default_container_type::allocator_type, in test_member_types()
|