Lines Matching refs:Value
31 template<typename Key, typename Value, typename KeyCompare, typename RandomGenerator,
37 using mapped_type = Value;
67 template <typename Key, typename Value, typename Compare, typename Allocator>
70 …ypename Key, typename Value, typename Compare = std::less<Key>, typename Allocator = tbb::tbb_allo…
71 class concurrent_map : public concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geome…
72 …using base_type = concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geometric_level_…
75 using mapped_type = Value;
213 template <typename Key, typename Value, typename Compare, typename Allocator>
214 void swap( concurrent_map<Key, Value, Compare, Allocator>& lhs, in swap() argument
215 concurrent_map<Key, Value, Compare, Allocator>& rhs ) in swap()
220 …ypename Key, typename Value, typename Compare = std::less<Key>, typename Allocator = tbb::tbb_allo…
221 class concurrent_multimap : public concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_…
222 …using base_type = concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geometric_level_…
225 using mapped_type = Value;
331 template <typename Key, typename Value, typename Compare, typename Allocator>
332 void swap( concurrent_multimap<Key, Value, Compare, Allocator>& lhs, in swap() argument
333 concurrent_multimap<Key, Value, Compare, Allocator>& rhs ) in swap()