type google.golang.org/protobuf/reflect/protoreflect.SourcePath

71 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		source.go#L24: 	ByPath(path SourcePath) SourceLocation
		source.go#L39: 	Path SourcePath
		source.go#L68: type SourcePath []int32
		source.go#L71: func (p1 SourcePath) Equal(p2 SourcePath) bool {
		source.go#L92: func (p SourcePath) String() string {
		source.go#L101: type appendFunc func(*SourcePath, []byte) []byte
		source.go#L103: func (p *SourcePath) appendSingularField(b []byte, name string, f appendFunc) []byte {
		source.go#L116: func (p *SourcePath) appendRepeatedField(b []byte, name string, f appendFunc) []byte {
		source_gen.go#L9: func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte {
		source_gen.go#L25: 		b = p.appendRepeatedField(b, "message_type", (*SourcePath).appendDescriptorProto)
		source_gen.go#L27: 		b = p.appendRepeatedField(b, "enum_type", (*SourcePath).appendEnumDescriptorProto)
		source_gen.go#L29: 		b = p.appendRepeatedField(b, "service", (*SourcePath).appendServiceDescriptorProto)
		source_gen.go#L31: 		b = p.appendRepeatedField(b, "extension", (*SourcePath).appendFieldDescriptorProto)
		source_gen.go#L33: 		b = p.appendSingularField(b, "options", (*SourcePath).appendFileOptions)
		source_gen.go#L35: 		b = p.appendSingularField(b, "source_code_info", (*SourcePath).appendSourceCodeInfo)
		source_gen.go#L42: func (p *SourcePath) appendDescriptorProto(b []byte) []byte {
		source_gen.go#L50: 		b = p.appendRepeatedField(b, "field", (*SourcePath).appendFieldDescriptorProto)
		source_gen.go#L52: 		b = p.appendRepeatedField(b, "extension", (*SourcePath).appendFieldDescriptorProto)
		source_gen.go#L54: 		b = p.appendRepeatedField(b, "nested_type", (*SourcePath).appendDescriptorProto)
		source_gen.go#L56: 		b = p.appendRepeatedField(b, "enum_type", (*SourcePath).appendEnumDescriptorProto)
		source_gen.go#L58: 		b = p.appendRepeatedField(b, "extension_range", (*SourcePath).appendDescriptorProto_ExtensionRange)
		source_gen.go#L60: 		b = p.appendRepeatedField(b, "oneof_decl", (*SourcePath).appendOneofDescriptorProto)
		source_gen.go#L62: 		b = p.appendSingularField(b, "options", (*SourcePath).appendMessageOptions)
		source_gen.go#L64: 		b = p.appendRepeatedField(b, "reserved_range", (*SourcePath).appendDescriptorProto_ReservedRange)
		source_gen.go#L71: func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte {
		source_gen.go#L79: 		b = p.appendRepeatedField(b, "value", (*SourcePath).appendEnumValueDescriptorProto)
		source_gen.go#L81: 		b = p.appendSingularField(b, "options", (*SourcePath).appendEnumOptions)
		source_gen.go#L83: 		b = p.appendRepeatedField(b, "reserved_range", (*SourcePath).appendEnumDescriptorProto_EnumReservedRange)
		source_gen.go#L90: func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte {
		source_gen.go#L98: 		b = p.appendRepeatedField(b, "method", (*SourcePath).appendMethodDescriptorProto)
		source_gen.go#L100: 		b = p.appendSingularField(b, "options", (*SourcePath).appendServiceOptions)
		source_gen.go#L105: func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte {
		source_gen.go#L129: 		b = p.appendSingularField(b, "options", (*SourcePath).appendFieldOptions)
		source_gen.go#L136: func (p *SourcePath) appendFileOptions(b []byte) []byte {
		source_gen.go#L182: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L187: func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte {
		source_gen.go#L193: 		b = p.appendRepeatedField(b, "location", (*SourcePath).appendSourceCodeInfo_Location)
		source_gen.go#L198: func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []byte {
		source_gen.go#L208: 		b = p.appendSingularField(b, "options", (*SourcePath).appendExtensionRangeOptions)
		source_gen.go#L213: func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte {
		source_gen.go#L221: 		b = p.appendSingularField(b, "options", (*SourcePath).appendOneofOptions)
		source_gen.go#L226: func (p *SourcePath) appendMessageOptions(b []byte) []byte {
		source_gen.go#L240: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L245: func (p *SourcePath) appendDescriptorProto_ReservedRange(b []byte) []byte {
		source_gen.go#L258: func (p *SourcePath) appendEnumValueDescriptorProto(b []byte) []byte {
		source_gen.go#L268: 		b = p.appendSingularField(b, "options", (*SourcePath).appendEnumValueOptions)
		source_gen.go#L273: func (p *SourcePath) appendEnumOptions(b []byte) []byte {
		source_gen.go#L283: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L288: func (p *SourcePath) appendEnumDescriptorProto_EnumReservedRange(b []byte) []byte {
		source_gen.go#L301: func (p *SourcePath) appendMethodDescriptorProto(b []byte) []byte {
		source_gen.go#L313: 		b = p.appendSingularField(b, "options", (*SourcePath).appendMethodOptions)
		source_gen.go#L322: func (p *SourcePath) appendServiceOptions(b []byte) []byte {
		source_gen.go#L330: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L335: func (p *SourcePath) appendFieldOptions(b []byte) []byte {
		source_gen.go#L353: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L358: func (p *SourcePath) appendUninterpretedOption(b []byte) []byte {
		source_gen.go#L364: 		b = p.appendRepeatedField(b, "name", (*SourcePath).appendUninterpretedOption_NamePart)
		source_gen.go#L381: func (p *SourcePath) appendSourceCodeInfo_Location(b []byte) []byte {
		source_gen.go#L400: func (p *SourcePath) appendExtensionRangeOptions(b []byte) []byte {
		source_gen.go#L406: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L411: func (p *SourcePath) appendOneofOptions(b []byte) []byte {
		source_gen.go#L417: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L422: func (p *SourcePath) appendEnumValueOptions(b []byte) []byte {
		source_gen.go#L430: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L435: func (p *SourcePath) appendMethodOptions(b []byte) []byte {
		source_gen.go#L445: 		b = p.appendRepeatedField(b, "uninterpreted_option", (*SourcePath).appendUninterpretedOption)
		source_gen.go#L450: func (p *SourcePath) appendUninterpretedOption_NamePart(b []byte) []byte {

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

	google.golang.org/protobuf/internal/filedesc
		desc_list.go#L313: func (p *SourceLocations) ByPath(path protoreflect.SourcePath) protoreflect.SourceLocation {
		desc_list.go#L445: func newPathKey(p protoreflect.SourcePath) (k pathKey) {