Lines Matching defs:EnumDescriptorProto_EnumReservedRange
1058 type EnumDescriptorProto_EnumReservedRange struct { struct
1059 Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
1060 End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
1061 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1062 XXX_unrecognized []byte `json:"-"`
1063 XXX_sizecache int32 `json:"-"`
1066 …DescriptorProto_EnumReservedRange) Reset() { *m = EnumDescriptorProto_EnumReservedRange{} }
1067 …nc (m *EnumDescriptorProto_EnumReservedRange) String() string { return proto.CompactTextString(m) }
1068 func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {}
1069 func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []int) {
1073 func (m *EnumDescriptorProto_EnumReservedRange) XXX_Unmarshal(b []byte) error {
1076 …*EnumDescriptorProto_EnumReservedRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1079 func (m *EnumDescriptorProto_EnumReservedRange) XXX_Merge(src proto.Message) {
1082 func (m *EnumDescriptorProto_EnumReservedRange) XXX_Size() int {
1085 func (m *EnumDescriptorProto_EnumReservedRange) XXX_DiscardUnknown() {
1091 func (m *EnumDescriptorProto_EnumReservedRange) GetStart() int32 {
1098 func (m *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 {