Searched refs:copy_assignment_called_times (Results 1 – 1 of 1) sorted by relevance
1146 static std::size_t copy_assignment_called_times; member1157 ++copy_assignment_called_times; in operator =()1168 size_t MoveOperationTracker::copy_assignment_called_times = 0; member in MoveOperationTracker1175 std::size_t &cact = MoveOperationTracker::copy_assignment_called_times; in TestMoveSupport()