OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tp_flags
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
object.h
356
long
tp_flags
;
member in struct:_typeobject
537
`Type flags (
tp_flags
)
551
Type definitions should use Py_TPFLAGS_DEFAULT for their
tp_flags
value.
657
#define PyType_HasFeature(t,f) (((t)->
tp_flags
& (f)) != 0)
[
all
...]
/prebuilts/gdb/linux-x86/include/python2.7/
object.h
356
long
tp_flags
;
member in struct:_typeobject
537
`Type flags (
tp_flags
)
551
Type definitions should use Py_TPFLAGS_DEFAULT for their
tp_flags
value.
657
#define PyType_HasFeature(t,f) (((t)->
tp_flags
& (f)) != 0)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h
356
long
tp_flags
;
member in struct:_typeobject
537
`Type flags (
tp_flags
)
551
Type definitions should use Py_TPFLAGS_DEFAULT for their
tp_flags
value.
657
#define PyType_HasFeature(t,f) (((t)->
tp_flags
& (f)) != 0)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h
356
long
tp_flags
;
member in struct:_typeobject
537
`Type flags (
tp_flags
)
551
Type definitions should use Py_TPFLAGS_DEFAULT for their
tp_flags
value.
657
#define PyType_HasFeature(t,f) (((t)->
tp_flags
& (f)) != 0)
[
all
...]
Completed in 1132 milliseconds