Home
last modified time | relevance | path

Searched refs:PolymorphicMatcher (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h567 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h146 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp227 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
H A DMarshallers.h312 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc121 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()
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md3174 using ::testing::PolymorphicMatcher;
3201 inline PolymorphicMatcher<NotNullMatcher> NotNull() {