HomeSort by: relevance | last modified time | path
    Searched defs:error_occurred_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 613 bool error_occurred_; member in class:benchmark::State
671 if (!error_occurred_ && total_iterations_ >= n) {
701 : cached_(st->error_occurred_ ? 0 : st->max_iterations), parent_(st) {}
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 654 bool error_occurred_; member in class:benchmark::internal::State
706 if (!error_occurred_ && total_iterations_ >= n) {
736 : cached_(st->error_occurred_ ? 0 : st->max_iterations), parent_(st) {}

Completed in 25 milliseconds