Home
last modified time | relevance | path

Searched refs:MatchNotOf (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3195 template<typename ArgT> struct MatchNotOf;
3238 MatchNotOf<T> operator ! () const;
3308 struct MatchNotOf : MatcherBase<ArgT> { struct
3310MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher … in MatchNotOf() argument
3331 MatchNotOf<T> MatcherBase<T>::operator ! () const { in operator !()
3332 return MatchNotOf<T>( *this ); in operator !()