Searched refs:PySliceObject (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Objects/ |
H A D | sliceobject.c | 102 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 D | rangeobject.c | 343 PySliceObject *slice = (PySliceObject *) _slice; in compute_slice()
|
/third_party/python/Include/ |
H A D | sliceobject.h | 25 } PySliceObject; typedef 37 PyAPI_FUNC(int) _PySlice_GetLongIndices(PySliceObject *self, PyObject *length,
|
/third_party/python/Include/internal/ |
H A D | pycore_interp.h | 166 PySliceObject *slice_cache;
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 298 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice), in Subscript() 457 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice), in Subscript()
|
H A D | repeated_composite_container.cc | 254 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(item), in Subscript()
|
H A D | message.cc | 1016 reinterpret_cast<PySliceObject*>(slice), in DeleteRepeatedField()
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 5265 PySliceObject *slice = (PySliceObject *)item; in Pointer_subscript()
|
Completed in 17 milliseconds