Searched refs:UnorderedEqualsMatcher (Results 1 – 4 of 4) sorted by relevance
131 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T>> { struct132 UnorderedEqualsMatcher(std::vector<T> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function175 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { in UnorderedEquals()176 return Vector::UnorderedEqualsMatcher<T>(target); in UnorderedEquals()
418 * `UnorderedEqualsMatcher` will no longer accept erroneously accept
3687 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T>> { struct3688 UnorderedEqualsMatcher(std::vector<T> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function3731 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { in UnorderedEquals()3732 return Vector::UnorderedEqualsMatcher<T>(target); in UnorderedEquals()
3713 struct UnorderedEqualsMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct3714 UnorderedEqualsMatcher(std::vector<T, AllocComp> const& target) : m_target(target) {} in UnorderedEqualsMatcher() function3755 …Vector::UnorderedEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp>… in UnorderedEquals()3756 return Vector::UnorderedEqualsMatcher<T, AllocComp, AllocMatch>( target ); in UnorderedEquals()