Home
last modified time | relevance | path

Searched refs:PySliceObject (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Objects/
H A Dsliceobject.c102 PySliceObject *obj = interp->slice_cache; in _PySlice_Fini()
127 PySliceObject *obj; in PySlice_New()
134 obj = PyObject_GC_New(PySliceObject, &PySlice_Type); in PySlice_New()
174 PySliceObject *r = (PySliceObject*)_r; in PySlice_GetIndices()
206 PySliceObject *r = (PySliceObject*)_r; in PySlice_Unpack()
332 slice_dealloc(PySliceObject *r) in slice_dealloc()
348 slice_repr(PySliceObject *r) in slice_repr()
354 {"start", T_OBJECT, offsetof(PySliceObject, star
[all...]
H A Drangeobject.c343 PySliceObject *slice = (PySliceObject *) _slice; in compute_slice()
/third_party/python/Include/
H A Dsliceobject.h25 } PySliceObject; typedef
37 PyAPI_FUNC(int) _PySlice_GetLongIndices(PySliceObject *self, PyObject *length,
/third_party/python/Include/internal/
H A Dpycore_interp.h166 PySliceObject *slice_cache;
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc298 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice), in Subscript()
457 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice), in Subscript()
H A Drepeated_composite_container.cc254 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(item), in Subscript()
H A Dmessage.cc1016 reinterpret_cast<PySliceObject*>(slice), in DeleteRepeatedField()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c5265 PySliceObject *slice = (PySliceObject *)item; in Pointer_subscript()

Completed in 17 milliseconds