Searched refs:string_builder (Results 1 – 1 of 1) sorted by relevance
172 StringBuilder string_builder; in ParseValueWithAttribute() local173 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()174 if (string_builder) { in ParseValueWithAttribute()175 transformed = util::make_unique<String>(pool_->MakeRef(string_builder.to_string())); in ParseValueWithAttribute()