Lines Matching refs:Allocator
29 template <typename Key, typename T, typename Hash, typename KeyEqual, typename Allocator, bool Allo…
33 using allocator_type = Allocator;
42 template <typename Key, typename T, typename Hash, typename KeyEqual, typename Allocator>
46 typename Allocator = tbb::tbb_allocator<std::pair<const Key, T>> >
48 …oncurrent_unordered_base<concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocator, false>>
50 using traits_type = concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocator, false>;
238 template <typename Key, typename T, typename Hash, typename KeyEqual, typename Allocator>
239 void swap( concurrent_unordered_map<Key, T, Hash, KeyEqual, Allocator>& lhs, in swap()
240 concurrent_unordered_map<Key, T, Hash, KeyEqual, Allocator>& rhs ) { in swap()
245 typename Allocator = tbb::tbb_allocator<std::pair<const Key, T>> >
247 …concurrent_unordered_base<concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocator, true>>
249 using traits_type = concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocator, true>;
396 template <typename Key, typename T, typename Hash, typename KeyEqual, typename Allocator>
397 void swap( concurrent_unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& lhs, in swap()
398 concurrent_unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& rhs ) { in swap()