OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__Pyx_FetchCommonType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
CommonTypes.c
3
static PyTypeObject*
__Pyx_FetchCommonType
(PyTypeObject* type);
7
static PyTypeObject*
__Pyx_FetchCommonType
(PyTypeObject* type) {
CythonFunction.c
677
__pyx_CyFunctionType =
__Pyx_FetchCommonType
(&__pyx_CyFunctionType_type);
[
all
...]
Generator.c
659
__pyx_GeneratorType =
__Pyx_FetchCommonType
(&__pyx_GeneratorType_type);
Completed in 3176 milliseconds