Lines Matching refs:Allocator
30 template<typename Key, typename KeyCompare, typename RandomGenerator, typename Allocator, bool Allo…
40 using allocator_type = Allocator;
51 template <typename Key, typename Compare, typename Allocator>
54 template <typename Key, typename Compare = std::less<Key>, typename Allocator = tbb::tbb_allocator<…
55 …t_skip_list<set_traits<Key, Compare, concurrent_geometric_level_generator<32>, Allocator, false>> {
56 …nt_skip_list<set_traits<Key, Compare, concurrent_geometric_level_generator<32>, Allocator, false>>;
64 using allocator_type = Allocator;
95 void merge(concurrent_set<key_type, OtherCompare, Allocator>& source) { in merge()
100 void merge(concurrent_set<key_type, OtherCompare, Allocator>&& source) { in merge()
105 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>& source) { in merge()
110 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>&& source) { in merge()
148 template <typename Key, typename Compare, typename Allocator>
149 void swap( concurrent_set<Key, Compare, Allocator>& lhs, in swap()
150 concurrent_set<Key, Compare, Allocator>& rhs ) in swap()
155 template <typename Key, typename Compare = std::less<Key>, typename Allocator = tbb::tbb_allocator<…
156 …nt_skip_list<set_traits<Key, Compare, concurrent_geometric_level_generator<32>, Allocator, true>> {
157 …ent_skip_list<set_traits<Key, Compare, concurrent_geometric_level_generator<32>, Allocator, true>>;
165 using allocator_type = Allocator;
196 void merge(concurrent_set<key_type, OtherCompare, Allocator>& source) { in merge()
201 void merge(concurrent_set<key_type, OtherCompare, Allocator>&& source) { in merge()
206 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>& source) { in merge()
211 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>&& source) { in merge()
248 template <typename Key, typename Compare, typename Allocator>
249 void swap( concurrent_multiset<Key, Compare, Allocator>& lhs, in swap()
250 concurrent_multiset<Key, Compare, Allocator>& rhs ) in swap()