Home
last modified time | relevance | path

Searched defs:PyGetSetDef (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/
Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
/aosp_15_r20/external/python/cpython2/Include/
Ddescrobject.h11 typedef struct PyGetSetDef { struct
17 } PyGetSetDef; argument