Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_list.h44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef() argument
/third_party/python/Modules/
H A D_bisectmodule.c54 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_right() local
180 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_left() local
H A D_heapqmodule.c27 PyObject *newitem, *parent, **arr; in siftdown() local
396 PyObject *newitem, *parent, **arr; in siftdown_max() local
[all...]
/third_party/cJSON/
H A DcJSON_Utils.c710 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array() argument
H A DcJSON.c3019 cJSON *newitem = NULL; cJSON_Duplicate() local
[all...]
/third_party/python/Objects/
H A Dtupleobject.c112 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem() argument
H A Dlistobject.c308 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert() argument
319 _PyList_AppendTakeRefListResize(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRefListResize() argument
332 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append() argument
258 PyList_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) PyList_SetItem() argument
[all...]

Completed in 11 milliseconds