Searched defs:MatcherBase (Results 1 – 3 of 3) sorted by relevance
270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function285 MatcherBase(const MatcherBase& other) in MatcherBase() function299 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
3281 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct