Searched refs:mcct (Results 1 – 2 of 2) sorted by relevance
152 std::size_t& mcct = MoveOperationTracker::move_ctor_called_times; in init() local156 mcct = ccct = cact = mact = 0; in init()324 std::size_t& mcct = MoveOperationTracker::move_ctor_called_times; in test_move_support_in_push_pop() local328 mcct = ccct = cact = mact = 0; in test_move_support_in_push_pop()332 REQUIRE_MESSAGE(mcct == 0, "Value must be zero-initialized"); in test_move_support_in_push_pop()336 REQUIRE_MESSAGE(mcct > 0, "Not working push(T&&)"); in test_move_support_in_push_pop()340 const std::size_t prev_mcct = mcct; in test_move_support_in_push_pop()342 REQUIRE_MESSAGE(mcct > prev_mcct, "Not working push(T&&)"); in test_move_support_in_push_pop()
1173 std::size_t &mcct = MoveOperationTracker::move_constructor_called_times; in TestMoveSupport() local1177 mcct = ccct = cact = mact = 0; in TestMoveSupport()1181 REQUIRE_MESSAGE(mcct == 0, "Value must be zero-initialized"); in TestMoveSupport()1184 REQUIRE_MESSAGE(mcct == 1, "Not working push(T&&) or try_push(T&&)?"); in TestMoveSupport()1189 REQUIRE_MESSAGE(mcct == 2, "Not working push(T&&) or try_push(T&&)?"); in TestMoveSupport()