Home
last modified time | relevance | path

Searched refs:concurrent_unordered_multimap (Results 1 – 5 of 5) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_unordered_map.h43 class concurrent_unordered_multimap; variable
246 class concurrent_unordered_multimap
275 concurrent_unordered_multimap() = default;
276 concurrent_unordered_multimap( const concurrent_unordered_multimap& ) = default;
277concurrent_unordered_multimap( const concurrent_unordered_multimap& other, const allocator_type& a… in concurrent_unordered_multimap() function
278 concurrent_unordered_multimap( concurrent_unordered_multimap&& ) = default;
279concurrent_unordered_multimap( concurrent_unordered_multimap&& other, const allocator_type& alloc … in concurrent_unordered_multimap() function
281 concurrent_unordered_multimap& operator=( const concurrent_unordered_multimap& ) = default;
282 concurrent_unordered_multimap& operator=( concurrent_unordered_multimap&& ) = default;
391 concurrent_unordered_multimap( concurrent_unordered_multimap<Key, T, Hash, KeyEq, Alloc>, Alloc )
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp29 struct AllowMultimapping<tbb::concurrent_unordered_multimap<Args...>> : std::true_type {};
37 using multimap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<int>, std::equal_to<in…
45 using checked_state_multimap_type = tbb::concurrent_unordered_multimap<intptr_t, FooWithAssign, std…
60 …using container_type = tbb::concurrent_unordered_multimap<T, T, std::hash<T>, std::equal_to<T>, Al…
92 …TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_multimap, key_type, mapped_type>>(… in check()
102 …test_emplace_insert<tbb::concurrent_unordered_multimap<int*, test::unique_ptr<int>>, std::false_ty… in test_specific_types()
209 …using not_always_equal_alloc_mmap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<in…
223 using exception_mmap_type = tbb::concurrent_unordered_multimap<ThrowOnCopy, ThrowOnCopy>;
257 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multimap<int, int>…
258 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multimap<int, int>…
[all …]
H A Dtest_hw_concurrency.cpp68 tbb::concurrent_unordered_multimap<std::size_t, std::size_t> cummap;
H A Dtest_tbb_header.cpp185 TestTypeDefinitionPresence2( concurrent_unordered_multimap<int, int> ); in DefinitionPresence()
/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp32 struct AllowMultimapping<oneapi::tbb::concurrent_unordered_multimap<Args...>> : std::true_type {};
38 using multimap_type = oneapi::tbb::concurrent_unordered_multimap<int, int, std::hash<int>, std::equ…
219 check_heterogeneous_functions_key_int<oneapi::tbb::concurrent_unordered_multimap, int, int>(); in test_heterogeneous_functions()
221 …check_heterogeneous_functions_key_string<oneapi::tbb::concurrent_unordered_multimap, std::string, … in test_heterogeneous_functions()
236 …using container_type = oneapi::tbb::concurrent_unordered_multimap<T, T, std::hash<T>, std::equal_t…
316 test_member_types<oneapi::tbb::concurrent_unordered_multimap>();
358 check_heterogeneous_functions_key_int<oneapi::tbb::concurrent_unordered_multimap, int, int>();
359 …check_heterogeneous_functions_key_string<oneapi::tbb::concurrent_unordered_multimap, std::string, …
365 test_insert_by_generic_pair<oneapi::tbb::concurrent_unordered_multimap>();
372 test_deduction_guides<oneapi::tbb::concurrent_unordered_multimap>();
[all …]