Searched refs:proto_record (Results 1 – 1 of 1) sorted by relevance
122 bool WriteRecordInProtobuf(proto::Record& proto_record);329 proto::Record proto_record; in DumpProtobufReport() local330 if (!proto_record.ParseFromCodedStream(&coded_is)) { in DumpProtobufReport()335 if (proto_record.has_sample()) { in DumpProtobufReport()336 auto& sample = proto_record.sample(); in DumpProtobufReport()360 } else if (proto_record.has_lost()) { in DumpProtobufReport()361 auto& lost = proto_record.lost(); in DumpProtobufReport()367 } else if (proto_record.has_file()) { in DumpProtobufReport()368 auto& file = proto_record.file(); in DumpProtobufReport()384 } else if (proto_record.has_thread()) { in DumpProtobufReport()[all …]