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

10 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L258: 		Oneofs                Oneofs
		desc_list_gen.go#L221: type Oneofs struct {
		desc_list_gen.go#L227: func (p *Oneofs) Len() int {
		desc_list_gen.go#L230: func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor {
		desc_list_gen.go#L233: func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescriptor {
		desc_list_gen.go#L239: func (p *Oneofs) Format(s fmt.State, r rune) {
		desc_list_gen.go#L242: func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L243: func (p *Oneofs) lazyInit() *Oneofs {
		placeholder.go#L23: 	emptyOneofs     = new(Oneofs)