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

12 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L221: 		Fields  OneofFields // must be consistent with Message.Fields.ContainingOneof
		desc_list.go#L245: type OneofFields struct {
		desc_list.go#L254: func (p *OneofFields) Len() int                               { return len(p.List) }
		desc_list.go#L255: func (p *OneofFields) Get(i int) protoreflect.FieldDescriptor { return p.List[i] }
		desc_list.go#L256: func (p *OneofFields) ByName(s protoreflect.Name) protoreflect.FieldDescriptor {
		desc_list.go#L259: func (p *OneofFields) ByJSONName(s string) protoreflect.FieldDescriptor {
		desc_list.go#L262: func (p *OneofFields) ByTextName(s string) protoreflect.FieldDescriptor {
		desc_list.go#L265: func (p *OneofFields) ByNumber(n protoreflect.FieldNumber) protoreflect.FieldDescriptor {
		desc_list.go#L268: func (p *OneofFields) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L269: func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L271: func (p *OneofFields) lazyInit() *OneofFields {