Searched refs:ApproxMatcher (Results 1 – 1 of 1) sorted by relevance
3633 struct ApproxMatcher : MatcherBase<std::vector<T>> { struct3635 ApproxMatcher(std::vector<T> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() function3649 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument3654 ApproxMatcher& margin( T const& newMargin ) { in margin() argument3659 ApproxMatcher& scale( T const& newScale ) { in scale() argument3708 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { in Approx()3709 return Vector::ApproxMatcher<T>( comparator ); in Approx()