Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_common.h318 bool zcbor_union_elem_code(zcbor_state_t *state);
/zcbor-latest/src/
Dzcbor_decode.c279 if (!zcbor_union_elem_code(state)) { in zcbor_int32_expect_union()
289 if (!zcbor_union_elem_code(state)) { in zcbor_int64_expect_union()
299 if (!zcbor_union_elem_code(state)) { in zcbor_uint32_expect_union()
309 if (!zcbor_union_elem_code(state)) { in zcbor_uint64_expect_union()
Dzcbor_common.c118 bool zcbor_union_elem_code(zcbor_state_t *state) in zcbor_union_elem_code() function
/zcbor-latest/
DRELEASE_NOTES.md49 * Don't omit zcbor_union_elem_code() when there is a range check.