Searched refs:IgnoreResult (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h60 // IgnoreResult
146 using testing::IgnoreResult;
398 // Tests the linkage of the IgnoreResult action.
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42)));
H A Dgmock-actions_test.cc56 using testing::IgnoreResult;
1168 // Tests using IgnoreResult() on a polymorphic action.
1170 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT
1174 // Tests using IgnoreResult() on a monomorphic action.
1183 Action<void()> a = IgnoreResult(Invoke(ReturnOne));
1188 // Tests using IgnoreResult() on an action that returns a class type.
1198 IgnoreResult(Invoke(ReturnMyNonDefaultConstructible)); // NOLINT
H A Dgmock-spec-builders_test.cc2611 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c,
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h888 // Implements the IgnoreResult(action) action.
1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing

Completed in 25 milliseconds