Home
last modified time | relevance | path

Searched refs:mapped_type (Results 1 – 11 of 11) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_map.h37 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 Dconcurrent_unordered_map.h54 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 Dconcurrent_hash_map.h605 using mapped_type = T; in __TBB_requires() local
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp89 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 Dtest_concurrent_map.cpp82 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 Dtest_concurrent_hash_map.cpp860 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.h110 using mapped_type = typename Value::second_type; variable
120 mapped_type& mapped() const { in mapped()
/oneTBB/test/common/
H A Dnode_handling_support.h32 … 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 Dconcurrent_associative_common.h1042 typename Table::mapped_type>& value )
/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp72 static_assert(std::is_same<typename container_type::mapped_type, int>::value, in test_member_types()
H A Dconformance_concurrent_unordered_map.cpp74 static_assert(std::is_same<typename container_type::mapped_type, int>::value, in test_member_types()