Searched refs:input2 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/encode/test3_corner_cases/src/ |
| D | main.c | 844 struct Range input2 = { in ZTEST() local 896 zassert_equal(ZCBOR_SUCCESS, cbor_encode_Range(output, sizeof(output), &input2, in ZTEST() 943 struct ValueRange input2 = { in ZTEST() local 1006 zassert_equal(ZCBOR_SUCCESS, cbor_encode_ValueRange(output, sizeof(output), &input2, in ZTEST() 1686 struct Choice2_r input2 = {.Choice2_choice = Choice2_nil_c}; in ZTEST() local 1696 sizeof(payload), &input2, NULL), NULL); in ZTEST() 1716 input2.Choice2_choice = Choice2_tstr_l_l_c; in ZTEST() 1717 input2.tstr_count = 2; in ZTEST() 1718 input2.tstr[0].value = "hello"; in ZTEST() 1719 input2.tstr[0].len = 5; in ZTEST() [all …]
|