Searched refs:PolymorphicMatcher (Results 1 – 16 of 16) sorted by relevance
454 class PolymorphicMatcher {456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
463 class PolymorphicMatcher {465 explicit PolymorphicMatcher(const Impl &an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function522 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl &impl) { in MakePolymorphicMatcher()523 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()684 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()688 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()695 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()699 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
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 …]
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 …]
3620 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {3627 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {3639 inline PolymorphicMatcher<internal::IsNanMatcher> IsNan() {3715 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To> >3727 inline PolymorphicMatcher<3742 inline PolymorphicMatcher<internal::FieldMatcher<Class, FieldType> > Field(3754 inline PolymorphicMatcher<internal::PropertyMatcher<3771 inline PolymorphicMatcher<internal::PropertyMatcher<3784 inline PolymorphicMatcher<internal::PropertyMatcher<3796 inline PolymorphicMatcher<internal::PropertyMatcher<[all …]
82 ::testing::PolymorphicMatcher<
59 inline ::testing::PolymorphicMatcher<ProtoStringMatcher> EqualsProto( in EqualsProto()
145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
72 inline ::testing::PolymorphicMatcher<NodeStatsMatcher> EqualsNodeStats( in EqualsNodeStats()
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()
5062 class PolymorphicMatcher {5064 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}5105 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);5128 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {5129 return PolymorphicMatcher<Impl>(impl);8135 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {8142 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {8222 inline PolymorphicMatcher<8239 inline PolymorphicMatcher<8281 inline PolymorphicMatcher<internal::StrEqualityMatcher<internal::string> >[all …]
435 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()478 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()4484 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()6098 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()6108 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()6256 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
3671 using ::testing::PolymorphicMatcher;3698 PolymorphicMatcher<NotNullMatcher> NotNull() {