Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_node_handle.h153 void swap( node_handle<Key, Value, Node, Allocator>& lhs, in swap()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h149 void swap( concurrent_set<Key, Compare, Allocator>& lhs, in swap()
249 void swap( concurrent_multiset<Key, Compare, Allocator>& lhs, in swap()
H A Dconcurrent_unordered_set.h178 void swap( concurrent_unordered_set<Key, Hash, KeyEqual, Allocator>& lhs, in swap()
316 void swap( concurrent_unordered_multiset<Key, Hash, KeyEqual, Allocator>& lhs, in swap()
H A Dconcurrent_unordered_map.h239 void swap( concurrent_unordered_map<Key, T, Hash, KeyEqual, Allocator>& lhs, in swap()
397 void swap( concurrent_unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& lhs, in swap()
H A Dconcurrent_map.h214 void swap( concurrent_map<Key, Value, Compare, Allocator>& lhs, in swap()
332 void swap( concurrent_multimap<Key, Value, Compare, Allocator>& lhs, in swap()
H A Dconcurrent_hash_map.h1650 inline void swap(concurrent_hash_map<Key, T, HashCompare, A> &a, concurrent_hash_map<Key, T, HashCo… in swap()
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1085 using Key = int; in TestDeductionGuides() typedef