type google.golang.org/protobuf/internal/filedesc.Service
16 uses
google.golang.org/protobuf/internal/filedesc (current package)
build.go#L80: Services []Service
desc.go#L423: Service struct {
desc.go#L447: func (sd *Service) Options() pref.ProtoMessage {
desc.go#L453: func (sd *Service) Methods() pref.MethodDescriptors { return &sd.lazyInit().Methods }
desc.go#L454: func (sd *Service) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, sd) }
desc.go#L455: func (sd *Service) ProtoType(pref.ServiceDescriptor) {}
desc.go#L456: func (sd *Service) ProtoInternal(pragma.DoNotImplement) {}
desc.go#L457: func (sd *Service) lazyInit() *ServiceL2 {
desc_init.go#L23: allServices []Service
desc_init.go#L52: fd.allServices = make([]Service, 0, numServices)
desc_init.go#L73: func (fd *File) allocServices(n int) []Service {
desc_init.go#L426: func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) {
desc_lazy.go#L599: func (sd *Service) unmarshalFull(b []byte, sb *strs.Builder) {
desc_list_gen.go#L274: List []Service
desc_list_gen.go#L276: byName map[protoreflect.Name]*Service // protected by once
desc_list_gen.go#L298: p.byName = make(map[protoreflect.Name]*Service, 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. |