Home
last modified time | relevance | path

Searched refs:ElementType (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dinitializer_list_support.h28 template <typename ContainerType, typename ElementType>
29 void test_ctor( std::initializer_list<ElementType> init, const ContainerType& expected ) { in test_ctor()
34 template <typename ContainerType, typename ElementType>
35 void test_assignment_operator( std::initializer_list<ElementType> init, const ContainerType& expect… in test_assignment_operator()
45 template <typename ContainerType, typename ElementType>
46 static void test( std::initializer_list<ElementType>, const ContainerType& ) {} in test()
50 template <typename ContainerType, typename ElementType>
51 static void test( std::initializer_list<ElementType> init, const ContainerType& expected) { in test()
59 template <typename ContainerType, typename ElementType>
60 static void test( std::initializer_list<ElementType> init, const ContainerType& expected) { in test()
H A Dconcurrent_priority_queue_common.h30 template <typename ElementType, typename Compare, typename Allocator>
31 std::vector<ElementType> toVector( const tbb::concurrent_priority_queue<ElementType, Compare, Alloc… in toVector() argument
33 std::vector<ElementType> v; in toVector()
36 ElementType element; in toVector()