Searched refs:init_iterator_type (Results 1 – 13 of 13) sorted by relevance
| /oneTBB/test/common/ |
| H A D | container_move_support.h | 425 using init_iterator_type = typename ContainerTraits::init_iterator_type; member 438 … init_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() 447 … init_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 D | test_concurrent_unordered_set.cpp | 56 using init_iterator_type = move_support_tests::FooIterator; typedef 66 using init_iterator_type = move_support_tests::FooIterator; typedef
|
| H A D | test_concurrent_set.cpp | 50 using init_iterator_type = move_support_tests::FooIterator; typedef 60 using init_iterator_type = move_support_tests::FooIterator; typedef
|
| H A D | test_concurrent_map.cpp | 65 using init_iterator_type = move_support_tests::FooPairIterator; typedef 75 using init_iterator_type = move_support_tests::FooPairIterator; typedef
|
| H A D | test_concurrent_unordered_map.cpp | 55 using init_iterator_type = move_support_tests::FooPairIterator; typedef 65 using init_iterator_type = move_support_tests::FooPairIterator; typedef
|
| H A D | test_concurrent_vector.cpp | 90 using init_iterator_type = move_support_tests::FooIterator; typedef
|
| H A D | test_concurrent_hash_map.cpp | 513 using init_iterator_type = move_support_tests::FooPairIterator; typedef
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 137 using init_iterator_type = move_support_tests::FooIterator; typedef 147 using init_iterator_type = move_support_tests::FooIterator; typedef
|
| H A D | conformance_concurrent_map.cpp | 156 using init_iterator_type = move_support_tests::FooPairIterator; typedef 166 using init_iterator_type = move_support_tests::FooPairIterator; typedef
|
| H A D | conformance_concurrent_unordered_set.cpp | 116 using init_iterator_type = move_support_tests::FooIterator; typedef 126 using init_iterator_type = move_support_tests::FooIterator; typedef
|
| H A D | conformance_concurrent_unordered_map.cpp | 231 using init_iterator_type = move_support_tests::FooPairIterator; typedef 241 using init_iterator_type = move_support_tests::FooPairIterator; typedef
|
| H A D | conformance_concurrent_hash_map.cpp | 590 using init_iterator_type = move_support_tests::FooPairIterator; typedef
|
| H A D | conformance_concurrent_vector.cpp | 672 using init_iterator_type = move_support_tests::FooIterator; typedef
|