Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp226 : pool_(pool), method_(method), localizer_(method) {} in Visitor()
229 CloningValueTransformer cloner(pool_); in Visit()
232 Visitor sub_visitor(pool_, method_); in Visit()
272 std::unique_ptr<String> localized = util::make_unique<String>(pool_->MakeRef(result)); in Visit()
279 item = PseudolocalizeStyledString(string, method_, pool_); in Visit()
287 StringPool* pool_; member in aapt::__anona22ee59c0111::Visitor
/frameworks/base/tools/aapt2/
DValueTransformer_inline.h22 inline ValueTransformer::ValueTransformer(StringPool* new_pool) : pool_(new_pool) { in ValueTransformer()
DValueTransformer.h104 StringPool* const pool_;
DStringPool.cpp84 return entry_->pool_->styles_.size() + entry_->index_; in index()
188 entry->pool_ = this; in MakeRefImpl()
197 if (ref.entry_->pool_ == this) { in MakeRef()
254 entry->pool_ = this; in Merge()
DStringPool.h137 const StringPool* pool_; variable
DResourceValues.cpp1093 auto new_value = std::make_unique<RawString>(pool_->MakeRef(value->value)); in TransformDerived()
1098 auto new_value = std::make_unique<String>(pool_->MakeRef(value->value)); in TransformDerived()
1104 auto new_value = std::make_unique<StyledString>(pool_->MakeRef(value->value)); in TransformDerived()
1111 auto new_value = std::make_unique<FileReference>(pool_->MakeRef(value->path)); in TransformDerived()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp176 transformed = util::make_unique<String>(pool_->MakeRef(string_builder.to_string())); in ParseValueWithAttribute()