Home
last modified time | relevance | path

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

/freebsd-src/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-src/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::__anon7dac90070111::ReferencesBarOrIsZeroImpl
343 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anon7dac90070111::PolymorphicIsEvenImpl
2295 void DescribeNegationTo(ostream* os) const { TEST() function in testing::gmock_matchers_test::__anon7dac90070111::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2243 void DescribeNegationTo(ostream* os) const { DescribeNegationTo() function in testing::gmock_matchers_test::__anon69613d8f0111::IsHalfOfMatcher
2531 void DescribeNegationTo(ostream* os) const override { DescribeNegationTo() function in testing::gmock_matchers_test::__anon69613d8f0111::PredicateFormatterFromMatcherTest::MockMatcher
/freebsd-src/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
[all...]
/freebsd-src/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