Home
last modified time | relevance | path

Searched refs:cJSON_ReplaceItemInArray (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h134 void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
DcJSON.c1014 void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_ReplaceItemInArray() function
1034 cJSON_ReplaceItemInArray(object, i, newitem); in cJSON_ReplaceItemInObject()
/third_party/cJSON/
DcJSON.h244 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
DREADME.md255 You can also replace an item in an array in place. Either with `cJSON_ReplaceItemInArray` using an …
DcJSON.c2351 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray() function
/third_party/cJSON/tests/
Dmisc_tests.c434 TEST_ASSERT_FALSE(cJSON_ReplaceItemInArray(item, 0, NULL)); in cjson_functions_should_not_crash_with_null_pointers()
435 TEST_ASSERT_FALSE(cJSON_ReplaceItemInArray(NULL, 0, item)); in cjson_functions_should_not_crash_with_null_pointers()