Home
last modified time | relevance | path

Searched defs:container_value_type (Results 1 – 14 of 14) sorted by relevance

/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_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_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_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_vector.cpp670 using container_value_type = T; typedef
H A Dconformance_concurrent_hash_map.cpp583 using container_value_type = std::pair<const T, T>; typedef
/oneTBB/test/common/
H A Dcontainer_move_support.h422 …using container_value_type = typename ContainerTraits::template container_value_type<element_type>; member