| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-cardinalities_test.cc | 121 c.DescribeTo(&ss); in TEST() 150 c.DescribeTo(&ss); in TEST() 166 AtLeast(1).DescribeTo(&ss1); in TEST() 170 c.DescribeTo(&ss2); in TEST() 174 AtLeast(3).DescribeTo(&ss3); in TEST() 203 c.DescribeTo(&ss); in TEST() 219 AtMost(1).DescribeTo(&ss1); in TEST() 223 c.DescribeTo(&ss2); in TEST() 227 AtMost(3).DescribeTo(&ss3); in TEST() 274 c.DescribeTo(&ss); in TEST() [all …]
|
| H A D | gmock-matchers_test.h | 107 void DescribeTo(ostream* os) const { *os << "is > " << rhs; } in DescribeTo() function 137 void DescribeTo(ostream* os) const override { impl_.DescribeTo(os); } in DescribeTo() function
|
| H A D | gmock-matchers-comparisons_test.cc | 101 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::EvenMatcherImpl 129 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::NewEvenMatcherImpl 310 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::ReferencesBarOrIsZeroImpl 343 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::PolymorphicIsEvenImpl 2358 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::DivisibleByImpl 2424 void DescribeTo(ostream* os) const override { base_matcher_.DescribeTo(os); } in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::CountingMatcher
|
| H A D | gmock-matchers-misc_test.cc | 1027 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anonebb175b30111::LessThanMatcher 1760 matcher.DescribeTo(&ss); in TEST() 1803 matcher.DescribeTo(&ss); in TEST_P()
|
| H A D | gmock-matchers-containers_test.cc | 2548 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::IsHalfOfMatcher 2838 void DescribeTo(ostream* os) const override { *os << "[DescribeTo]"; } in DescribeTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::PredicateFormatterFromMatcherTest::MockMatcher
|
| H A D | gmock-spec-builders_test.cc | 1847 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anon061b47f50111::EvenNumberCardinality
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
| H A D | Error.h | 52 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 54 Matcher.DescribeTo(OS); in DescribeTo() 111 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 115 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()
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 451 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 452 source_matcher_.DescribeTo(os); in DescribeTo() 657 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 765 void DescribeTo(std::ostream* os) const { *os << "is anything"; } 784 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } 798 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } 855 void DescribeTo(::std::ostream* os) const override { 951 void DescribeTo(::std::ostream* os) const { 1014 void DescribeTo(::std::ostream* os) const { 1068 void DescribeTo(::std::ostream* os) const { [all …]
|
| H A D | gmock-cardinalities.h | 84 virtual void DescribeTo(::std::ostream* os) const = 0; 125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
| H A D | gmock-more-matchers.h | 83 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo() function
|
| H A D | gmock-spec-builders.h | 1088 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo() 1152 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/ADT/ |
| H A D | StringMapEntry.h | 59 void DescribeTo(std::ostream *OS) const override { 61 KeyMatcher.DescribeTo(OS); 63 ValueMatcher.DescribeTo(OS);
|
| /freebsd/contrib/googletest/googlemock/src/ |
| H A D | gmock-matchers.cc | 292 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 314 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 355 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 409 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
|
| H A D | gmock-cardinalities.cc | 83 void DescribeTo(::std::ostream* os) const override; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon5391c6480111::BetweenCardinalityImpl
|
| H A D | gmock-spec-builders.cc | 193 cardinality().DescribeTo(os); in DescribeCallCountTo() 250 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 123 virtual void DescribeTo(::std::ostream* os) const = 0; 133 DescribeTo(os); in DescribeNegationTo() 244 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function 352 P::Get(m).DescribeTo(os); in DescribeImpl() 600 matcher.DescribeTo(&os); 640 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); } 702 void DescribeTo(std::ostream* os) const { 817 void DescribeTo(::std::ostream* os) const {
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 607 matcher_.DescribeTo(&stream); in Passed()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 1335 void DescribeTo(std::ostream* os) const { 3595 matcher.DescribeTo(os); 3622 void DescribeTo(std::ostream* os) const { 3700 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; } 3747 virtual void DescribeTo(std::ostream* os) const = 0; 3766 // that has three members MatchAndExplain(), DescribeTo(), and 3780 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; } 3818 matcher - this allows it to call `distance_matcher_.DescribeTo(os)` to describe 3848 virtual void DescribeTo(std::ostream* os) const = 0; 3870 void DescribeTo(std::ostream* os) const {
|