google.golang.org/protobuf/internal/filedesc.Method.L1 (field)
15 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L436: L1 MethodL1
desc.go#L463: if f := md.L1.Options; f != nil {
desc.go#L468: func (md *Method) Input() pref.MessageDescriptor { return md.L1.Input }
desc.go#L469: func (md *Method) Output() pref.MessageDescriptor { return md.L1.Output }
desc.go#L470: func (md *Method) IsStreamingClient() bool { return md.L1.IsStreamingClient }
desc.go#L471: func (md *Method) IsStreamingServer() bool { return md.L1.IsStreamingServer }
desc_lazy.go#L88: md.L1.Input = file.resolveMessageDependency(md.L1.Input, listMethInDeps, depIdx)
desc_lazy.go#L89: md.L1.Output = file.resolveMessageDependency(md.L1.Output, listMethOutDeps, depIdx)
desc_lazy.go#L645: md.L1.IsStreamingClient = protowire.DecodeBool(v)
desc_lazy.go#L647: md.L1.IsStreamingServer = protowire.DecodeBool(v)
desc_lazy.go#L656: md.L1.Input = PlaceholderMessage(makeFullName(sb, v))
desc_lazy.go#L658: md.L1.Output = PlaceholderMessage(makeFullName(sb, v))
desc_lazy.go#L667: md.L1.Options = pf.builder.optionsUnmarshaler(&descopts.Method, 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. |