Searched refs:indef_map_data_1 (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/libcbor/test/ |
| H A D | cbor_stream_decode_test.c | 559 unsigned char indef_map_data_1[] = {0xBF, 0x00, 0x18, 0xFF, 0xFF}; variable 562 assert_decoder_result(1, CBOR_DECODER_FINISHED, decode(indef_map_data_1, 5)); in test_indef_map_decoding_1() 566 decode(indef_map_data_1 + 1, 4)); in test_indef_map_decoding_1() 570 decode(indef_map_data_1 + 2, 3)); in test_indef_map_decoding_1() 574 decode(indef_map_data_1 + 4, 1)); in test_indef_map_decoding_1()
|