google.golang.org/protobuf/internal/filedesc.OneofL1.Fields (field)
8 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L229: Fields OneofFields // must be consistent with Message.Fields.ContainingOneof
desc.go#L350: return od.L0.ParentFile.L1.Syntax == pref.Proto3 && len(od.L1.Fields.List) == 1 && od.L1.Fields.List[0].HasOptionalKeyword()
desc.go#L358: func (od *Oneof) Fields() pref.FieldDescriptors { return &od.L1.Fields }
desc_lazy.go#L439: od.L1.Fields.List = append(od.L1.Fields.List, fd)
google.golang.org/protobuf/internal/impl
legacy_message.go#L247: od.L1.Fields.List = append(od.L1.Fields.List, fd)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |