Home
last modified time | relevance | path

Searched refs:move_assignment_called_times (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1147 static std::size_t move_assignment_called_times; member
1161 ++move_assignment_called_times; in operator =()
1169 size_t MoveOperationTracker::move_assignment_called_times = 0; member in MoveOperationTracker
1176 std::size_t &mact = MoveOperationTracker::move_assignment_called_times; in TestMoveSupport()