google.golang.org/protobuf/internal/filedesc.SourceLocations.List (field)
12 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_list.go#L294: List []protoreflect.SourceLocation
desc_list.go#L305: func (p *SourceLocations) Len() int { return len(p.List) }
desc_list.go#L306: func (p *SourceLocations) Get(i int) protoreflect.SourceLocation { return p.lazyInit().List[i] }
desc_list.go#L309: return p.List[i]
desc_list.go#L416: if len(p.List) > 0 {
desc_list.go#L418: pathIdxs := make(map[pathKey][]int, len(p.List))
desc_list.go#L419: for i, l := range p.List {
desc_list.go#L425: p.byPath = make(map[pathKey]int, len(p.List))
desc_list.go#L428: p.List[idxs[i]].Next = idxs[i+1]
desc_list.go#L430: p.List[idxs[len(idxs)-1]].Next = 0
google.golang.org/protobuf/reflect/protodesc
desc.go#L170: f.L2.Locations.List = append(f.L2.Locations.List, l)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)