google.golang.org/protobuf/internal/filedesc.Field.ContainingOneof (method, view implemented interface methods)
4 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L310: func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor { return fd.L1.ContainingOneof }
google.golang.org/protobuf/reflect/protodesc
desc_validate.go#L158: if f.ContainingOneof() != nil && f.ContainingOneof().Fields().Len() != 1 {
desc_validate.go#L165: if f.IsWeak() && (f.Syntax() != protoreflect.Proto2 || !isOptionalMessage(f) || f.ContainingOneof() != nil) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)