Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c813 static size_t get_current_index(zcbor_state_t *state, uint32_t index_offset) in get_current_index() function
829 size_t index = (mode == FLAG_MODE_CLEAR_UNUSED) ? last_index : get_current_index(state, mode); in manipulate_flags()
927 zcbor_log("Found element at index %zu.\n", get_current_index(state, 1)); in try_key()