Searched refs:MatchAllOf (Results 1 – 1 of 1) sorted by relevance
3193 template<typename ArgT> struct MatchAllOf;3236 MatchAllOf<T> operator && ( MatcherBase const& other ) const;3242 struct MatchAllOf : MatcherBase<ArgT> { struct3266 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&() argument3323 MatchAllOf<T> MatcherBase<T>::operator && ( MatcherBase const& other ) const { in operator &&()3324 return MatchAllOf<T>() && *this && other; in operator &&()