Home
last modified time | relevance | path

Searched refs:all_runs_ (Results 1 – 4 of 4) sorted by relevance

/external/google-benchmark/test/
Dregister_benchmark_test.cc14 all_runs_.insert(all_runs_.end(), begin(report), end(report)); in ReportRuns()
18 std::vector<Run> all_runs_; member in __anonb9ffad2b0111::TestReporter
142 for (Run const& run : test_reporter.all_runs_) { in RunTestOne()
162 assert(test_reporter.all_runs_.begin() == test_reporter.all_runs_.end()); in RunTestTwo()
171 for (Run const& run : test_reporter.all_runs_) { in RunTestTwo()
Dskip_with_error_test.cc18 all_runs_.insert(all_runs_.end(), begin(report), end(report)); in ReportRuns()
25 mutable std::vector<Run> all_runs_; member in __anona0f283170111::TestReporter
187 for (Run const& run : test_reporter.all_runs_) { in main()
/external/libcxx/utils/google-benchmark/test/
Dregister_benchmark_test.cc14 all_runs_.insert(all_runs_.end(), begin(report), end(report)); in ReportRuns()
18 std::vector<Run> all_runs_; member in __anon4a3bd8640111::TestReporter
142 for (Run const& run : test_reporter.all_runs_) { in RunTestOne()
162 assert(test_reporter.all_runs_.begin() == test_reporter.all_runs_.end()); in RunTestTwo()
171 for (Run const& run : test_reporter.all_runs_) { in RunTestTwo()
Dskip_with_error_test.cc18 all_runs_.insert(all_runs_.end(), begin(report), end(report)); in ReportRuns()
25 mutable std::vector<Run> all_runs_; member in __anon11fed0f00111::TestReporter
181 for (Run const& run : test_reporter.all_runs_) { in main()