Searched refs:cact (Results 1 – 2 of 2) sorted by relevance
154 std::size_t& cact = MoveOperationTracker::copy_assign_called_times; in init() local156 mcct = ccct = cact = mact = 0; in init()326 std::size_t& cact = MoveOperationTracker::copy_assign_called_times; in test_move_support_in_push_pop() local328 mcct = ccct = cact = mact = 0; in test_move_support_in_push_pop()345 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during push(T&&)"); in test_move_support_in_push_pop()348 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during try_pop(T&)"); in test_move_support_in_push_pop()
1175 std::size_t &cact = MoveOperationTracker::copy_assignment_called_times; in TestMoveSupport() local1177 mcct = ccct = cact = mact = 0; in TestMoveSupport()1192 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during push(T&&) or try_push(T&&)"); in TestMoveSupport()1197 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during try_pop(T&&)"); in TestMoveSupport()