Home
last modified time | relevance | path

Searched refs:cJSON_CreateArray (Results 1 – 7 of 7) sorted by relevance

/third_party/cJSON/
Dtest.c194 root = cJSON_CreateArray(); in create_objects()
227 root = cJSON_CreateArray(); in create_objects()
DcJSON.c2439 cJSON *array = cJSON_CreateArray(); in cJSON_AddArrayToObject()
2833 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray() function
2868 a = cJSON_CreateArray(); in cJSON_CreateIntArray()
2908 a = cJSON_CreateArray(); in cJSON_CreateFloatArray()
2948 a = cJSON_CreateArray(); in cJSON_CreateDoubleArray()
2988 a = cJSON_CreateArray(); in cJSON_CreateStringArray()
DcJSON.h225 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void);
DcJSON_Utils.c1307 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatches()
1322 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatchesCaseSensitive()
DREADME.md246 You can create an empty array with `cJSON_CreateArray`. `cJSON_CreateArrayReference` can be used to…
386 resolutions = cJSON_CreateArray();
/third_party/cJSON/tests/
Dmisc_tests.c308 array = cJSON_CreateArray(); in cjson_replace_item_via_pointer_should_replace_items()
365 cJSON *array = cJSON_CreateArray(); in cjson_functions_should_not_crash_with_null_pointers()
567 cJSON *number_array = cJSON_CreateArray(); in cjson_create_array_reference_should_create_an_array_reference()
585 cJSON *array = cJSON_CreateArray(); in cjson_add_item_to_object_or_array_should_not_add_itself()
Dreadme_examples.c75 resolutions = cJSON_CreateArray(); in create_monitor()