Home
last modified time | relevance | path

Searched refs:cJSON_CreateObjectReference (Results 1 – 5 of 5) sorted by relevance

/third_party/cJSON/
DcJSON.h211 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child);
DCHANGELOG.md148 * Added the `cJSON_CreateObjectReference` function
DREADME.md263 You can create an empty object with `cJSON_CreateObject`. `cJSON_CreateObjectReference` can be used…
DcJSON.c2494 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) in cJSON_CreateObjectReference() function
/third_party/cJSON/tests/
Dmisc_tests.c546 number_reference = cJSON_CreateObjectReference(number); in cjson_create_object_reference_should_create_an_object_reference()
718 refobj = cJSON_CreateObjectReference(oobj); in cjson_set_bool_value_must_not_break_objects()