Lines Matching refs:concurrent_vector

92     using V = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign>;  in TestSequentialFor()
213 oneapi::tbb::concurrent_vector<int> v1, v2(1ul, 100); in TestSequentialFor()
243 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::Foo, allocator_t>; in TestResizeAndCopy()
291 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestCopyAssignment()
334 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::Foo, allocator_t>; in TestCapacity()
387 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestExceptions()
504 …oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t> const& victim, size… in verify_vector_partially_copied()
505 …oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t> const& src, bool i… in verify_vector_partially_copied()
508 … using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in verify_vector_partially_copied()
549 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in test_ex_assign_operator()
611 …test_initializer_list_support<oneapi::tbb::concurrent_vector<char>, test_grow_by>( { 1, 2, 3, 4, 5… in TestInitList()
612 test_initializer_list_support<oneapi::tbb::concurrent_vector<int>, test_grow_by>( {} ); in TestInitList()
633 using c_vector_t = oneapi::tbb::concurrent_vector<dummy>; in TestSerialMoveInShrinkToFit()
667 using container_type = oneapi::tbb::concurrent_vector<T, Allocator>;
675 using type = oneapi::tbb::concurrent_vector<element_type, allocator_type >;
681 …static bool equal(oneapi::tbb::concurrent_vector<element_type, allocator_type > const& c, iterator… in equal()
736 using MyVector = oneapi::tbb::concurrent_vector<move_support_tests::Foo, MyAllocator>; in TestConcurrentGrowToAtLeastImpl()
755 using iterator = oneapi::tbb::concurrent_vector<int>::range_type::iterator;
757 void operator()( const oneapi::tbb::concurrent_vector<int>::range_type& range ) const { in operator ()()
769 using iterator = oneapi::tbb::concurrent_vector<int>::const_range_type::iterator;
771 void operator()( const oneapi::tbb::concurrent_vector<int>::const_range_type& range ) const { in operator ()()
783 using vector_type = oneapi::tbb::concurrent_vector<int>; in TestParallelFor()
973 using MyVector = oneapi::tbb::concurrent_vector<move_support_tests::Foo, MyAllocator>; in TestConcurrentGrowBy()
1044 oneapi::tbb::concurrent_vector<char> var[3]; in TestComparison()
1129 oneapi::tbb::concurrent_vector<Type, Allocator> &my_c;
1131 test_grow_by_and_resize( oneapi::tbb::concurrent_vector<Type, Allocator> &c ) : my_c(c) {} in test_grow_by_and_resize()
1133 const typename oneapi::tbb::concurrent_vector<Type, Allocator>::size_type sz = my_c.size(); in operator ()()
1151 using vector_t = oneapi::tbb::concurrent_vector<foo_t, std::allocator<foo_t> >;
1206 using vector_t = oneapi::tbb::concurrent_vector<move_only_type >; in TestPushBackMoveOnlyContainer()
1367 using integral_vector = oneapi::tbb::concurrent_vector<int>; in TestVectorComparisons()
1368 …using two_way_comparable_vector = oneapi::tbb::concurrent_vector<comparisons_testing::TwoWayCompar… in TestVectorComparisons()
1375 …using two_way_less_only_vector = oneapi::tbb::concurrent_vector<comparisons_testing::LessComparabl… in TestVectorComparisons()
1376 …using three_way_only_vector = oneapi::tbb::concurrent_vector<comparisons_testing::ThreeWayComparab… in TestVectorComparisons()
1377 …using three_way_comparable_vector = oneapi::tbb::concurrent_vector<comparisons_testing::ThreeWayCo… in TestVectorComparisons()
1407 using vector_type = oneapi::tbb::concurrent_vector<int>; in TestVectorIteratorComparisons()
1417 test_member_types<oneapi::tbb::concurrent_vector>();
1441 TestGrowToAtLeastWithSourceParameter<oneapi::tbb::concurrent_vector<int>>(12345);
1496 …TestIteratorTraits<oneapi::tbb::concurrent_vector<move_support_tests::Foo>::iterator,move_support_…
1502 …TestIteratorTraits<oneapi::tbb::concurrent_vector<move_support_tests::Foo>::const_iterator,const m…
1577 TestDeductionGuides<oneapi::tbb::concurrent_vector>();