Searched refs:result5 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/decode/test5_corner_cases/src/ |
| D | main.c | 2302 struct Choice5_r result5; in ZTEST() local 2315 sizeof(nested_choices_payload1), &result5, &num_decode), NULL); in ZTEST() 2320 zassert_equal(result5.Choice5_choice, Choice5_nil_c); in ZTEST() 2376 sizeof(nested_choices_payload5), &result5, &num_decode), NULL); in ZTEST() 2378 zassert_equal(result5.Choice5_choice, Choice5_union_l_c); in ZTEST() 2379 zassert_equal(2, result5.Union_count); in ZTEST() 2380 zassert_equal(result5.Union[0].Union_choice, union_map_c); in ZTEST() 2381 zassert_equal(result5.Union[0].tstr_l_count, 2); in ZTEST() 2382 zassert_equal(result5.Union[0].tstr_l[0].tstr_l_key, 0); in ZTEST() 2383 zassert_zcbor_string(&result5.Union[0].tstr_l[0].tstr, "hello", 5); in ZTEST() [all …]
|