google.golang.org/protobuf/internal/filedesc.ServiceL2.Methods (field)
6 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L431: Methods Methods
desc.go#L453: func (sd *Service) Methods() pref.MethodDescriptors { return &sd.lazyInit().Methods }
desc_lazy.go#L86: for j := range sd.L2.Methods.List {
desc_lazy.go#L87: md := &sd.L2.Methods.List[j]
desc_lazy.go#L622: sd.L2.Methods.List = make([]Method, len(rawMethods))
desc_lazy.go#L624: sd.L2.Methods.List[i].unmarshalFull(b, sb, sd.L0.ParentFile, sd, i)
![]() |
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. |