Home
last modified time | relevance | path

Searched defs:newitem (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/loader/
DcJSON.c1116 void cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_InsertItemInArray()
1132 void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_ReplaceItemInArray()
1150 cJSON *newitem) { in cJSON_ReplaceItemInObject()
1272 cJSON *newitem, *cptr, *nptr = 0, *newchild; in cJSON_Duplicate() local