Lines Matching defs:DescriptorProto_ReservedRange
699 type DescriptorProto_ReservedRange struct { struct
700 Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
701 End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
702 XXX_NoUnkeyedLiteral struct{} `json:"-"`
703 XXX_unrecognized []byte `json:"-"`
704 XXX_sizecache int32 `json:"-"`
707 func (m *DescriptorProto_ReservedRange) Reset() { *m = DescriptorProto_ReservedRange{} }
708 func (m *DescriptorProto_ReservedRange) String() string { return proto.CompactTextString(m) }
709 func (*DescriptorProto_ReservedRange) ProtoMessage() {}
710 func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) {
714 func (m *DescriptorProto_ReservedRange) XXX_Unmarshal(b []byte) error {
717 func (m *DescriptorProto_ReservedRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
720 func (m *DescriptorProto_ReservedRange) XXX_Merge(src proto.Message) {
723 func (m *DescriptorProto_ReservedRange) XXX_Size() int {
726 func (m *DescriptorProto_ReservedRange) XXX_DiscardUnknown() {
732 func (m *DescriptorProto_ReservedRange) GetStart() int32 {
739 func (m *DescriptorProto_ReservedRange) GetEnd() int32 {