Lines Matching refs:Allocator
32 typename Allocator, bool AllowMultimapping>
42 using allocator_type = Allocator;
67 template <typename Key, typename Value, typename Compare, typename Allocator>
70 template <typename Key, typename Value, typename Compare = std::less<Key>, typename Allocator = tbb…
71 …list<map_traits<Key, Value, Compare, concurrent_geometric_level_generator<32>, Allocator, false>> {
72 …_list<map_traits<Key, Value, Compare, concurrent_geometric_level_generator<32>, Allocator, false>>;
81 using allocator_type = Allocator;
160 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge()
165 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge()
170 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge()
175 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge()
213 template <typename Key, typename Value, typename Compare, typename Allocator>
214 void swap( concurrent_map<Key, Value, Compare, Allocator>& lhs, in swap()
215 concurrent_map<Key, Value, Compare, Allocator>& rhs ) in swap()
220 template <typename Key, typename Value, typename Compare = std::less<Key>, typename Allocator = tbb…
221 …_list<map_traits<Key, Value, Compare, concurrent_geometric_level_generator<32>, Allocator, true>> {
222 …p_list<map_traits<Key, Value, Compare, concurrent_geometric_level_generator<32>, Allocator, true>>;
231 using allocator_type = Allocator;
277 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge()
282 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge()
287 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge()
292 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge()
331 template <typename Key, typename Value, typename Compare, typename Allocator>
332 void swap( concurrent_multimap<Key, Value, Compare, Allocator>& lhs, in swap()
333 concurrent_multimap<Key, Value, Compare, Allocator>& rhs ) in swap()