Searched refs:ContainsElementMatcher (Results 1 – 1 of 1) sorted by relevance
3559 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct3561 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function3698 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains()3699 return Vector::ContainsElementMatcher<T>( comparator ); in VectorContains()