Searched refs:result3 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/decode/test5_corner_cases/src/ |
| D | main.c | 2032 struct Intmax3 result3; in ZTEST() local 2064 sizeof(intmax3_payload1), &result3, &num_decode); in ZTEST() 2067 zassert_equal(result3.Union_choice, Intmax3_union_uint254_c, NULL); in ZTEST() 2068 zassert_equal(result3.Int, 65534, NULL); in ZTEST() 2069 zassert_equal(result3.nint128bstr.len, 127, NULL); in ZTEST() 2300 struct Choice3_r result3; in ZTEST() local 2311 sizeof(nested_choices_payload1), &result3, &num_decode), NULL); in ZTEST() 2318 zassert_equal(result3.Choice3_choice, Choice3_nil_c); in ZTEST() 2327 sizeof(nested_choices_payload2), &result3, &num_decode), NULL); in ZTEST() 2331 zassert_equal(result3.Choice3_choice, Choice3_union_l_c); in ZTEST() [all …]
|