Searched defs:ContainsElementMatcher (Results 1 – 1 of 1) sorted by relevance
3608 struct ContainsElementMatcher : MatcherBase<std::vector<T, Alloc>> { struct3610 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function3612 bool match(std::vector<T, Alloc> const &v) const override { in match()3621 std::string describe() const override { in describe()3625 T const& m_comparator;