OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyDescrObject
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
descrobject.h
47
}
PyDescrObject
;
/prebuilts/gdb/linux-x86/include/python2.7/
descrobject.h
47
}
PyDescrObject
;
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
descrobject.h
47
}
PyDescrObject
;
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
descrobject.h
47
}
PyDescrObject
;
/prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg
216
#define PyDescr_TYPE(x) (((
PyDescrObject
*)(x))->d_type)
217
#define PyDescr_NAME(x) (((
PyDescrObject
*)(x))->d_name)
Completed in 105 milliseconds