Home
last modified time | relevance | path

Searched refs:writeSourceInfo (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp40 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) { in writeSourceInfo() function in Catch::XmlReporter
76 writeSourceInfo( testInfo.lineInfo ); in testCaseStarting()
88 writeSourceInfo( sectionInfo.lineInfo ); in sectionStarting()
125 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
137 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
143 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
156 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
Dcatch_reporter_xml.h27 void writeSourceInfo(SourceLineInfo const& sourceInfo);
/external/catch2/single_include/catch2/
Dcatch.hpp5714 void writeSourceInfo(SourceLineInfo const& sourceInfo);
14342 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) { in writeSourceInfo() function in Catch::XmlReporter
14378 writeSourceInfo( testInfo.lineInfo ); in testCaseStarting()
14390 writeSourceInfo( sectionInfo.lineInfo ); in sectionStarting()
14426 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
14438 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
14444 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()
14457 writeSourceInfo( result.getSourceInfo() ); in assertionEnded()