Searched defs:UnorderedEqualsMatcher (Results 1 – 1 of 1) sorted by relevance
3718 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct3719 UnorderedEqualsMatcher(std::vector<T, AllocComp> const& target) : m_target(target) {} in UnorderedEqualsMatcher() argument3720 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;