Lines Matching refs:hash
36 using map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>, MyAllo…
37 using multimap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<int>, std::equal_to<in…
41 using checked_map_type = tbb::concurrent_unordered_map<int, CheckType<int>, std::hash<int>, std::eq…
42 using checked_multimap_type = tbb::concurrent_unordered_multimap<int, CheckType<int>, std::hash<int…
43 using checked_state_map_type = tbb::concurrent_unordered_map<intptr_t, FooWithAssign, std::hash<int…
45 …te_multimap_type = tbb::concurrent_unordered_multimap<intptr_t, FooWithAssign, std::hash<intptr_t>,
50 …using container_type = tbb::concurrent_unordered_map<T, T, std::hash<T>, std::equal_to<T>, Allocat…
60 …using container_type = tbb::concurrent_unordered_multimap<T, T, std::hash<T>, std::equal_to<T>, Al…
84 using table_type = GeneralTableType<Key, Mapped, std::hash<Key>, utils::IsEqual>;
202 …using not_always_equal_alloc_map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, st…
209 …using not_always_equal_alloc_mmap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<in…
230 …using exception_mmap_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<…