Home
last modified time | relevance | path

Searched defs:vector_t (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp243 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::Foo, allocator_t>; in TestResizeAndCopy() typedef
291 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestCopyAssignment() typedef
334 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::Foo, allocator_t>; in TestCapacity() typedef
387 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in TestExceptions() typedef
508 … using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in verify_vector_partially_copied() typedef
549 using vector_t = oneapi::tbb::concurrent_vector<move_support_tests::FooWithAssign, allocator_t>; in test_ex_assign_operator() typedef
689 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators() typedef
1151 using vector_t = oneapi::tbb::concurrent_vector<foo_t, std::allocator<foo_t> >; typedef
1206 using vector_t = oneapi::tbb::concurrent_vector<move_only_type >; in TestPushBackMoveOnlyContainer() typedef
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp107 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators() typedef
277 using vector_t = tbb::concurrent_vector<Type, Allocator>; in Examine() typedef