/external/catch2/include/internal/ |
D | catch_xmlwriter.cpp | 182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement() 187 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in 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() 217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter 222 XmlWriter::~XmlWriter() { in ~XmlWriter() 229 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement() 243 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement() 249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement() [all …]
|
D | catch_xmlwriter.h | 41 class XmlWriter { 46 ScopedElement( XmlWriter* writer, XmlFormatting fmt ); 62 mutable XmlWriter* m_writer = nullptr; 66 XmlWriter( std::ostream& os = Catch::cout() ); 67 ~XmlWriter(); 69 XmlWriter( XmlWriter const& ) = delete; 70 XmlWriter& operator=( XmlWriter const& ) = delete; 72 …XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | Xml… 76 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); 78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ); [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/ |
D | XmlWriter.java | 20 final class XmlWriter { class 24 private XmlWriter(XMLStreamWriter writer) { in XmlWriter() method in XmlWriter 28 static XmlWriter newXmlWriter(Writer writer) { in newXmlWriter() 36 return new XmlWriter(xmlStreamWriter); in newXmlWriter() 39 XmlWriter startDocument(String doctype, String dtdLocation) { in startDocument() 51 XmlWriter endDocument() { in endDocument() 62 XmlWriter startElement(String name) { in startElement() 66 XmlWriter startElement(String name, Map<String, ?> attributeToValue) { in startElement() 81 XmlWriter endElement() { in endElement() 93 XmlWriter addElement(String name, Map<String, ?> attributeToValue) { in addElement() [all …]
|
D | KeycodeMapToXml.java | 18 private final XmlWriter xmlWriter; 20 private KeycodeMapToXml(KeycodeMap keycodeMap, Platform platform, XmlWriter xmlWriter) { in KeycodeMapToXml() 28 XmlWriter xmlWriter = XmlWriter.newXmlWriter(writer); in writeToXml()
|
D | KeyboardToXml.java | 27 private final XmlWriter xmlWriter; 29 private KeyboardToXml(Keyboard keyboard, XmlWriter xmlWriter) { in KeyboardToXml() 36 XmlWriter xmlWriter = XmlWriter.newXmlWriter(writer); in writeToXml()
|
/external/libprotobuf-mutator/examples/xml/ |
D | xml_writer.cc | 27 class XmlWriter { class 29 XmlWriter(); 42 XmlWriter::XmlWriter() {} in XmlWriter() function in protobuf_mutator::xml::__anonbc989db70111::XmlWriter 44 void XmlWriter::ToXml(const std::string& name, const std::string& value) { in ToXml() 49 void XmlWriter::ToXml(const Misk& misk) { in ToXml() 59 void XmlWriter::ToXml(const DoctypeDecl& doctype) { in ToXml() 67 void XmlWriter::ToXml(const Content& content) { in ToXml() 79 void XmlWriter::ToXml(const Element& element) { in ToXml() 99 std::string XmlWriter::ToXml(const Document& doc) { in ToXml() 123 XmlWriter writer; in MessageToXml()
|
/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() 170 XmlWriter xml;
|
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_junit.h | 51 XmlWriter xml;
|
D | catch_reporter_xml.h | 62 XmlWriter m_xml;
|
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() 170 XmlWriter xml;
|
D | catch.hpp | 6204 class XmlWriter { class 6209 ScopedElement( XmlWriter* writer, XmlFormatting fmt ); 6225 mutable XmlWriter* m_writer = nullptr; 6229 XmlWriter( std::ostream& os = Catch::cout() ); 6230 ~XmlWriter(); 6232 XmlWriter( XmlWriter const& ) = delete; 6233 XmlWriter& operator=( XmlWriter const& ) = delete; 6235 …XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | Xml… 6239 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); 6241 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ); [all …]
|
/external/libchrome/components/policy/core/common/ |
D | plist_writer.cc | 18 bool BuildPlistString(const base::Value& node, XmlWriter& plist_writer) { in BuildPlistString() 79 XmlWriter plist_writer; in PlistWrite()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6238 class XmlWriter { class 6243 ScopedElement( XmlWriter* writer, XmlFormatting fmt ); 6259 mutable XmlWriter* m_writer = nullptr; 6263 XmlWriter( std::ostream& os = Catch::cout() ); 6264 ~XmlWriter(); 6266 XmlWriter( XmlWriter const& ) = delete; 6267 XmlWriter& operator=( XmlWriter const& ) = delete; 6269 …XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | Xml… 6273 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); 6275 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ); [all …]
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8909 class XmlWriter { class 8914 ScopedElement( XmlWriter* writer ) in ScopedElement() 8940 mutable XmlWriter* m_writer; 8943 XmlWriter() in XmlWriter() function in Catch::XmlWriter 8949 XmlWriter( std::ostream& os ) in XmlWriter() function in Catch::XmlWriter 8955 ~XmlWriter() { in ~XmlWriter() 8960 XmlWriter& startElement( std::string const& name ) { in startElement() 8976 XmlWriter& endElement() { in endElement() 8990 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() 8996 XmlWriter& writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() [all …]
|
/external/catch2/docs/ |
D | release-notes.md | 343 * Unrestored stream state in `XmlWriter` (#1489)
|