Searched refs:input1 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/encode/test3_corner_cases/src/ |
| D | main.c | 835 struct Range input1 = { in ZTEST() local 891 zassert_equal(ZCBOR_SUCCESS, cbor_encode_Range(output, sizeof(output), &input1, in ZTEST() 937 struct ValueRange input1 = { in ZTEST() local 1001 zassert_equal(ZCBOR_SUCCESS, cbor_encode_ValueRange(output, sizeof(output), &input1, in ZTEST() 1685 struct Choice1_r input1 = {.Choice1_choice = Choice1_nil_c}; in ZTEST() local 1694 sizeof(payload), &input1, NULL), NULL); in ZTEST() 1709 input1.Choice1_choice = Choice1_tstr_l_l_c; in ZTEST() 1710 input1.tstr_count = 2; in ZTEST() 1711 input1.tstr[0].value = "hello"; in ZTEST() 1712 input1.tstr[0].len = 5; in ZTEST() [all …]
|