Home
last modified time | relevance | path

Searched defs:key_type (Results 1 – 12 of 12) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h34 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 Dconcurrent_unordered_set.h30 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 Dconcurrent_unordered_map.h32 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 Dconcurrent_map.h36 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 Denumerable_thread_specific.h71 using key_type = std::thread::id; member
/oneTBB/test/common/
H A Dnode_handling_support.h32 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 Dtest_concurrent_unordered_map.cpp88 using key_type = typename std::remove_const<typename ValueType::first_type>::type; in check() typedef
H A Dtest_concurrent_map.cpp81 using key_type = typename ValueType::first_type; in check() typedef
H A Dtest_concurrent_hash_map.cpp258 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 Dconformance_concurrent_hash_map.cpp1059 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.h253 using key_type = typename container_traits::key_type; variable
H A D_concurrent_unordered_base.h194 using key_type = typename traits_type::key_type; variable