Home
last modified time | relevance | path

Searched refs:cJSON_Delete (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/loader/
DcJSON.c76 void cJSON_Delete(cJSON *c) { in cJSON_Delete() function
81 cJSON_Delete(c->child); in cJSON_Delete()
491 cJSON_Delete(c); in cJSON_ParseWithOpts()
500 cJSON_Delete(c); in cJSON_ParseWithOpts()
1100 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()
1112 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
1147 cJSON_Delete(c); in cJSON_ReplaceItemInArray()
1287 cJSON_Delete(newitem); in cJSON_Duplicate()
1294 cJSON_Delete(newitem); in cJSON_Duplicate()
1308 cJSON_Delete(newitem); in cJSON_Duplicate()
DcJSON.h87 extern void cJSON_Delete(cJSON *c);
Dloader.c2463 cJSON_Delete(json);
2477 cJSON_Delete(json);
2520 cJSON_Delete(json);
2584 cJSON_Delete(json);
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc439 cJSON_Delete(object_); in ~JsonWriterVisitor()
678 cJSON_Delete(object); in VkTypeFromJson()