Home
last modified time | relevance | path

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

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/xreflect/
H A Dmethod.go175 return t.makemethod(i, gfunc, &t.methodvalues, rfunctype) // lock already held
242 func (t *xtype) makemethod(index int, gfun *types.Func, rfuns *[]reflect.Value, rfunctype reflect.T… func
/dports/lang/eisl/eisl-2.35/
H A Dcell.c752 insert_method(makemethod(cdar(body)), val); in makegeneric()
789 insert_method(makemethod(cdar(body)), val); in makegeneric_star()
802 makemethod(int addr) in makemethod() function
H A Deisl.h1073 int makemethod(int x);
H A Dsyntax.c1942 insert_method(makemethod(arg2), gen); in f_defmethod()