Searched refs:iterator_type (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_for_each.cpp | 125 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 D | conformance_concurrent_hash_map.cpp | 550 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 D | conformance_concurrent_vector.cpp | 650 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 D | test_concurrent_vector.cpp | 68 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 D | test_concurrent_hash_map.cpp | 473 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 D | parallel_for_each_common.h | 291 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()
|