reflect.Method.Type (field)
12 uses
reflect (current package)
type.go#L449: Type Type // method type
type.go#L637: m.Type = mt
type.go#L976: m.Type = toType(t.typeOff(p.Typ))
github.com/google/go-cmp/cmp
compare.go#L315: if !ok || !function.IsType(m.Type, function.EqualAssignable) {
options.go#L237: return ok && m.Type.NumIn() == 1 && m.Type.NumOut() == 1 &&
options.go#L238: m.Type.Out(0).PkgPath() == "google.golang.org/protobuf/reflect/protoreflect" &&
options.go#L239: m.Type.Out(0).Name() == "Message"
github.com/google/go-cmp/cmp/internal/value
name.go#L152: b = appendTypeName(b, m.Type, qualified, true)
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)