type google.golang.org/protobuf/internal/filedesc.Oneof
12 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L223: Oneof struct {
desc.go#L349: func (od *Oneof) IsSynthetic() bool {
desc.go#L352: func (od *Oneof) Options() pref.ProtoMessage {
desc.go#L358: func (od *Oneof) Fields() pref.FieldDescriptors { return &od.L1.Fields }
desc.go#L359: func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, od) }
desc.go#L360: func (od *Oneof) ProtoType(pref.OneofDescriptor) {}
desc_lazy.go#L325: md.L2.Oneofs.List = make([]Oneof, len(rawOneofs))
desc_lazy.go#L507: func (od *Oneof) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) {
desc_list_gen.go#L200: List []Oneof
desc_list_gen.go#L202: byName map[protoreflect.Name]*Oneof // protected by once
desc_list_gen.go#L224: p.byName = make(map[protoreflect.Name]*Oneof, len(p.List))
google.golang.org/protobuf/internal/impl
legacy_message.go#L233: md.L2.Oneofs.List = append(md.L2.Oneofs.List, filedesc.Oneof{})
 |
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. |