Home
last modified time | relevance | path

Searched refs:init_iterator_type (Results 1 – 13 of 13) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h425 using init_iterator_type = typename ContainerTraits::init_iterator_type; member
438init_iterator_type(0), init_iterator_type(cont_size))), in container_size()
446 …ontainerTraits::template construct_container<container_type>(source_storage, init_iterator_type(0), in container_size()
447init_iterator_type(cont_size), a)), in container_size()
479 … REQUIRE(ContainerTraits::equal(dst, init_iterator_type(0), init_iterator_type(container_size))); in verify_content_equal_to_source()
484 …REQUIRE(std::equal(dst.begin(), dst.begin() + number_of_constructed_items, init_iterator_type(0))); in verify_content_equal_to_source()
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp56 using init_iterator_type = move_support_tests::FooIterator; typedef
66 using init_iterator_type = move_support_tests::FooIterator; typedef
H A Dtest_concurrent_set.cpp50 using init_iterator_type = move_support_tests::FooIterator; typedef
60 using init_iterator_type = move_support_tests::FooIterator; typedef
H A Dtest_concurrent_map.cpp65 using init_iterator_type = move_support_tests::FooPairIterator; typedef
75 using init_iterator_type = move_support_tests::FooPairIterator; typedef
H A Dtest_concurrent_unordered_map.cpp55 using init_iterator_type = move_support_tests::FooPairIterator; typedef
65 using init_iterator_type = move_support_tests::FooPairIterator; typedef
H A Dtest_concurrent_vector.cpp90 using init_iterator_type = move_support_tests::FooIterator; typedef
H A Dtest_concurrent_hash_map.cpp513 using init_iterator_type = move_support_tests::FooPairIterator; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp137 using init_iterator_type = move_support_tests::FooIterator; typedef
147 using init_iterator_type = move_support_tests::FooIterator; typedef
H A Dconformance_concurrent_map.cpp156 using init_iterator_type = move_support_tests::FooPairIterator; typedef
166 using init_iterator_type = move_support_tests::FooPairIterator; typedef
H A Dconformance_concurrent_unordered_set.cpp116 using init_iterator_type = move_support_tests::FooIterator; typedef
126 using init_iterator_type = move_support_tests::FooIterator; typedef
H A Dconformance_concurrent_unordered_map.cpp231 using init_iterator_type = move_support_tests::FooPairIterator; typedef
241 using init_iterator_type = move_support_tests::FooPairIterator; typedef
H A Dconformance_concurrent_hash_map.cpp590 using init_iterator_type = move_support_tests::FooPairIterator; typedef
H A Dconformance_concurrent_vector.cpp672 using init_iterator_type = move_support_tests::FooIterator; typedef