HomeSort by relevance Sort by last modified time
    Searched refs:clear_weakref (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Objects/
weakrefobject.c 53 clear_weakref(PyWeakReference *self) function
83 * then. The reason for not letting clear_weakref() decref the callback
97 /* Preserve and restore the callback around clear_weakref. */
100 clear_weakref(self);
108 clear_weakref((PyWeakReference *) self);
124 clear_weakref(self);
543 clear_weakref(self);
900 clear_weakref(*list);
902 clear_weakref(*list);
914 clear_weakref(current)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 51 clear_weakref(PyWeakReference *self) function
81 * then. The reason for not letting clear_weakref() decref the callback
95 /* Preserve and restore the callback around clear_weakref. */
98 clear_weakref(self);
106 clear_weakref((PyWeakReference *) self);
122 clear_weakref(self);
540 clear_weakref(self);
920 clear_weakref(*list);
922 clear_weakref(*list);
934 clear_weakref(current);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 51 clear_weakref(PyWeakReference *self) function
82 * then. The reason for not letting clear_weakref() decref the callback
96 /* Preserve and restore the callback around clear_weakref. */
99 clear_weakref(self);
107 clear_weakref((PyWeakReference *) self);
123 clear_weakref(self);
529 clear_weakref(self);
909 clear_weakref(*list);
911 clear_weakref(*list);
927 clear_weakref(current);
    [all...]
  /external/python/cpython2/Objects/
weakrefobject.c 51 clear_weakref(PyWeakReference *self) function
81 * then. The reason for not letting clear_weakref() decref the callback
95 /* Preserve and restore the callback around clear_weakref. */
98 clear_weakref(self);
106 clear_weakref((PyWeakReference *) self);
122 clear_weakref(self);
542 clear_weakref(self);
922 clear_weakref(*list);
924 clear_weakref(*list);
936 clear_weakref(current)
    [all...]

Completed in 240 milliseconds