Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc476 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
528 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
573 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
613 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
654 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
H A Drepeated_composite_container.cc339 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
361 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript()
/third_party/python/Objects/
H A Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() function
164 slice = PySlice_New(start, end, NULL); in _PySlice_FromIndices()
322 return PySlice_New(start, stop, step); in slice_new()
/third_party/python/Include/
H A Dsliceobject.h33 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop,
/third_party/python/PC/
H A Dpython3dll.c532 EXPORT_FUNC(PySlice_New)
/third_party/python/Python/
H A Dceval.c5468 slice = PySlice_New(start, stop, step);

Completed in 20 milliseconds