Searched refs:zcbor_any_skip (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/src/ |
| D | zcbor_decode.c | 970 if (!zcbor_any_skip(state, NULL) || !zcbor_any_skip(state, NULL)) { in zcbor_unordered_map_search() 1079 zcbor_any_skip(state, NULL); in zcbor_unordered_map_end_decode() 1452 bool zcbor_any_skip(zcbor_state_t *state, void *result) in zcbor_any_skip() function 1505 if (!zcbor_any_skip(&state_copy, NULL)) { in zcbor_any_skip()
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 1043 bool ret = zcbor_any_skip(state_d, NULL); in ZTEST() 1049 ret = zcbor_any_skip(state_d, NULL); in ZTEST() 1055 zassert_true(zcbor_any_skip(state_d, NULL)); in ZTEST() 1060 zassert_true(zcbor_any_skip(state_d, NULL)); in ZTEST() 1065 zassert_true(zcbor_any_skip(state_d, NULL)); in ZTEST() 1070 zassert_true(zcbor_any_skip(state_d, NULL)); in ZTEST() 1082 ret = zcbor_any_skip(state_d, NULL); in ZTEST() 1098 zassert_true(zcbor_any_skip(state_d, NULL)); in ZTEST()
|
| /zcbor-latest/include/ |
| D | zcbor_decode.h | 273 bool zcbor_any_skip(zcbor_state_t *state, void *unused);
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 206 * Refactor zcbor_any_skip() 405 * Rename to `zcbor_any_skip()` 407 * Have `zcbor_any_skip()` consume any tags that are present. 433 * zcbor_decode.c: Fix `zcbor_any_skip()` so it reverts the state correctly on fail.
|