OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ob_ref
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cellobject.h
11
PyObject *
ob_ref
; /* Content of the cell or NULL when empty */
member in struct:__anon62254
22
#define PyCell_GET(op) (((PyCellObject *)(op))->
ob_ref
)
23
#define PyCell_SET(op, v) (((PyCellObject *)(op))->
ob_ref
= v)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
cellobject.h
11
PyObject *
ob_ref
; /* Content of the cell or NULL when empty */
member in struct:__anon62377
22
#define PyCell_GET(op) (((PyCellObject *)(op))->
ob_ref
)
23
#define PyCell_SET(op, v) (((PyCellObject *)(op))->
ob_ref
= v)
Completed in 32 milliseconds