Searched refs:MatcherUntypedBase (Results 1 – 1 of 1) sorted by relevance
3197 class MatcherUntypedBase { class3199 MatcherUntypedBase() = default;3200 MatcherUntypedBase ( MatcherUntypedBase const& ) = default;3201 MatcherUntypedBase& operator = ( MatcherUntypedBase const& ) = delete;3205 virtual ~MatcherUntypedBase();3234 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> {11235 std::string MatcherUntypedBase::toString() const { in toString()11241 MatcherUntypedBase::~MatcherUntypedBase() = default;