reflect.Method.Type (field)
6 uses
reflect (current package)
type.go#L458: Type Type // method type
type.go#L646: m.Type = mt
type.go#L985: m.Type = toType(t.typeOff(p.Typ))
google.golang.org/protobuf/internal/impl
legacy_message.go#L218: for _, v := range fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))}) {
legacy_message.go#L229: vs := fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))})[0]
message.go#L205: for _, v := range fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))}) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)