Searched refs:map_elem_count (Results 1 – 3 of 3) sorted by relevance
731 += zcbor_flags_to_bytes(state->decode_state.map_elem_count);735 state->decode_state.map_elem_count = 0;757 ZCBOR_LARGE_ELEM_COUNT : state->decode_state.map_elem_count * 2);789 const size_t last_index = (state->decode_state.map_elem_count - 1);792 ZCBOR_ERR_IF((index >= state->decode_state.map_elem_count),825 size_t new_bytes = zcbor_flags_to_bytes(state->decode_state.map_elem_count);832 state->decode_state.map_elem_count845 return (state->decode_state.map_elems_processed < state->decode_state.map_elem_count);861 size_t old_map_elem_count = state->decode_state.map_elem_count;863 state->decode_state.map_elem_count = MAX(old_map_elem_count, elem_count / 2);[all …]
150 state_array[0].decode_state.map_elem_count = 0; in zcbor_new_state()
137 size_t map_elem_count; /**< Number of elements in the current unordered map. member