Searched refs:pool_ (Results 1 – 7 of 7) sorted by relevance
226 : 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
22 inline ValueTransformer::ValueTransformer(StringPool* new_pool) : pool_(new_pool) { in ValueTransformer()
104 StringPool* const pool_;
84 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()
137 const StringPool* pool_; variable
1093 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()
176 transformed = util::make_unique<String>(pool_->MakeRef(string_builder.to_string())); in ParseValueWithAttribute()