Lines Matching +defs:set +defs:match +defs:data
3290 bool match( ArgT const& arg ) const override { in match() function
3324 bool match( ArgT const& arg ) const override { in match() function
3361 bool match( ArgT const& arg ) const override { in match() function
3506 bool match( T const& item ) const override { in match() function in Catch::Matchers::Generic::PredicateMatcher
3612 bool match(std::vector<T, Alloc> const &v) const override { in match() function
3633 bool match(std::vector<T, AllocMatch> const &v) const override { in match() function
3663 bool match(std::vector<T, AllocMatch> const &v) const override { in match() function
3686 bool match(std::vector<T, AllocMatch> const &v) const override { in match() function
3720 bool match(std::vector<T, AllocMatch> const& vec) const override { in match() function
4954 bool match( NSString* str ) const override { in match() function
4964 bool match( NSString* str ) const override { in match() function
4977 bool match( NSString* str ) const override { in match() function
4990 bool match( NSString* str ) const override { in match() function
5002 bool match( NSString* str ) const override { in match() function
7443 TStorage data; member
8311 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult()
9328 auto set( std::string const& newName ) -> ParserResult { in set() function in Catch::clara::detail::ExeName
9954 Config::Config( ConfigData const& data ) in Config()
11431 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match() function in Catch::Matchers::Exception::ExceptionMessageMatcher
11579 bool WithinAbsMatcher::match(double const& matchee) const { in match() function in Catch::Matchers::Floating::WithinAbsMatcher
11600 bool WithinUlpsMatcher::match(double const& matchee) const { in match() function in Catch::Matchers::Floating::WithinUlpsMatcher
11650 bool WithinRelMatcher::match(double const& matchee) const { in match() function in Catch::Matchers::Floating::WithinRelMatcher
11748 bool EqualsMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::EqualsMatcher
11754 bool ContainsMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::ContainsMatcher
11760 bool StartsWithMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::StartsWithMatcher
11766 bool EndsWithMatcher::match( std::string const& source ) const { in match() function in Catch::Matchers::StdString::EndsWithMatcher
11772 bool RegexMatcher::match(std::string const& matchee) const { in match() function in Catch::Matchers::StdString::RegexMatcher
13072 AssertionResultData data( resultType, LazyExpression( negated ) ); in reportExpr() local
13090 AssertionResultData data( resultType, LazyExpression( false ) ); in handleMessage() local
13111 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); in handleUnexpectedInflightException() local
13128 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); in handleIncomplete() local
13140 AssertionResultData data( resultType, LazyExpression( false ) ); in handleNonExpr() local
13344 for (auto const& match : m_matches) local
13360 for (auto const& match : m_matches) { in execute() local
13651 char data[bufferSize]; member in Catch::Detail::__anon0fc46ad33b11::StreamBufImpl
13924 auto StringRef::data() const noexcept -> char const* { in data() function in Catch::StringRef