/external/catch2/include/internal/ |
D | catch_xmlwriter.h | 44 class ScopedElement { 46 ScopedElement( XmlWriter* writer, XmlFormatting fmt ); 48 ScopedElement( ScopedElement&& other ) noexcept; 49 ScopedElement& operator=( ScopedElement&& other ) noexcept; 51 ~ScopedElement(); 53 …ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm… 56 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() 74 …ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…
|
D | catch_xmlwriter.cpp | 182 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/ |
D | catch_reporter_sonarqube.hpp | 68 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()
|
D | catch_reporter_junit.cpp | 117 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()
|
D | catch_reporter_xml.cpp | 175 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded() 189 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 68 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()
|
D | catch.hpp | 6207 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(); 6216 …ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm… 6219 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() 6237 …ScopedElement 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/ |
D | catch.hpp | 6241 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(); 6250 …ScopedElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | Xm… 6253 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() 6271 …ScopedElement 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/ |
D | catch.hpp | 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() [all …]
|