Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_weakref.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
34 list = GET_WEAKREFS_LISTPTR(object); in _weakref_getweakrefcount_impl()
89 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
/third_party/python/Objects/
Dweakrefobject.c6 #define GET_WEAKREFS_LISTPTR(o) \ macro
59 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()
309 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
823 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
882 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
978 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()