Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/examples/xml/
Dxml_writer.cc30 std::string ToXml(const Document& doc);
33 void ToXml(const std::string& name, const std::string& value);
34 void ToXml(const Element& element);
35 void ToXml(const Content& content);
36 void ToXml(const Misk& misk);
37 void ToXml(const DoctypeDecl& doctype);
44 void XmlWriter::ToXml(const std::string& name, const std::string& value) { in ToXml() function in protobuf_mutator::xml::__anonde8cc9d90111::XmlWriter
49 void XmlWriter::ToXml(const Misk& misk) { in ToXml() function in protobuf_mutator::xml::__anonde8cc9d90111::XmlWriter
59 void XmlWriter::ToXml(const DoctypeDecl& doctype) { in ToXml() function in protobuf_mutator::xml::__anonde8cc9d90111::XmlWriter
63 for (int i = 0; i < doctype.misk_size(); ++i) ToXml(doctype.misk(i)); in ToXml()
[all …]