Searched refs:second_type (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_indexer_impl.h | 218 typedef typename std::tuple_element<1, InputTuple>::type second_type; 219 typedef tagged_msg<size_t, first_type, second_type> type; 225 typedef typename std::tuple_element<1, InputTuple>::type second_type; 227 typedef tagged_msg<size_t, first_type, second_type, third_type> type; 236 typedef tagged_msg<size_t, first_type, second_type, third_type, 247 typedef tagged_msg<size_t, first_type, second_type, third_type, 259 typedef tagged_msg<size_t, first_type, second_type, third_type, 272 typedef tagged_msg<size_t, first_type, second_type, third_type, 288 typedef tagged_msg<size_t, first_type, second_type, third_type, 305 typedef tagged_msg<size_t, first_type, second_type, third_type, [all …]
|
| H A D | _node_handle.h | 110 using mapped_type = typename Value::second_type;
|
| H A D | _template_helpers.h | 143 using iterator_mapped_t = typename iterator_value_t<Iterator>::second_type;
|
| /oneTBB/test/common/ |
| H A D | range_based_for_support.h | 59 template <typename first_type, typename second_type> 60 …second_type operator() (second_type const& lhs, std::pair<first_type, second_type> const& rhs) con… in operator()
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 259 using second_type = typename Value::second_type; in TypeTester() typedef 260 using ch_map = tbb::concurrent_hash_map<key_type, second_type>; in TypeTester() 288 using ch_map_debug_alloc = tbb::concurrent_hash_map<key_type, second_type, in TypeTester() 313 using ch_map_debug_hash = tbb::concurrent_hash_map<key_type, second_type, in TypeTester()
|
| H A D | test_concurrent_map.cpp | 82 using mapped_type = typename ValueType::second_type; in check()
|
| H A D | test_concurrent_unordered_map.cpp | 89 using mapped_type = typename ValueType::second_type; in check()
|