Home
last modified time | relevance | path

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

/zcbor-latest/samples/pet/src/
Dpet_decode.c40 …tate, (*&(*result).names), sizeof(struct zcbor_string))) || (zcbor_list_map_end_force_decode(state… in decode_Pet()
45 … (zcbor_error(state, ZCBOR_ERR_WRONG_VALUE), false)))))) || (zcbor_list_map_end_force_decode(state… in decode_Pet()
/zcbor-latest/include/
Dzcbor_decode.h257 bool zcbor_list_map_end_force_decode(zcbor_state_t *state);
/zcbor-latest/src/
Dzcbor_decode.c1085 bool zcbor_list_map_end_force_decode(zcbor_state_t *state) in zcbor_list_map_end_force_decode() function
/zcbor-latest/
DRELEASE_NOTES.md412 * Introduce `zcbor_list_map_end_force_encode()` and `zcbor_list_map_end_force_decode()`.