Searched defs:MatchAndExplain (Results 1 – 7 of 7) sorted by relevance
/llvm-project/third-party/unittest/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
|
/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
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | Matchers.h | 55 bool MatchAndExplain(const std::vector<T> &V, in MatchAndExplain() function 174 MatchAndExplain(Optional optional, MatchAndExplain() function
|
H A D | FuzzyMatchTests.cpp | 58 bool MatchAndExplain(llvm::StringRef Pattern, in MatchAndExplain() function 195 bool MatchAndExplain(llvm::StringRef Pattern, in MatchAndExplain() function
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 232 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
|