Home
last modified time | relevance | path

Searched refs:__pyx_FusedFunctionObject (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DCythonFunction.c737 } __pyx_FusedFunctionObject; typedef
747 static int __pyx_FusedFunction_clear(__pyx_FusedFunctionObject *self);
762 __pyx_FusedFunctionObject *fusedfunc =
763 (__pyx_FusedFunctionObject *) __Pyx_CyFunction_New(type, ml, flags, qualname,
774 static void __pyx_FusedFunction_dealloc(__pyx_FusedFunctionObject *self) {
780 __pyx_FusedFunction_traverse(__pyx_FusedFunctionObject *self,
791 __pyx_FusedFunction_clear(__pyx_FusedFunctionObject *self)
803 __pyx_FusedFunctionObject *func, *meth;
805 func = (__pyx_FusedFunctionObject *) self;
816 meth = (__pyx_FusedFunctionObject *) __pyx_FusedFunction_NewEx(
[all …]