Searched refs:map_length_payload3 (Results 1 – 1 of 1) sorted by relevance
1822 uint8_t map_length_payload3[] = {MAP(3), in ZTEST() local1864 zassert_equal(ZCBOR_SUCCESS, cbor_decode_MapLength(map_length_payload3, in ZTEST()1865 sizeof(map_length_payload3), &result, &num_decode), NULL); in ZTEST()1866 zassert_equal(sizeof(map_length_payload3), num_decode, NULL); in ZTEST()