HomeSort by relevance Sort by last modified time
    Searched refs:IPackageDeclStack (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlUtil.h 85 struct IPackageDeclStack {
86 virtual ~IPackageDeclStack() = default;
99 * via the IPackageDeclStack. This will also mark the Reference as private if
102 void TransformReferenceFromNamespace(IPackageDeclStack* decl_stack,
XmlUtil.cpp 65 void TransformReferenceFromNamespace(IPackageDeclStack* decl_stack,
XmlDom.h 205 class PackageAwareVisitor : public Visitor, public IPackageDeclStack {
XmlPullParser.h 41 class XmlPullParser : public IPackageDeclStack {
  /frameworks/base/tools/aapt2/link/
ReferenceLinker.h 97 * the xml::IPackageDeclStack, then mangles and looks up the symbol. If the
104 SymbolTable* symbols, xml::IPackageDeclStack* decls);
XmlReferenceLinker.cpp 46 xml::IPackageDeclStack* decls)
63 xml::IPackageDeclStack* decls_;
ReferenceLinker.cpp 55 StringPool* string_pool, xml::IPackageDeclStack* decl)
175 xml::IPackageDeclStack* package_decls_;
180 class EmptyDeclStack : public xml::IPackageDeclStack {
297 xml::IPackageDeclStack* decls) {

Completed in 1304 milliseconds