Searched refs:SkipWithError (Results 1 – 7 of 7) sorted by relevance
67 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()150 state.SkipWithError("error message"); in BM_error_after_running()165 state.SkipWithError("error message"); in BM_error_while_paused()
285 state.SkipWithError("message"); in BM_error()1101 state.SkipWithError("val\b\f\n\r\t\\\"with\"es,capes");1122 state.SkipWithError("\"freedom\""); in BM_CSV_Format()
1173 `State::SkipWithError(const std::string& msg)` function can be used to skip that run1179 The `SkipWithError(...)` function may be used at any point within the benchmark,1180 including before and after the benchmark loop. Moreover, if `SkipWithError(...)`1190 state.SkipWithError("Resource is not good!");1196 state.SkipWithError("Failed to read data!");1206 state.SkipWithError("Resource is not good!");1207 return; // Early return is allowed when SkipWithError() has been used.1212 state.SkipWithError("Failed to read data!");
160 .def("skip_with_error", &State::SkipWithError) in NB_MODULE()
276 void State::SkipWithError(const std::string& msg) { in SkipWithError() function in benchmark::State
842 void SkipWithError(const std::string& msg);