reflect.Value.MethodByName (method)
11 uses
reflect (current package)
value.go#L1352: func (v Value) MethodByName(name string) Value {
cloud.google.com/go/storage
acl.go#L232: vc.MethodByName("Context").Call([]reflect.Value{reflect.ValueOf(ctx)})
acl.go#L234: vc.MethodByName("UserProject").Call([]reflect.Value{reflect.ValueOf(a.userProject)})
storage.go#L1514: m := call.MethodByName(name)
google.golang.org/protobuf/internal/descfmt
stringer.go#L44: name = reflect.ValueOf(vs).MethodByName("Get").Type().Out(0).Name() + "s"
stringer.go#L91: m := reflect.ValueOf(vs).MethodByName("Get")
stringer.go#L122: rt := rv.MethodByName("ProtoType").Type().In(0)
stringer.go#L193: if rv.MethodByName("GoType").IsValid() {
stringer.go#L208: if m := v.MethodByName(a); m.IsValid() {
stringer.go#L218: rv = rv.MethodByName("Interface").Call(nil)[0]
text/template
exec.go#L608: if method := ptr.MethodByName(fieldName); method.IsValid() {
![]() |
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. |