/external/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anondec09d7b0111::TestReporter 23 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | register_benchmark_test.cc | 13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon4a3bd8640111::TestReporter 15 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | skip_with_error_test.cc | 17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon11fed0f00111::TestReporter 19 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | output_test_helper.cc | 151 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anon94eb62650111::TestReporter 152 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
|
/external/google-benchmark/test/ |
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonbfcdcfc20111::TestReporter 23 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | register_benchmark_test.cc | 13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonb9ffad2b0111::TestReporter 15 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | skip_with_error_test.cc | 17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anona0f283170111::TestReporter 19 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | output_test_helper.cc | 156 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anon872e5ecc0111::TestReporter 157 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark.cc | 273 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks() 275 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
|
D | csv_reporter.cc | 45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | console_reporter.cc | 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
|
/external/google-benchmark/src/ |
D | benchmark.cc | 267 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks() 269 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
|
D | csv_reporter.cc | 57 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | console_reporter.cc | 71 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 169 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1409 virtual void ReportRuns(const std::vector<Run>& report) = 0; 1463 virtual void ReportRuns(const std::vector<Run>& reports); 1479 virtual void ReportRuns(const std::vector<Run>& reports); 1493 virtual void ReportRuns(const std::vector<Run>& reports);
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1461 virtual void ReportRuns(const std::vector<Run>& report) = 0; 1515 virtual void ReportRuns(const std::vector<Run>& reports); 1531 virtual void ReportRuns(const std::vector<Run>& reports); 1546 virtual void ReportRuns(const std::vector<Run>& reports);
|