Home
last modified time | relevance | path

Searched refs:zcbor_any_skip (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/src/
Dzcbor_decode.c970 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/
Dmain.c1043 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/
Dzcbor_decode.h273 bool zcbor_any_skip(zcbor_state_t *state, void *unused);
/zcbor-latest/
DRELEASE_NOTES.md206 * 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.