Searched refs:cpoyItem (Results 1 – 1 of 1) sorted by relevance
356 cJSON *cpoyItem = cJSON_Duplicate(item.cjson_, true); in AddItemToObject() local357 cJSON_AddItemToObject(cjson_, fieldName.c_str(), cpoyItem); in AddItemToObject()445 cJSON *cpoyItem = cJSON_Duplicate(newItem.cjson_, true); in InsertItemObject() local446 cJSON_InsertItemInArray(cjson_, which, cpoyItem); in InsertItemObject()