Home
last modified time | relevance | path

Searched refs:PySlice_GetIndicesEx (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dsliceobject.h44 PyAPI_FUNC(int) PySlice_GetIndicesEx(PyObject *r, Py_ssize_t length,
50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ macro
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc295 if (PySlice_GetIndicesEx(slice, in Subscript()
298 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice), in Subscript()
454 if (PySlice_GetIndicesEx(slice, in Subscript()
457 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice), in Subscript()
H A Drepeated_composite_container.cc251 if (PySlice_GetIndicesEx(item, in Subscript()
254 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(item), in Subscript()
H A Dmessage.cc1015 PySlice_GetIndicesEx( in DeleteRepeatedField()
1019 PySlice_GetIndicesEx( in DeleteRepeatedField()
/third_party/python/Objects/
H A Dsliceobject.c290 #undef PySlice_GetIndicesEx macro
293 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, in PySlice_GetIndicesEx() function
/third_party/python/PC/
H A Dpython3dll.c531 EXPORT_FUNC(PySlice_GetIndicesEx)

Completed in 9 milliseconds