type google.golang.org/protobuf/internal/filedesc.Method

14 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L516: 	Method struct {
		desc.go#L544: func (md *Method) Options() protoreflect.ProtoMessage {
		desc.go#L550: func (md *Method) Input() protoreflect.MessageDescriptor   { return md.L1.Input }
		desc.go#L551: func (md *Method) Output() protoreflect.MessageDescriptor  { return md.L1.Output }
		desc.go#L552: func (md *Method) IsStreamingClient() bool                 { return md.L1.IsStreamingClient }
		desc.go#L553: func (md *Method) IsStreamingServer() bool                 { return md.L1.IsStreamingServer }
		desc.go#L554: func (md *Method) Format(s fmt.State, r rune)              { descfmt.FormatDesc(s, r, md) }
		desc.go#L555: func (md *Method) ProtoType(protoreflect.MethodDescriptor) {}
		desc.go#L556: func (md *Method) ProtoInternal(pragma.DoNotImplement)     {}
		desc_lazy.go#L612: 		sd.L2.Methods.List = make([]Method, len(rawMethods))
		desc_lazy.go#L620: 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))