Searched defs:MatcherBase (Results 1 – 5 of 5) sorted by relevance
52 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct
288 MatcherBase() {} in MatcherBase() function291 explicit MatcherBase(const MatcherInterface<T>* impl) in MatcherBase() function
287 MatcherBase() {} in MatcherBase() function290 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
220 MatcherBase() {} in MatcherBase() function223 explicit MatcherBase(const MatcherInterface<T>* impl) in MatcherBase() function
2925 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct