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

24 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		type.go#L368: 	ContainingOneof() OneofDescriptor
		type.go#L411: type OneofDescriptor interface {
		type.go#L424: type isOneofDescriptor interface{ ProtoType(OneofDescriptor) }
		type.go#L431: 	Get(i int) OneofDescriptor
		type.go#L434: 	ByName(s Name) OneofDescriptor
		value.go#L125: 	WhichOneof(OneofDescriptor) FieldDescriptor

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L215: 		case protoreflect.OneofDescriptor:
		stringer.go#L349: 		case protoreflect.FieldDescriptor, protoreflect.OneofDescriptor, protoreflect.EnumValueDescriptor, protoreflect.MethodDescriptor:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L279: 		ContainingOneof  protoreflect.OneofDescriptor // must be consistent with Message.Oneofs.Fields
		desc.go#L389: func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor      { return fd.L1.ContainingOneof }
		desc.go#L428: func (od *Oneof) ProtoType(protoreflect.OneofDescriptor) {}
		desc.go#L492: func (xd *Extension) ContainingOneof() protoreflect.OneofDescriptor     { return nil }
		desc_list.go#L362: 		case protoreflect.OneofDescriptor:
		desc_list_gen.go#L230: func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor {
		desc_list_gen.go#L233: func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescriptor {

	google.golang.org/protobuf/internal/impl
		codec_field.go#L30: func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si structInfo) {
		legacy_extension.go#L172: func (x placeholderExtension) ContainingOneof() protoreflect.OneofDescriptor      { return nil }
		legacy_message.go#L549: func (m aberrantMessage) WhichOneof(protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
		message_opaque.go#L117: func makeOneofInfoOpaque(mi *MessageInfo, od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
		message_reflect_field.go#L385: 	oneofDesc protoreflect.OneofDescriptor
		message_reflect_field.go#L389: func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
		message_reflect_gen.go#L120: func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
		message_reflect_gen.go#L251: func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {

	google.golang.org/protobuf/internal/order
		order.go#L23: 		inOneof := func(od protoreflect.OneofDescriptor) bool {