Lines Matching refs:OneofOptions
930 Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
968 func (m *OneofDescriptorProto) GetOptions() *OneofOptions {
1873 type OneofOptions struct { struct
1882 func (m *OneofOptions) Reset() { *m = OneofOptions{} } argument
1883 func (m *OneofOptions) String() string { return proto.CompactTextString(m) } argument
1884 func (*OneofOptions) ProtoMessage() {} argument
1885 func (*OneofOptions) Descriptor() ([]byte, []int) { argument
1893 func (*OneofOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
1897 func (m *OneofOptions) XXX_Unmarshal(b []byte) error { argument
1900 func (m *OneofOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1903 func (m *OneofOptions) XXX_Merge(src proto.Message) { argument
1906 func (m *OneofOptions) XXX_Size() int { argument
1909 func (m *OneofOptions) XXX_DiscardUnknown() { argument
1915 func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { argument
2708 proto.RegisterType((*OneofOptions)(nil), "google.protobuf.OneofOptions")