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

25 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		type.go#L374: 	ContainingOneof() OneofDescriptor
		type.go#L417: type OneofDescriptor interface {
		type.go#L430: type isOneofDescriptor interface{ ProtoType(OneofDescriptor) }
		type.go#L437: 	Get(i int) OneofDescriptor
		type.go#L440: 	ByName(s Name) OneofDescriptor
		value.go#L125: 	WhichOneof(OneofDescriptor) FieldDescriptor

	google.golang.org/protobuf/reflect/protodesc
		proto.go#L173: func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descriptorpb.OneofDescriptorProto {

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L112: 	reflect.TypeOf((*protoreflect.OneofDescriptor)(nil)).Elem():     {"Fields"}, // not directly used; must keep in sync with formatDescOpt
		stringer.go#L183: 		case protoreflect.OneofDescriptor:
		stringer.go#L253: 		case protoreflect.FieldDescriptor, protoreflect.OneofDescriptor, protoreflect.EnumValueDescriptor, protoreflect.MethodDescriptor:

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

	google.golang.org/protobuf/internal/impl
		codec_field.go#L33: func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si structInfo) {
		legacy_extension.go#L171: func (x placeholderExtension) ContainingOneof() protoreflect.OneofDescriptor      { return nil }
		legacy_message.go#L543: func (m aberrantMessage) WhichOneof(protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
		message_reflect_field.go#L467: 	oneofDesc protoreflect.OneofDescriptor
		message_reflect_field.go#L471: func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
		message_reflect_gen.go#L112: func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
		message_reflect_gen.go#L232: func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {

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