Home
last modified time | relevance | path

Searched defs:__Pyx_PyGen_FetchStopIterationValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DGenerator.c53 #define __Pyx_PyGen_FetchStopIterationValue(pvalue) PyGen_FetchStopIterationValue(pvalue) macro
80 static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue) { in __Pyx_PyGen_FetchStopIterationValue() function