Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-matchers.h270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
285 MatcherBase(const MatcherBase& other) in MatcherBase() function
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
/llvm-project/libc/test/UnitTest/
H A DLibcTest.h46 struct MatcherBase { in ~MatcherBase() argument
45 struct MatcherBase { global() struct
52 is_silentMatcherBase global() argument