Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp155 util::StringBuilder string_builder; in ParseValueWithAttribute() local
156 string_builder.Append(*raw_string->value); in ParseValueWithAttribute()
157 if (string_builder) { in ParseValueWithAttribute()
158 transformed = util::make_unique<String>(string_pool_->MakeRef(string_builder.ToString())); in ParseValueWithAttribute()