Searched defs:MatcherBase (Results 1 – 7 of 7) 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
295 MatcherBase() {} in MatcherBase() function298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
304 MatcherBase() {} in MatcherBase() function307 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