Home
last modified time | relevance | path

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

/zcbor-latest/tests/encode/test3_corner_cases/src/
Dmain.c854 struct Range input3 = { in ZTEST() local
901 zassert_equal(ZCBOR_SUCCESS, cbor_encode_Range(output, sizeof(output), &input3, in ZTEST()
1687 struct Choice3_r input3 = {.Choice3_choice = Choice3_nil_c}; in ZTEST() local
1698 sizeof(payload), &input3, NULL), NULL); in ZTEST()
1723 input3.Choice3_choice = Choice3_union_l_c; in ZTEST()
1724 input3.Union_count = 2; in ZTEST()
1725 input3.Union[0].Union_choice = union_tstr_l_tstr_c; in ZTEST()
1726 input3.Union[1].Union_choice = union_tstr_l_tstr_c; in ZTEST()
1727 input3.Union[0].tstr.value = "hello"; in ZTEST()
1728 input3.Union[0].tstr.len = 5; in ZTEST()
[all …]