Searched refs:WithinAbsMatcher (Results 1 – 1 of 1) sorted by relevance
3381 struct WithinAbsMatcher : MatcherBase<double> { struct3382 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::WithinAbsMatcher11422 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()