Home
last modified time | relevance | path

Searched refs:container_value_type (Results 1 – 16 of 16) sorted by relevance

/oneTBB/test/common/
H A Dcontainers_common.h102 using container_value_type = typename ContainerTraits::template container_value_type<int>;
104 using always_propagating_allocator_type = AlwaysPropagatingAllocator<container_value_type>;
105 using never_propagating_allocator_type = NeverPropagatingAllocator<container_value_type>;
106 using pocma_allocator_type = PocmaAllocator<container_value_type>;
107 using pocca_allocator_type = PoccaAllocator<container_value_type>;
108 using pocs_allocator_type = PocsAllocator<container_value_type>;
109 using always_equal_allocator_type = AlwaysEqualAllocator<container_value_type>;
124 …ainer_non_movable_value_type = typename ContainerTraits::template container_value_type<NonMovableO…
H A Dcontainer_move_support.h422 …using container_value_type = typename ContainerTraits::template container_value_type<element_type>; member
423 …e = typename tbb::detail::allocator_traits<Allocator>::template rebind_alloc<container_value_type>;
H A Dconcurrent_associative_common.h1191 …using container_value_type = typename ContainerTraits::template container_value_type<allocator_dat…
1192 … typename std::allocator_traits<basic_allocator_type>::template rebind_alloc<container_value_type>;
1199 container_value_type value1 = Value<container_type>::make(key1);
1200 container_value_type value2 = Value<container_type>::make(key2);
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp54 using container_value_type = T; typedef
64 using container_value_type = T; typedef
H A Dtest_concurrent_set.cpp48 using container_value_type = T; typedef
58 using container_value_type = T; typedef
H A Dtest_concurrent_map.cpp63 using container_value_type = std::pair<const T, T>; typedef
73 using container_value_type = std::pair<const T, T>; typedef
H A Dtest_concurrent_unordered_map.cpp53 using container_value_type = std::pair<const T, T>; typedef
63 using container_value_type = std::pair<const T, T>; typedef
H A Dtest_concurrent_vector.cpp88 using container_value_type = T; typedef
H A Dtest_concurrent_hash_map.cpp506 using container_value_type = std::pair<const T, T>; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp135 using container_value_type = T; typedef
145 using container_value_type = T; typedef
H A Dconformance_concurrent_map.cpp154 using container_value_type = std::pair<const T, T>; typedef
164 using container_value_type = std::pair<const T, T>; typedef
H A Dconformance_concurrent_unordered_set.cpp114 using container_value_type = T; typedef
124 using container_value_type = T; typedef
H A Dconformance_concurrent_unordered_map.cpp229 using container_value_type = std::pair<const T, T>; typedef
239 using container_value_type = std::pair<const T, T>; typedef
H A Dconformance_concurrent_priority_queue.cpp550 using container_value_type = T; typedef
H A Dconformance_concurrent_hash_map.cpp583 using container_value_type = std::pair<const T, T>; typedef
H A Dconformance_concurrent_vector.cpp670 using container_value_type = T; typedef