Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DMatchers.h44 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 DFuzzyMatchTests.cpp51 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 DError.h53 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 DSupportHelpers.h83 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 Dgmock-matchers.h990 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 Dgmock-cardinalities.h85 virtual void DescribeTo(::std::ostream* os) const = 0;
126 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
H A Dgmock-generated-matchers.h277 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 Dgmock-spec-builders.h1077 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 Dgtest-matchers.h125 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 Dgmock-matchers.cc293 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 Dgmock-cardinalities.cc84 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anond45053330111::BetweenCardinalityImpl
H A Dgmock-spec-builders.cc188 cardinality().DescribeTo(os); in DescribeCallCountTo()
244 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp52 InnerMatcher.impl().DescribeTo(&Inner); in describeContainsN()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc598 matcher_.DescribeTo(&stream); in Passed()