Searched refs:PolymorphicMatcher (Results 1 – 12 of 12) 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 …]
518 class PolymorphicMatcher {520 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function577 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()578 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()735 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()739 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()746 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()750 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
430 class PolymorphicMatcher {432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()497 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()3811 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {3818 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {3900 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To> >3911 inline PolymorphicMatcher<3928 inline PolymorphicMatcher<[all …]
3608 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {3615 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {3698 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To> >3710 inline PolymorphicMatcher<3725 inline PolymorphicMatcher<internal::FieldMatcher<Class, FieldType> > Field(3737 inline PolymorphicMatcher<internal::PropertyMatcher<3754 inline PolymorphicMatcher<internal::PropertyMatcher<3767 inline PolymorphicMatcher<internal::PropertyMatcher<3779 inline PolymorphicMatcher<internal::PropertyMatcher<3809 inline PolymorphicMatcher<internal::StrEqualityMatcher<std::string> > StrEq([all …]
82 ::testing::PolymorphicMatcher<
69 inline ::testing::PolymorphicMatcher<NodeStatsMatcher> EqualsNodeStats( in EqualsNodeStats()
145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
261 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()
498 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()541 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()4631 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()6244 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()6254 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()6402 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
3174 using ::testing::PolymorphicMatcher;3201 inline PolymorphicMatcher<NotNullMatcher> NotNull() {