Searched refs:PerFamilyRunReports (Results 1 – 4 of 4) sorted by relevance
49 BenchmarkReporter::PerFamilyRunReports* reports_for_family);61 BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const { in GetReportsForFamily()69 BenchmarkReporter::PerFamilyRunReports* reports_for_family;
306 std::map<int /*family_index*/, BenchmarkReporter::PerFamilyRunReports> in RunBenchmarks()319 BenchmarkReporter::PerFamilyRunReports* reports_for_family = nullptr; in RunBenchmarks()
146 BenchmarkReporter::PerFamilyRunReports* reports_for_family_) in BenchmarkRunner()
1598 struct PerFamilyRunReports { struct1599 PerFamilyRunReports() : num_runs_total(0), num_runs_done(0) {} in PerFamilyRunReports() function