Lines Matching refs:assert_uint8
16 assert_uint8(copy = cbor_copy(item), 10); in test_uints()
107 assert_uint8(tmp = cbor_array_get(copy = cbor_copy(item), 0), 42); in test_def_array()
117 assert_uint8(tmp = cbor_array_get(copy = cbor_copy(item), 0), 42); in test_indef_array()
130 assert_uint8(cbor_map_handle(copy = cbor_copy(item))[0].key, 42); in test_def_map()
143 assert_uint8(cbor_map_handle(copy = cbor_copy(item))[0].key, 42); in test_indef_map()
152 assert_uint8(cbor_move(cbor_tag_item(copy = cbor_copy(item))), 42); in test_tag()
187 assert_uint8(copy = cbor_copy_definite(item), 10); in test_definite_uints()
273 assert_uint8(tmp = cbor_array_get(copy, 0), 42); in test_definite_array()
287 assert_uint8(tmp = cbor_array_get(copy, 0), 42); in test_definite_indef_array()
348 assert_uint8(cbor_map_handle(copy)[0].key, 42); in test_definite_map()
365 assert_uint8(cbor_map_handle(copy)[0].key, 42); in test_definite_indef_map()
446 assert_uint8(tmp = cbor_tag_item(copy), 42); in test_definite_tag()