Lines Matching refs:cbor_decref
33 cbor_decref(&map); in test_empty_map()
53 cbor_decref(&map); in test_simple_map()
73 cbor_decref(&map); in test_indef_simple_map()
103 cbor_decref(&map); in test_def_nested_map()
125 cbor_decref(&map); in test_streamed_key_map()
151 cbor_decref(&map); in test_streamed_kv_map()
178 cbor_decref(&map); in test_streamed_streamed_kv_map()
189 cbor_decref(&map); in test_map_add_full()
190 cbor_decref(&one); in test_map_add_full()
191 cbor_decref(&two); in test_map_add_full()
208 cbor_decref(&map); in test_map_add_too_big_to_realloc()
209 cbor_decref(&one); in test_map_add_too_big_to_realloc()
210 cbor_decref(&two); in test_map_add_too_big_to_realloc()
233 cbor_decref(&map); in test_map_add()
234 cbor_decref(&key); in test_map_add()
235 cbor_decref(&value); in test_map_add()