Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp9106 m_xml.setStream( stream ); in testRunStarting()
9107 m_xml.startElement( "Catch" ); in testRunStarting()
9109 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()
9114 m_xml.startElement( "Group" ) in testGroupStarting()
9120 m_xml.startElement( "TestCase" ).writeAttribute( "name", trim( testInfo.name ) ); in testCaseStarting()
9129 m_xml.startElement( "Section" ) in sectionStarting()
9146 m_xml.scopedElement( "Info" ) in assertionEnded()
9149 m_xml.scopedElement( "Warning" ) in assertionEnded()
9161 m_xml.startElement( "Expression" ) in assertionEnded()
9167 m_xml.scopedElement( "Original" ) in assertionEnded()
[all …]