| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 50 using container_type = ContainerType<int, decltype(test_comparator), test_allocator_type>; in test_member_types() typedef 132 using container_type = oneapi::tbb::concurrent_set<T, std::less<T>, Allocator>; typedef 142 using container_type = oneapi::tbb::concurrent_multiset<T, std::less<T>, Allocator>; typedef
|
| H A D | conformance_concurrent_map.cpp | 68 using container_type = ContainerType<int, int, decltype(test_comparator), test_allocator_type>; in test_member_types() typedef 151 using container_type = oneapi::tbb::concurrent_map<T, T, std::less<T>, Allocator>; typedef 161 using container_type = oneapi::tbb::concurrent_multimap<T, T, std::less<T>, Allocator>; typedef
|
| H A D | conformance_concurrent_unordered_set.cpp | 55 …using container_type = ContainerType<int, decltype(test_hasher), decltype(test_equality), test_all… in test_member_types() typedef 111 …using container_type = oneapi::tbb::concurrent_unordered_set<T, std::hash<T>, std::equal_to<T>, Al… typedef 121 …using container_type = oneapi::tbb::concurrent_unordered_multiset<T, std::hash<T>, std::equal_to<T… typedef
|
| H A D | conformance_concurrent_unordered_map.cpp | 69 using container_type = ContainerType<int, int, decltype(test_hasher), in test_member_types() typedef 226 …using container_type = oneapi::tbb::concurrent_unordered_map<T, T, std::hash<T>, std::equal_to<T>,… typedef 236 …using container_type = oneapi::tbb::concurrent_unordered_multimap<T, T, std::hash<T>, std::equal_t… typedef
|
| H A D | conformance_enumerable_thread_specific.cpp | 588 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type; typedef in parallel_vector_for_body 613 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type; typedef 637 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type; in run_parallel_vector_tests() typedef 723 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type; in run_cross_type_vector_tests() typedef
|
| H A D | conformance_concurrent_priority_queue.cpp | 176 using container_type = typename fixture_type::cpq_type; in test_steal_move_ctor() typedef 553 using container_type = oneapi::tbb::concurrent_priority_queue<T, std::less<T>, Allocator>; typedef
|
| H A D | conformance_concurrent_vector.cpp | 667 using container_type = oneapi::tbb::concurrent_vector<T, Allocator>; typedef 1270 using container_type = ContainerType<int, test_allocator_type>; in test_member_types() typedef
|
| H A D | conformance_concurrent_hash_map.cpp | 185 using container_type = ContainerType<int, int>; in test_member_types() typedef 580 using container_type = oneapi::tbb::concurrent_hash_map<T, T, hash_compare<T>, Allocator>; typedef
|
| H A D | conformance_concurrent_queue.cpp | 1073 using container_type = ContainerType<int>; in test_member_types() typedef
|
| /oneTBB/test/common/ |
| H A D | container_move_support.h | 653 using container_type = typename fixture_type::container_type; in test_move_ctor_single_argument() local 668 using container_type = typename fixture_type::container_type; in test_move_ctor_with_equal_allocator() local 682 using container_type = typename fixture_type::container_type; in test_move_ctor_with_unequal_allocator() local 695 using container_type = typename fixture_type::container_type; in test_move_assignment_POCMA_true_stateful_allocator() local 714 using container_type = typename fixture_type::container_type; in test_move_assignment_POCMA_true_stateless_allocator() local 729 using container_type = typename fixture_type::container_type; in test_move_assignment_POCMA_false_equal_allocator() local 747 using container_type = typename fixture_type::container_type; in test_move_assignment_POCMA_false_unequal_allocator() local 770 using container_type = typename fixture_type::container_type; in test_ex_move_ctor_unequal_allocator_memory_failure() local 784 using container_type = typename fixture_type::container_type; in test_ex_move_ctor_unequal_allocator_element_ctor_failure() local 819 using container_type = typename fixture_type::container_type; in test_constructor_with_move_iterators() local [all …]
|
| H A D | parallel_for_each_common.h | 290 using container_type = std::vector<value_type>; member
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 51 …using container_type = tbb::concurrent_unordered_set<T, std::hash<T>, std::equal_to<T>, Allocator>; typedef 61 …using container_type = tbb::concurrent_unordered_multiset<T, std::hash<T>, std::equal_to<T>, Alloc… typedef
|
| H A D | test_concurrent_set.cpp | 45 using container_type = tbb::concurrent_set<T, std::less<T>, Allocator>; typedef 55 using container_type = tbb::concurrent_multiset<T, std::less<T>, Allocator>; typedef
|
| H A D | test_concurrent_unordered_map.cpp | 50 …using container_type = tbb::concurrent_unordered_map<T, T, std::hash<T>, std::equal_to<T>, Allocat… typedef 60 …using container_type = tbb::concurrent_unordered_multimap<T, T, std::hash<T>, std::equal_to<T>, Al… typedef
|
| H A D | test_concurrent_map.cpp | 60 using container_type = tbb::concurrent_map<T, T, std::less<T>, Allocator>; typedef 70 using container_type = tbb::concurrent_multimap<T, T, std::less<T>, Allocator>; typedef
|
| H A D | test_concurrent_priority_queue.cpp | 193 …using container_type = tbb::concurrent_priority_queue<allocator_data_type, std::less<allocator_dat… in test_scoped_allocator() typedef
|
| H A D | test_concurrent_vector.cpp | 85 using container_type = tbb::concurrent_vector<T, Allocator>; typedef 207 using container_type = tbb::concurrent_vector<allocator_data_type, allocator_type>; in test_scoped_allocator() typedef
|
| H A D | test_concurrent_hash_map.cpp | 503 using container_type = tbb::concurrent_hash_map<T, T, hash_compare<T>, Allocator>; typedef
|