google.golang.org/protobuf/internal/filedesc.fileRaw.allServices (field)
11 uses
google.golang.org/protobuf/internal/filedesc (current package)
build.go#L108: out.Services = fd.allServices
desc_init.go#L23: allServices []Service
desc_init.go#L52: fd.allServices = make([]Service, 0, numServices)
desc_init.go#L74: total := len(fd.allServices)
desc_init.go#L75: xs := fd.allServices[total : total+n]
desc_init.go#L76: fd.allServices = fd.allServices[:total+n]
desc_init.go#L87: case len(fd.allServices) != cap(fd.allServices):
desc_lazy.go#L82: for i := range file.allServices {
desc_lazy.go#L83: sd := &file.allServices[i]
![]() |
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. |