google.golang.org/protobuf/internal/filedesc.FieldL1.ContainingOneof (field)
8 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L210: ContainingOneof protoreflect.OneofDescriptor // must be consistent with Message.Oneofs.Fields
desc.go#L276: return fd.L1.Cardinality != protoreflect.Repeated && (fd.L0.ParentFile.L1.Syntax == protoreflect.Proto2 || fd.L1.Message != nil || fd.L1.ContainingOneof != nil)
desc.go#L279: return (fd.L0.ParentFile.L1.Syntax == protoreflect.Proto2 && fd.L1.Cardinality == protoreflect.Optional && fd.L1.ContainingOneof == nil) || fd.L1.IsProto3Optional
desc.go#L310: func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor { return fd.L1.ContainingOneof }
desc_lazy.go#L440: if fd.L1.ContainingOneof != nil {
desc_lazy.go#L443: fd.L1.ContainingOneof = od
google.golang.org/protobuf/internal/impl
legacy_message.go#L257: fd.L1.ContainingOneof = od
google.golang.org/protobuf/reflect/protodesc
desc_resolve.go#L42: f.L1.ContainingOneof = o
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)