Home
last modified time | relevance | path

Searched defs:container_type (Results 1 – 18 of 18) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp50 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 Dconformance_concurrent_map.cpp68 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 Dconformance_concurrent_unordered_set.cpp55 …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 Dconformance_concurrent_unordered_map.cpp69 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 Dconformance_enumerable_thread_specific.cpp588 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 Dconformance_concurrent_priority_queue.cpp176 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 Dconformance_concurrent_vector.cpp667 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 Dconformance_concurrent_hash_map.cpp185 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 Dconformance_concurrent_queue.cpp1073 using container_type = ContainerType<int>; in test_member_types() typedef
/oneTBB/test/common/
H A Dcontainer_move_support.h653 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 Dparallel_for_each_common.h290 using container_type = std::vector<value_type>; member
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp51 …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 Dtest_concurrent_set.cpp45 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 Dtest_concurrent_unordered_map.cpp50 …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 Dtest_concurrent_map.cpp60 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 Dtest_concurrent_priority_queue.cpp193 …using container_type = tbb::concurrent_priority_queue<allocator_data_type, std::less<allocator_dat… in test_scoped_allocator() typedef
H A Dtest_concurrent_vector.cpp85 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 Dtest_concurrent_hash_map.cpp503 using container_type = tbb::concurrent_hash_map<T, T, hash_compare<T>, Allocator>; typedef