Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_xmlwriter.h44 class ScopedElement {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
48 ScopedElement( ScopedElement&& other ) noexcept;
49 ScopedElement& operator=( ScopedElement&& other ) noexcept;
51 ~ScopedElement();
53ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm…
56 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
74ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…
Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement() function in Catch::XmlWriter::ScopedElement
187 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement() function in Catch::XmlWriter::ScopedElement
194 … XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
206 XmlWriter::ScopedElement::~ScopedElement() { in ~ScopedElement()
212 …XmlWriter::ScopedElement& XmlWriter::ScopedElement::writeText( std::string const& text, XmlFormatt… in writeText()
243 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement()
244 ScopedElement scoped( this, fmt ); in scopedElement()
/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp68 XmlWriter::ScopedElement e = xml.scopedElement("file"); in writeTestFile()
89 XmlWriter::ScopedElement e = xml.scopedElement("testCase"); in writeSection()
140 XmlWriter::ScopedElement e = xml.scopedElement(elementName); in writeAssertion()
Dcatch_reporter_junit.cpp117 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup()
186 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection()
242 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion()
Dcatch_reporter_xml.cpp175 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded()
189 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp68 XmlWriter::ScopedElement e = xml.scopedElement("file"); in writeTestFile()
89 XmlWriter::ScopedElement e = xml.scopedElement("testCase"); in writeSection()
140 XmlWriter::ScopedElement e = xml.scopedElement(elementName); in writeAssertion()
Dcatch.hpp6207 class ScopedElement { class in Catch::XmlWriter
6209 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
6211 ScopedElement( ScopedElement&& other ) noexcept;
6212 ScopedElement& operator=( ScopedElement&& other ) noexcept;
6214 ~ScopedElement();
6216ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm…
6219 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
6237ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…
15300 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement() function in Catch::XmlWriter::ScopedElement
15305 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement() function in Catch::XmlWriter::ScopedElement
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp6241 class ScopedElement { class in Catch::XmlWriter
6243 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
6245 ScopedElement( ScopedElement&& other ) noexcept;
6246 ScopedElement& operator=( ScopedElement&& other ) noexcept;
6248 ~ScopedElement();
6250ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm…
6253 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
6271ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…
15544 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement() function in Catch::XmlWriter::ScopedElement
15549 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement() function in Catch::XmlWriter::ScopedElement
[all …]
/external/bcc/tests/cc/
Dcatch.hpp8912 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()
[all …]