Searched refs:Pointee (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
H A Dgmock-matchers_test.cc120 using testing::Pointee;
3143 const Matcher<int*> m = Pointee(Ge(0));
3153 const Matcher<const double*> m = Pointee(Ge(0));
3163 const Matcher<int* const &> m = Pointee(Ge(0));
3173 const Matcher<double* &> m = Pointee(Ge(0));
3197 EXPECT_THAT(as_base_ptr, WhenDynamicCastTo<Derived*>(Pointee(FieldIIs(4))));
3199 Not(WhenDynamicCastTo<Derived*>(Pointee(FieldIIs(5)))));
3208 EXPECT_THAT(&base, Not(WhenDynamicCastTo<Derived*>(Pointee(_))));
3211 EXPECT_THAT(as_base_ptr, Not(WhenDynamicCastTo<OtherDerived*>(Pointee(_))));
3214 EXPECT_THAT(as_base_ptr, Not(WhenDynamicCastTo<Derived*>(Pointee(
[all...]
H A Dgmock-generated-matchers_test.cc75 using testing::Pointee;
487 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
488 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
H A Dgmock-generated-actions_test.cc1125 HAS_1_TEMPLATE_PARAMS(template <typename Pointee> class,
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h149 // MatchAndExplain() method of the Pointee(...) matcher should
2040 // Implements the Pointee(m) matcher for matching a pointer whose
2047 // This type conversion operator template allows Pointee(m) to be
2054 // enough for implementing the DescribeTo() method of Pointee().
2066 GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee; typedef in class:testing::internal::PointeeMatcher::Impl
2069 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
2091 const Matcher<const Pointee&> matcher_;
3872 inline internal::PointeeMatcher<InnerMatcher> Pointee( function in namespace:testing

Completed in 58 milliseconds