Searched refs:JSONReporter (Results 1 – 7 of 7) sorted by relevance
67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()149 void JSONReporter::Finalize() { in Finalize()154 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
449 return PtrType(new JSONReporter); in CreateReporter()
120 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()223 void JSONReporter::Finalize() { in Finalize()228 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
388 return PtrType(new JSONReporter); in CreateReporter()
1404 class JSONReporter : public BenchmarkReporter {1406 JSONReporter() : first_report_(true) {} in JSONReporter() function
1693 class JSONReporter : public BenchmarkReporter {1695 JSONReporter() : first_report_(true) {} in JSONReporter() function
393 benchmark::JSONReporter JR; in RunOutputTests()