/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 111 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 148 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
|
H A D | SupportHelpers.h | 83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
|
/freebsd/contrib/googletest/googlemock/test/ |
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-cardinalities_test.cc | 406 void DescribeTo(::std::ostream* ss) const override { in DescribeTo() function in __anond7ea441f0111::EvenCardinality
|
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-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-matchers-misc_test.cc | 968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anonebb175b30111::LessThanMatcher
|
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-more-matchers.h | 83 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo() function
|
H A D | gmock-cardinalities.h | 125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
H A D | gmock-matchers.h | 442 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon5391c6480111::BetweenCardinalityImpl
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 244 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function
|