reflect.Value.MethodByName (method)
8 uses
reflect (current package)
value.go#L1876: func (v Value) MethodByName(name string) Value {
google.golang.org/protobuf/internal/descfmt
stringer.go#L44: name = reflect.ValueOf(vs).MethodByName("Get").Type().Out(0).Name() + "s"
stringer.go#L93: m := reflect.ValueOf(vs).MethodByName("Get")
stringer.go#L124: rt := rv.MethodByName("ProtoType").Type().In(0)
stringer.go#L195: if rv.MethodByName("GoType").IsValid() {
stringer.go#L210: if m := v.MethodByName(a); m.IsValid() {
stringer.go#L220: rv = rv.MethodByName("Interface").Call(nil)[0]
text/template
exec.go#L629: if method := ptr.MethodByName(fieldName); method.IsValid() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)