Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_map.h37 using mapped_type = Value; member
75 using mapped_type = Value; variable
160 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() argument
165 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge() argument
170 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() argument
175 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge() argument
225 using mapped_type = Value; variable
277 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() argument
282 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge() argument
287 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() argument
[all …]
H A Dconcurrent_unordered_map.h54 using mapped_type = T; variable
141 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() argument
146 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() argument
151 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() argument
156 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() argument
253 using mapped_type = T; variable
302 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() argument
307 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() argument
312 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() argument
317 …void merge( concurrent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocat… in merge() argument
H A Dconcurrent_hash_map.h605 using mapped_type = T; in __TBB_requires() local
/oneTBB/include/oneapi/tbb/detail/
H A D_node_handle.h110 using mapped_type = typename Value::second_type; variable
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp89 using mapped_type = typename ValueType::second_type; in check() typedef
H A Dtest_concurrent_map.cpp82 using mapped_type = typename ValueType::second_type; in check() typedef
H A Dtest_concurrent_hash_map.cpp860 using mapped_type = int; typedef
881 using mapped_type = int; typedef