Searched refs:ContainsElementMatcher (Results 1 – 3 of 3) sorted by relevance
21 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct23 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function160 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains()161 return Vector::ContainsElementMatcher<T>( comparator ); in VectorContains()
3577 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct3579 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function3716 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains()3717 return Vector::ContainsElementMatcher<T>( comparator ); in VectorContains()
3603 struct ContainsElementMatcher : MatcherBase<std::vector<T, Alloc>> { struct3605 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function3740 Vector::ContainsElementMatcher<T, Alloc> VectorContains( T const& comparator ) { in VectorContains()3741 return Vector::ContainsElementMatcher<T, Alloc>( comparator ); in VectorContains()