Home
last modified time | relevance | path

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

/freebsd-src/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-src/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 __anon4aee90f10111::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::__anon7dac90070111::EvenMatcherImpl
127 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anon7dac90070111::NewEvenMatcherImpl
308 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anon7dac90070111::ReferencesBarOrIsZeroImpl
341 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anon7dac90070111::PolymorphicIsEvenImpl
2293 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } TEST() function in testing::gmock_matchers_test::__anon7dac90070111::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2239 void DescribeTo(ostream* os) const { DescribeTo() function in testing::gmock_matchers_test::__anon69613d8f0111::IsHalfOfMatcher
2529 void DescribeTo(ostream* os) const override { *os << "[DescribeTo]"; } DescribeTo() function in testing::gmock_matchers_test::__anon69613d8f0111::PredicateFormatterFromMatcherTest::MockMatcher
H A Dgmock-matchers-misc_test.cc968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anon5eb5c2850111::LessThanMatcher
H A Dgmock-spec-builders_test.cc1848 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anon791f94c70111::EvenNumberCardinality
/freebsd-src/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
[all...]
/freebsd-src/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon0b595d9a0111::BetweenCardinalityImpl
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h244 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function