Searched defs:MatcherBase (Results 1 – 8 of 8) sorted by relevance
287 MatcherBase() : vtable_(nullptr) {} in MatcherBase() function291 explicit MatcherBase(const MatcherInterface<U>* impl) { in MatcherBase() function297 MatcherBase(M&& m) { // NOLINT in MatcherBase() function301 MatcherBase(const MatcherBase& other) in MatcherBase() function315 MatcherBase(MatcherBase&& other) in MatcherBase() function
48 struct MatcherBase { struct49 virtual ~MatcherBase() {} in ~MatcherBase() argument55 template <typename T> struct Matcher : public MatcherBase { bool match(T &t); }; argument
290 MatcherBase() {} in MatcherBase() function293 explicit MatcherBase(const MatcherInterface<T>* impl) in MatcherBase() function
304 MatcherBase() {} in MatcherBase() function307 explicit MatcherBase(const MatcherInterface<const T &> *impl) : impl_(impl) {} in MatcherBase() function
294 MatcherBase() {} in MatcherBase() function297 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
295 MatcherBase() {} in MatcherBase() function298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
3250 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct
3276 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct