Lines Matching refs:hash
36 using set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, MyAllocator…
37 using multiset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to<int>, M…
41 using checked_set_type = tbb::concurrent_unordered_set<CheckType<int>, std::hash<CheckType<int>>, s…
42 using checked_multiset_type = tbb::concurrent_unordered_multiset<CheckType<int>, std::hash<CheckTyp…
44 using checked_state_set_type = tbb::concurrent_unordered_set<FooWithAssign, std::hash<FooWithAssign…
46 using checked_state_multiset_type = tbb::concurrent_unordered_multiset<FooWithAssign, std::hash<Foo…
51 …using container_type = tbb::concurrent_unordered_set<T, std::hash<T>, std::equal_to<T>, Allocator>;
61 …using container_type = tbb::concurrent_unordered_multiset<T, std::hash<T>, std::equal_to<T>, Alloc…
72 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_set<ValueType, std::hash<ValueType>, utils::I… in check()
73 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_multiset<ValueType, std::hash<ValueType>, uti… in check()
193 …using not_always_equal_alloc_set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::eq…
200 …using not_always_equal_alloc_mset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, s…