Searched refs:d_method (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Objects/ |
D | descrobject.c | 125 if (descr->d_method->ml_flags & METH_METHOD) { in classmethod_get() 128 return PyCMethod_New(descr->d_method, type, NULL, cls); in classmethod_get() 140 if (descr->d_method->ml_flags & METH_METHOD) { in method_get() 142 return PyCMethod_New(descr->d_method, obj, NULL, descr->d_common.d_type); in method_get() 151 return PyCFunction_NewEx(descr->d_method, obj, NULL); in method_get() 289 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call() 561 return _PyType_GetDocFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc); in method_get_doc() 567 … return _PyType_GetTextSignatureFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc); in method_get_text_signature() 940 descr->d_method = method; in PyDescr_NewMethod() 954 descr->d_method = method; in PyDescr_NewClassMethod()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | TomsMoCompAll.inc | 64 static void FUNCT_NAME(GstDeinterlaceMethod *d_method, 68 GstDeinterlaceMethodTomsMoComp *self = GST_DEINTERLACE_METHOD_TOMSMOCOMP (d_method); 89 gst_deinterlace_method_setup (backup_method, d_method->vinfo);
|
/third_party/python/Include/ |
D | descrobject.h | 55 PyMethodDef *d_method; member
|