Searched refs:MakePolymorphicMatcher (Results 1 – 7 of 7) sorted by relevance
4470 return MakePolymorphicMatcher(4483 return MakePolymorphicMatcher(4511 return MakePolymorphicMatcher(4530 return MakePolymorphicMatcher(4544 return MakePolymorphicMatcher(4558 return MakePolymorphicMatcher(4587 return MakePolymorphicMatcher(4594 return MakePolymorphicMatcher(4601 return MakePolymorphicMatcher(4608 return MakePolymorphicMatcher([all …]
577 // MatcherInterface or using MakePolymorphicMatcher(). These
20 by implementing `MatcherInterface` or using `MakePolymorphicMatcher()`,112 If your matcher is defined using `MakePolymorphicMatcher()`:116 using ::testing::MakePolymorphicMatcher;127 ... MakePolymorphicMatcher(MyGreatMatcher()) ...135 using ::testing::MakePolymorphicMatcher;148 ... MakePolymorphicMatcher(MyGreatMatcher()) ...156 using ::testing::MakePolymorphicMatcher;174 ... MakePolymorphicMatcher(MyGreatMatcher()) ...181 using ::testing::MakePolymorphicMatcher;195 ... MakePolymorphicMatcher(MyGreatMatcher()) ...
3042 `MatcherInterface` or using `MakePolymorphicMatcher()` instead (see3167 easily with the help of `MakePolymorphicMatcher()`. Here's how you can3171 using ::testing::MakePolymorphicMatcher;3200 // to MakePolymorphicMatcher(). Note the return type.3202 return MakePolymorphicMatcher(NotNullMatcher());
83 * Custom matchers defined using MatcherInterface or MakePolymorphicMatcher()
313 `MakePolymorphicMatcher()`, you'll need to update their definitions to
104 using testing::MakePolymorphicMatcher;541 return MakePolymorphicMatcher(ReferencesBarOrIsZeroImpl()); in ReferencesBarOrIsZero()584 return MakePolymorphicMatcher(PolymorphicIsEvenImpl()); in PolymorphicIsEven()4688 return MakePolymorphicMatcher(DivisibleByImpl(n)); in DivisibleBy()6393 return MakePolymorphicMatcher(IsHalfOfMatcher()); in IsHalfOf()