Home
last modified time | relevance | path

Searched defs:DescribeTo (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h52 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 DSupportHelpers.h83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h107 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 Dgmock-cardinalities_test.cc406 void DescribeTo(::std::ostream* ss) const override { in DescribeTo() function in __anond7ea441f0111::EvenCardinality
H A Dgmock-matchers-comparisons_test.cc99 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 Dgmock-matchers-containers_test.cc2250 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 Dgmock-matchers-misc_test.cc968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anonebb175b30111::LessThanMatcher
H A Dgmock-spec-builders_test.cc1848 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anon061b47f50111::EvenNumberCardinality
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h83 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo() function
H A Dgmock-cardinalities.h125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
H A Dgmock-matchers.h442 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon5391c6480111::BetweenCardinalityImpl
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h244 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function