Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp3608 struct ContainsElementMatcher : MatcherBase<std::vector<T, Alloc>> { struct
3610 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() function
3612 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;