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

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3951 // Tests PolymorphicMatcher::mutable_impl().
3954 DivisibleByImpl& impl = m.mutable_impl();
3958 EXPECT_EQ(0, m.mutable_impl().divider());
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h323 Impl& mutable_impl() { return impl_; } function in class:testing::PolymorphicMatcher
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5278 // Tests PolymorphicMatcher::mutable_impl().
5281 DivisibleByImpl& impl = m.mutable_impl();
5285 EXPECT_EQ(0, m.mutable_impl().divider());
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc5276 // Tests PolymorphicMatcher::mutable_impl().
5279 DivisibleByImpl& impl = m.mutable_impl();
5283 EXPECT_EQ(0, m.mutable_impl().divider());
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h436 Impl& mutable_impl() { return impl_; } function in class:testing::PolymorphicMatcher
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h436 Impl& mutable_impl() { return impl_; } function in class:testing::PolymorphicMatcher
/external/fmtlib/test/gmock/
H A Dgmock.h5067 Impl& mutable_impl() { return impl_; } function in class:testing::PolymorphicMatcher

Completed in 215 milliseconds