Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3381 struct WithinAbsMatcher : MatcherBase<double> { struct
3382 WithinAbsMatcher(double target, double margin);
3421 Floating::WithinAbsMatcher WithinAbs(double target, double margin);
11414 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher
11422 bool WithinAbsMatcher::match(double const& matchee) const { in match()
11426 std::string WithinAbsMatcher::describe() const { in describe()
11515 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
11516 return Floating::WithinAbsMatcher(target, margin); in WithinAbs()