Lines Matching refs:ScopedElement
8912 class ScopedElement { class in Catch::XmlWriter
8914 ScopedElement( XmlWriter* writer ) in ScopedElement() function in Catch::XmlWriter::ScopedElement
8918 ScopedElement( ScopedElement const& other ) in ScopedElement() function in Catch::XmlWriter::ScopedElement
8923 ~ScopedElement() { in ~ScopedElement()
8928 ScopedElement& writeText( std::string const& text, bool indent = true ) { in writeText()
8934 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
8970 ScopedElement scopedElement( std::string const& name ) { in scopedElement()
8971 ScopedElement scoped( this ); in scopedElement()
9211 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded()
9225 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded()
9323 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup()
9374 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection()
9440 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion()