Lines Matching +defs:match +defs:point
3243 bool match( ArgT const& arg ) const override { in match() function
3276 bool match( ArgT const& arg ) const override { in match() function
3312 bool match( ArgT const& arg ) const override { in match() function
3457 bool match( T const& item ) const override { in match() function in Catch::Matchers::Generic::PredicateMatcher
3563 bool match(std::vector<T> const &v) const override { in match() function
3584 bool match(std::vector<T> const &v) const override { in match() function
3614 bool match(std::vector<T> const &v) const override { in match() function
3637 bool match(std::vector<T> const &v) const override { in match() function
3671 bool match(std::vector<T> const& vec) const override { in match() function
4894 bool match( NSString* str ) const override { in match() function
4904 bool match( NSString* str ) const override { in match() function
4917 bool match( NSString* str ) const override { in match() function
4930 bool match( NSString* str ) const override { in match() function
4942 bool match( NSString* str ) const override { in match() function
5370 Duration point; member
6973 double point = estimator(first, last); in bootstrap() local
11257 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match() function in Catch::Matchers::Exception::ExceptionMessageMatcher
11422 bool WithinAbsMatcher::match(double const& matchee) const { in match() function in Catch::Matchers::Floating::WithinAbsMatcher
11443 bool WithinUlpsMatcher::match(double const& matchee) const { in match() function in Catch::Matchers::Floating::WithinUlpsMatcher
11493 bool WithinRelMatcher::match(double const& matchee) const { in match() function in Catch::Matchers::Floating::WithinRelMatcher
11592 bool EqualsMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::EqualsMatcher
11598 bool ContainsMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::ContainsMatcher
11604 bool StartsWithMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::StartsWithMatcher
11610 bool EndsWithMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::EndsWithMatcher
11616 bool RegexMatcher::match(std::string const& matchee) const { in match() function in Catch::Matchers::StdString::RegexMatcher
13108 for (auto const& match : m_matches) local
13124 for (auto const& match : m_matches) { in execute() local