Searched refs:error_occurred (Results 1 – 8 of 8) sorted by relevance
30 bool error_occurred; member38 BM_CHECK(error_occurred == run.error_occurred); in CheckRun()40 if (error_occurred) { in CheckRun()
78 report.error_occurred = results.has_error_; in CreateRunReport()88 if (!report.error_occurred) { in CreateRunReport()127 BM_CHECK(st.error_occurred() || st.iterations() >= st.max_iterations) in RunInThread()340 if (!report.error_occurred) reports_for_family->Runs.push_back(report); in DoOneRepetition()
94 [](Run const& run) { return run.error_occurred; }); in ComputeStats()134 if (run.error_occurred) continue; in ComputeStats()
264 if (run.error_occurred) { in PrintRunData()265 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
109 if (run.error_occurred) { in PrintRunData()
126 if (result.error_occurred) { in PrintRunData()
160 .def_property_readonly("error_occurred", &State::error_occurred) in PYBIND11_MODULE()
652 bool error_occurred() const { return error_occurred_; } in error_occurred() function1530 error_occurred(false), in Run()1553 bool error_occurred; member