Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 6 of 6) sorted by relevance

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp31 state_e->constant_state->stop_on_error = true; in main()
32 state_d->constant_state->stop_on_error = true; in main()
/zcbor-latest/include/
Dzcbor_common.h146 bool stop_on_error; member
356 return !(cs && cs->stop_on_error && cs->error); in zcbor_check_error()
/zcbor-latest/src/
Dzcbor_common.c164 state_array[0].constant_state->stop_on_error = false; in zcbor_new_state()
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c234 state_e->constant_state->stop_on_error = true; in ZTEST()
314 state_d->constant_state->stop_on_error = true; in ZTEST()
/zcbor-latest/
DREADME.md103 … Enable the `stop_on_error` functionality. Note that it also has to be enabled in the state variab…
DRELEASE_NOTES.md387 …* Add a `stop_on_error` feature that makes functions abort when an error has occurred (to avoid ch…