Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_weakref.h58 static inline PyObject* _PyWeakref_GET_REF(PyObject *ref_obj) in _PyWeakref_GET_REF()
85 static inline int _PyWeakref_IS_DEAD(PyObject *ref_obj) in _PyWeakref_IS_DEAD()
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT()
/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()
/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()
/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()
/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dweakrefobject.h45 Py_DEPRECATED(3.13) static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) in PyWeakref_GET_OBJECT()