Home
last modified time | relevance | path

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

/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 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()
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 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()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h463 class PolymorphicMatcher {
465 explicit PolymorphicMatcher(const Impl &an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
522 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()
/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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()
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 …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3620 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 …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_gmock.h82 ::testing::PolymorphicMatcher<
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape_test.cc59 inline ::testing::PolymorphicMatcher<ProtoStringMatcher> EqualsProto( in EqualsProto()
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer_test.cc72 inline ::testing::PolymorphicMatcher<NodeStatsMatcher> EqualsNodeStats( in EqualsNodeStats()
/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.h5062 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 …]
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc435 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()
/external/googletest/googlemock/docs/
Dcook_book.md3671 using ::testing::PolymorphicMatcher;
3698 PolymorphicMatcher<NotNullMatcher> NotNull() {