Searched refs:PolymorphicMatcher (Results 1 – 6 of 6) sorted by relevance
567 class PolymorphicMatcher {610 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);634 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()4378 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {4385 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {4480 inline PolymorphicMatcher<4507 inline PolymorphicMatcher<internal::PropertyMatcher<4525 inline PolymorphicMatcher<internal::PropertyMatcher<4540 inline PolymorphicMatcher<internal::PropertyMatcher<4553 inline PolymorphicMatcher<internal::PropertyMatcher<[all …]
146 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
227 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
312 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
121 using testing::PolymorphicMatcher;540 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()583 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()4687 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()6243 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()6253 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()6392 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
3174 using ::testing::PolymorphicMatcher;3201 inline PolymorphicMatcher<NotNullMatcher> NotNull() {