OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tp_weaklistoffset
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h
372
Py_ssize_t
tp_weaklistoffset
;
member in struct:_typeobject
582
/* Objects which are weakly referencable if their
tp_weaklistoffset
is >0 */
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h
372
Py_ssize_t
tp_weaklistoffset
;
member in struct:_typeobject
582
/* Objects which are weakly referencable if their
tp_weaklistoffset
is >0 */
[
all
...]
Completed in 54 milliseconds