Home
last modified time | relevance | path

Searched refs:assert_array_start (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c369 assert_array_start(0); in test_array_embedded_int8_decoding()
376 assert_array_start(2); in test_array_int8_decoding()
392 assert_array_start(2); in test_array_int16_decoding()
408 assert_array_start(2); in test_array_int32_decoding()
425 assert_array_start(2); in test_array_int64_decoding()
441 assert_array_start(2); in test_array_of_arrays_decoding()
445 assert_array_start(0); in test_array_of_arrays_decoding()
449 assert_array_start(0); in test_array_of_arrays_decoding()
H A Dstream_expectations.h100 void assert_array_start(size_t);
H A Dstream_expectations.c169 void assert_array_start(size_t length) { in assert_array_start() function