HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_IS_GC (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \

Completed in 384 milliseconds