Searched refs:WithoutArgs (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h129 // WithoutArgs(inner_action) can be used in a mock function with a
135 WithoutArgs(const InnerAction& action) { function in namespace:testing
/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h57 // WithoutArgs
178 using testing::WithoutArgs;
370 // Tests the linkage of the WithoutArgs action.
374 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return()));
H A Dgmock-more-actions_test.cc68 using testing::WithoutArgs;
474 // Tests using WithoutArgs with an action that takes no argument.
476 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT

Completed in 15 milliseconds