Home
last modified time | relevance | path

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

/zcbor-latest/tests/decode/test5_corner_cases/src/
Dmain.c2279 uint8_t nested_choices_payload4[] = {LIST(2), in ZTEST() local
2357 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice4(nested_choices_payload4, in ZTEST()
2358 sizeof(nested_choices_payload4), &result4, &num_decode), NULL); in ZTEST()