Searched defs:DescribeTo (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ | ||
| H A D | gtest-matchers.h | 192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } function in class:testing::internal::MatcherInterfaceAdapter 274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } function in class:testing::internal::MatcherBase 477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } function in class:testing::PolymorphicMatcher::MonomorphicImpl 551 void DescribeTo(::std::ostream* os) const override { function in class:testing::internal::ComparisonBase::Impl 652 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::MatchesRegexMatcher [all...] |
Completed in 4 milliseconds