internal/reflectlite.rtype.NumMethod (method)

4 uses

	internal/reflectlite (current package)
		type.go#L543: func (t *rtype) NumMethod() int {
		value.go#L231: 		if v.typ.NumMethod() == 0 {
		value.go#L355: 	return v.typ.NumMethod()
		value.go#L436: 		if dst.NumMethod() == 0 {