Searched defs:UnorderedEqualsMatcher (Results 1 – 3 of 3) sorted by relevance
131 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T>> { struct132 UnorderedEqualsMatcher(std::vector<T> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function133 bool match(std::vector<T> const& vec) const override { in match()142 std::string describe() const override { in describe()
3713 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct3714 UnorderedEqualsMatcher(std::vector<T, AllocComp> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function3715 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;
3687 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T>> { struct3688 UnorderedEqualsMatcher(std::vector<T> const& target) : m_target(target) {} in UnorderedEqualsMatcher() argument3689 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;