Searched refs:string_builder (Results 1 – 1 of 1) sorted by relevance
140 StringBuilder string_builder; in ParseValueWithAttribute() local141 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()142 if (string_builder) { in ParseValueWithAttribute()144 util::make_unique<String>(string_pool_->MakeRef(string_builder.to_string())); in ParseValueWithAttribute()