Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_bisectmodule.c44 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_right() local
169 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_left() local
D_heapqmodule.c23 PyObject *newitem, *parent, **arr; in siftdown() local
392 PyObject *newitem, *parent, **arr; in siftdown_max() local
/third_party/vulkan-loader/loader/
DcJSON.c999 void cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_InsertItemInArray()
1014 void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_ReplaceItemInArray()
1028 void cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem) { in cJSON_ReplaceItemInObject()
1143 cJSON *newitem, *cptr, *nptr = 0, *newchild; in cJSON_Duplicate() local
/third_party/cJSON/
DcJSON.c2264 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray()
2347 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray()
2375 …SON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObject()
2380 …SON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObjectCaseSensitive()
2709 cJSON *newitem = NULL; in cJSON_Duplicate() local
DcJSON_Utils.c693 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array()
/third_party/python/Objects/
Dlistobject.c246 PyObject *newitem) in PyList_SetItem()
295 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert()
320 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
Dtupleobject.c194 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()