Lines Matching refs:EnumValueOptions
1109 …Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempt…
1154 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions {
1995 type EnumValueOptions struct { struct
2009 func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} } argument
2010 func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) } argument
2011 func (*EnumValueOptions) ProtoMessage() {} argument
2012 func (*EnumValueOptions) Descriptor() ([]byte, []int) { argument
2020 func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
2024 func (m *EnumValueOptions) XXX_Unmarshal(b []byte) error { argument
2027 func (m *EnumValueOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2030 func (m *EnumValueOptions) XXX_Merge(src proto.Message) { argument
2033 func (m *EnumValueOptions) XXX_Size() int { argument
2036 func (m *EnumValueOptions) XXX_DiscardUnknown() { argument
2044 func (m *EnumValueOptions) GetDeprecated() bool { argument
2051 func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption { argument
2710 proto.RegisterType((*EnumValueOptions)(nil), "google.protobuf.EnumValueOptions")