Home
last modified time | relevance | path

Searched refs:DescribeNegationTo (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H A DError.h48 Matcher.DescribeNegationTo(listener->stream());
59 void DescribeNegationTo(std::ostream *OS) const override {
61 Matcher.DescribeNegationTo(OS);
120 void DescribeNegationTo(std::ostream *OS) const override {
124 Matcher->DescribeNegationTo(OS);
H A DSupportHelpers.h85 void DescribeNegationTo(std::ostream *OS) const override {
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h444 void DescribeNegationTo(::std::ostream* os) const override {
445 source_matcher_.DescribeNegationTo(os);
752 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::internal::AnythingMatcher
771 void DescribeNegationTo(::std::ostream* os) const { *os << "isn't NULL"; } in DescribeNegationTo() function in testing::internal::IsNullMatcher
785 void DescribeNegationTo(::std::ostream* os) const { *os << "is NULL"; } in DescribeNegationTo() function in testing::internal::NotNullMatcher
846 void DescribeNegationTo(::std::ostream* os) const override {
941 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::internal::StrEqualityMatcher
1005 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::internal::HasSubstrMatcher
1059 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::internal::StartsWithMatcher
1113 void DescribeNegationTo( function in testing::internal::EndsWithMatcher
1152 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::WhenBase64UnescapedMatcher
1521 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::TrulyMatcher
1636 void DescribeNegationTo(::std::ostream* os) const { *os << "isn't NaN"; } DescribeNegationTo() function in testing::internal::IsNanMatcher
1994 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::WhenDynamicCastToMatcherBase
2066 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::FieldMatcher
2133 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::PropertyMatcher
2427 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::ContainerEqMatcher
3971 void DescribeNegationTo(std::ostream* os) const { DescribeNegationTo() function in testing::internal::variant_matcher::VariantMatcher
4032 void DescribeNegationTo(std::ostream* os) const { DescribeNegationTo() function in testing::internal::any_cast_matcher::AnyCastMatcher
5278 void DescribeNegationTo(std::ostream* os) const { DescribeNegationTo() function in testing::internal::WithWhatMatcherImpl
5345 void DescribeNegationTo(std::ostream* os) const { DescribeNegationTo() function in testing::internal::ExceptionMatcherImpl
[all...]
H A Dgmock-more-matchers.h88 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function in testing::internal::IsEmptyMatcher
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h133 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::MatcherDescriberInterface
179 // virtual void DescribeNegationTo(::std::ostream* os) const;
194 void DescribeNegationTo(::std::ostream* os) const override {
195 impl_->DescribeNegationTo(os);
277 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::internal::MatcherBase
278 impl_->DescribeNegationTo(os); in DescribeNegationTo()
446 // class that has a DescribeTo() method and a DescribeNegationTo()
479 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::PolymorphicMatcher::MonomorphicImpl
480 impl_.DescribeNegationTo(os); in DescribeNegationTo()
555 void DescribeNegationTo(
657 void DescribeNegationTo(::std::ostream* os) const { DescribeNegationTo() function in testing::internal::MatchesRegexMatcher
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers_test.h108 void DescribeNegationTo(ostream* os) const { *os << "is <= " << rhs; } in DescribeNegationTo() function
138 void DescribeNegationTo(ostream* os) const override {
139 impl_.DescribeNegationTo(os);
H A Dgmock-matchers-comparisons_test.cc100 // We deliberately don't define DescribeNegationTo() and
309 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon3002::ReferencesBarOrIsZeroImpl
342 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anon3002::PolymorphicIsEvenImpl
2281 void DescribeNegationTo(ostream* os) const { in TEST() function in testing::gmock_matchers_test::__anon3002::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2233 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon3003::IsHalfOfMatcher
2521 void DescribeNegationTo(ostream* os) const override {
2522 *os << "[DescribeNegationTo]";
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h72 // void DescribeNegationTo(std::ostream*);
130 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::MatcherDescriberInterface
176 // virtual void DescribeNegationTo(::std::ostream* os) const;
286 void DescribeNegationTo(::std::ostream* os) const final {
386 P::Get(m).DescribeNegationTo(os); in DescribeImpl()
645 // class that has a DescribeTo() method and a DescribeNegationTo()
678 void DescribeNegationTo(::std::ostream* os) const override {
679 impl_.DescribeNegationTo(os);
742 void DescribeNegationTo(std::ostream* os) const { in DescribeNegationTo() function in testing::internal::ComparisonBase
855 void DescribeNegationTo( function in testing::internal::MatchesRegexMatcher
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h73 // void DescribeNegationTo(std::ostream*);
131 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function in testing::MatcherDescriberInterface
177 // virtual void DescribeNegationTo(::std::ostream* os) const;
250 void DescribeNegationTo(::std::ostream* os) const final {
350 P::Get(m).DescribeNegationTo(os); in DescribeImpl()
609 // class that has a DescribeTo() method and a DescribeNegationTo()
642 void DescribeNegationTo(::std::ostream* os) const override {
643 impl_.DescribeNegationTo(os);
706 void DescribeNegationTo(std::ostream* os) const { in DescribeNegationTo() function in testing::internal::ComparisonBase
822 void DescribeNegationTo( function in testing::internal::MatchesRegexMatcher
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireTest.h91 void DescribeNegationTo(std::ostream* os) const override {
/third_party/googletest/googlemock/src/
H A Dgmock-matchers.cc335 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc77 void DescribeNegationTo(std::ostream* os) const override {
79 inner_matcher_.DescribeNegationTo(os);
132 void DescribeNegationTo(std::ostream* os) const override {
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout_test.cc1248 void DescribeNegationTo(::std::ostream* os) const {} in DescribeNegationTo() function in absl::container_internal::__anon19184::TupleMatcher

Completed in 27 milliseconds