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

11 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L58: 		Locations SourceLocations
		desc_list.go#L290: type SourceLocations struct {
		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#L307: func (p *SourceLocations) byKey(k pathKey) protoreflect.SourceLocation {
		desc_list.go#L313: func (p *SourceLocations) ByPath(path protoreflect.SourcePath) protoreflect.SourceLocation {
		desc_list.go#L316: func (p *SourceLocations) ByDescriptor(desc protoreflect.Descriptor) protoreflect.SourceLocation {
		desc_list.go#L414: func (p *SourceLocations) lazyInit() *SourceLocations {
		desc_list.go#L437: func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {}
		placeholder.go#L18: 	emptySourceLocations = new(SourceLocations)