Searched refs:WithinAbsMatcher (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_matchers_floating.cpp | 83 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher 91 bool WithinAbsMatcher::match(double const& matchee) const { in match() 95 std::string WithinAbsMatcher::describe() const { in describe() 143 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs() 144 return Floating::WithinAbsMatcher(target, margin); in WithinAbs()
|
D | catch_matchers_floating.h | 22 struct WithinAbsMatcher : MatcherBase<double> { struct 23 WithinAbsMatcher(double target, double margin); 48 Floating::WithinAbsMatcher WithinAbs(double target, double margin); argument
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3048 struct WithinAbsMatcher : MatcherBase<double> { struct 3049 WithinAbsMatcher(double target, double margin); 3073 Floating::WithinAbsMatcher WithinAbs(double target, double margin); 9380 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher 9388 bool WithinAbsMatcher::match(double const& matchee) const { in match() 9392 std::string WithinAbsMatcher::describe() const { in describe() 9437 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs() 9438 return Floating::WithinAbsMatcher(target, margin); in WithinAbs()
|