/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 | 99 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::EvenMatcherImpl 127 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::NewEvenMatcherImpl 308 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::ReferencesBarOrIsZeroImpl 341 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::PolymorphicIsEvenImpl 2302 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::DivisibleByImpl
|
H A D | gmock-matchers-misc_test.cc | 968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anonebb175b30111::LessThanMatcher 1701 matcher.DescribeTo(&ss); in TEST() 1744 matcher.DescribeTo(&ss); in TEST_P()
|
H A D | gmock-matchers-containers_test.cc | 2250 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::IsHalfOfMatcher 2540 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 | 1848 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anon061b47f50111::EvenNumberCardinality
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 442 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 443 source_matcher_.DescribeTo(os); in DescribeTo() 645 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 753 void DescribeTo(std::ostream* os) const { *os << "is anything"; } 772 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } 786 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } 843 void DescribeTo(::std::ostream* os) const override { 939 void DescribeTo(::std::ostream* os) const { 1002 void DescribeTo(::std::ostream* os) const { 1056 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/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/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 { 3590 matcher.DescribeTo(os); 3617 void DescribeTo(std::ostream* os) const { 3687 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; } 3734 virtual void DescribeTo(std::ostream* os) const = 0; 3753 // that has three members MatchAndExplain(), DescribeTo(), and 3767 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; } 3815 virtual void DescribeTo(std::ostream* os) const = 0; 3837 void DescribeTo(std::ostream* os) const {
|