Home
last modified time | relevance | path

Searched refs:SkipWithError (Results 1 - 6 of 6) sorted by relevance

/third_party/benchmark/test/
H A Dskip_with_error_test.cc67 state.SkipWithError("error message"); in BM_error_no_running()
73 state.SkipWithError("error message"); in BM_error_before_running()
82 state.SkipWithError("error message"); in BM_error_before_running_batch()
91 state.SkipWithError("error message"); in BM_error_before_running_range_for()
105 state.SkipWithError("error message"); in BM_error_during_running()
131 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()
133 // doesn't automatically terminate when SkipWithError is set. in BM_error_during_running_ranged_for()
150 state.SkipWithError("error message"); in BM_error_after_running()
165 state.SkipWithError("error message"); in BM_error_while_paused()
H A Dreporter_output_test.cc282 state.SkipWithError("message"); in BM_error()
1098 state.SkipWithError("val\b\f\n\r\t\\\"with\"es,capes");
1119 state.SkipWithError("\"freedom\""); in BM_CSV_Format()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
H A DReactorBenchmarks.cpp37 state.SkipWithError("Coroutines are not supported"); in BENCHMARK_DEFINE_F()
/third_party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc160 .def("skip_with_error", &State::SkipWithError) in NB_MODULE()
/third_party/benchmark/src/
H A Dbenchmark.cc271 void State::SkipWithError(const std::string& msg) { in SkipWithError() function in benchmark::State
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h758 // 'SkipWithError(...)' has not been called by the current thread.
774 // 'SkipWithError(...)' has not been called by the current thread.
784 // REQUIRES: 'SkipWithMessage(...)' or 'SkipWithError(...)' has not been
806 // REQUIRES: 'SkipWithMessage(...)' or 'SkipWithError(...)' has not been
821 // NOTE: Calling 'SkipWithError(...)' does not cause the benchmark to exit
825 void SkipWithError(const std::string& msg);
827 // Returns true if 'SkipWithMessage(...)' or 'SkipWithError(...)' was called.
830 // Returns true if an error has been reported with 'SkipWithError(...)'.

Completed in 8 milliseconds