Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_unordered_map.h47 class concurrent_unordered_map
75 concurrent_unordered_map() = default;
76 concurrent_unordered_map( const concurrent_unordered_map& ) = default;
77concurrent_unordered_map( const concurrent_unordered_map& other, const allocator_type& alloc ) : b… in concurrent_unordered_map() function
78 concurrent_unordered_map( concurrent_unordered_map&& ) = default;
79concurrent_unordered_map( concurrent_unordered_map&& other, const allocator_type& alloc ) : base_t… in concurrent_unordered_map() function
81 concurrent_unordered_map& operator=( const concurrent_unordered_map& ) = default;
82 concurrent_unordered_map& operator=( concurrent_unordered_map&& ) = default;
171 concurrent_unordered_map( It, It, std::size_t = {},
232 concurrent_unordered_map( concurrent_unordered_map<Key, T, Hash, KeyEq, Alloc>, Alloc )
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp36 using map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>, MyAllo…
43 using checked_state_map_type = tbb::concurrent_unordered_map<intptr_t, FooWithAssign, std::hash<int…
50 …using container_type = tbb::concurrent_unordered_map<T, T, std::hash<T>, std::equal_to<T>, Allocat…
91 … TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_map, key_type, mapped_type>>(lst); in check()
100 test_emplace_insert<tbb::concurrent_unordered_map<int*, test::unique_ptr<int>>, std::false_type> in test_specific_types()
202 …using not_always_equal_alloc_map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, st…
217 using exception_map_type = tbb::concurrent_unordered_map<ThrowOnCopy, ThrowOnCopy>;
230 …using exception_mmap_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<…
251 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_map<int, int>::ran…
252 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_map<int, int>::con…
[all …]
H A Dtest_hw_concurrency.cpp67 tbb::concurrent_unordered_map<std::size_t, std::size_t> cumap;
H A Dtest_tbb_header.cpp184 TestTypeDefinitionPresence2( concurrent_unordered_map<int, int> ); in DefinitionPresence()
H A Dtest_eh_algorithms.cpp47 tbb::concurrent_unordered_map<tbb::task_group_context*, std::atomic<unsigned>> context_map{};
/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp37 using map_type = oneapi::tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>…
218 check_heterogeneous_functions_key_int<oneapi::tbb::concurrent_unordered_map, int, int>(); in test_heterogeneous_functions()
220 …check_heterogeneous_functions_key_string<oneapi::tbb::concurrent_unordered_map, std::string, std::… in test_heterogeneous_functions()
226 …using container_type = oneapi::tbb::concurrent_unordered_map<T, T, std::hash<T>, std::equal_to<T>,…
247 test_member_types<oneapi::tbb::concurrent_unordered_map>();
289 check_heterogeneous_functions_key_int<oneapi::tbb::concurrent_unordered_map, int, int>();
290 …check_heterogeneous_functions_key_string<oneapi::tbb::concurrent_unordered_map, std::string, std::…
296 test_insert_by_generic_pair<oneapi::tbb::concurrent_unordered_map>();
303 test_deduction_guides<oneapi::tbb::concurrent_unordered_map>();
310 test_map_comparisons<oneapi::tbb::concurrent_unordered_map>();