Home | History | Annotate | Download | only in test

Lines Matching refs:PolymorphicMatcher

109 using testing::PolymorphicMatcher;
389 // PolymorphicMatcher<T> where T is the argument's type.
390 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
433 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
3421 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) {
3771 // Tests PolymorphicMatcher::mutable_impl().
3773 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
3781 // Tests PolymorphicMatcher::impl().
3783 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
3922 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() {