Home
last modified time | relevance | path

Searched defs: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
H A Dconformance_concurrent_map.cpp59 using default_container_type = ContainerType<int, int>; in test_member_types() typedef
H A Dconformance_concurrent_unordered_set.cpp43 using default_container_type = ContainerType<int>; in test_member_types() typedef
H A Dconformance_concurrent_unordered_map.cpp56 using default_container_type = ContainerType<int, int>; in test_member_types() typedef
H A Dconformance_enumerable_thread_specific.cpp1021 using default_container_type = oneapi::tbb::enumerable_thread_specific<int>; in TestMemberTypes() typedef
H A Dconformance_concurrent_vector.cpp1262 using default_container_type = ContainerType<int>; in test_member_types() typedef