Home
last modified time | relevance | path

Searched refs:XmlWriter (Results 1 – 17 of 17) sorted by relevance

/external/catch2/include/internal/
Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
187 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept in ScopedElement()
194XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
206 XmlWriter::ScopedElement::~ScopedElement() { in ~ScopedElement()
212XmlWriter::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()
243XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement()
249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
[all …]
Dcatch_xmlwriter.h41 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;
72XmlWriter& 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/
DXmlWriter.java20 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 …]
DKeycodeMapToXml.java18 private final XmlWriter xmlWriter;
20 private KeycodeMapToXml(KeycodeMap keycodeMap, Platform platform, XmlWriter xmlWriter) { in KeycodeMapToXml()
28 XmlWriter xmlWriter = XmlWriter.newXmlWriter(writer); in writeToXml()
DKeyboardToXml.java27 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/
Dxml_writer.cc27 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/
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()
170 XmlWriter xml;
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_junit.h51 XmlWriter xml;
Dcatch_reporter_xml.h62 XmlWriter m_xml;
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()
170 XmlWriter xml;
Dcatch.hpp6204 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;
6235XmlWriter& 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/
Dplist_writer.cc18 bool BuildPlistString(const base::Value& node, XmlWriter& plist_writer) { in BuildPlistString()
79 XmlWriter plist_writer; in PlistWrite()
/external/libabigail/tests/lib/
Dcatch.hpp6238 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;
6269XmlWriter& 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/
Dcatch.hpp8909 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/
Drelease-notes.md343 * Unrestored stream state in `XmlWriter` (#1489)