Searched defs:NumMethod (Results 1 – 4 of 4) sorted by relevance
78 NumMethod() int methodSpec608 func (t *rtype) NumMethod() int { func994 func (t *interfaceType) NumMethod() int { return len(t.Methods) } func
2079 func (v Value) NumMethod() int { func
456 func (t *Type) NumMethod() int { func465 func (t *InterfaceType) NumMethod() int { return len(t.Methods) } func
263 func (t rtype) NumMethod() int { func