OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCObject_Check
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h
45
#define
PyCObject_Check
(op) (Py_TYPE(op) == &PyCObject_Type)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h
45
#define
PyCObject_Check
(op) (Py_TYPE(op) == &PyCObject_Type)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx
48
cdef int
PyCObject_Check
(object)
75
if not
PyCObject_Check
(obj):
floatnum.pxi
33
if
PyCObject_Check
(value): # should check Desc
bytecode.pxi
33
if
PyCObject_Check
(bc):
expr.pxi
68
if
PyCObject_Check
(op):
intnum.pxi
68
if
PyCObject_Check
(value):
symrec.pxi
31
if
PyCObject_Check
(symrec):
Completed in 95 milliseconds