| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_set.h | 34 using key_type = Key; member 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() 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()
|
| H A D | concurrent_unordered_set.h | 30 using key_type = Key; member 88 …void merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>& source )… in merge() 93 …void merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>&& source … in merge() 98 …void merge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>& sou… in merge() 103 …void merge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>&& so… in merge() 227 …void merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>& source )… in merge() 232 …void merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>&& source … in merge() 237 …void merge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>& sou… in merge() 242 …void merge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>&& so… in merge()
|
| H A D | concurrent_unordered_map.h | 32 using key_type = Key; member 141 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() 146 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() 151 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() 156 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() 302 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() 307 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() 312 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() 317 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge()
|
| H A D | concurrent_map.h | 36 using key_type = Key; member 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() 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()
|
| H A D | enumerable_thread_specific.h | 71 using key_type = std::thread::id; member
|
| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 32 bool compare_handle_getters( const Handle& node, const std::pair<typename Handle::key_type, typenam… in compare_handle_getters() 42 void set_node_handle_value( Handle& node, const std::pair<typename Handle::key_type, typename Handl… in set_node_handle_value()
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_map.cpp | 88 using key_type = typename std::remove_const<typename ValueType::first_type>::type; in check() typedef
|
| H A D | test_concurrent_map.cpp | 81 using key_type = typename ValueType::first_type; in check() typedef
|
| H A D | test_concurrent_hash_map.cpp | 258 using key_type = typename std::remove_const<first_type>::type; in TypeTester() typedef 859 using key_type = int; typedef 880 using key_type = int; typedef
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 1059 using key_type = int; in TestHashCompareConstructors() typedef 1282 using key_type = HeterogeneousKey</*IsConstructible = */false>; in test_heterogeneous_find() typedef 1334 using key_type = HeterogeneousKey</*IsConstructible = */false>; in test_heterogeneous_count() typedef 1361 using key_type = HeterogeneousKey</*IsConstructible = */false>; in test_heterogeneous_equal_range() typedef 1412 using key_type = HeterogeneousKey</*IsConstructible = */true>; in test_heterogeneous_insert() typedef 1455 using key_type = HeterogeneousKey</*IsConstructible = */false>; in test_heterogeneous_erase() typedef
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 253 using key_type = typename container_traits::key_type; variable
|
| H A D | _concurrent_unordered_base.h | 194 using key_type = typename traits_type::key_type; variable
|