Searched defs:DescribeTo (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-cardinalities_test.cc122 c.DescribeTo(&ss);
150 c.DescribeTo(&ss);
167 AtLeast(1).DescribeTo(&ss1);
172 c.DescribeTo(&ss2);
177 AtLeast(3).DescribeTo(&ss3);
205 c.DescribeTo(&ss);
222 AtMost(1).DescribeTo(&ss1);
227 c.DescribeTo(&ss2);
232 AtMost(3).DescribeTo(&ss3);
274 c.DescribeTo(
410 virtual void DescribeTo(::std::ostream* ss) const { function in class:__anon5284::EvenCardinality
[all...]
H A Dgmock-generated-matchers_test.cc86 m.DescribeTo(&ss);
227 virtual void DescribeTo(::std::ostream* os) const {} function in class:__anon5286::LessThanMatcher
258 virtual void DescribeTo(::std::ostream* os) const { function in class:__anon5286::GreaterThanMatcher
H A Dgmock-spec-builders_test.cc1818 virtual void DescribeTo(::std::ostream* os) const { function in class:__anon5288::EvenNumberCardinality
H A Dgmock-matchers_test.cc146 virtual void DescribeTo(ostream* os) const { function in class:testing::gmock_matchers_test::GreaterThanMatcher
184 m.DescribeTo(&ss);
238 virtual void DescribeTo(ostream* os) const { function in class:testing::gmock_matchers_test::EvenMatcherImpl
268 virtual void DescribeTo(ostream* os) const { function in class:testing::gmock_matchers_test::NewEvenMatcherImpl
322 // Tests that Matcher<T>::DescribeTo() calls
323 // MatcherInterface<T>::DescribeTo().
385 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } function in class:testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
418 void DescribeTo(ostream* os) const { *os << "is even"; } function in class:testing::gmock_matchers_test::PolymorphicIsEvenImpl
3509 void DescribeTo(ostream* os) const { function in class:testing::gmock_matchers_test::DivisibleByImpl
4093 void DescribeTo(ostrea function in class:testing::gmock_matchers_test::IsHalfOfMatcher
[all...]
/external/v8/testing/
H A Dgmock-support.h39 virtual void DescribeTo(std::ostream* os) const { function in class:testing::internal::CaptureEqMatcher
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-cardinalities.h75 virtual void DescribeTo(::std::ostream* os) const = 0;
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } function in class:testing::Cardinality
H A Dgmock-generated-matchers.h249 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::ArgsMatcherImpl
252 inner_matcher_.DescribeTo(os);
1422 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1470 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1522 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1579 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1641 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1711 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1784 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1861 virtual void DescribeTo(
[all...]
H A Dgmock-matchers.h133 // being matched. For example, the DescribeTo() method of the Gt(7)
135 virtual void DescribeTo(::std::ostream* os) const = 0;
145 DescribeTo(os);
206 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } function in class:testing::internal::MatcherBase
309 // class that has a DescribeTo() method and a DescribeNegationTo()
340 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::PolymorphicMatcher::MonomorphicImpl
341 impl_.DescribeTo(os);
467 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::MatcherCastImpl::Impl
468 source_matcher_.DescribeTo(o
716 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } function in class:testing::internal::AnyMatcherImpl
803 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } function in class:testing::internal::IsNullMatcher
819 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } function in class:testing::internal::NotNullMatcher
878 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::RefMatcher::Impl
961 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::StrEqualityMatcher
1011 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::HasSubstrMatcher
1052 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::StartsWithMatcher
1092 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::EndsWithMatcher
1131 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::MatchesRegexMatcher
1218 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::NotMatcherImpl
1262 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::BothOfMatcherImpl
1349 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::EitherOfMatcherImpl
1452 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::TrulyMatcher
1586 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::FloatingEqMatcher::Impl
1684 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::PointeeMatcher::Impl
1723 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::FieldMatcher
1784 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::PropertyMatcher
1889 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::ResultOfMatcher::Impl
1952 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::ContainerEqMatcher
2051 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::WhenSortedByMatcher::Impl
2144 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::PointwiseMatcher::Impl
2263 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::ContainsMatcherImpl
2292 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::EachMatcherImpl
2375 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::KeyMatcherImpl
2427 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::PairMatcherImpl
2539 virtual void DescribeTo(::std::ostream* os) const { function in class:testing::internal::ElementsAreMatcherImpl
[all...]
/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { function in class:testing::__anon5280::BetweenCardinalityImpl

Completed in 711 milliseconds