Home
last modified time | relevance | path

Searched refs:second_type (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_indexer_impl.h218 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.h110 using mapped_type = typename Value::second_type;
H A D_template_helpers.h143 using iterator_mapped_t = typename iterator_value_t<Iterator>::second_type;
/oneTBB/test/common/
H A Drange_based_for_support.h59 template <typename first_type, typename second_type>
60second_type operator() (second_type const& lhs, std::pair<first_type, second_type> const& rhs) con… in operator()
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp259 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 Dtest_concurrent_map.cpp82 using mapped_type = typename ValueType::second_type; in check()
H A Dtest_concurrent_unordered_map.cpp89 using mapped_type = typename ValueType::second_type; in check()