Searched refs:out_node (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize.h | 61 void SerializeXmlToPb(const xml::Element& el, pb::XmlNode* out_node, 65 void SerializeXmlResourceToPb(const xml::XmlResource& resource, pb::XmlNode* out_node,
|
D | ProtoSerialize.cpp | 744 static void SerializeXmlCommon(const xml::Node& node, pb::XmlNode* out_node) { in SerializeXmlCommon() argument 745 pb::SourcePosition* pb_src = out_node->mutable_source(); in SerializeXmlCommon() 750 void SerializeXmlToPb(const xml::Element& el, pb::XmlNode* out_node, in SerializeXmlToPb() argument 752 SerializeXmlCommon(el, out_node); in SerializeXmlToPb() 754 pb::XmlElement* pb_element = out_node->mutable_element(); in SerializeXmlToPb() 801 void SerializeXmlResourceToPb(const xml::XmlResource& resource, pb::XmlNode* out_node, in SerializeXmlResourceToPb() argument 803 SerializeXmlToPb(*resource.root, out_node, options); in SerializeXmlResourceToPb()
|