Home
last modified time | relevance | path

Searched refs:_PyWeakref_GetWeakrefCount (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_weakref.c35 return _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefcount_impl()
95 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefs()
/aosp_15_r20/external/python/cpython2/Modules/
D_weakref.c57 result = PyInt_FromSsize_t(_PyWeakref_GetWeakrefCount(*list)); in weakref_getweakrefcount()
77 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in weakref_getweakrefs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dweakrefobject.h35 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dweakrefobject.h35 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dweakrefobject.h35 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dweakrefobject.h35 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dweakrefobject.h35 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/aosp_15_r20/external/python/cpython2/Include/
Dweakrefobject.h62 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/aosp_15_r20/external/python/cpython2/Objects/
Dweakrefobject.c10 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function
930 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c11 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function
963 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def675 "_PyWeakref_GetWeakrefCount"
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi1318 …<elf-symbol name='_PyWeakref_GetWeakrefCount' type='func-type' binding='global-binding' visibility…
11113_PyWeakref_GetWeakrefCount' mangled-name='_PyWeakref_GetWeakrefCount' filepath='Objects/weakrefobj…
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY184 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY17568 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously