Home
last modified time | relevance | path

Searched defs:SubElement (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dxml_element_writer.cc58 std::unique_ptr<XmlElementWriter> XmlElementWriter::SubElement( in SubElement() function in XmlElementWriter
63 std::unique_ptr<XmlElementWriter> XmlElementWriter::SubElement( in SubElement() function in XmlElementWriter
Dxml_element_writer.h110 std::unique_ptr<XmlElementWriter> XmlElementWriter::SubElement( in SubElement() function
/third_party/python/Lib/xml/etree/
DElementTree.py426 def SubElement(parent, tag, attrib={}, **extra): function