Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_for_each.cpp125 using iterator_type = IteratorType<ForEachInvokeItem>; in test_pfor_each_invoke_basic() typedef
128 oneapi::tbb::parallel_for_each(iterator_type(items_to_proceed.data()), in test_pfor_each_invoke_basic()
129 iterator_type(items_to_proceed.data() + items_count), in test_pfor_each_invoke_basic()
139 oneapi::tbb::parallel_for_each(iterator_type(items_to_proceed.data()), in test_pfor_each_invoke_basic()
140 iterator_type(items_to_proceed.data() + items_count), in test_pfor_each_invoke_basic()
H A Dconformance_concurrent_hash_map.cpp550 template <typename container_type, typename iterator_type>
551 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end){ in construct_container()
557 template <typename container_type, typename iterator_type, typename allocator_type>
558 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end,… in construct_container()
H A Dconformance_concurrent_vector.cpp650 template <typename container_type, typename iterator_type>
651 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end){ in construct_container()
657 template <typename container_type, typename iterator_type, typename allocator_type>
658 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end,… in construct_container()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp68 template <typename container_type, typename iterator_type>
69 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end){ in construct_container()
75 template <typename container_type, typename iterator_type, typename allocator_type>
76 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end,… in construct_container()
H A Dtest_concurrent_hash_map.cpp473 template <typename container_type, typename iterator_type>
474 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end){ in construct_container()
480 template <typename container_type, typename iterator_type, typename allocator_type>
481 …d::aligned_storage<sizeof(container_type)>::type& storage, iterator_type begin, iterator_type end,… in construct_container()
/oneTBB/test/common/
H A Dparallel_for_each_common.h291 using iterator_type = IteratorModifier<value_type>; member
295 iterator_type my_begin, my_end;
303 iterator_type begin() const { return my_begin; } in begin()
304 iterator_type end() const { return my_end; } in end()