Home
last modified time | relevance | path

Searched refs:PyList_SetSlice (Results 1 - 19 of 19) sorted by relevance

/third_party/python/Include/
H A Dlistobject.h37 PyAPI_FUNC(int) PyList_SetSlice(PyObject *, Py_ssize_t, Py_ssize_t, PyObject *);
/third_party/python/Objects/
H A Daccu.c43 if (PyList_SetSlice(acc->small, 0, nsmall, NULL)) { in flush_accumulator()
H A Dgenericaliasobject.c383 if (PyList_SetSlice(newargs, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, subargs) < 0) { in _unpack_args()
H A Dobject.c2214 PyList_SetSlice(list, i, i + 1, NULL); in Py_ReprLeave()
H A Dlistobject.c740 PyList_SetSlice(PyObject *a, Py_ssize_t ilow, Py_ssize_t ihigh, PyObject *v) in PyList_SetSlice() function
/third_party/python/Modules/
H A D_queuemodule.c172 if (PyList_SetSlice(self->lst, 0, self->lst_pos, NULL)) { in simplequeue_pop_item()
H A D_heapqmodule.c156 if (PyList_SetSlice(heap, n-1, n, NULL)) { in heappop_internal()
H A D_asynciomodule.c1084 if (PyList_SetSlice(self->fut_callbacks, 0, len, newlist) < 0) { in _asyncio_Future_remove_done_callback()
H A D_elementtree.c2560 if (PyList_SetSlice(dest_obj, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, *data) < 0) { in treebuilder_extend_element_text_or_tail()
H A D_pickle.c6466 ret = PyList_SetSlice(list, list_len, list_len, slice); in do_append()
/third_party/python/PC/
H A Dpython3dll.c323 EXPORT_FUNC(PyList_SetSlice)
/third_party/python/Python/
H A Dcodecs.c73 return PyList_SetSlice(codec_search_path, i, i+1, NULL); in PyCodec_Unregister()
H A Dsysmodule.c2265 PyList_SetSlice(warnoptions, 0, PyList_GET_SIZE(warnoptions), NULL); in PySys_ResetWarnOptions()
H A Dbltinmodule.c71 if (PyList_SetSlice(new_bases, j, j, new_base) < 0) { in update_bases()
H A Dpystate.c1011 if (PyList_SetSlice(interp->modules_by_index, in _PyInterpreterState_ClearModules()
H A Dcompile.c6827 PyList_SetSlice(pc->stores, 0, rotations, NULL) || in compiler_pattern_or()
6828 PyList_SetSlice(pc->stores, icontrol - istores, in compiler_pattern_or()
9371 if (PyList_SetSlice(consts, max_const_index+1, in trim_unused_consts()
H A Dsymtable.c959 if (PyList_SetSlice(st->st_stack, size - 1, size, NULL) < 0) in symtable_exit_block()
H A Dceval.c5873 err = PyList_SetSlice(names, len - 2, len, NULL);
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2127 (PyList_SetSlice(all_fields.get(), actual_size, fields.size(), NULL) < in ListFields()

Completed in 88 milliseconds