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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5282 // Tests PolymorphicMatcher::mutable_impl().
5285 DivisibleByImpl& impl = m.mutable_impl();
5289 EXPECT_EQ(0, m.mutable_impl().divider());
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h436 Impl& mutable_impl() { return impl_; } function in class:testing::PolymorphicMatcher

Completed in 45 milliseconds