Home
last modified time | relevance | path

Searched defs:indefinite_length_array (Results 1 – 2 of 2) sorted by relevance

/zcbor-3.7.0/src/
Dzcbor_decode.c646 bool indefinite_length_array = false; local
702 const bool indefinite_length_array = false; local
1427 const bool indefinite_length_array = false; local
1429 const bool indefinite_length_array = ((additional == ZCBOR_VALUE_IS_INDEFINITE_LENGTH) local
/zcbor-3.7.0/include/
Dzcbor_common.h113 bool indefinite_length_array; /**< Is set to true if the decoder is currently member