Lines Matching +defs:xml +defs:node +defs:name
464 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line argument
465 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) argument
467 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) argument
469 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) argument
749 #define INTERNAL_CATCH_MAKE_NAMESPACE(name) INTERNAL_CATCH_MAKE_NAMESPACE2(name) argument
978 StringRef name; member
2867 std::string name; member
4789 std::string name; member
4917 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods() local
5027 #define OC_TEST_CASE2( name, desc, uniqueSuffix ) \ argument
5038 #define OC_TEST_CASE( name, desc ) OC_TEST_CASE2( name, desc, __LINE__ ) argument
5147 std::string name; member
5296 std::string name; member
5504 std::string name; member
5511 std::string name; member
5604 std::string name; member
5869 std::shared_ptr<SectionNode> node; in sectionStarting() local
5908 SectionNode& node = *m_sectionStack.back(); in sectionEnded() local
5913 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded() local
5924 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded() local
5929 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded() local
6055 explicit ReporterRegistrar( std::string const& name ) { in ReporterRegistrar()
6083 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument
6096 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
6253 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
6280 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
6350 XmlWriter xml; member in Catch::JunitReporter
7353 std::string name; member
7361 #define INTERNAL_CATCH_BENCHMARK(BenchmarkName, name, benchmarkIndex)\ argument
7365 #define INTERNAL_CATCH_BENCHMARK_ADVANCED(BenchmarkName, name)\ argument
7464 std::string name; member
9338 auto name() const -> std::string { return *m_name; } in name() function in Catch::clara::detail::ExeName
9426 for( auto const &name : m_optNames ) { in isMatch() local
9474 for( auto const &name : m_optNames ) { in validate() local
10013 …std::string Config::name() const { return m_data.name.empty() ? m_data.processNa… in name() function in Catch::Config
10758 struct SignalDefs { DWORD id; const char* name; }; member
10818 const char* name; member
10839 char const * name = "<unknown signal>"; in handleSignal() local
12413 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter()
12473 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
12480 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter()
12818 void RunContext::benchmarkPreparing(std::string const& name) { in benchmarkPreparing()
14239 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
14562 TestSpec::Pattern::Pattern( std::string const& name ) in Pattern()
14568 std::string const& TestSpec::Pattern::name() const { in name() function in Catch::TestSpec::Pattern
14572 TestSpec::NamePattern::NamePattern( std::string const& name, std::string const& filterString ) in NamePattern()
14605 std::string TestSpec::Filter::name() const { in name() function in Catch::TestSpec::Filter
14606 std::string name; in name() local
15590 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
15604 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement()
15629 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
15635 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
16226 std::string name; member
16466 void ConsoleReporter::benchmarkPreparing(std::string const& name) { in benchmarkPreparing()
16899 std::string name = trim( sectionNode.stats.sectionInfo.name ); in writeSection() local
17047 void ListeningReporter::benchmarkPreparing( std::string const& name ) { in benchmarkPreparing()
17376 void XmlReporter::benchmarkPreparing(std::string const& name) { in benchmarkPreparing()
17579 #define CATCH_BENCHMARK_ADVANCED(name) \ argument
17683 #define BENCHMARK_ADVANCED(name) \ argument