Lines Matching refs:Allocator
28 template <typename Key, typename Hash, typename KeyEqual, typename Allocator, bool AllowMultimappin…
32 using allocator_type = Allocator;
41 template <typename Key, typename Hash, typename KeyEqual, typename Allocator>
45 typename Allocator = tbb::tbb_allocator<Key>>
47 …c concurrent_unordered_base<concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator, false>>
49 using traits_type = concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator, false>;
177 template <typename Key, typename Hash, typename KeyEqual, typename Allocator>
178 void swap( concurrent_unordered_set<Key, Hash, KeyEqual, Allocator>& lhs, in swap()
179 concurrent_unordered_set<Key, Hash, KeyEqual, Allocator>& rhs ) { in swap()
184 typename Allocator = tbb::tbb_allocator<Key>>
186 …ic concurrent_unordered_base<concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator, true>>
188 using traits_type = concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator, true>;
315 template <typename Key, typename Hash, typename KeyEqual, typename Allocator>
316 void swap( concurrent_unordered_multiset<Key, Hash, KeyEqual, Allocator>& lhs, in swap()
317 concurrent_unordered_multiset<Key, Hash, KeyEqual, Allocator>& rhs ) { in swap()