type google.golang.org/protobuf/types/descriptorpb.OneofOptions

13 uses

	google.golang.org/protobuf/types/descriptorpb (current package)
		descriptor.pb.go#L1024: 	Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
		descriptor.pb.go#L1066: func (x *OneofDescriptorProto) GetOptions() *OneofOptions {
		descriptor.pb.go#L1991: type OneofOptions struct {
		descriptor.pb.go#L2001: func (x *OneofOptions) Reset() {
		descriptor.pb.go#L2002: 	*x = OneofOptions{}
		descriptor.pb.go#L2010: func (x *OneofOptions) String() string {
		descriptor.pb.go#L2014: func (*OneofOptions) ProtoMessage() {}
		descriptor.pb.go#L2016: func (x *OneofOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2029: func (*OneofOptions) Descriptor() ([]byte, []int) {
		descriptor.pb.go#L2038: func (*OneofOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
		descriptor.pb.go#L2042: func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption {
		descriptor.pb.go#L3606: 	(*OneofOptions)(nil),                          // 19: google.protobuf.OneofOptions
		descriptor.pb.go#L3843: 			switch v := v.(*OneofOptions); i {