Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3559 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct
3561 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function
3698 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains()
3699 return Vector::ContainsElementMatcher<T>( comparator ); in VectorContains()