Searched refs:SkipWithError (Results 1 – 10 of 10) sorted by relevance
65 state.SkipWithError("error message"); in BM_error_before_running()74 state.SkipWithError("error message"); in BM_error_before_running_batch()83 state.SkipWithError("error message"); in BM_error_before_running_range_for()97 state.SkipWithError("error message"); in BM_error_during_running()122 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()140 state.SkipWithError("error message"); in BM_error_after_running()155 state.SkipWithError("error message"); in BM_error_while_paused()
161 state.SkipWithError("message"); in BM_error()
797 `State::SkipWithError(const char* msg)` function can be used to skip that run803 The `SkipWithError(...)` function may be used at any point within the benchmark,812 state.SkipWithError("Resource is not good!");818 state.SkipWithError("Failed to read data!");826 state.SkipWithError("test will not be entered");828 state.SkipWithError("Failed!");
804 `State::SkipWithError(const char* msg)` function can be used to skip that run810 The `SkipWithError(...)` function may be used at any point within the benchmark,819 state.SkipWithError("Resource is not good!");825 state.SkipWithError("Failed to read data!");833 state.SkipWithError("test will not be entered");835 state.SkipWithError("Failed!");
179 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
539 void SkipWithError(const char* msg);