Searched refs:map_length_payload1 (Results 1 – 1 of 1) sorted by relevance
1802 uint8_t map_length_payload1[] = {MAP(2), in ZTEST() local1842 zassert_equal(ZCBOR_SUCCESS, cbor_decode_MapLength(map_length_payload1, in ZTEST()1843 sizeof(map_length_payload1), &result, &num_decode), NULL); in ZTEST()1844 zassert_equal(sizeof(map_length_payload1), num_decode, NULL); in ZTEST()