Searched refs:MatchNotOf (Results 1 – 1 of 1) sorted by relevance
3195 template<typename ArgT> struct MatchNotOf;3238 MatchNotOf<T> operator ! () const;3308 struct MatchNotOf : MatcherBase<ArgT> { struct3310 …MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher … in MatchNotOf() argument3331 MatchNotOf<T> MatcherBase<T>::operator ! () const { in operator !()3332 return MatchNotOf<T>( *this ); in operator !()