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

16 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		build.go#L82: 	Services []Service
		desc.go#L505: 	Service struct {
		desc.go#L529: func (sd *Service) Options() protoreflect.ProtoMessage {
		desc.go#L535: func (sd *Service) Methods() protoreflect.MethodDescriptors  { return &sd.lazyInit().Methods }
		desc.go#L536: func (sd *Service) Format(s fmt.State, r rune)               { descfmt.FormatDesc(s, r, sd) }
		desc.go#L537: func (sd *Service) ProtoType(protoreflect.ServiceDescriptor) {}
		desc.go#L538: func (sd *Service) ProtoInternal(pragma.DoNotImplement)      {}
		desc.go#L539: func (sd *Service) lazyInit() *ServiceL2 {
		desc_init.go#L24: 	allServices   []Service
		desc_init.go#L53: 	fd.allServices = make([]Service, 0, numServices)
		desc_init.go#L74: func (fd *File) allocServices(n int) []Service {
		desc_init.go#L515: func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) {
		desc_lazy.go#L589: func (sd *Service) unmarshalFull(b []byte, sb *strs.Builder) {
		desc_list_gen.go#L296: 	List   []Service
		desc_list_gen.go#L298: 	byName map[protoreflect.Name]*Service // protected by once
		desc_list_gen.go#L320: 			p.byName = make(map[protoreflect.Name]*Service, len(p.List))