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

  /external/chromium_org/third_party/cython/src/Cython/Runtime/
refnanny.pyx 101 cdef void GOTREF(PyObject* ctx, PyObject* p_obj, int lineno):
143 GOTREF(ctx, obj, lineno)
178 void (*GOTREF)(PyObject*, PyObject*, int)
186 api.GOTREF = GOTREF
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 532 void (*GOTREF)(void*, PyObject*, int);
557 #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 387 void (*GOTREF)(void*, PyObject*, int);
412 #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]
qavltree.c 403 void (*GOTREF)(void*, PyObject*, int);
428 #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]
qbintree.c 403 void (*GOTREF)(void*, PyObject*, int);
428 #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]
qrbtree.c 403 void (*GOTREF)(void*, PyObject*, int);
428 #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
    [all...]

Completed in 35 milliseconds