Searched refs:out_node (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize.h | 47 void SerializeXmlToPb(const xml::Element& el, pb::XmlNode* out_node, 51 void SerializeXmlResourceToPb(const xml::XmlResource& resource, pb::XmlNode* out_node,
|
D | ProtoSerialize.cpp | 653 static void SerializeXmlCommon(const xml::Node& node, pb::XmlNode* out_node) { in SerializeXmlCommon() argument 654 pb::SourcePosition* pb_src = out_node->mutable_source(); in SerializeXmlCommon() 659 void SerializeXmlToPb(const xml::Element& el, pb::XmlNode* out_node, in SerializeXmlToPb() argument 661 SerializeXmlCommon(el, out_node); in SerializeXmlToPb() 663 pb::XmlElement* pb_element = out_node->mutable_element(); in SerializeXmlToPb() 710 void SerializeXmlResourceToPb(const xml::XmlResource& resource, pb::XmlNode* out_node, in SerializeXmlResourceToPb() argument 712 SerializeXmlToPb(*resource.root, out_node, options); in SerializeXmlResourceToPb()
|