Home
last modified time | relevance | path

Searched refs:has_error_ (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dthread_manager.h47 bool has_error_ = false; member
H A Dbenchmark_runner.cc78 report.error_occurred = results.has_error_; in CreateRunReport()
260 return i.results.has_error_ || in ShouldReportIterationResults()
H A Dbenchmark.cc210 if (manager_->results.has_error_ == false) { in SkipWithError()
212 manager_->results.has_error_ = true; in SkipWithError()