Searched refs:move_assignment_called_times (Results 1 – 1 of 1) sorted by relevance
1147 static std::size_t move_assignment_called_times; member1161 ++move_assignment_called_times; in operator =()1169 size_t MoveOperationTracker::move_assignment_called_times = 0; member in MoveOperationTracker1176 std::size_t &mact = MoveOperationTracker::move_assignment_called_times; in TestMoveSupport()