type google.golang.org/protobuf/internal/filedesc.Method
14 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L434: Method struct {
desc.go#L462: func (md *Method) Options() pref.ProtoMessage {
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.go#L472: func (md *Method) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc.go#L473: func (md *Method) ProtoType(pref.MethodDescriptor) {}
desc.go#L474: func (md *Method) ProtoInternal(pragma.DoNotImplement) {}
desc_lazy.go#L622: sd.L2.Methods.List = make([]Method, len(rawMethods))
desc_lazy.go#L630: func (md *Method) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) {
desc_list_gen.go#L311: List []Method
desc_list_gen.go#L313: byName map[protoreflect.Name]*Method // protected by once
desc_list_gen.go#L335: p.byName = make(map[protoreflect.Name]*Method, len(p.List))
![]() |
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. |