/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 54 void DescribeTo(std::ostream* os) const override { in DescribeTo() function in v8::internal::compiler::__anon313fbfee0111::NodeMatcher 85 void DescribeTo(std::ostream* os) const final { in DescribeTo() function in v8::internal::compiler::__anon313fbfee0111::IsBranchMatcher 86 NodeMatcher::DescribeTo(os); in DescribeTo() 88 value_matcher_.DescribeTo(os); in DescribeTo() 90 control_matcher_.DescribeTo(os); in DescribeTo() 116 void DescribeTo(std::ostream* os) const final { in DescribeTo() function in v8::internal::compiler::__anon313fbfee0111::IsSwitchMatcher 117 NodeMatcher::DescribeTo(os); in DescribeTo() 119 value_matcher_.DescribeTo(os); in DescribeTo() 121 control_matcher_.DescribeTo(os); in DescribeTo() 147 void DescribeTo(std::ostream* os) const final { in DescribeTo() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher [all …]
|
D | liveness-analyzer-unittest.cc | 89 void DescribeTo(std::ostream* os) const override { in DescribeTo() function in v8::internal::compiler::LivenessAnalysisTest::CheckpointMatcher
|
/external/gmock/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 | 91 m.DescribeTo(&ss); in Describe() 232 virtual void DescribeTo(::std::ostream* os) const {} in DescribeTo() function in __anon3644ce640111::LessThanMatcher 263 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon3644ce640111::GreaterThanMatcher
|
D | gmock-matchers_test.cc | 162 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::GreaterThanMatcher 200 m.DescribeTo(&ss); in Describe() 260 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::EvenMatcherImpl 290 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::NewEvenMatcherImpl 445 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl 478 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl 3792 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::DivisibleByImpl 5143 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::IsHalfOfMatcher
|
/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/gmock/include/gmock/ |
D | gmock-matchers.h | 126 virtual void DescribeTo(::std::ostream* os) const = 0; 136 DescribeTo(os); in DescribeNegationTo() 242 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 428 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 429 impl_.DescribeTo(os); in DescribeTo() 555 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 556 source_matcher_.DescribeTo(os); in DescribeTo() 739 get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 844 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } 894 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 | 250 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 253 inner_matcher_.DescribeTo(os); in DescribeTo() 1402 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1450 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1502 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1559 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1621 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1691 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1764 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1841 virtual void DescribeTo(::std::ostream* gmock_os) const {\ [all …]
|
D | gmock-generated-matchers.h.pump | 135 virtual void DescribeTo(::std::ostream* os) const { 138 inner_matcher_.DescribeTo(os); 635 virtual void DescribeTo(::std::ostream* gmock_os) const {\
|
D | gmock-spec-builders.h | 1065 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo() 1122 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
|
/external/gmock/src/ |
D | gmock-matchers.cc | 403 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 411 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 433 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 469 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyAllElementsAndMatchersAreMatched()
|
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::__anon7e78e1360111::BetweenCardinalityImpl
|
D | gmock-spec-builders.cc | 156 cardinality().DescribeTo(os); in DescribeCallCountTo() 212 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
|
/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 | 43 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function
|