Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp3718 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct
3719 UnorderedEqualsMatcher(std::vector<T, AllocComp> const& target) : m_target(target) {} in UnorderedEqualsMatcher() argument
3720 bool match(std::vector<T, AllocMatch> const& vec) const override { in match()
3727 std::string describe() const override { in describe()
3731 std::vector<T, AllocComp> const& m_target;