Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp3561 struct ContainsMatcher : StringMatcherBase { struct
3629 struct ContainsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct
3631ContainsMatcher(std::vector<T, AllocComp> const &comparator) : m_comparator( comparator ) {} in ContainsMatcher() function
3633 bool match(std::vector<T, AllocMatch> const &v) const override { in match()
3651 std::string describe() const override { in describe()
3655 std::vector<T, AllocComp> const& m_comparator;
11752ContainsMatcher::ContainsMatcher( CasedString const& comparator ) : StringMatcherBase( "contains",… in ContainsMatcher() function in Catch::Matchers::StdString::ContainsMatcher