Home
last modified time | relevance | path

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

/zcbor-latest/tests/decode/test5_corner_cases/src/
Dmain.c2267 uint8_t nested_choices_payload1[] = {0xf6}; in ZTEST() local
2306 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice1(nested_choices_payload1, in ZTEST()
2307 sizeof(nested_choices_payload1), &result1, &num_decode), NULL); in ZTEST()
2308 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice2(nested_choices_payload1, in ZTEST()
2309 sizeof(nested_choices_payload1), &result2, &num_decode), NULL); in ZTEST()
2310 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice3(nested_choices_payload1, in ZTEST()
2311 sizeof(nested_choices_payload1), &result3, &num_decode), NULL); in ZTEST()
2312 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice4(nested_choices_payload1, in ZTEST()
2313 sizeof(nested_choices_payload1), &result4, &num_decode), NULL); in ZTEST()
2314 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Choice5(nested_choices_payload1, in ZTEST()
[all …]