Home
last modified time | relevance | path

Searched defs:MatcherBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.h50 struct MatcherBase { struct
51 virtual ~MatcherBase() {} in ~MatcherBase() argument
57 template <typename T> struct Matcher : public MatcherBase { bool match(T &t); }; argument
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h295 MatcherBase() {} in MatcherBase() function
298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function