Searched refs:ReportRuns (Results 1 - 18 of 18) sorted by relevance

/external/google-benchmark/test/
H A Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon7371::TestReporter
23 ConsoleReporter::ReportRuns(report);
H A Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon7376::TestReporter
15 ConsoleReporter::ReportRuns(report);
H A Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon7377::TestReporter
19 ConsoleReporter::ReportRuns(report);
H A Doutput_test_helper.cc142 void ReportRuns(const std::vector<Run>& report) { function in class:internal::__anon7375::TestReporter
143 for (auto rep : reporters_) rep->ReportRuns(report);
/external/libcxx/utils/google-benchmark/test/
H A Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon11198::TestReporter
23 ConsoleReporter::ReportRuns(report);
H A Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon11203::TestReporter
15 ConsoleReporter::ReportRuns(report);
H A Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon11204::TestReporter
19 ConsoleReporter::ReportRuns(report);
H A Doutput_test_helper.cc142 void ReportRuns(const std::vector<Run>& report) { function in class:internal::__anon11202::TestReporter
143 for (auto rep : reporters_) rep->ReportRuns(report);
/external/google-benchmark/src/
H A Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { function in class:benchmark::CSVReporter
H A Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { function in class:benchmark::ConsoleReporter
H A Djson_reporter.cc123 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { function in class:benchmark::JSONReporter
H A Dbenchmark.cc516 console_reporter->ReportRuns(reports);
517 if (file_reporter) file_reporter->ReportRuns(reports);
/external/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { function in class:benchmark::CSVReporter
H A Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { function in class:benchmark::ConsoleReporter
H A Djson_reporter.cc123 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { function in class:benchmark::JSONReporter
H A Dbenchmark.cc516 console_reporter->ReportRuns(reports);
517 if (file_reporter) file_reporter->ReportRuns(reports);
/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1273 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1325 virtual void ReportRuns(const std::vector<Run>& reports);
1341 virtual void ReportRuns(const std::vector<Run>& reports);
1354 virtual void ReportRuns(const std::vector<Run>& reports);
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1273 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1325 virtual void ReportRuns(const std::vector<Run>& reports);
1341 virtual void ReportRuns(const std::vector<Run>& reports);
1354 virtual void ReportRuns(const std::vector<Run>& reports);

Completed in 177 milliseconds