Lines Matching defs:EnumValueDescriptorProto
1106 type EnumValueDescriptorProto struct { struct
1107 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1108 …umber *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
1109 …tions *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
1110 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1111 XXX_unrecognized []byte `json:"-"`
1112 XXX_sizecache int32 `json:"-"`
1115 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} }
1116 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
1117 func (*EnumValueDescriptorProto) ProtoMessage() {}
1118 func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) {
1122 func (m *EnumValueDescriptorProto) XXX_Unmarshal(b []byte) error {
1125 func (m *EnumValueDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1128 func (m *EnumValueDescriptorProto) XXX_Merge(src proto.Message) {
1131 func (m *EnumValueDescriptorProto) XXX_Size() int {
1134 func (m *EnumValueDescriptorProto) XXX_DiscardUnknown() {
1140 func (m *EnumValueDescriptorProto) GetName() string {
1147 func (m *EnumValueDescriptorProto) GetNumber() int32 {
1154 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions {