Home
last modified time | relevance | path

Searched defs:PyObject (Results 1 – 9 of 9) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dclass.h47 extern "C" inline PyObject *pybind11_static_get(PyObject *self, PyObject * /*ob*/, PyObject *cls) { in pybind11_static_get() argument
348 extern "C" inline PyObject *pybind11_object_new(PyTypeObject *type, PyObject *, PyObject *) { in pybind11_object_new() argument
355 extern "C" inline int pybind11_object_init(PyObject *self, PyObject *, PyObject *) { in pybind11_object_init() argument
580 extern "C" inline void pybind11_releasebuffer(PyObject *, Py_buffer *view) { in pybind11_releasebuffer() argument
/external/python/cpython3/Misc/
Dcoverity_model.c26 typedef struct {} PyObject; typedef
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.cc417 void PyBuffer_bf_releasebuffer(PyObject*, Py_buffer* buffer) { in PyBuffer_bf_releasebuffer() argument
/external/python/cpython3/Include/
Dobject.h109 } PyObject; typedef
/external/python/pybind11/tests/
Dtest_class.cpp230 auto f = [](PyObject *, PyObject *args) -> PyObject * { in TEST_SUBMODULE() argument
/external/python/cpython2/Include/
Dobject.h108 } PyObject; typedef
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c300 typedef void PyObject; typedef
/external/python/pybind11/include/pybind11/
Dpytypes.h1208 capsule(const void *value, void (*destruct)(PyObject *)) in capsule()
/external/python/cpython3/Python/
Dceval.c5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument