Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/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
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3234 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct