Searched defs:EnumDescriptorProto_EnumReservedRange (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 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) { [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1023 type EnumDescriptorProto_EnumReservedRange struct { struct 1024 Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"` 1025 End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"` 1026 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1027 XXX_unrecognized []byte `json:"-"` 1028 XXX_sizecache int32 `json:"-"` 1031 …DescriptorProto_EnumReservedRange) Reset() { *m = EnumDescriptorProto_EnumReservedRange{} } 1032 …nc (m *EnumDescriptorProto_EnumReservedRange) String() string { return proto.CompactTextString(m) } 1033 func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {} 1034 func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []int) { [all …]
|