| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | Matchers.h | 44 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 49 M.DescribeTo(OS); in DescribeTo() 68 Matchers[K].DescribeTo(L->stream()); in MatchAndExplain() 72 Matchers[I].DescribeTo(L->stream()); in MatchAndExplain() 163 virtual void DescribeTo(::std::ostream *os) const { in DescribeTo() function 165 matcher_.DescribeTo(os); in DescribeTo() 170 matcher_.DescribeTo(os); in DescribeNegationTo()
|
| H A D | FuzzyMatchTests.cpp | 51 void DescribeTo(::std::ostream *OS) const override { in DescribeTo() function 186 void DescribeTo(::std::ostream *OS) const override { in DescribeTo() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Testing/Support/ |
| H A D | Error.h | 53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 55 Matcher.DescribeTo(OS); in DescribeTo() 112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 116 Matcher->DescribeTo(OS); in DescribeTo() 148 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 150 Matcher.DescribeTo(OS); in DescribeTo()
|
| H A D | SupportHelpers.h | 83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 85 ValueMatcher.DescribeTo(OS); in DescribeTo() 89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 990 matcher_.DescribeTo(os); 1334 matcher.DescribeTo(&ss); 1628 matcher_.DescribeTo(os); 1633 matcher_.DescribeTo(os); 1670 matcher_.DescribeTo(os); 1746 matcher_.DescribeTo(os); 1815 matcher_.DescribeTo(os); 1922 matcher_.DescribeTo(os); 2199 matcher_.DescribeTo(os); 3356 matcher_.DescribeTo(os); [all …]
|
| H A D | gmock-cardinalities.h | 85 virtual void DescribeTo(::std::ostream* os) const = 0; 126 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
| H A D | gmock-generated-matchers.h | 277 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 326 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 379 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 439 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 503 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 576 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 652 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 734 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 822 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 917 virtual void DescribeTo(::std::ostream* gmock_os) const {\ [all …]
|
| H A D | gmock-spec-builders.h | 1077 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo() 1133 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 125 virtual void DescribeTo(::std::ostream* os) const = 0; 135 DescribeTo(os); in DescribeNegationTo() 192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function 274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 437 matcher.DescribeTo(&os); 477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function 551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-matchers.cc | 293 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 315 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 356 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 393 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
|
| H A D | gmock-cardinalities.cc | 84 void DescribeTo(::std::ostream* os) const override; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anond45053330111::BetweenCardinalityImpl
|
| H A D | gmock-spec-builders.cc | 188 cardinality().DescribeTo(os); in DescribeCallCountTo() 244 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 52 InnerMatcher.impl().DescribeTo(&Inner); in describeContainsN()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 598 matcher_.DescribeTo(&stream); in Passed()
|