Lines Matching refs:indent
297 bool ReportProtobufFileReader::Dump(const CallStackSample &message, int indent) in Dump() argument
299 PrintIndent(indent, "%s:\n", message.GetTypeName().c_str()); in Dump()
329 bool ReportProtobufFileReader::Dump(const SampleStatistic &message, int indent) in Dump() argument
331 PrintIndent(indent, "%s:\n", message.GetTypeName().c_str()); in Dump()
341 bool ReportProtobufFileReader::Dump(const SymbolTableFile &message, int indent) in Dump() argument
343 PrintIndent(indent, "%s:\n", message.GetTypeName().c_str()); in Dump()
355 bool ReportProtobufFileReader::Dump(const VirtualThreadInfo &message, int indent) in Dump() argument
357 PrintIndent(indent, "%s:\n", message.GetTypeName().c_str()); in Dump()
369 bool ReportProtobufFileReader::Dump(const ReportInfo &message, int indent) in Dump() argument
371 PrintIndent(indent, "%s:\n", message.GetTypeName().c_str()); in Dump()
380 bool ReportProtobufFileReader::Dump(const HiperfRecord &record, int indent) in Dump() argument
382 PrintIndent(indent, "%s:\n", record.GetTypeName().c_str()); in Dump()