type google.golang.org/protobuf/types/descriptorpb.OneofOptions
15 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L1014: Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
descriptor.pb.go#L1056: func (x *OneofDescriptorProto) GetOptions() *OneofOptions {
descriptor.pb.go#L1954: type OneofOptions struct {
descriptor.pb.go#L1964: func (x *OneofOptions) Reset() {
descriptor.pb.go#L1965: *x = OneofOptions{}
descriptor.pb.go#L1973: func (x *OneofOptions) String() string {
descriptor.pb.go#L1977: func (*OneofOptions) ProtoMessage() {}
descriptor.pb.go#L1979: func (x *OneofOptions) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L1992: func (*OneofOptions) Descriptor() ([]byte, []int) {
descriptor.pb.go#L1996: func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L3523: (*OneofOptions)(nil), // 19: google.protobuf.OneofOptions
descriptor.pb.go#L3760: switch v := v.(*OneofOptions); i {
google.golang.org/protobuf/reflect/protodesc
desc_init.go#L152: opts = proto.Clone(opts).(*descriptorpb.OneofOptions)
desc_validate.go#L283: case (*descriptorpb.OneofOptions)(nil).ProtoReflect().Descriptor().FullName():
proto.go#L176: Options: proto.Clone(oneof.Options()).(*descriptorpb.OneofOptions),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)