OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyWeakReference
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h
10
typedef struct _PyWeakReference
PyWeakReference
;
12
/*
PyWeakReference
is the base struct for the Python ReferenceType, ProxyType,
37
PyWeakReference
*wr_prev;
38
PyWeakReference
*wr_next;
65
PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(
PyWeakReference
*head);
67
PyAPI_FUNC(void) _PyWeakref_ClearRef(
PyWeakReference
*self);
77
(Py_REFCNT(((
PyWeakReference
*)(ref))->wr_object) > 0 \
78
? ((
PyWeakReference
*)(ref))->wr_object \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h
10
typedef struct _PyWeakReference
PyWeakReference
;
12
/*
PyWeakReference
is the base struct for the Python ReferenceType, ProxyType,
37
PyWeakReference
*wr_prev;
38
PyWeakReference
*wr_next;
65
PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(
PyWeakReference
*head);
67
PyAPI_FUNC(void) _PyWeakref_ClearRef(
PyWeakReference
*self);
77
(Py_REFCNT(((
PyWeakReference
*)(ref))->wr_object) > 0 \
78
? ((
PyWeakReference
*)(ref))->wr_object \
Completed in 207 milliseconds