/freebsd-src/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 68 bool MatchAndExplain(const MatcheeContainerType& c, in MatchAndExplain() function 78 bool MatchAndExplain(const char* s, MatchResultListener* listener) const { in MatchAndExplain() function
|
H A D | gmock-matchers.h | 417 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
H A D | Error.h | 37 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function 89 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function 138 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
|
H A D | SupportHelpers.h | 78 bool MatchAndExplain(const O &Input, in MatchAndExplain() function
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 110 bool MatchAndExplain(T lhs, MatchResultListener* listener) const { in MatchAndExplain() function 142 bool MatchAndExplain(T lhs, MatchResultListener* listener) const override { in MatchAndExplain() function
|
H A D | gmock-matchers-comparisons_test.cc | 94 bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::__anon7dac90070111::EvenMatcherImpl 115 bool MatchAndExplain(int x, MatchResultListener* listener) const override { in MatchAndExplain() function in testing::gmock_matchers_test::__anon7dac90070111::NewEvenMatcherImpl 202 TEST_P(MatcherTestP, MatchAndExplain) { in TEST_P() argument 303 bool MatchAndExplain(const T& x, MatchResultListener* /* listener */) const { in MatchAndExplain() function in testing::gmock_matchers_test::__anon7dac90070111::ReferencesBarOrIsZeroImpl 346 bool MatchAndExplain(cons function in testing::gmock_matchers_test::__anon7dac90070111::PolymorphicIsEvenImpl 2288 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { TEST() function in testing::gmock_matchers_test::__anon7dac90070111::DivisibleByImpl [all...] |
H A D | gmock-matchers-containers_test.cc | 1606 TEST(IsSupersetOfTest, MatchAndExplain) { in TEST() argument 1734 TEST(IsSubsetOfTest, MatchAndExplain) { in TEST() argument 2228 bool MatchAndExplain(const std::tuple<T1, T2>& a_pair, MatchAndExplain() function in testing::gmock_matchers_test::__anon69613d8f0111::IsHalfOfMatcher 2504 bool MatchAndExplain(Behavior behavior, MatchAndExplain() function in testing::gmock_matchers_test::__anon69613d8f0111::PredicateFormatterFromMatcherTest::MockMatcher
|
H A D | gmock-matchers-misc_test.cc | 970 bool MatchAndExplain(std::tuple<char, int> value, in MatchAndExplain() function in testing::gmock_matchers_test::__anon5eb5c2850111::LessThanMatcher
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 232 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
|