/external/llvm-project/llvm/utils/benchmark/test/ |
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon46b36a520111::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 __anon91919fbb0111::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 __anon5ab6ffa70111::TestReporter 19 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon66d954cb0111::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 __anon73d207b40111::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 __anon0622c2400111::TestReporter 19 ConsoleReporter::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 __anon373c09640111::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 __anon29af69cd0111::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 __anon3d20b2f90111::TestReporter 19 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
/external/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon4467ee5d0111::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 __anon27418c460111::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 __anona23440120111::TestReporter 19 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
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
|
/external/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | benchmark.cc | 273 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks() 275 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
|
D | console_reporter.cc | 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | benchmark.cc | 273 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks() 275 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
|
/external/google-benchmark/src/ |
D | csv_reporter.cc | 57 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | benchmark.cc | 267 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks() 269 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
|
D | console_reporter.cc | 71 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 1351 virtual void ReportRuns(const std::vector<Run>& report) = 0; 1403 virtual void ReportRuns(const std::vector<Run>& reports); 1419 virtual void ReportRuns(const std::vector<Run>& reports); 1432 virtual void ReportRuns(const std::vector<Run>& reports);
|
/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/llvm-project/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);
|