Searched refs:fixture_t (Results 1 – 2 of 2) sorted by relevance
688 using fixture_t = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type>::type; in TestSerialGrowByWithMoveIterators() typedef689 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() typedef1167 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() typedef1182 fixture_t t; in TestEmplaceBackExceptionSafety()1189 static void test_emplace(fixture_t::vector_t& v) { in TestEmplaceBackExceptionSafety()
106 using fixture_t = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type>::type; in TestSerialGrowByWithMoveIterators() typedef107 using vector_t = fixture_t::container_type; in TestSerialGrowByWithMoveIterators()109 fixture_t fixture; in TestSerialGrowByWithMoveIterators()