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

10 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L193: 		Oneofs                Oneofs
		desc_list_gen.go#L199: type Oneofs struct {
		desc_list_gen.go#L205: func (p *Oneofs) Len() int {
		desc_list_gen.go#L208: func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor {
		desc_list_gen.go#L211: func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescriptor {
		desc_list_gen.go#L217: func (p *Oneofs) Format(s fmt.State, r rune) {
		desc_list_gen.go#L220: func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L221: func (p *Oneofs) lazyInit() *Oneofs {
		placeholder.go#L23: 	emptyOneofs     = new(Oneofs)