| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_map.h | 37 using mapped_type = Value; member 39 using value_type = std::pair<const key_type, mapped_type>; 75 using mapped_type = Value; variable 112 mapped_type& at(const key_type& key) { in at() 121 const mapped_type& at(const key_type& key) const { in at() 125 mapped_type& operator[](const key_type& key) { 134 mapped_type& operator[](key_type&& key) { 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 225 using mapped_type = Value; variable [all …]
|
| H A D | concurrent_unordered_map.h | 54 using mapped_type = T; variable 90 mapped_type& operator[]( const key_type& key ) { 99 mapped_type& operator[]( key_type&& key ) { 108 mapped_type& at( const key_type& key ) { in at() 117 const mapped_type& at( const key_type& key ) const { in at() 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 253 using mapped_type = T; variable 302 …void merge( concurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_ty… in merge() argument [all …]
|
| H A D | concurrent_hash_map.h | 605 using mapped_type = T; in __TBB_requires() local
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_map.cpp | 89 using mapped_type = typename ValueType::second_type; in check() typedef 91 … TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_map, key_type, mapped_type>>(lst); in check() 92 …Tester<DefCtorPresent, table_type<tbb::concurrent_unordered_multimap, key_type, mapped_type>>(lst); in check() 118 Checker<checked_map_type::mapped_type> checker; 124 Checker<checked_multimap_type::mapped_type> checker; 160 Checker<checked_map_type::mapped_type> checker; 166 Checker<checked_multimap_type::mapped_type> checker;
|
| H A D | test_concurrent_map.cpp | 82 using mapped_type = typename ValueType::second_type; in check() typedef 84 TypeTester<DefCtorPresent, tbb::concurrent_map<key_type, mapped_type>>(lst); in check() 85 TypeTester<DefCtorPresent, tbb::concurrent_multimap<key_type, mapped_type>>(lst); in check()
|
| H A D | test_concurrent_hash_map.cpp | 860 using mapped_type = int; typedef 863 …t_chmap_hash_compare_constraints</*Expected = */true, /*key = */key_type, /*mapped = */mapped_type, 866 …_chmap_hash_compare_constraints</*Expected = */false, /*key = */key_type, /*mapped = */mapped_type, 881 using mapped_type = int; typedef 884 test_chmap_mutex_constraints</*Expected = */true, key_type, mapped_type, 887 test_chmap_mutex_constraints</*Expected = */false, key_type, mapped_type,
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _node_handle.h | 110 using mapped_type = typename Value::second_type; variable 120 mapped_type& mapped() const { in mapped()
|
| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 32 … Handle& node, const std::pair<typename Handle::key_type, typename Handle::mapped_type>& value ) { in compare_handle_getters() 42 …( Handle& node, const std::pair<typename Handle::key_type, typename Handle::mapped_type>& value ) { in set_node_handle_value()
|
| H A D | concurrent_associative_common.h | 1042 typename Table::mapped_type>& value )
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_map.cpp | 72 static_assert(std::is_same<typename container_type::mapped_type, int>::value, in test_member_types()
|
| H A D | conformance_concurrent_unordered_map.cpp | 74 static_assert(std::is_same<typename container_type::mapped_type, int>::value, in test_member_types()
|