google.golang.org/protobuf/internal/filedesc.FieldL1.ContainingOneof (field)

7 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L293: 		ContainingOneof  protoreflect.OneofDescriptor // must be consistent with Message.Oneofs.Fields
		desc.go#L373: 	return fd.IsExtension() || fd.L1.EditionFeatures.IsFieldPresence || fd.L1.Message != nil || fd.L1.ContainingOneof != nil
		desc.go#L376: 	return (fd.L0.ParentFile.L1.Syntax == protoreflect.Proto2 && fd.L1.Cardinality == protoreflect.Optional && fd.L1.ContainingOneof == nil) || fd.L1.IsProto3Optional
		desc.go#L408: func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor      { return fd.L1.ContainingOneof }
		desc_lazy.go#L437: 				if fd.L1.ContainingOneof != nil {
		desc_lazy.go#L440: 				fd.L1.ContainingOneof = od

	google.golang.org/protobuf/internal/impl
		legacy_message.go#L264: 						fd.L1.ContainingOneof = od