Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/cjson/
DcJSON.c76 void cJSON_Delete(cJSON *c) { in cJSON_Delete() function
81 cJSON_Delete(c->child); in cJSON_Delete()
494 cJSON_Delete(c); in cJSON_ParseWithOpts()
503 cJSON_Delete(c); in cJSON_ParseWithOpts()
1103 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()
1115 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
1150 cJSON_Delete(c); in cJSON_ReplaceItemInArray()
1290 cJSON_Delete(newitem); in cJSON_Duplicate()
1297 cJSON_Delete(newitem); in cJSON_Duplicate()
1311 cJSON_Delete(newitem); in cJSON_Duplicate()
/external/vulkan-validation-layers/libs/cjson/includes/
DcJSON.h86 extern void cJSON_Delete(cJSON *c);
/external/vulkan-validation-layers/loader/
Dloader.c2932 cJSON_Delete(json);
2943 cJSON_Delete(json);
2982 cJSON_Delete(json);
2997 cJSON_Delete(json);
3008 cJSON_Delete(json);
3063 cJSON_Delete(json);
3069 cJSON_Delete(json);
3140 cJSON_Delete(json);
3207 cJSON_Delete(json);
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc441 cJSON_Delete(object_); in ~JsonWriterVisitor()
680 cJSON_Delete(object); in VkTypeFromJson()