Lines Matching +defs:node +defs:arg
3776 MatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) in MatchExpr()
3798 …auto makeMatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) ->… in makeMatchExpr()
3805 #define INTERNAL_CHECK_THAT( macroName, matcher, resultDisposition, arg ) \ argument
5881 std::shared_ptr<SectionNode> node; in sectionStarting() local
5920 SectionNode& node = *m_sectionStack.back(); in sectionEnded() local
5925 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded() local
5936 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded() local
5941 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded() local
9188 inline auto invokeLambda( L const &lambda, std::string const &arg ) -> ParserResult { in invokeLambda()
9543 for( auto const &arg : m_args ) { in writeToStream() local
9591 for( auto const &arg : m_args ) { in validate() local
9615 for (auto const &arg : m_args) parseInfos[i++].parser = &arg; in parse() local
14712 TestSpecParser& TestSpecParser::parse( std::string const& arg ) { in parse()
14933 TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec()
16483 void ConsoleReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments()
17124 void ListeningReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments()
17601 #define CATCH_CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_CHECK_THAT", matcher, Catch::R… argument
17603 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catc… argument
17697 #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CHECK_THAT", matcher, Catch::ResultDisposi… argument
17699 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDis… argument
17806 #define CATCH_CHECK_THAT( arg, matcher ) (void)(0) argument
17808 #define CATCH_REQUIRE_THAT( arg, matcher ) (void)(0) argument
17890 #define CHECK_THAT( arg, matcher ) (void)(0) argument
17892 #define REQUIRE_THAT( arg, matcher ) (void)(0) argument