Searched refs:uint64_list_payload1 (Results 1 – 1 of 1) sorted by relevance
2095 uint8_t uint64_list_payload1[] = {LIST(8), in ZTEST() local2110 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Uint64List(uint64_list_payload1, in ZTEST()2111 sizeof(uint64_list_payload1), &result, &num_decode), NULL); in ZTEST()2112 zassert_equal(sizeof(uint64_list_payload1), num_decode, NULL); in ZTEST()