Home
last modified time | relevance | path

Searched defs:DescribeNegationTo (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h58 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
119 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
153 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
H A DSupportHelpers.h87 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h108 void DescribeNegationTo(ostream* os) const { *os << "is <= " << rhs; } in DescribeNegationTo() function
138 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function
H A Dgmock-matchers-comparisons_test.cc310 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anonbdf523750111::ReferencesBarOrIsZeroImpl
343 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anonbdf523750111::PolymorphicIsEvenImpl
2304 void DescribeNegationTo(ostream* os) const { in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2254 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::IsHalfOfMatcher
2542 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::PredicateFormatterFromMatcherTest::MockMatcher
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h85 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
H A Dgmock-matchers.h446 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() function
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h131 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function
250 void DescribeNegationTo(::std::ostream* os) const final { in DescribeNegationTo() function