Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 6 of 6) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_indexer_impl.h211 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.h140 using iterator_key_t = typename std::remove_const<typename iterator_value_t<Iterator>::first_type>:…
/oneTBB/test/common/
H A Drange_based_for_support.h59 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 Dtest_concurrent_map.cpp81 using key_type = typename ValueType::first_type; in check()
H A Dtest_concurrent_unordered_map.cpp88 using key_type = typename std::remove_const<typename ValueType::first_type>::type; in check()
H A Dtest_concurrent_hash_map.cpp257 using first_type = typename Value::first_type; in TypeTester() typedef
258 using key_type = typename std::remove_const<first_type>::type; in TypeTester()