Lines Matching refs:FooWithAssign

92     using V = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign>;  in TestSequentialFor()
94 REQUIRE(v.grow_by(0) == v.grow_by(0, move_support_tests::FooWithAssign())); in TestSequentialFor()
290 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in TestCopyAssignment()
291 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestCopyAssignment()
292 StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>> init_alloc; in TestCopyAssignment()
298 vector_t v(dst_size, move_support_tests::FooWithAssign(), init_alloc); in TestCopyAssignment()
386 …ing allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in TestExceptions()
387 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestExceptions()
418 victim.assign(N, move_support_tests::FooWithAssign()); in TestExceptions()
504 …oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t> const& victim, size… in verify_vector_partially_copied() argument
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()
548 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in test_ex_assign_operator()
549 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in test_ex_assign_operator()
1063 …_type = move_support_tests::ArenaAllocatorFixture<move_support_tests::FooWithAssign, /*POCMA = */s… in test_ex_move_assignment_memory_failure()
1094 …_type = move_support_tests::ArenaAllocatorFixture<move_support_tests::FooWithAssign, std::false_ty… in test_ex_move_assignment_element_ctor_exception()
1423 TestSequentialFor<move_support_tests::FooWithAssign> ();