OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wr_object
(Results
1 - 2
of
2
) sorted by null
/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 368 milliseconds