Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dnumpy.h51 struct PyArrayDescr_Proxy { struct
80 PyArrayDescr_Proxy *descr; argument
269 inline PyArrayDescr_Proxy* array_descriptor_proxy(PyObject* ptr) { in array_descriptor_proxy()
270 return reinterpret_cast<PyArrayDescr_Proxy*>(ptr); in array_descriptor_proxy()
273 inline const PyArrayDescr_Proxy* array_descriptor_proxy(const PyObject* ptr) { in array_descriptor_proxy()
274 return reinterpret_cast<const PyArrayDescr_Proxy*>(ptr); in array_descriptor_proxy()