Searched refs:PyArrayDescr_Proxy (Results 1 – 1 of 1) sorted by relevance
51 struct PyArrayDescr_Proxy { struct80 PyArrayDescr_Proxy *descr; argument269 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()