Home
last modified time | relevance | path

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

/third_party/cJSON/
Dtest.c194 root = cJSON_CreateArray(); in create_objects()
227 root = cJSON_CreateArray(); in create_objects()
DcJSON.c2182 cJSON *array = cJSON_CreateArray(); in cJSON_AddArrayToObject()
2532 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray() function
2567 a = cJSON_CreateArray(); in cJSON_CreateIntArray()
2607 a = cJSON_CreateArray(); in cJSON_CreateFloatArray()
2647 a = cJSON_CreateArray(); in cJSON_CreateDoubleArray()
2687 a = cJSON_CreateArray(); in cJSON_CreateStringArray()
DcJSON.h203 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void);
DcJSON_Utils.c1290 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatches()
1305 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatchesCaseSensitive()
DREADME.md245 You can create an empty array with `cJSON_CreateArray`. `cJSON_CreateArrayReference` can be used to…
385 resolutions = cJSON_CreateArray();
/third_party/cJSON/tests/
Dmisc_tests.c298 array = cJSON_CreateArray(); in cjson_replace_item_via_pointer_should_replace_items()
355 cJSON *array = cJSON_CreateArray(); in cjson_functions_should_not_crash_with_null_pointers()
557 cJSON *number_array = cJSON_CreateArray(); in cjson_create_array_reference_should_create_an_array_reference()
575 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()
/third_party/vulkan-loader/loader/
DcJSON.c1076 cJSON *cJSON_CreateArray(const VkAllocationCallbacks *pAllocator) { in cJSON_CreateArray() function
1090 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateIntArray()
1103 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateFloatArray()
1116 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateDoubleArray()
1129 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateStringArray()
DcJSON.h105 cJSON *cJSON_CreateArray(const VkAllocationCallbacks *pAllocator);