Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3193 template<typename ArgT> struct MatchAllOf;
3236 MatchAllOf<T> operator && ( MatcherBase const& other ) const;
3242 struct MatchAllOf : MatcherBase<ArgT> { struct
3266 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&() argument
3323 MatchAllOf<T> MatcherBase<T>::operator && ( MatcherBase const& other ) const { in operator &&()
3324 return MatchAllOf<T>() && *this && other; in operator &&()