Searched defs:WithinAbsMatcher (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ | ||
D | catch_matchers_floating.h | 22 struct WithinAbsMatcher : MatcherBase<double> { struct |
D | catch_matchers_floating.cpp | 83 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher |
/external/catch2/single_include/catch2/ | ||
D | catch.hpp | 3048 struct WithinAbsMatcher : MatcherBase<double> { struct |