HomeSort by relevance Sort by last modified time
    Searched defs:wr_object (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
74 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
75 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
69 #define PyWeakref_GET_OBJECT(ref) (((PyWeakReference *)(ref))->wr_object)
  /external/python/cpython2/Include/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
74 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
75 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]
  /external/python/cpython3/Include/
weakrefobject.h 20 * Note that this is a stealth reference: wr_object's refcount is
23 PyObject *wr_object; member in struct:_PyWeakReference
25 /* A callable to invoke when wr_object dies, or NULL if none. */
28 /* A cache for wr_object's hash code. As usual for hashes, this is -1
33 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
35 * If wr_object goes away, wr_object is set to Py_None, and these pointers
78 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
79 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
22 PyObject *wr_object; member in struct:_PyWeakReference
24 /* A callable to invoke when wr_object dies, or NULL if none. */
27 /* A cache for wr_object's hash code. As usual for hashes, this is -1
32 /* If wr_object is weakly referenced, wr_object has a doubly-linked NULL-
34 * If wr_object goes away, wr_object is set to Py_None, and these pointers
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \
    [all...]

Completed in 219 milliseconds