| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-cardinalities_test.cc | 121 c.DescribeTo(&ss); in TEST() 149 c.DescribeTo(&ss); in TEST() 171 c.DescribeTo(&ss2); in TEST() 204 c.DescribeTo(&ss); in TEST() 226 c.DescribeTo(&ss2); in TEST() 273 c.DescribeTo(&ss); in TEST() 291 c.DescribeTo(&ss); in TEST() 309 c.DescribeTo(&ss); in TEST() 330 c.DescribeTo(&ss); in TEST() 358 c.DescribeTo(&ss); in TEST() [all …]
|
| H A D | gmock-generated-matchers_test.cc | 98 m.DescribeTo(&ss); in Describe() 239 virtual void DescribeTo(::std::ostream* os) const {} in DescribeTo() function in __anon3c8507a90111::LessThanMatcher 270 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon3c8507a90111::GreaterThanMatcher
|
| H A D | gmock-matchers_test.cc | 164 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::GreaterThanMatcher 264 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::EvenMatcherImpl 294 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::NewEvenMatcherImpl 531 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl 564 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl 4672 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::DivisibleByImpl 6383 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::IsHalfOfMatcher
|
| H A D | gmock-spec-builders_test.cc | 1965 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anone04377880111::EvenNumberCardinality
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 141 DescribeTo(os); in DescribeNegationTo() 198 virtual void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 302 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 550 matcher.DescribeTo(&os); 591 impl_.DescribeTo(os); in DescribeTo() 1693 matcher_.DescribeTo(os); 2064 matcher.DescribeTo(&ss); 2395 matcher_.DescribeTo(os); 2472 matcher_.DescribeTo(os); 2547 matcher_.DescribeTo(os); [all …]
|
| H A D | gmock-cardinalities.h | 79 virtual void DescribeTo(::std::ostream* os) const = 0; 119 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
| H A D | gmock-generated-matchers.h | 241 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 244 inner_matcher_.DescribeTo(os); in DescribeTo() 1399 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1447 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1501 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1561 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1628 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1704 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1784 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1870 virtual void DescribeTo(::std::ostream* gmock_os) const {\ [all …]
|
| H A D | gmock-generated-matchers.h.pump | 135 virtual void DescribeTo(::std::ostream* os) const { 138 inner_matcher_.DescribeTo(os); 641 virtual void DescribeTo(::std::ostream* gmock_os) const {\
|
| H A D | gmock-spec-builders.h | 1076 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo() 1133 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Testing/Support/ |
| H A D | Error.h | 54 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 56 Matcher.DescribeTo(OS); in DescribeTo() 113 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 117 Matcher->DescribeTo(OS); in DescribeTo()
|
| /freebsd-12.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-cardinalities.cc | 84 virtual void DescribeTo(::std::ostream* os) const; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon48be839b0111::BetweenCardinalityImpl
|
| H A D | gmock-matchers.cc | 403 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 425 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 466 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 503 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
|
| H A D | gmock-spec-builders.cc | 187 cardinality().DescribeTo(os); in DescribeCallCountTo() 243 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | CookBook.md | 1119 virtual void DescribeTo(::std::ostream* os) const { 3084 virtual void DescribeTo(::std::ostream* os) const = 0; 3113 virtual void DescribeTo(::std::ostream* os) const { 3179 // that has three members MatchAndExplain(), DescribeTo(), and 3193 void DescribeTo(::std::ostream* os) const { *os << "is not NULL"; } 3239 virtual void DescribeTo(::std::ostream* os) const = 0; 3261 virtual void DescribeTo(::std::ostream* os) const {
|