Home
last modified time | relevance | path

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

/zcbor-latest/tests/decode/test5_corner_cases/src/
Dmain.c2290 uint8_t nested_choices_payload5[] = {LIST(2), in ZTEST() local
2375 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice5(nested_choices_payload5, in ZTEST()
2376 sizeof(nested_choices_payload5), &result5, &num_decode), NULL); in ZTEST()