google.golang.org/protobuf/internal/filedesc.FieldL1.ContainingOneof (field)
7 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L279: ContainingOneof protoreflect.OneofDescriptor // must be consistent with Message.Oneofs.Fields
desc.go#L354: return fd.IsExtension() || fd.L1.EditionFeatures.IsFieldPresence || fd.L1.Message != nil || fd.L1.ContainingOneof != nil
desc.go#L357: return (fd.L0.ParentFile.L1.Syntax == protoreflect.Proto2 && fd.L1.Cardinality == protoreflect.Optional && fd.L1.ContainingOneof == nil) || fd.L1.IsProto3Optional
desc.go#L389: func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor { return fd.L1.ContainingOneof }
desc_lazy.go#L439: if fd.L1.ContainingOneof != nil {
desc_lazy.go#L442: fd.L1.ContainingOneof = od
google.golang.org/protobuf/internal/impl
legacy_message.go#L264: fd.L1.ContainingOneof = od
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)