Home
last modified time | relevance | path

Searched defs:PyWeakref_GET_OBJECT (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/aosp_15_r20/external/python/cpython2/Include/
Dweakrefobject.h73 #define PyWeakref_GET_OBJECT(ref) \ macro