Lines Matching refs:FieldOptions
826 Options *FieldOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
920 func (m *FieldDescriptorProto) GetOptions() *FieldOptions {
1717 type FieldOptions struct { struct
1785 func (m *FieldOptions) Reset() { *m = FieldOptions{} } argument
1786 func (m *FieldOptions) String() string { return proto.CompactTextString(m) } argument
1787 func (*FieldOptions) ProtoMessage() {} argument
1788 func (*FieldOptions) Descriptor() ([]byte, []int) { argument
1796 func (*FieldOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
1800 func (m *FieldOptions) XXX_Unmarshal(b []byte) error { argument
1803 func (m *FieldOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1806 func (m *FieldOptions) XXX_Merge(src proto.Message) { argument
1809 func (m *FieldOptions) XXX_Size() int { argument
1812 func (m *FieldOptions) XXX_DiscardUnknown() { argument
1824 func (m *FieldOptions) GetCtype() FieldOptions_CType { argument
1831 func (m *FieldOptions) GetPacked() bool { argument
1838 func (m *FieldOptions) GetJstype() FieldOptions_JSType { argument
1845 func (m *FieldOptions) GetLazy() bool { argument
1852 func (m *FieldOptions) GetDeprecated() bool { argument
1859 func (m *FieldOptions) GetWeak() bool { argument
1866 func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { argument
2707 proto.RegisterType((*FieldOptions)(nil), "google.protobuf.FieldOptions")