Searched refs:stop_on_error (Results 1 – 6 of 6) sorted by relevance
31 state_e->constant_state->stop_on_error = true; in main()32 state_d->constant_state->stop_on_error = true; in main()
146 bool stop_on_error; member356 return !(cs && cs->stop_on_error && cs->error); in zcbor_check_error()
164 state_array[0].constant_state->stop_on_error = false; in zcbor_new_state()
234 state_e->constant_state->stop_on_error = true; in ZTEST()314 state_d->constant_state->stop_on_error = true; in ZTEST()
103 … Enable the `stop_on_error` functionality. Note that it also has to be enabled in the state variab…
387 …* Add a `stop_on_error` feature that makes functions abort when an error has occurred (to avoid ch…