Searched refs:obj (Results 1 – 7 of 7) sorted by relevance
/mcumgr-2.7.6/cborattr/test/src/testcases/ |
D | cborattr_decode_obj_array.c | 51 CborEncoder obj; in test_encode_obj_array() local 63 cbor_encoder_create_map(&array, &obj, CborIndefiniteLength); in test_encode_obj_array() 64 cbor_encode_text_stringz(&obj, "n"); in test_encode_obj_array() 65 cbor_encode_text_stringz(&obj, "a"); in test_encode_obj_array() 66 cbor_encode_text_stringz(&obj, "v"); in test_encode_obj_array() 67 cbor_encode_int(&obj, 1); in test_encode_obj_array() 68 cbor_encoder_close_container(&array, &obj); in test_encode_obj_array() 70 cbor_encoder_create_map(&array, &obj, CborIndefiniteLength); in test_encode_obj_array() 71 cbor_encode_text_stringz(&obj, "n"); in test_encode_obj_array() 72 cbor_encode_text_stringz(&obj, "b"); in test_encode_obj_array() [all …]
|
D | cborattr_decode_object.c | 129 .addr.obj = test_sub_attr_bm, in TEST_CASE() 153 .addr.obj = test_sub_sub_attr, in TEST_CASE() 164 .addr.obj = test_sub_attr_d, in TEST_CASE() 176 .addr.obj = test_sub_attr_bm, in TEST_CASE()
|
D | cborattr_encode_simple.c | 103 .obj = (struct cbor_out_attr_t[]) { in TEST_CASE_SELF()
|
D | cborattr_encode_omit.c | 112 .obj = (struct cbor_out_attr_t[]) { in TEST_CASE_SELF()
|
/mcumgr-2.7.6/cborattr/include/cborattr/ |
D | cborattr.h | 117 struct cbor_attr_t *obj; member 156 struct cbor_out_attr_t *obj; /* Terminated with a type=0 entry. */ member
|
/mcumgr-2.7.6/ |
D | .gitignore | 23 obj
|
/mcumgr-2.7.6/cborattr/src/ |
D | cborattr.c | 302 err |= cbor_internal_read_object(&cur_value, cursor->addr.obj, in cbor_internal_read_object() 546 rc = cbor_write_object(enc, val->obj); in cbor_write_val()
|