Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_common.h150 bool manually_process_elem; /**< Whether an (unordered map) element should be automatically member
169 ? state->constant_state->manually_process_elem : ZCBOR_MANUALLY_PROCESS_ELEM_DEFAULT)
/zcbor-latest/src/
Dzcbor_common.c167 state_array[0].constant_state->manually_process_elem = ZCBOR_MANUALLY_PROCESS_ELEM_DEFAULT; in zcbor_new_state()
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1297 state_d->constant_state->manually_process_elem = true; in ZTEST()