Lines Matching refs:to_string
83 printer_->Print(parent_name.type.to_string()); in Visit()
88 printer_->Print(parent_ref.id.value().to_string()); in Visit()
92 printer_->Print(parent_ref.id.value().to_string()); in Visit()
145 printer_->Print(symbol.symbol.id.value().to_string()); in Visit()
149 printer_->Print(symbol.symbol.id.value().to_string()); in Visit()
171 printer_->Print(entry.key.id.value().to_string()); in Visit()
175 printer_->Print(entry.key.id.value().to_string()); in Visit()
227 printer_->Print(attr.id.value().to_string()); in Visit()
233 printer_->Print(attr.id.value().to_string()); in Visit()
276 printer->Print(to_string(type.type)); in PrintTable()
286 .to_string()); in PrintTable()
290 printer->Print(to_string(type.type)); in PrintTable()
316 printer->Print(entry.staged_id.value().id.to_string()); in PrintTable()
325 printer->Print(value->config.to_string()); in PrintTable()
330 printer->Print(value->value->GetSource().to_string()); in PrintTable()
486 printer_->Print(attr.compiled_attribute.value().id.value_or(ResourceId(0)).to_string()); in Visit()
550 StringPrintf("%s/%s", to_string(type->type).data(), entry->name.c_str()); in DumpOverlayable()
667 printer_->Print(StringPrintf(" config: %s\n", config.to_string().c_str())); in PrintTableType()