Home
last modified time | relevance | path

Searched refs:PYBIND11_SLICE_OBJECT (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dcommon.h182 #define PYBIND11_SLICE_OBJECT PyObject macro
210 #define PYBIND11_SLICE_OBJECT PySliceObject macro
/external/python/pybind11/include/pybind11/
Dpytypes.h1181 return PySlice_GetIndicesEx((PYBIND11_SLICE_OBJECT *) m_ptr, in compute()
1188 return PySlice_GetIndicesEx((PYBIND11_SLICE_OBJECT *) m_ptr, in compute()