| /oneTBB/test/common/ |
| H A D | containers_common.h | 102 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 D | container_move_support.h | 422 …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 D | concurrent_associative_common.h | 1191 …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 D | test_concurrent_unordered_set.cpp | 54 using container_value_type = T; typedef 64 using container_value_type = T; typedef
|
| H A D | test_concurrent_set.cpp | 48 using container_value_type = T; typedef 58 using container_value_type = T; typedef
|
| H A D | test_concurrent_map.cpp | 63 using container_value_type = std::pair<const T, T>; typedef 73 using container_value_type = std::pair<const T, T>; typedef
|
| H A D | test_concurrent_unordered_map.cpp | 53 using container_value_type = std::pair<const T, T>; typedef 63 using container_value_type = std::pair<const T, T>; typedef
|
| H A D | test_concurrent_vector.cpp | 88 using container_value_type = T; typedef
|
| H A D | test_concurrent_hash_map.cpp | 506 using container_value_type = std::pair<const T, T>; typedef
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 135 using container_value_type = T; typedef 145 using container_value_type = T; typedef
|
| H A D | conformance_concurrent_map.cpp | 154 using container_value_type = std::pair<const T, T>; typedef 164 using container_value_type = std::pair<const T, T>; typedef
|
| H A D | conformance_concurrent_unordered_set.cpp | 114 using container_value_type = T; typedef 124 using container_value_type = T; typedef
|
| H A D | conformance_concurrent_unordered_map.cpp | 229 using container_value_type = std::pair<const T, T>; typedef 239 using container_value_type = std::pair<const T, T>; typedef
|
| H A D | conformance_concurrent_priority_queue.cpp | 550 using container_value_type = T; typedef
|
| H A D | conformance_concurrent_hash_map.cpp | 583 using container_value_type = std::pair<const T, T>; typedef
|
| H A D | conformance_concurrent_vector.cpp | 670 using container_value_type = T; typedef
|