Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3406 struct WithinRelMatcher : MatcherBase<double> { struct
3407 WithinRelMatcher(double target, double epsilon);
3422 Floating::WithinRelMatcher WithinRel(double target, double eps);
3424 Floating::WithinRelMatcher WithinRel(double target);
3425 Floating::WithinRelMatcher WithinRel(float target, float eps);
3427 Floating::WithinRelMatcher WithinRel(float target);
11486 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher() function in Catch::Matchers::Floating::WithinRelMatcher
11493 bool WithinRelMatcher::match(double const& matchee) const { in match()
11499 std::string WithinRelMatcher::describe() const { in describe()
11519 Floating::WithinRelMatcher WithinRel(double target, double eps) { in WithinRel()
[all …]