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

2 uses

	google.golang.org/protobuf/reflect/protodesc (current package)
		proto.go#L107: 		p.OneofDecl = append(p.OneofDecl, ToOneofDescriptorProto(oneofs.Get(i)))
		proto.go#L173: func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descriptorpb.OneofDescriptorProto {