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

  /external/chromium_org/third_party/cython/src/Cython/Runtime/
refnanny.pyx 41 # returns whether it is ok to do the decref operation
145 cdef void DECREF(PyObject* ctx, PyObject* obj, int lineno):
177 void (*DECREF)(PyObject*, PyObject*, int)
185 api.DECREF = DECREF
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 531 void (*DECREF)(void*, PyObject*, int);
556 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 386 void (*DECREF)(void*, PyObject*, int);
411 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]
qavltree.c 402 void (*DECREF)(void*, PyObject*, int);
427 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]
qbintree.c 402 void (*DECREF)(void*, PyObject*, int);
427 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]
qrbtree.c 402 void (*DECREF)(void*, PyObject*, int);
427 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]

Completed in 42 milliseconds