Home
last modified time | relevance | path

Searched refs:all_runs_ (Results 1 - 2 of 2) sorted by relevance

/third_party/benchmark/test/
H A Dregister_benchmark_test.cc14 all_runs_.insert(all_runs_.end(), begin(report), end(report));
18 std::vector<Run> all_runs_; member in __anon1062::TestReporter
154 for (Run const& run : test_reporter.all_runs_) { in RunTestOne()
174 assert(test_reporter.all_runs_.begin() == test_reporter.all_runs_.end()); in RunTestTwo()
183 for (Run const& run : test_reporter.all_runs_) { in RunTestTwo()
H A Dskip_with_error_test.cc18 all_runs_.insert(all_runs_.end(), begin(report), end(report));
25 mutable std::vector<Run> all_runs_; member in __anon1063::TestReporter
191 for (Run const& run : test_reporter.all_runs_) { in main()

Completed in 1 milliseconds