Searched refs:ccct (Results 1 – 2 of 2) sorted by relevance
153 std::size_t& ccct = MoveOperationTracker::copy_ctor_called_times; in init() local156 mcct = ccct = cact = mact = 0; in init()325 std::size_t& ccct = MoveOperationTracker::copy_ctor_called_times; in test_move_support_in_push_pop() local328 mcct = ccct = cact = mact = 0; in test_move_support_in_push_pop()333 REQUIRE_MESSAGE(ccct == 0, "Value must be zero-initialized"); in test_move_support_in_push_pop()337 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&)"); in test_move_support_in_push_pop()343 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&)"); in test_move_support_in_push_pop()
1174 std::size_t &ccct = MoveOperationTracker::copy_constructor_called_times; in TestMoveSupport() local1177 mcct = ccct = cact = mact = 0; in TestMoveSupport()1182 REQUIRE_MESSAGE(ccct == 0, "Value must be zero-initialized"); in TestMoveSupport()1185 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&) or try_push(T&&)"); in TestMoveSupport()1190 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&) or try_push(T&&)"); in TestMoveSupport()