Searched refs:ByMove (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc52 using testing::ByMove;
1353 EXPECT_CALL(mock, MakeUnique()).WillOnce(Return(ByMove(std::move(i))));
1355 .WillOnce(Return(ByMove(VectorUniquePtrSource())));
1358 .WillOnce(Return(ByMove(std::unique_ptr<Derived>(d))));
1379 Return(ByMove(std::move(i)))));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h605 << "A ByMove() action should only be performed once.";
1091 // Return(ByMove()) actions can only be executed once and will assert this
1094 internal::ByMoveWrapper<R> ByMove(R x) { function in namespace:testing

Completed in 12 milliseconds