Searched refs:SkipWithError (Results 1 – 10 of 10) sorted by relevance
65 state.SkipWithError("error message"); in BM_error_before_running()79 state.SkipWithError("error message"); in BM_error_during_running()101 state.SkipWithError("error message"); in BM_error_after_running()116 state.SkipWithError("error message"); in BM_error_while_paused()
108 state.SkipWithError("message"); in BM_error()
437 `State::SkipWithError(const char* msg)` function can be used to skip that run442 The `SkipWithError(...)` function may be used at any point within the benchmark,451 state.SkipWithError("Resource is not good!");457 state.SkipWithError("Failed to read data!");
565 `State::SkipWithError(const char* msg)` function can be used to skip that run570 The `SkipWithError(...)` function may be used at any point within the benchmark,579 state.SkipWithError("Resource is not good!");585 state.SkipWithError("Failed to read data!");
335 void SkipWithError(const char* msg);
386 void SkipWithError(const char* msg);
409 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
431 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State