Home
last modified time | relevance | path

Searched refs:PyWeakref_Check (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c98 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
202 !PyWeakref_Check(self) || in weakref_richcompare()
203 !PyWeakref_Check(other)) { in weakref_richcompare()
915 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dweakrefobject.h42 assert(PyWeakref_Check(ref_obj)); in PyWeakref_GET_OBJECT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dweakrefobject.h42 assert(PyWeakref_Check(ref_obj)); in PyWeakref_GET_OBJECT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dweakrefobject.h42 assert(PyWeakref_Check(ref_obj)); in PyWeakref_GET_OBJECT()
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dweakrefobject.h42 assert(PyWeakref_Check(ref_obj)); in PyWeakref_GET_OBJECT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dweakrefobject.h42 assert(PyWeakref_Check(ref_obj)); in PyWeakref_GET_OBJECT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dweakrefobject.h22 #define PyWeakref_Check(op) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dweakrefobject.h22 #define PyWeakref_Check(op) \ macro
/aosp_15_r20/external/python/cpython3/Include/
Dweakrefobject.h22 #define PyWeakref_Check(op) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dweakrefobject.h22 #define PyWeakref_Check(op) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dweakrefobject.h22 #define PyWeakref_Check(op) \ macro
/aosp_15_r20/external/python/cpython2/Include/
Dweakrefobject.h52 #define PyWeakref_Check(op) \ macro
/aosp_15_r20/external/python/cpython3/Modules/
D_weakref.c42 if (!PyWeakref_Check(value)) { in is_dead_weakref()
Dgcmodule.c779 if (PyWeakref_Check(op)) { in handle_weakrefs()
877 _PyObject_ASSERT(op, PyWeakref_Check(op)); in handle_weakrefs()
/aosp_15_r20/external/python/cpython2/Modules/
D_weakref.c11 if (!PyWeakref_Check(value)) { in is_dead_weakref()
Dgcmodule.c707 assert(PyWeakref_Check(op)); in handle_weakrefs()
/aosp_15_r20/external/python/cpython2/Objects/
Dweakrefobject.c96 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
883 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dweakref.rst14 .. c:function:: int PyWeakref_Check(ob)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dweakref.rst14 .. c:function:: int PyWeakref_Check(ob)
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h602 if (ref != NULL && !PyWeakref_Check(ref)) { in PyWeakref_GetRef()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp3357 if (!PyWeakref_Check(weakref)) { in check_nopybind()
3377 if (!PyWeakref_Check(weakref)) { in check_verbose_nopybind()
3417 if (!PyWeakref_Check(obj)) { in check_nopybind()
3427 if (!PyWeakref_Check(obj)) { in check_verbose_nopybind()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2823 PyWeakref_Check:int:::
2824 PyWeakref_Check:PyObject*:ob::