Searched refs:DoDefault (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc55 using testing::DoDefault;
691 // Tests that DoDefault() does the default action for the mock method.
709 // Tests that DoDefault() returns the built-in default value for the
714 .WillOnce(DoDefault());
718 // Tests that DoDefault() throws (when exceptions are enabled) or aborts
723 .WillRepeatedly(DoDefault());
733 // Tests that using DoDefault() inside a composite action leads to a
742 DoDefault()));
753 // Tests that DoDefault() returns the default value set by
759 .WillOnce(DoDefault());
[all...]
H A Dgmock-generated-function-mockers_test.cc66 using testing::DoDefault;
199 .WillOnce(DoDefault())
255 .WillOnce(DoDefault());
H A Dgmock_stress_test.cc163 .WillRepeatedly(DoDefault());
H A Dgmock_link_test.h59 // DoDefault
135 using testing::DoDefault;
388 // Tests the linkage of the DoDefault action.
394 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(DoDefault());
H A Dgmock-spec-builders_test.cc75 using testing::DoDefault;
2494 .WillOnce(DoDefault())
2538 .WillOnce(DoDefault())
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h378 // Returns true iff this is the DoDefault() action.
390 "You are using DoDefault() inside a composite action like "
746 // Implements the polymorphic DoDefault() action.
749 // This template type conversion operator allows DoDefault() to be
1099 inline internal::DoDefaultAction DoDefault() { function in namespace:testing
H A Dgmock-spec-builders.h323 "DoDefault() cannot be used in ON_CALL().");
894 repeated_action_(DoDefault()) {}

Completed in 32 milliseconds