Home
last modified time | relevance | path

Searched refs:ApproxMatcher (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_vector.h95 struct ApproxMatcher : MatcherBase<std::vector<T>> { struct
97 ApproxMatcher(std::vector<T> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() argument
111 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument
116 ApproxMatcher& margin( T const& newMargin ) { in margin() argument
121 ApproxMatcher& scale( T const& newScale ) { in scale() argument
170 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { in Approx()
171 return Vector::ApproxMatcher<T>( comparator ); in Approx()
/external/catch2/single_include/catch2/
Dcatch.hpp3651 struct ApproxMatcher : MatcherBase<std::vector<T>> { struct
3653 ApproxMatcher(std::vector<T> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() argument
3667 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument
3672 ApproxMatcher& margin( T const& newMargin ) { in margin() argument
3677 ApproxMatcher& scale( T const& newScale ) { in scale() argument
3726 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { in Approx()
3727 return Vector::ApproxMatcher<T>( comparator ); in Approx()
/external/libabigail/tests/lib/
Dcatch.hpp3677 struct ApproxMatcher : MatcherBase<std::vector<T, AllocMatch>> { struct
3679ApproxMatcher(std::vector<T, AllocComp> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() function
3693 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() argument
3698 ApproxMatcher& margin( T const& newMargin ) { in margin() argument
3703 ApproxMatcher& scale( T const& newScale ) { in scale() argument
3750 …Vector::ApproxMatcher<T, AllocComp, AllocMatch> Approx( std::vector<T, AllocComp> const& comparato… in Approx()
3751 return Vector::ApproxMatcher<T, AllocComp, AllocMatch>( comparator ); in Approx()