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

16 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L430: 	Method struct {
		desc.go#L458: func (md *Method) Options() protoreflect.ProtoMessage {
		desc.go#L464: func (md *Method) Input() protoreflect.MessageDescriptor   { return md.L1.Input }
		desc.go#L465: func (md *Method) Output() protoreflect.MessageDescriptor  { return md.L1.Output }
		desc.go#L466: func (md *Method) IsStreamingClient() bool                 { return md.L1.IsStreamingClient }
		desc.go#L467: func (md *Method) IsStreamingServer() bool                 { return md.L1.IsStreamingServer }
		desc.go#L468: func (md *Method) Format(s fmt.State, r rune)              { descfmt.FormatDesc(s, r, md) }
		desc.go#L469: func (md *Method) ProtoType(protoreflect.MethodDescriptor) {}
		desc.go#L470: 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 protoreflect.Descriptor, i int) {
		desc_list_gen.go#L322: 	List   []Method
		desc_list_gen.go#L324: 	byName map[protoreflect.Name]*Method // protected by once
		desc_list_gen.go#L346: 			p.byName = make(map[protoreflect.Name]*Method, len(p.List))

	google.golang.org/protobuf/reflect/protodesc
		desc_init.go#L203: func (r descsByName) initMethodsFromDescriptorProto(mds []*descriptorpb.MethodDescriptorProto, parent protoreflect.Descriptor, sb *strs.Builder) (ms []filedesc.Method, err error) {
		desc_init.go#L204: 	ms = make([]filedesc.Method, len(mds)) // allocate up-front to ensure stable pointers