Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DError.h53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
112 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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function
274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function
551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-cardinalities.h125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
H A Dgmock-matchers.h224 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-cardinalities.cc107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anone6e76ace0111::BetweenCardinalityImpl