Lines Matching refs:foo_count
247 std::size_t count = move_support_tests::foo_count; in TestResizeAndCopy()
250 REQUIRE( count==move_support_tests::foo_count ); in TestResizeAndCopy()
252 REQUIRE( ((count+old_size/2) == move_support_tests::foo_count) ); in TestResizeAndCopy()
259 REQUIRE(count+new_size==move_support_tests::foo_count); in TestResizeAndCopy()
338 std::size_t count = move_support_tests::foo_count; in TestCapacity()
348 REQUIRE( std::size_t(move_support_tests::foo_count)==count+i ); in TestCapacity()
362 REQUIRE( move_support_tests::foo_count==count ); in TestCapacity()
394 REQUIRE( !move_support_tests::foo_count ); in TestExceptions()
405 if(t) move_support_tests::max_foo_count = move_support_tests::foo_count + N/4; in TestExceptions()
437 move_support_tests::max_foo_count = move_support_tests::foo_count + 10; in TestExceptions()
562 …move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count + planned_victim_… in test_ex_assign_operator()
1106 …move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count + planned_victim_… in test_ex_move_assignment_element_ctor_exception()
1169 move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count + 1); in TestPushBackMoveExceptionSafety()
1186 move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count); in TestEmplaceBackExceptionSafety()
1550 REQUIRE(!move_support_tests::foo_count);
1558 REQUIRE(!move_support_tests::foo_count);