reflect.Method.Type (field)
10 uses
reflect (current package)
type.go#L579: Type Type // method type
type.go#L827: m.Type = mt
type.go#L1066: m.Type = toType(t.typeOff(p.typ))
github.com/golang/protobuf/proto
properties.go#L264: oneofWrappers = fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))})[3].Interface().([]interface{})
properties.go#L267: oneofWrappers = fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))})[0].Interface().([]interface{})
github.com/google/go-cmp/cmp
compare.go#L312: if !ok || !function.IsType(m.Type, function.EqualAssignable) {
github.com/google/go-cmp/cmp/internal/value
name.go#L145: b = appendTypeName(b, m.Type, qualified, true)
google.golang.org/protobuf/internal/impl
legacy_message.go#L200: for _, v := range fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))}) {
legacy_message.go#L212: vs := fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))})[0]
message.go#L186: for _, v := range fn.Func.Call([]reflect.Value{reflect.Zero(fn.Type.In(0))}) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |