Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_matchers_vector.h131 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T>> { struct
132 UnorderedEqualsMatcher(std::vector<T> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function
133 bool match(std::vector<T> const& vec) const override { in match()
142 std::string describe() const override { in describe()
/external/libabigail/tests/lib/
Dcatch.hpp3713 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct
3714 UnorderedEqualsMatcher(std::vector<T, AllocComp> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function
3715 bool match(std::vector<T, AllocMatch> const& vec) const override { in match()
3722 std::string describe() const override { in describe()
3726 std::vector<T, AllocComp> const& m_target;
/external/catch2/single_include/catch2/
Dcatch.hpp3687 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T>> { struct
3688 UnorderedEqualsMatcher(std::vector<T> const& target) : m_target(target) {} in UnorderedEqualsMatcher() argument
3689 bool match(std::vector<T> const& vec) const override { in match()
3698 std::string describe() const override { in describe()
3702 std::vector<T> const& m_target;