Searched refs:first_type (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_indexer_impl.h | 211 typedef typename std::tuple_element<0, InputTuple>::type first_type; 212 typedef tagged_msg<size_t, first_type > type; 217 typedef typename std::tuple_element<0, InputTuple>::type first_type; 219 typedef tagged_msg<size_t, first_type, second_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 | _template_helpers.h | 140 using iterator_key_t = typename std::remove_const<typename iterator_value_t<Iterator>::first_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_map.cpp | 81 using key_type = typename ValueType::first_type; in check()
|
| H A D | test_concurrent_unordered_map.cpp | 88 using key_type = typename std::remove_const<typename ValueType::first_type>::type; in check()
|
| H A D | test_concurrent_hash_map.cpp | 257 using first_type = typename Value::first_type; in TypeTester() typedef 258 using key_type = typename std::remove_const<first_type>::type; in TypeTester()
|