Home
last modified time | relevance | path

Searched defs:error_occurred (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dskip_with_error_test.cc30 bool error_occurred; member
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h848 bool error_occurred() const { return internal::SkippedWithError == skipped_; } in error_occurred() function