Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.h66 struct IPackageDeclStack { struct
67 virtual ~IPackageDeclStack() = default;
77 void ResolvePackage(const IPackageDeclStack* decl_stack, Reference* in_ref);
H A DXmlUtil.cpp61 void ResolvePackage(const IPackageDeclStack* decl_stack, Reference* in_ref) { in ResolvePackage()
H A DXmlPullParser.h41 class XmlPullParser : public IPackageDeclStack {
H A DXmlDom.h229 class PackageAwareVisitor : public Visitor, public IPackageDeclStack {
/aosp14/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h36 xml::IPackageDeclStack* decl) in ReferenceLinkerTransformer()
62 xml::IPackageDeclStack* package_decls_;
113 const xml::IPackageDeclStack* decls,
130 const xml::IPackageDeclStack* decls);
H A DReferenceLinker.cpp43 const xml::IPackageDeclStack* decls) in LoggingResourceName()
49 const xml::IPackageDeclStack* decls_;
188 class EmptyDeclStack : public xml::IPackageDeclStack {
203 struct MacroDeclStack : public xml::IPackageDeclStack {
343 const xml::IPackageDeclStack* decls, in WriteAttributeName()
376 const xml::IPackageDeclStack* decls) { in LinkReference()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser.h63 xml::IPackageDeclStack* namespace_resolver;