type google.golang.org/protobuf/internal/filedesc.SourceLocations
6 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L57: Locations SourceLocations
desc_list.go#L276: type SourceLocations struct {
desc_list.go#L280: func (p *SourceLocations) Len() int { return len(p.List) }
desc_list.go#L281: func (p *SourceLocations) Get(i int) pref.SourceLocation { return p.List[i] }
desc_list.go#L282: func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {}
placeholder.go#L18: emptySourceLocations = new(SourceLocations)
![]() |
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. |