Home
last modified time | relevance | path

Searched defs:test_allocator_type (Results 1 – 7 of 7) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp48 using test_allocator_type = std::allocator<int>; in test_member_types() typedef
H A Dconformance_concurrent_map.cpp66 using test_allocator_type = std::allocator<std::pair<const int, int>>; in test_member_types() typedef
H A Dconformance_concurrent_unordered_set.cpp53 using test_allocator_type = std::allocator<int>; in test_member_types() typedef
H A Dconformance_concurrent_unordered_map.cpp67 using test_allocator_type = std::allocator<std::pair<const int, int>>; in test_member_types() typedef
H A Dconformance_enumerable_thread_specific.cpp1025 using test_allocator_type = std::allocator<int>; in TestMemberTypes() typedef
H A Dconformance_concurrent_vector.cpp1269 using test_allocator_type = oneapi::tbb::cache_aligned_allocator<int>; in test_member_types() typedef
H A Dconformance_concurrent_hash_map.cpp179 using test_allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const MyKey, MyD… typedef