Searched refs:xml_resource (Results 1 – 2 of 2) sorted by relevance
41 explicit Visitor(IAaptContext* context, xml::XmlResource* xml_resource) in Visitor() argument42 : context_(context), xml_resource_(xml_resource) {} in Visitor()
273 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>(); in Inflate() local335 CopyAttributes(el.get(), &tree, &xml_resource->string_pool); in Inflate()340 xml_resource->root = std::move(el); in Inflate()372 return xml_resource; in Inflate()