reflect.Type.MethodByName (method)
7 uses
reflect (current package)
type.go#L71: MethodByName(string) (Method, bool)
github.com/golang/protobuf/proto
properties.go#L263: if fn, ok := reflect.PtrTo(t).MethodByName("XXX_OneofFuncs"); ok {
properties.go#L266: if fn, ok := reflect.PtrTo(t).MethodByName("XXX_OneofWrappers"); ok {
github.com/google/go-cmp/cmp
compare.go#L312: m, ok := t.MethodByName("Equal")
google.golang.org/protobuf/internal/impl
legacy_message.go#L210: if fn, ok := t.MethodByName(method); ok {
legacy_message.go#L222: if fn, ok := t.MethodByName("ExtensionRangeArray"); ok {
message.go#L196: if fn, ok := reflect.PtrTo(t).MethodByName(method); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)