Searched refs:DescribeTo (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc121 c.DescribeTo(&ss);
150 c.DescribeTo(&ss);
166 AtLeast(1).DescribeTo(&ss1);
170 c.DescribeTo(&ss2);
174 AtLeast(3).DescribeTo(&ss3);
203 c.DescribeTo(&ss);
219 AtMost(1).DescribeTo(&ss1);
223 c.DescribeTo(&ss2);
227 AtMost(3).DescribeTo(&ss3);
274 c.DescribeTo(
[all...]
H A Dgmock-matchers_test.h107 void DescribeTo(ostream* os) const { *os << "is > " << rhs; } function in struct:testing::gmock_matchers_test::GtestGreaterThanMatcher
137 void DescribeTo(ostream* os) const override { impl_.DescribeTo(os); }
H A Dgmock-matchers-comparisons_test.cc99 void DescribeTo(ostream* os) const override { *os << "is an even number"; }
127 void DescribeTo(ostream* os) const override { *os << "is an even number"; }
195 // Tests that Matcher<T>::DescribeTo() calls
196 // MatcherInterface<T>::DescribeTo().
308 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } function in class:testing::gmock_matchers_test::__anon11::ReferencesBarOrIsZeroImpl
341 void DescribeTo(ostream* os) const { *os << "is even"; } function in class:testing::gmock_matchers_test::__anon11::PolymorphicIsEvenImpl
2293 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } function in class:testing::gmock_matchers_test::__anon11::DivisibleByImpl
H A Dgmock-matchers-misc_test.cc968 void DescribeTo(::std::ostream* /*os*/) const override {}
1701 matcher.DescribeTo(&ss);
1744 matcher.DescribeTo(&ss);
H A Dgmock-matchers-containers_test.cc2239 void DescribeTo(ostream* os) const { function in class:testing::gmock_matchers_test::__anon12::IsHalfOfMatcher
2529 void DescribeTo(ostream* os) const override { *os << "[DescribeTo]"; }
2555 "Value of: dummy-name\nExpected: [DescribeTo]\n"
2565 "Value of: dummy-name\nExpected: [DescribeTo]\n"
H A Dgmock-spec-builders_test.cc1848 void DescribeTo(::std::ostream* os) const override {
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h84 virtual void DescribeTo(::std::ostream* os) const = 0;
125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } function in class:testing::Cardinality
H A Dgmock-more-matchers.h83 void DescribeTo(std::ostream* os) const { *os << "is empty"; } function in class:testing::internal::IsEmptyMatcher
H A Dgmock-matchers.h442 void DescribeTo(::std::ostream* os) const override {
443 source_matcher_.DescribeTo(os);
645 std::get<N - 1>(matchers).DescribeTo(os);
753 void DescribeTo(std::ostream* os) const { *os << "is anything"; } function in class:testing::internal::AnythingMatcher
772 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } function in class:testing::internal::IsNullMatcher
786 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } function in class:testing::internal::NotNullMatcher
843 void DescribeTo(::std::ostream* os) const override {
939 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::StrEqualityMatcher
1002 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::HasSubstrMatcher
1056 void DescribeTo( function in class:testing::internal::StartsWithMatcher
1110 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::EndsWithMatcher
1149 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::WhenBase64UnescapedMatcher
1520 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::TrulyMatcher
1638 void DescribeTo(::std::ostream* os) const { *os << "is NaN"; } function in class:testing::internal::IsNanMatcher
1992 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::WhenDynamicCastToMatcherBase
2064 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::FieldMatcher
2131 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::PropertyMatcher
2426 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::ContainerEqMatcher
3968 void DescribeTo(std::ostream* os) const { function in class:testing::internal::variant_matcher::VariantMatcher
4029 void DescribeTo(std::ostream* os) const { function in class:testing::internal::any_cast_matcher::AnyCastMatcher
5276 void DescribeTo(std::ostream* os) const { function in class:testing::internal::WithWhatMatcherImpl
5342 void DescribeTo(std::ostream* os) const { function in class:testing::internal::ExceptionMatcherImpl
[all...]
H A Dgmock-spec-builders.h1088 extra_matcher_.DescribeTo(os);
1152 extra_matcher_.DescribeTo(os);
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc83 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { function in class:testing::__anon3::BetweenCardinalityImpl
H A Dgmock-matchers.cc293 matcher_describers_[0]->DescribeTo(os);
315 matcher_describers_[i]->DescribeTo(os);
356 matcher_describers_[i]->DescribeTo(os);
410 matcher_describers_[mi]->DescribeTo(listener->stream());
H A Dgmock-spec-builders.cc193 cardinality().DescribeTo(os);
250 cardinality().DescribeTo(&ss);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h52 void DescribeTo(std::ostream *OS) const override {
54 Matcher.DescribeTo(OS);
111 void DescribeTo(std::ostream *OS) const override {
115 Matcher->DescribeTo(OS);
148 void DescribeTo(std::ostream *OS) const override {
150 Matcher.DescribeTo(OS);
H A DSupportHelpers.h83 void DescribeTo(std::ostream *OS) const override {
85 ValueMatcher.DescribeTo(OS);
89 ValueMatcher.DescribeTo(OS);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Testing/ADT/
H A DStringMapEntry.h59 void DescribeTo(std::ostream *OS) const override {
61 KeyMatcher.DescribeTo(OS);
63 ValueMatcher.DescribeTo(OS);
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h72 // void DescribeTo(std::ostream*);
121 // being matched. For example, the DescribeTo() method of the Gt(7)
123 virtual void DescribeTo(::std::ostream* os) const = 0;
133 DescribeTo(os);
176 // virtual void DescribeTo(::std::ostream* os) const = 0;
244 void DescribeTo(::std::ostream* os) const final {
352 P::Get(m).DescribeTo(os);
600 matcher.DescribeTo(&os);
609 // class that has a DescribeTo() method and a DescribeNegationTo()
640 void DescribeTo(
702 void DescribeTo(std::ostream* os) const { function in class:testing::internal::ComparisonBase
817 void DescribeTo(::std::ostream* os) const { function in class:testing::internal::MatchesRegexMatcher
[all...]
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc605 matcher_.DescribeTo(&stream);

Completed in 235 milliseconds