Searched defs:newitem (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_list.h | 44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef() argument
|
/third_party/python/Modules/ |
H A D | _bisectmodule.c | 54 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.c | 27 PyObject *newitem, *parent, **arr; in siftdown() local 396 PyObject *newitem, *parent, **arr; in siftdown_max() local [all...] |
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 710 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array() argument
|
H A D | cJSON.c | 3019 cJSON *newitem = NULL; cJSON_Duplicate() local [all...] |
/third_party/python/Objects/ |
H A D | tupleobject.c | 112 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem() argument
|
H A D | listobject.c | 308 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