Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c850 static bool should_try_key(zcbor_state_t *state) in should_try_key() function
884 static bool should_try_key(zcbor_state_t *state) in should_try_key() function
892 if (should_try_key(state)) { in zcbor_elem_processed()
962 if (should_try_key(state) && try_key(state, key_result, key_decoder)) { in zcbor_unordered_map_search()
1075 ZCBOR_ERR_IF(should_try_key(state), ZCBOR_ERR_ELEMS_NOT_PROCESSED); in zcbor_unordered_map_end_decode()