Searched refs:zcbor_list_map_end_force_encode (Results 1 – 4 of 4) sorted by relevance
40 …state, (*&(*input).names), sizeof(struct zcbor_string))) || (zcbor_list_map_end_force_encode(state… in encode_Pet()46 …: false))))) || (zcbor_list_map_end_force_encode(state), false)) && zcbor_list_end_encode(state, 3… in encode_Pet()
130 bool zcbor_list_map_end_force_encode(zcbor_state_t *state);
433 bool zcbor_list_map_end_force_encode(zcbor_state_t *state) function
412 * Introduce `zcbor_list_map_end_force_encode()` and `zcbor_list_map_end_force_decode()`.