Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-unittest.cc122 virtual void DescribeTo(std::ostream* os) const OVERRIDE { in DescribeTo() function in v8::internal::compiler::__anon024c46020111::NodeMatcher
153 virtual void DescribeTo(std::ostream* os) const OVERRIDE { in DescribeTo() function in v8::internal::compiler::__anon024c46020111::FINAL
154 NodeMatcher::DescribeTo(os); in DescribeTo()
156 value_matcher_.DescribeTo(os); in DescribeTo()
158 control_matcher_.DescribeTo(os); in DescribeTo()
185 virtual void DescribeTo(std::ostream* os) const OVERRIDE { in DescribeTo() function in v8::internal::compiler::__anon024c46020111::FINAL
186 NodeMatcher::DescribeTo(os); in DescribeTo()
188 control0_matcher_.DescribeTo(os); in DescribeTo()
190 control1_matcher_.DescribeTo(os); in DescribeTo()
215 virtual void DescribeTo(std::ostream* os) const OVERRIDE { in DescribeTo() function in v8::internal::compiler::__anon024c46020111::FINAL
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-cardinalities_test.cc122 c.DescribeTo(&ss); in TEST()
150 c.DescribeTo(&ss); in TEST()
167 AtLeast(1).DescribeTo(&ss1); in TEST()
172 c.DescribeTo(&ss2); in TEST()
177 AtLeast(3).DescribeTo(&ss3); in TEST()
205 c.DescribeTo(&ss); in TEST()
222 AtMost(1).DescribeTo(&ss1); in TEST()
227 c.DescribeTo(&ss2); in TEST()
232 AtMost(3).DescribeTo(&ss3); in TEST()
274 c.DescribeTo(&ss); in TEST()
[all …]
Dgmock-generated-matchers_test.cc86 m.DescribeTo(&ss); in Describe()
227 virtual void DescribeTo(::std::ostream* os) const {} in DescribeTo() function in __anon9d3235bb0111::LessThanMatcher
258 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon9d3235bb0111::GreaterThanMatcher
Dgmock-matchers_test.cc146 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::GreaterThanMatcher
184 m.DescribeTo(&ss); in Describe()
238 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::EvenMatcherImpl
268 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::NewEvenMatcherImpl
385 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
418 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
3509 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::DivisibleByImpl
4093 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::IsHalfOfMatcher
Dgmock-spec-builders_test.cc1818 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon9c05125a0111::EvenNumberCardinality
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h135 virtual void DescribeTo(::std::ostream* os) const = 0;
145 DescribeTo(os); in DescribeNegationTo()
206 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
340 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
341 impl_.DescribeTo(os); in DescribeTo()
467 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
468 source_matcher_.DescribeTo(os); in DescribeTo()
651 get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo()
716 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } in DescribeTo() function
766 virtual void DescribeTo(::std::ostream* os) const { \
[all …]
Dgmock-cardinalities.h75 virtual void DescribeTo(::std::ostream* os) const = 0;
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
Dgmock-generated-matchers.h249 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
252 inner_matcher_.DescribeTo(os); in DescribeTo()
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(::std::ostream* gmock_os) const {\
[all …]
Dgmock-generated-matchers.h.pump134 virtual void DescribeTo(::std::ostream* os) const {
137 inner_matcher_.DescribeTo(os);
666 virtual void DescribeTo(::std::ostream* gmock_os) const {\
Dgmock-spec-builders.h1057 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1114 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
/external/google-breakpad/src/testing/src/
Dgmock-cardinalities.cc85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon90e0e8ed0111::BetweenCardinalityImpl
Dgmock-spec-builders.cc156 cardinality().DescribeTo(os); in DescribeCallCountTo()
212 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/external/v8/testing/
Dgmock-support.h39 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function