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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \

Completed in 24 milliseconds