type google.golang.org/protobuf/internal/filedesc.Oneof

12 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L286: 	Oneof struct {
		desc.go#L417: func (od *Oneof) IsSynthetic() bool {
		desc.go#L420: func (od *Oneof) Options() protoreflect.ProtoMessage {
		desc.go#L426: func (od *Oneof) Fields() protoreflect.FieldDescriptors  { return &od.L1.Fields }
		desc.go#L427: func (od *Oneof) Format(s fmt.State, r rune)             { descfmt.FormatDesc(s, r, od) }
		desc.go#L428: func (od *Oneof) ProtoType(protoreflect.OneofDescriptor) {}
		desc_lazy.go#L323: 		md.L2.Oneofs.List = make([]Oneof, len(rawOneofs))
		desc_lazy.go#L517: func (od *Oneof) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) {
		desc_list_gen.go#L222: 	List   []Oneof
		desc_list_gen.go#L224: 	byName map[protoreflect.Name]*Oneof // protected by once
		desc_list_gen.go#L246: 			p.byName = make(map[protoreflect.Name]*Oneof, len(p.List))

	google.golang.org/protobuf/internal/impl
		legacy_message.go#L250: 			md.L2.Oneofs.List = append(md.L2.Oneofs.List, filedesc.Oneof{})