func google.golang.org/protobuf/reflect/protodesc.ToFieldDescriptorProto

4 uses

	google.golang.org/protobuf/reflect/protodesc (current package)
		proto.go#L71: 		p.Extension = append(p.Extension, ToFieldDescriptorProto(exts.Get(i)))
		proto.go#L87: 		p.Field = append(p.Field, ToFieldDescriptorProto(fields.Get(i)))
		proto.go#L90: 		p.Extension = append(p.Extension, ToFieldDescriptorProto(exts.Get(i)))
		proto.go#L124: func ToFieldDescriptorProto(field protoreflect.FieldDescriptor) *descriptorpb.FieldDescriptorProto {