Searched refs:__Pyx_FetchCommonType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCommonTypes.c3 static PyTypeObject* __Pyx_FetchCommonType(PyTypeObject* type);
7 static PyTypeObject* __Pyx_FetchCommonType(PyTypeObject* type) { function
H A DCythonFunction.c677 __pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type);
1124 __pyx_FusedFunctionType = __Pyx_FetchCommonType(&__pyx_FusedFunctionType_type);
H A DGenerator.c659 __pyx_GeneratorType = __Pyx_FetchCommonType(&__pyx_GeneratorType_type);

Completed in 1401 milliseconds