Searched refs:ApproxMatcher (Results 1 – 3 of 3) sorted by relevance
95 struct ApproxMatcher : MatcherBase<std::vector<T>> { struct97 ApproxMatcher(std::vector<T> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() argument111 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument116 ApproxMatcher& margin( T const& newMargin ) { in margin() argument121 ApproxMatcher& scale( T const& newScale ) { in scale() argument170 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { in Approx()171 return Vector::ApproxMatcher<T>( comparator ); in Approx()
3651 struct ApproxMatcher : MatcherBase<std::vector<T>> { struct3653 ApproxMatcher(std::vector<T> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() argument3667 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument3672 ApproxMatcher& margin( T const& newMargin ) { in margin() argument3677 ApproxMatcher& scale( T const& newScale ) { in scale() argument3726 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { in Approx()3727 return Vector::ApproxMatcher<T>( comparator ); in Approx()
3677 struct ApproxMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct3679 … ApproxMatcher(std::vector<T, AllocComp> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() function3693 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument3698 ApproxMatcher& margin( T const& newMargin ) { in margin() argument3703 ApproxMatcher& scale( T const& newScale ) { in scale() argument3750 …Vector::ApproxMatcher<T, AllocComp, AllocMatch> Approx( std::vector<T, AllocComp> const& comparato… in Approx()3751 return Vector::ApproxMatcher<T, AllocComp, AllocMatch>( comparator ); in Approx()