type google.golang.org/protobuf/internal/filedesc.Method
14 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L535: Method struct {
desc.go#L563: func (md *Method) Options() protoreflect.ProtoMessage {
desc.go#L569: func (md *Method) Input() protoreflect.MessageDescriptor { return md.L1.Input }
desc.go#L570: func (md *Method) Output() protoreflect.MessageDescriptor { return md.L1.Output }
desc.go#L571: func (md *Method) IsStreamingClient() bool { return md.L1.IsStreamingClient }
desc.go#L572: func (md *Method) IsStreamingServer() bool { return md.L1.IsStreamingServer }
desc.go#L573: func (md *Method) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc.go#L574: func (md *Method) ProtoType(protoreflect.MethodDescriptor) {}
desc.go#L575: func (md *Method) ProtoInternal(pragma.DoNotImplement) {}
desc_lazy.go#L610: sd.L2.Methods.List = make([]Method, len(rawMethods))
desc_lazy.go#L618: func (md *Method) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) {
desc_list_gen.go#L333: List []Method
desc_list_gen.go#L335: byName map[protoreflect.Name]*Method // protected by once
desc_list_gen.go#L357: p.byName = make(map[protoreflect.Name]*Method, len(p.List))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)