/freebsd-src/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-src/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 __anon4aee90f10111::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::__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 D | gmock-matchers-containers_test.cc | 2239 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 D | gmock-matchers-misc_test.cc | 968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anon5eb5c2850111::LessThanMatcher
|
H A D | gmock-spec-builders_test.cc | 1848 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anon791f94c70111::EvenNumberCardinality
|
/freebsd-src/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 [all...] |
/freebsd-src/contrib/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon0b595d9a0111::BetweenCardinalityImpl
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 244 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function
|