Searched defs:MatchNotOf (Results 1 – 1 of 1) sorted by relevance
1126 struct MatchNotOf : MatcherBase<ArgT> { struct1128 …MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher … in MatchNotOf() function1130 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()1134 virtual std::string describe() const CATCH_OVERRIDE { in describe()1137 MatcherBase<ArgT> const& m_underlyingMatcher;