Searched defs:vector_t (Results 1 – 2 of 2) sorted by relevance
243 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::Foo, allocator_t>; in TestResizeAndCopy() typedef291 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestCopyAssignment() typedef334 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::Foo, allocator_t>; in TestCapacity() typedef387 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestExceptions() typedef508 … using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in verify_vector_partially_copied() typedef549 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in test_ex_assign_operator() typedef689 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators() typedef1151 using vector_t = oneapi::tbb::concurrent_vector<foo_t, std::allocator<foo_t> >; typedef1206 using vector_t = oneapi::tbb::concurrent_vector<move_only_type >; in TestPushBackMoveOnlyContainer() typedef
107 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators() typedef277 using vector_t = tbb::concurrent_vector<Type, Allocator>; in Examine() typedef