Searched refs:SkipWithError (Results 1 – 7 of 7) sorted by relevance
123 State.SkipWithError("Map copy not identical"); in run()144 State.SkipWithError("Map copy not identical"); in run()253 State.SkipWithError("Inserted a duplicate element"); in run()295 State.SkipWithError("Inserted a duplicate element"); in run()330 State.SkipWithError("Inserted a duplicate element"); in run()372 State.SkipWithError("Inserted a duplicate element"); in run()414 State.SkipWithError("Inserted a duplicate element"); in run()449 State.SkipWithError("Inserted a duplicate element"); in run()492 State.SkipWithError("Emplaced a duplicate element"); in run()770 State.SkipWithError("Did not erase the entire map"); in run()[all …]
65 state.SkipWithError("error message"); in BM_error_no_running()71 state.SkipWithError("error message"); in BM_error_before_running()80 state.SkipWithError("error message"); in BM_error_before_running_batch()89 state.SkipWithError("error message"); in BM_error_before_running_range_for()103 state.SkipWithError("error message"); in BM_error_during_running()129 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()147 state.SkipWithError("error message"); in BM_error_after_running()162 state.SkipWithError("error message"); in BM_error_while_paused()
280 state.SkipWithError("message"); in BM_error()1095 state.SkipWithError("val\b\f\n\r\t\\\"with\"es,capes");1116 state.SkipWithError("\"freedom\""); in BM_CSV_Format()
1080 `State::SkipWithError(const char* msg)` function can be used to skip that run1086 The `SkipWithError(...)` function may be used at any point within the benchmark,1087 including before and after the benchmark loop. Moreover, if `SkipWithError(...)`1097 state.SkipWithError("Resource is not good!");1103 state.SkipWithError("Failed to read data!");1113 state.SkipWithError("Resource is not good!");1114 return; // Early return is allowed when SkipWithError() has been used.1119 state.SkipWithError("Failed to read data!");
159 .def("skip_with_error", &State::SkipWithError) in PYBIND11_MODULE()
205 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
649 void SkipWithError(const char* msg);