Searched refs:small_int (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libcbor/test/
H A Dcallbacks_test.c390 cbor_item_t* small_int = stack.top->item; local
391 assert_size_equal(cbor_refcount(small_int), 1);
392 assert_true(cbor_isa_uint(small_int));
394 cbor_decref(&small_int);

Completed in 51 milliseconds