Searched refs:PerFamilyRunReports (Results 1 – 4 of 4) sorted by relevance
62 BenchmarkReporter::PerFamilyRunReports* reports_for_family);74 BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const { in GetReportsForFamily()88 BenchmarkReporter::PerFamilyRunReports* reports_for_family;
371 std::map<int /*family_index*/, BenchmarkReporter::PerFamilyRunReports> in RunBenchmarks()396 BenchmarkReporter::PerFamilyRunReports* reports_for_family = nullptr; in RunBenchmarks()
223 BenchmarkReporter::PerFamilyRunReports* reports_for_family_) in BenchmarkRunner()
1812 struct PerFamilyRunReports { struct1813 PerFamilyRunReports() : num_runs_total(0), num_runs_done(0) {} in PerFamilyRunReports() function