Searched refs:PolymorphicMatcher (Results 1 – 5 of 5) sorted by relevance
317 class PolymorphicMatcher {319 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function360 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);383 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()384 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()2758 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {2765 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {2813 inline PolymorphicMatcher<2830 inline PolymorphicMatcher<2872 inline PolymorphicMatcher<internal::StrEqualityMatcher<internal::string> >[all …]
145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
240 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
111 using testing::PolymorphicMatcher;394 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()437 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()3524 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()3953 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()3963 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()4102 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()