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

/frameworks/base/tools/aapt2/
H A DResourceTable.h254 // NOTE: `string_pool` must come before `packages` so that it is destroyed after.
255 // When `string_pool` references are destroyed (as they will be when `packages` is destroyed),
258 StringPool string_pool; member in class:aapt::ResourceTable
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp51 StringPool* string_pool, xml::IPackageDeclStack* decl)
56 string_pool_(string_pool) {}
378 &table->string_pool, &decl_stack);
50 ReferenceLinkerVisitor(const CallSite& callsite, IAaptContext* context, SymbolTable* symbols, StringPool* string_pool, xml::IPackageDeclStack* decl) argument
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h151 StringPool string_pool; member in class:aapt::xml::XmlResource
/frameworks/base/tools/aapt2/test/
H A DBuilders.cpp72 return AddValue(name, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
78 return AddValue(name, config, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
91 auto file_ref = util::make_unique<FileReference>(table_->string_pool.MakeRef(path));
100 auto file_ref = util::make_unique<FileReference>(table_->string_pool.MakeRef(path));
137 StringPool* ResourceTableBuilder::string_pool() { function in class:aapt::test::ResourceTableBuilder
138 return &table_->string_pool;

Completed in 80 milliseconds