Searched refs:string_builder (Results 1 – 1 of 1) sorted by relevance
158 util::StringBuilder string_builder; in ParseValueWithAttribute() local159 string_builder.Append(*raw_string->value); in ParseValueWithAttribute()160 if (string_builder) { in ParseValueWithAttribute()161 transformed = util::make_unique<String>(string_pool_->MakeRef(string_builder.ToString())); in ParseValueWithAttribute()