Home
last modified time | relevance | path

Searched refs:GET_WEAKREFS_LISTPTR (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_weakref.c4 #define GET_WEAKREFS_LISTPTR(o) \ macro
33 list = GET_WEAKREFS_LISTPTR(object); in _weakref_getweakrefcount_impl()
88 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
/external/python/cpython2/Modules/
D_weakref.c4 #define GET_WEAKREFS_LISTPTR(o) \ macro
55 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefcount()
76 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
/external/python/cpython3/Objects/
Dweakrefobject.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
58 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()
294 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
746 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
805 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
897 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()
/external/python/cpython2/Objects/
Dweakrefobject.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
58 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()
297 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
770 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
829 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
921 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()