google.golang.org/protobuf/internal/filedesc.Service.L2 (field)
8 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L426: L2 *ServiceL2 // protected by fileDesc.once
desc.go#L459: return sd.L2
desc_lazy.go#L86: for j := range sd.L2.Methods.List {
desc_lazy.go#L87: md := &sd.L2.Methods.List[j]
desc_lazy.go#L602: sd.L2 = new(ServiceL2)
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)
desc_lazy.go#L627: sd.L2.Options = sd.L0.ParentFile.builder.optionsUnmarshaler(&descopts.Service, rawOptions)
![]() |
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. |