google.golang.org/protobuf/reflect/protoreflect.SourceLocation.Path (field)

4 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		source.go#L39: 	Path SourcePath

	google.golang.org/protobuf/reflect/protodesc
		desc.go#L151: 		l.Path = protoreflect.SourcePath(loc.GetPath())
		proto.go#L42: 		l.Path = append(l.Path, loc.Path...)

	google.golang.org/protobuf/internal/filedesc
		desc_list.go#L420: 				k := newPathKey(l.Path)