Searched defs:string_pool (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceTable.h259 * NOTE: `string_pool` must come before `packages` so that it is destroyed
261 * When `string_pool` references are destroyed (as they will be when
266 StringPool string_pool; member in class:aapt::ResourceTable
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp55 StringPool* string_pool, xml::IPackageDeclStack* decl)
60 string_pool_(string_pool) {}
343 &table->string_pool, &decl_stack);
54 ReferenceLinkerVisitor(const CallSite& callsite, IAaptContext* context, SymbolTable* symbols, StringPool* string_pool, xml::IPackageDeclStack* decl) argument
/frameworks/base/tools/aapt2/test/
H A DBuilders.cpp68 return AddValue(name, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
74 return AddValue(name, config, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
85 return AddValue(name, id, util::make_unique<FileReference>(table_->string_pool.MakeRef(path)));
92 util::make_unique<FileReference>(table_->string_pool.MakeRef(path)));
126 StringPool* ResourceTableBuilder::string_pool() { function in class:aapt::test::ResourceTableBuilder
127 return &table_->string_pool;
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h135 StringPool string_pool; member in class:aapt::xml::XmlResource

Completed in 122 milliseconds