Home | History | Annotate | Download | only in gmock

Lines Matching full:pointee

117   // example, the MatchAndExplain() method of the Pointee(...) matcher
1653 // Implements the Pointee(m) matcher for matching a pointer whose
1654 // pointee matches matcher m. The pointer can be either raw or smart.
1660 // This type conversion operator template allows Pointee(m) to be
1661 // used as a matcher for any pointer type whose pointee type is
1667 // enough for implementing the DescribeTo() method of Pointee().
1679 GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee;
1682 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1704 const Matcher<const Pointee&> matcher_;
2803 inline internal::PointeeMatcher<InnerMatcher> Pointee(