Searched defs:unused (Results 1 – 3 of 3) sorted by relevance
466 bool zcbor_nil_put(zcbor_state_t *state, const void *unused)473 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused)
1147 bool zcbor_nil_expect(zcbor_state_t *state, void *unused) in zcbor_nil_expect()1155 bool zcbor_undefined_expect(zcbor_state_t *state, void *unused) in zcbor_undefined_expect()
845 static bool my_decode_EmptyMap(zcbor_state_t *state, void *unused) in my_decode_EmptyMap()