Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp41 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 Dconformance_concurrent_unordered_set.cpp43 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 Dconformance_concurrent_map.cpp59 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 Dconformance_concurrent_unordered_map.cpp56 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 Dconformance_enumerable_thread_specific.cpp1021 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 Dconformance_concurrent_vector.cpp1262 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()