Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1926 TEST(MockMethodTest, MoveOnlyAction) { in TEST() argument
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3894 struct MoveOnlyAction {
3900 EXPECT_CALL(mock, Call).WillOnce(MoveOnlyAction{std::make_unique<int>(17)});