Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h317 class PolymorphicMatcher {
319 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
360 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 …]
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h430 class PolymorphicMatcher {
432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
497 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
3795 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
3802 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
3884 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To> >
3895 inline PolymorphicMatcher<
3912 inline PolymorphicMatcher<
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h430 class PolymorphicMatcher {
432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
497 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
3794 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
3801 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
3883 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To> >
3894 inline PolymorphicMatcher<
3911 inline PolymorphicMatcher<
[all …]
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
DMarshallers.h261 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc111 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()
/external/fmtlib/test/gmock/
Dgmock.h5061 class PolymorphicMatcher {
5063 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}
5104 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
5127 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
5128 return PolymorphicMatcher<Impl>(impl);
8134 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
8141 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
8221 inline PolymorphicMatcher<
8238 inline PolymorphicMatcher<
8280 inline PolymorphicMatcher<internal::StrEqualityMatcher<internal::string> >
[all …]
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc122 using testing::PolymorphicMatcher;
458 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()
501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()
3994 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()
5290 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
5300 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
5439 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc122 using testing::PolymorphicMatcher;
458 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()
501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()
3984 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()
5278 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
5288 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
5427 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
/external/googletest/googlemock/docs/v1_6/
DCookBook.md2858 using ::testing::PolymorphicMatcher;
2885 inline PolymorphicMatcher<NotNullMatcher> NotNull() {
/external/googletest/googlemock/docs/v1_5/
DCookBook.md2707 using ::testing::PolymorphicMatcher;
2734 inline PolymorphicMatcher<NotNullMatcher> NotNull() {
/external/googletest/googlemock/docs/v1_7/
DCookBook.md2948 using ::testing::PolymorphicMatcher;
2975 inline PolymorphicMatcher<NotNullMatcher> NotNull() {
/external/googletest/googlemock/docs/
DCookBook.md3191 using ::testing::PolymorphicMatcher;
3218 inline PolymorphicMatcher<NotNullMatcher> NotNull() {