Home | History | Annotate | Download | only in gmock

Lines Matching refs:Pointee

4729   // example, the MatchAndExplain() method of the Pointee(...) matcher
6218 // Implements the Pointee(m) matcher for matching a pointer whose
6219 // pointee matches matcher m. The pointer can be either raw or smart.
6225 // This type conversion operator template allows Pointee(m) to be
6226 // used as a matcher for any pointer type whose pointee type is
6232 // enough for implementing the DescribeTo() method of Pointee().
6244 GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee;
6247 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
6269 const Matcher<const Pointee&> matcher_;
7294 inline internal::PointeeMatcher<InnerMatcher> Pointee(