Home
last modified time | relevance | path

Searched refs:iterator_category (Results 1 – 15 of 15) sorted by relevance

/oneTBB/test/common/
H A Diterator.h34 typedef std::input_iterator_tag iterator_category; typedef
115 typedef std::forward_iterator_tag iterator_category; typedef
142 typedef std::random_access_iterator_tag iterator_category; typedef
200 typedef std::random_access_iterator_tag iterator_category; typedef
H A Dcontainer_move_support.h298 using iterator_category = std::input_iterator_tag;
314 using iterator_category = std::input_iterator_tag;
H A Dutils.h182 …e T> using iterator_traits_iterator_category = typename std::iterator_traits<T>::iterator_category;
/oneTBB/include/oneapi/tbb/detail/
H A D_containers_helpers.h49 using iter_traits_category = typename std::iterator_traits<T>::iterator_category;
H A D_flow_graph_impl.h53 typedef std::forward_iterator_tag iterator_category; typedef
H A D_concurrent_queue_base.h600 using iterator_category = std::forward_iterator_tag; variable
H A D_concurrent_skip_list.h189 using iterator_category = std::forward_iterator_tag;
H A D_concurrent_unordered_base.h73 using iterator_category = std::forward_iterator_tag; variable
/oneTBB/test/tbb/
H A Dtest_parallel_for_each.cpp38 using iterator_category = std::input_iterator_tag; typedef
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h373 using iterator_category = std::random_access_iterator_tag;
527 using iterator_category = std::input_iterator_tag;
H A Dparallel_for_each.h408 using tag = typename std::iterator_traits<It>::iterator_category;
H A Dconcurrent_vector.h50 using iterator_category = std::random_access_iterator_tag; variable
H A Dconcurrent_hash_map.h384 using iterator_category = std::forward_iterator_tag; variable
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp602 …AssertSameType( static_cast<typename Iterator::iterator_category*>(nullptr), static_cast<std::rand… in TestIteratorTraits()
H A Dconformance_concurrent_queue.cpp221 …static_assert( std::is_same<typename Iterator::iterator_category, std::forward_iterator_tag>::valu… in TestIteratorTraits()