/external/v8/src/compiler/ |
D | graph-unittest.cc | 122 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/ |
D | gmock-cardinalities_test.cc | 122 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 …]
|
D | gmock-generated-matchers_test.cc | 86 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
|
D | gmock-matchers_test.cc | 146 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
|
D | gmock-spec-builders_test.cc | 1818 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon9c05125a0111::EvenNumberCardinality
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 135 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 …]
|
D | gmock-cardinalities.h | 75 virtual void DescribeTo(::std::ostream* os) const = 0; 115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-generated-matchers.h | 249 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 …]
|
D | gmock-generated-matchers.h.pump | 134 virtual void DescribeTo(::std::ostream* os) const { 137 inner_matcher_.DescribeTo(os); 666 virtual void DescribeTo(::std::ostream* gmock_os) const {\
|
D | gmock-spec-builders.h | 1057 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo() 1114 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-cardinalities.cc | 85 virtual void DescribeTo(::std::ostream* os) const; 108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon90e0e8ed0111::BetweenCardinalityImpl
|
D | gmock-spec-builders.cc | 156 cardinality().DescribeTo(os); in DescribeCallCountTo() 212 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
|
/external/v8/testing/ |
D | gmock-support.h | 39 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function
|