Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp688 using fixture_t = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type>::type; in TestSerialGrowByWithMoveIterators() typedef
689 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators()
691 fixture_t fixture; in TestSerialGrowByWithMoveIterators()
1166 using fixture_t = push_back_exception_safety_helpers::fixture<move_support_tests::Foo>; in TestPushBackMoveExceptionSafety() typedef
1167 fixture_t t; in TestPushBackMoveExceptionSafety()
1172 static void test_move_push_back(fixture_t::vector_t& v) { in TestPushBackMoveExceptionSafety()
1181 using fixture_t = push_back_exception_safety_helpers::fixture<>; in TestEmplaceBackExceptionSafety() typedef
1182 fixture_t t; in TestEmplaceBackExceptionSafety()
1189 static void test_emplace(fixture_t::vector_t& v) { in TestEmplaceBackExceptionSafety()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp106 using fixture_t = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type>::type; in TestSerialGrowByWithMoveIterators() typedef
107 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators()
109 fixture_t fixture; in TestSerialGrowByWithMoveIterators()