Searched refs:ScopedElement (Results 1 – 6 of 6) sorted by relevance
160 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer ) in ScopedElement() function in Catch::XmlWriter::ScopedElement164 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement() function in Catch::XmlWriter::ScopedElement168 … XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()178 XmlWriter::ScopedElement::~ScopedElement() { in ~ScopedElement()183 …XmlWriter::ScopedElement& XmlWriter::ScopedElement::writeText( std::string const& text, bool inden… in writeText()208 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) { in scopedElement()209 ScopedElement scoped( this ); in scopedElement()
36 class ScopedElement {38 ScopedElement( XmlWriter* writer );40 ScopedElement( ScopedElement&& other ) noexcept;41 ScopedElement& operator=( ScopedElement&& other ) noexcept;43 ~ScopedElement();45 ScopedElement& writeText( std::string const& text, bool indent = true );48 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()65 ScopedElement scopedElement( std::string const& name );
123 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup()176 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection()236 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion()
173 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded()187 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded()
5584 class ScopedElement { class in Catch::XmlWriter5586 ScopedElement( XmlWriter* writer );5588 ScopedElement( ScopedElement&& other ) noexcept;5589 ScopedElement& operator=( ScopedElement&& other ) noexcept;5591 ~ScopedElement();5593 ScopedElement& writeText( std::string const& text, bool indent = true );5596 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()5613 ScopedElement scopedElement( std::string const& name );12865 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer ) in ScopedElement() function in Catch::XmlWriter::ScopedElement12869 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement() function in Catch::XmlWriter::ScopedElement[all …]
8912 class ScopedElement { class in Catch::XmlWriter8914 ScopedElement( XmlWriter* writer ) in ScopedElement() function in Catch::XmlWriter::ScopedElement8918 ScopedElement( ScopedElement const& other ) in ScopedElement() function in Catch::XmlWriter::ScopedElement8923 ~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()[all …]