Searched defs:MatcherBase (Results 1 – 9 of 9) sorted by relevance
302 MatcherBase() : vtable_(nullptr) {} in MatcherBase() function306 explicit MatcherBase(const MatcherInterface<U>* impl) { in MatcherBase() function312 MatcherBase(M&& m) { // NOLINT in MatcherBase() function316 MatcherBase(const MatcherBase& other) in MatcherBase() function330 MatcherBase(MatcherBase&& other) in MatcherBase() function
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
306 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function310 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function317 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function321 MatcherBase(const MatcherBase& other) in MatcherBase() function335 MatcherBase(MatcherBase&& other) in MatcherBase() function
295 MatcherBase() {} in MatcherBase() function298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
3276 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct
3250 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct