Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: proto3/fields.proto |
| 3 | |
| 4 | package proto3 |
| 5 | |
Damien Neil | 1ec3315 | 2018-09-13 13:12:36 -0700 | [diff] [blame] | 6 | import ( |
| 7 | fmt "fmt" |
| 8 | proto "github.com/golang/protobuf/proto" |
| 9 | math "math" |
| 10 | ) |
| 11 | |
| 12 | // Reference imports to suppress errors if they are not otherwise used. |
| 13 | var _ = proto.Marshal |
| 14 | var _ = fmt.Errorf |
| 15 | var _ = math.Inf |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 16 | |
Damien Neil | d412792 | 2018-09-12 11:13:49 -0700 | [diff] [blame] | 17 | // This is a compile-time assertion to ensure that this generated file |
| 18 | // is compatible with the proto package it is being compiled against. |
| 19 | // A compilation error at this line likely means your copy of the |
| 20 | // proto package needs to be updated. |
| 21 | const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package |
| 22 | |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 23 | type FieldTestMessage_Enum int32 |
| 24 | |
| 25 | const ( |
| 26 | FieldTestMessage_ZERO FieldTestMessage_Enum = 0 |
| 27 | ) |
| 28 | |
| 29 | var FieldTestMessage_Enum_name = map[int32]string{ |
| 30 | 0: "ZERO", |
| 31 | } |
| 32 | |
| 33 | var FieldTestMessage_Enum_value = map[string]int32{ |
| 34 | "ZERO": 0, |
| 35 | } |
| 36 | |
| 37 | func (x FieldTestMessage_Enum) String() string { |
| 38 | return proto.EnumName(FieldTestMessage_Enum_name, int32(x)) |
| 39 | } |
| 40 | |
| 41 | func (FieldTestMessage_Enum) EnumDescriptor() ([]byte, []int) { |
| 42 | return fileDescriptor_f1e3ea068187307c, []int{0, 0} |
| 43 | } |
| 44 | |
| 45 | type FieldTestMessage struct { |
Damien Neil | 0bd5a38 | 2018-09-13 15:07:10 -0700 | [diff] [blame] | 46 | OptionalBool string `protobuf:"bytes,1,opt,name=optional_bool,json=optionalBool,proto3" json:"optional_bool,omitempty"` |
| 47 | OptionalEnum FieldTestMessage_Enum `protobuf:"varint,2,opt,name=optional_enum,json=optionalEnum,proto3,enum=goproto.protoc.proto3.FieldTestMessage_Enum" json:"optional_enum,omitempty"` |
| 48 | OptionalInt32 int32 `protobuf:"varint,3,opt,name=optional_int32,json=optionalInt32,proto3" json:"optional_int32,omitempty"` |
| 49 | OptionalSint32 int32 `protobuf:"zigzag32,4,opt,name=optional_sint32,json=optionalSint32,proto3" json:"optional_sint32,omitempty"` |
| 50 | OptionalUint32 uint32 `protobuf:"varint,5,opt,name=optional_uint32,json=optionalUint32,proto3" json:"optional_uint32,omitempty"` |
| 51 | OptionalInt64 int64 `protobuf:"varint,6,opt,name=optional_int64,json=optionalInt64,proto3" json:"optional_int64,omitempty"` |
| 52 | OptionalSint64 int64 `protobuf:"zigzag64,7,opt,name=optional_sint64,json=optionalSint64,proto3" json:"optional_sint64,omitempty"` |
| 53 | OptionalUint64 uint64 `protobuf:"varint,8,opt,name=optional_uint64,json=optionalUint64,proto3" json:"optional_uint64,omitempty"` |
| 54 | OptionalSfixed32 int32 `protobuf:"fixed32,9,opt,name=optional_sfixed32,json=optionalSfixed32,proto3" json:"optional_sfixed32,omitempty"` |
| 55 | OptionalFixed32 uint32 `protobuf:"fixed32,10,opt,name=optional_fixed32,json=optionalFixed32,proto3" json:"optional_fixed32,omitempty"` |
| 56 | OptionalFloat float32 `protobuf:"fixed32,11,opt,name=optional_float,json=optionalFloat,proto3" json:"optional_float,omitempty"` |
| 57 | OptionalSfixed64 int64 `protobuf:"fixed64,12,opt,name=optional_sfixed64,json=optionalSfixed64,proto3" json:"optional_sfixed64,omitempty"` |
| 58 | OptionalFixed64 uint64 `protobuf:"fixed64,13,opt,name=optional_fixed64,json=optionalFixed64,proto3" json:"optional_fixed64,omitempty"` |
| 59 | OptionalDouble float64 `protobuf:"fixed64,14,opt,name=optional_double,json=optionalDouble,proto3" json:"optional_double,omitempty"` |
| 60 | OptionalString string `protobuf:"bytes,15,opt,name=optional_string,json=optionalString,proto3" json:"optional_string,omitempty"` |
| 61 | OptionalBytes []byte `protobuf:"bytes,16,opt,name=optional_bytes,json=optionalBytes,proto3" json:"optional_bytes,omitempty"` |
| 62 | Optional_Message *FieldTestMessage_Message `protobuf:"bytes,17,opt,name=optional_Message,json=optionalMessage,proto3" json:"optional_Message,omitempty"` |
Damien Neil | d4803f5 | 2018-09-19 11:43:35 -0700 | [diff] [blame^] | 63 | RepeatedBool []bool `protobuf:"varint,201,rep,packed,name=repeated_bool,json=repeatedBool,proto3" json:"repeated_bool,omitempty"` |
| 64 | RepeatedEnum []FieldTestMessage_Enum `protobuf:"varint,202,rep,packed,name=repeated_enum,json=repeatedEnum,proto3,enum=goproto.protoc.proto3.FieldTestMessage_Enum" json:"repeated_enum,omitempty"` |
| 65 | RepeatedInt32 []int32 `protobuf:"varint,203,rep,packed,name=repeated_int32,json=repeatedInt32,proto3" json:"repeated_int32,omitempty"` |
| 66 | RepeatedSint32 []int32 `protobuf:"zigzag32,204,rep,packed,name=repeated_sint32,json=repeatedSint32,proto3" json:"repeated_sint32,omitempty"` |
| 67 | RepeatedUint32 []uint32 `protobuf:"varint,205,rep,packed,name=repeated_uint32,json=repeatedUint32,proto3" json:"repeated_uint32,omitempty"` |
| 68 | RepeatedInt64 []int64 `protobuf:"varint,206,rep,packed,name=repeated_int64,json=repeatedInt64,proto3" json:"repeated_int64,omitempty"` |
| 69 | RepeatedSint64 []int64 `protobuf:"zigzag64,207,rep,packed,name=repeated_sint64,json=repeatedSint64,proto3" json:"repeated_sint64,omitempty"` |
| 70 | RepeatedUint64 []uint64 `protobuf:"varint,208,rep,packed,name=repeated_uint64,json=repeatedUint64,proto3" json:"repeated_uint64,omitempty"` |
| 71 | RepeatedSfixed32 []int32 `protobuf:"fixed32,209,rep,packed,name=repeated_sfixed32,json=repeatedSfixed32,proto3" json:"repeated_sfixed32,omitempty"` |
| 72 | RepeatedFixed32 []uint32 `protobuf:"fixed32,210,rep,packed,name=repeated_fixed32,json=repeatedFixed32,proto3" json:"repeated_fixed32,omitempty"` |
| 73 | RepeatedFloat []float32 `protobuf:"fixed32,211,rep,packed,name=repeated_float,json=repeatedFloat,proto3" json:"repeated_float,omitempty"` |
| 74 | RepeatedSfixed64 []int64 `protobuf:"fixed64,212,rep,packed,name=repeated_sfixed64,json=repeatedSfixed64,proto3" json:"repeated_sfixed64,omitempty"` |
| 75 | RepeatedFixed64 []uint64 `protobuf:"fixed64,213,rep,packed,name=repeated_fixed64,json=repeatedFixed64,proto3" json:"repeated_fixed64,omitempty"` |
| 76 | RepeatedDouble []float64 `protobuf:"fixed64,214,rep,packed,name=repeated_double,json=repeatedDouble,proto3" json:"repeated_double,omitempty"` |
| 77 | RepeatedString []string `protobuf:"bytes,215,rep,name=repeated_string,json=repeatedString,proto3" json:"repeated_string,omitempty"` |
| 78 | RepeatedBytes [][]byte `protobuf:"bytes,216,rep,name=repeated_bytes,json=repeatedBytes,proto3" json:"repeated_bytes,omitempty"` |
| 79 | Repeated_Message []*FieldTestMessage_Message `protobuf:"bytes,217,rep,name=repeated_Message,json=repeatedMessage,proto3" json:"repeated_Message,omitempty"` |
Damien Neil | 0bd5a38 | 2018-09-13 15:07:10 -0700 | [diff] [blame] | 80 | MapInt32Int64 map[int32]int64 `protobuf:"bytes,500,rep,name=map_int32_int64,json=mapInt32Int64,proto3" json:"map_int32_int64,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` |
| 81 | MapStringMessage map[string]*FieldTestMessage_Message `protobuf:"bytes,501,rep,name=map_string_message,json=mapStringMessage,proto3" json:"map_string_message,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
| 82 | MapFixed64Enum map[uint64]FieldTestMessage_Enum `protobuf:"bytes,502,rep,name=map_fixed64_enum,json=mapFixed64Enum,proto3" json:"map_fixed64_enum,omitempty" protobuf_key:"fixed64,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3,enum=goproto.protoc.proto3.FieldTestMessage_Enum"` |
| 83 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 84 | XXX_unrecognized []byte `json:"-"` |
| 85 | XXX_sizecache int32 `json:"-"` |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 86 | } |
| 87 | |
Damien Neil | a1c6abc | 2018-09-12 13:36:34 -0700 | [diff] [blame] | 88 | func (m *FieldTestMessage) Reset() { *m = FieldTestMessage{} } |
| 89 | func (m *FieldTestMessage) String() string { return proto.CompactTextString(m) } |
| 90 | func (*FieldTestMessage) ProtoMessage() {} |
| 91 | func (*FieldTestMessage) Descriptor() ([]byte, []int) { |
| 92 | return fileDescriptor_f1e3ea068187307c, []int{0} |
| 93 | } |
Damien Neil | 993c04d | 2018-09-14 15:41:11 -0700 | [diff] [blame] | 94 | |
Damien Neil | a1c6abc | 2018-09-12 13:36:34 -0700 | [diff] [blame] | 95 | func (m *FieldTestMessage) XXX_Unmarshal(b []byte) error { |
| 96 | return xxx_messageInfo_FieldTestMessage.Unmarshal(m, b) |
| 97 | } |
| 98 | func (m *FieldTestMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 99 | return xxx_messageInfo_FieldTestMessage.Marshal(b, m, deterministic) |
| 100 | } |
| 101 | func (m *FieldTestMessage) XXX_Merge(src proto.Message) { |
| 102 | xxx_messageInfo_FieldTestMessage.Merge(m, src) |
| 103 | } |
| 104 | func (m *FieldTestMessage) XXX_Size() int { |
| 105 | return xxx_messageInfo_FieldTestMessage.Size(m) |
| 106 | } |
| 107 | func (m *FieldTestMessage) XXX_DiscardUnknown() { |
| 108 | xxx_messageInfo_FieldTestMessage.DiscardUnknown(m) |
| 109 | } |
| 110 | |
| 111 | var xxx_messageInfo_FieldTestMessage proto.InternalMessageInfo |
| 112 | |
Damien Neil | 77f82fe | 2018-09-13 10:59:17 -0700 | [diff] [blame] | 113 | func (m *FieldTestMessage) GetOptionalBool() string { |
| 114 | if m != nil { |
| 115 | return m.OptionalBool |
| 116 | } |
| 117 | return "" |
| 118 | } |
| 119 | |
| 120 | func (m *FieldTestMessage) GetOptionalEnum() FieldTestMessage_Enum { |
| 121 | if m != nil { |
| 122 | return m.OptionalEnum |
| 123 | } |
| 124 | return FieldTestMessage_ZERO |
| 125 | } |
| 126 | |
| 127 | func (m *FieldTestMessage) GetOptionalInt32() int32 { |
| 128 | if m != nil { |
| 129 | return m.OptionalInt32 |
| 130 | } |
| 131 | return 0 |
| 132 | } |
| 133 | |
| 134 | func (m *FieldTestMessage) GetOptionalSint32() int32 { |
| 135 | if m != nil { |
| 136 | return m.OptionalSint32 |
| 137 | } |
| 138 | return 0 |
| 139 | } |
| 140 | |
| 141 | func (m *FieldTestMessage) GetOptionalUint32() uint32 { |
| 142 | if m != nil { |
| 143 | return m.OptionalUint32 |
| 144 | } |
| 145 | return 0 |
| 146 | } |
| 147 | |
| 148 | func (m *FieldTestMessage) GetOptionalInt64() int64 { |
| 149 | if m != nil { |
| 150 | return m.OptionalInt64 |
| 151 | } |
| 152 | return 0 |
| 153 | } |
| 154 | |
| 155 | func (m *FieldTestMessage) GetOptionalSint64() int64 { |
| 156 | if m != nil { |
| 157 | return m.OptionalSint64 |
| 158 | } |
| 159 | return 0 |
| 160 | } |
| 161 | |
| 162 | func (m *FieldTestMessage) GetOptionalUint64() uint64 { |
| 163 | if m != nil { |
| 164 | return m.OptionalUint64 |
| 165 | } |
| 166 | return 0 |
| 167 | } |
| 168 | |
| 169 | func (m *FieldTestMessage) GetOptionalSfixed32() int32 { |
| 170 | if m != nil { |
| 171 | return m.OptionalSfixed32 |
| 172 | } |
| 173 | return 0 |
| 174 | } |
| 175 | |
| 176 | func (m *FieldTestMessage) GetOptionalFixed32() uint32 { |
| 177 | if m != nil { |
| 178 | return m.OptionalFixed32 |
| 179 | } |
| 180 | return 0 |
| 181 | } |
| 182 | |
| 183 | func (m *FieldTestMessage) GetOptionalFloat() float32 { |
| 184 | if m != nil { |
| 185 | return m.OptionalFloat |
| 186 | } |
| 187 | return 0 |
| 188 | } |
| 189 | |
| 190 | func (m *FieldTestMessage) GetOptionalSfixed64() int64 { |
| 191 | if m != nil { |
| 192 | return m.OptionalSfixed64 |
| 193 | } |
| 194 | return 0 |
| 195 | } |
| 196 | |
| 197 | func (m *FieldTestMessage) GetOptionalFixed64() uint64 { |
| 198 | if m != nil { |
| 199 | return m.OptionalFixed64 |
| 200 | } |
| 201 | return 0 |
| 202 | } |
| 203 | |
| 204 | func (m *FieldTestMessage) GetOptionalDouble() float64 { |
| 205 | if m != nil { |
| 206 | return m.OptionalDouble |
| 207 | } |
| 208 | return 0 |
| 209 | } |
| 210 | |
| 211 | func (m *FieldTestMessage) GetOptionalString() string { |
| 212 | if m != nil { |
| 213 | return m.OptionalString |
| 214 | } |
| 215 | return "" |
| 216 | } |
| 217 | |
| 218 | func (m *FieldTestMessage) GetOptionalBytes() []byte { |
| 219 | if m != nil { |
| 220 | return m.OptionalBytes |
| 221 | } |
| 222 | return nil |
| 223 | } |
| 224 | |
| 225 | func (m *FieldTestMessage) GetOptional_Message() *FieldTestMessage_Message { |
| 226 | if m != nil { |
| 227 | return m.Optional_Message |
| 228 | } |
| 229 | return nil |
| 230 | } |
| 231 | |
Damien Neil | d4803f5 | 2018-09-19 11:43:35 -0700 | [diff] [blame^] | 232 | func (m *FieldTestMessage) GetRepeatedBool() []bool { |
| 233 | if m != nil { |
| 234 | return m.RepeatedBool |
| 235 | } |
| 236 | return nil |
| 237 | } |
| 238 | |
| 239 | func (m *FieldTestMessage) GetRepeatedEnum() []FieldTestMessage_Enum { |
| 240 | if m != nil { |
| 241 | return m.RepeatedEnum |
| 242 | } |
| 243 | return nil |
| 244 | } |
| 245 | |
| 246 | func (m *FieldTestMessage) GetRepeatedInt32() []int32 { |
| 247 | if m != nil { |
| 248 | return m.RepeatedInt32 |
| 249 | } |
| 250 | return nil |
| 251 | } |
| 252 | |
| 253 | func (m *FieldTestMessage) GetRepeatedSint32() []int32 { |
| 254 | if m != nil { |
| 255 | return m.RepeatedSint32 |
| 256 | } |
| 257 | return nil |
| 258 | } |
| 259 | |
| 260 | func (m *FieldTestMessage) GetRepeatedUint32() []uint32 { |
| 261 | if m != nil { |
| 262 | return m.RepeatedUint32 |
| 263 | } |
| 264 | return nil |
| 265 | } |
| 266 | |
| 267 | func (m *FieldTestMessage) GetRepeatedInt64() []int64 { |
| 268 | if m != nil { |
| 269 | return m.RepeatedInt64 |
| 270 | } |
| 271 | return nil |
| 272 | } |
| 273 | |
| 274 | func (m *FieldTestMessage) GetRepeatedSint64() []int64 { |
| 275 | if m != nil { |
| 276 | return m.RepeatedSint64 |
| 277 | } |
| 278 | return nil |
| 279 | } |
| 280 | |
| 281 | func (m *FieldTestMessage) GetRepeatedUint64() []uint64 { |
| 282 | if m != nil { |
| 283 | return m.RepeatedUint64 |
| 284 | } |
| 285 | return nil |
| 286 | } |
| 287 | |
| 288 | func (m *FieldTestMessage) GetRepeatedSfixed32() []int32 { |
| 289 | if m != nil { |
| 290 | return m.RepeatedSfixed32 |
| 291 | } |
| 292 | return nil |
| 293 | } |
| 294 | |
| 295 | func (m *FieldTestMessage) GetRepeatedFixed32() []uint32 { |
| 296 | if m != nil { |
| 297 | return m.RepeatedFixed32 |
| 298 | } |
| 299 | return nil |
| 300 | } |
| 301 | |
| 302 | func (m *FieldTestMessage) GetRepeatedFloat() []float32 { |
| 303 | if m != nil { |
| 304 | return m.RepeatedFloat |
| 305 | } |
| 306 | return nil |
| 307 | } |
| 308 | |
| 309 | func (m *FieldTestMessage) GetRepeatedSfixed64() []int64 { |
| 310 | if m != nil { |
| 311 | return m.RepeatedSfixed64 |
| 312 | } |
| 313 | return nil |
| 314 | } |
| 315 | |
| 316 | func (m *FieldTestMessage) GetRepeatedFixed64() []uint64 { |
| 317 | if m != nil { |
| 318 | return m.RepeatedFixed64 |
| 319 | } |
| 320 | return nil |
| 321 | } |
| 322 | |
| 323 | func (m *FieldTestMessage) GetRepeatedDouble() []float64 { |
| 324 | if m != nil { |
| 325 | return m.RepeatedDouble |
| 326 | } |
| 327 | return nil |
| 328 | } |
| 329 | |
| 330 | func (m *FieldTestMessage) GetRepeatedString() []string { |
| 331 | if m != nil { |
| 332 | return m.RepeatedString |
| 333 | } |
| 334 | return nil |
| 335 | } |
| 336 | |
| 337 | func (m *FieldTestMessage) GetRepeatedBytes() [][]byte { |
| 338 | if m != nil { |
| 339 | return m.RepeatedBytes |
| 340 | } |
| 341 | return nil |
| 342 | } |
| 343 | |
| 344 | func (m *FieldTestMessage) GetRepeated_Message() []*FieldTestMessage_Message { |
| 345 | if m != nil { |
| 346 | return m.Repeated_Message |
| 347 | } |
| 348 | return nil |
| 349 | } |
| 350 | |
Damien Neil | 0bd5a38 | 2018-09-13 15:07:10 -0700 | [diff] [blame] | 351 | func (m *FieldTestMessage) GetMapInt32Int64() map[int32]int64 { |
| 352 | if m != nil { |
| 353 | return m.MapInt32Int64 |
| 354 | } |
| 355 | return nil |
| 356 | } |
| 357 | |
| 358 | func (m *FieldTestMessage) GetMapStringMessage() map[string]*FieldTestMessage_Message { |
| 359 | if m != nil { |
| 360 | return m.MapStringMessage |
| 361 | } |
| 362 | return nil |
| 363 | } |
| 364 | |
| 365 | func (m *FieldTestMessage) GetMapFixed64Enum() map[uint64]FieldTestMessage_Enum { |
| 366 | if m != nil { |
| 367 | return m.MapFixed64Enum |
| 368 | } |
| 369 | return nil |
| 370 | } |
| 371 | |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 372 | type FieldTestMessage_Message struct { |
| 373 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 374 | XXX_unrecognized []byte `json:"-"` |
| 375 | XXX_sizecache int32 `json:"-"` |
| 376 | } |
| 377 | |
Damien Neil | a1c6abc | 2018-09-12 13:36:34 -0700 | [diff] [blame] | 378 | func (m *FieldTestMessage_Message) Reset() { *m = FieldTestMessage_Message{} } |
| 379 | func (m *FieldTestMessage_Message) String() string { return proto.CompactTextString(m) } |
| 380 | func (*FieldTestMessage_Message) ProtoMessage() {} |
| 381 | func (*FieldTestMessage_Message) Descriptor() ([]byte, []int) { |
Damien Neil | 0bd5a38 | 2018-09-13 15:07:10 -0700 | [diff] [blame] | 382 | return fileDescriptor_f1e3ea068187307c, []int{0, 3} |
Damien Neil | a1c6abc | 2018-09-12 13:36:34 -0700 | [diff] [blame] | 383 | } |
Damien Neil | 993c04d | 2018-09-14 15:41:11 -0700 | [diff] [blame] | 384 | |
Damien Neil | a1c6abc | 2018-09-12 13:36:34 -0700 | [diff] [blame] | 385 | func (m *FieldTestMessage_Message) XXX_Unmarshal(b []byte) error { |
| 386 | return xxx_messageInfo_FieldTestMessage_Message.Unmarshal(m, b) |
| 387 | } |
| 388 | func (m *FieldTestMessage_Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 389 | return xxx_messageInfo_FieldTestMessage_Message.Marshal(b, m, deterministic) |
| 390 | } |
| 391 | func (m *FieldTestMessage_Message) XXX_Merge(src proto.Message) { |
| 392 | xxx_messageInfo_FieldTestMessage_Message.Merge(m, src) |
| 393 | } |
| 394 | func (m *FieldTestMessage_Message) XXX_Size() int { |
| 395 | return xxx_messageInfo_FieldTestMessage_Message.Size(m) |
| 396 | } |
| 397 | func (m *FieldTestMessage_Message) XXX_DiscardUnknown() { |
| 398 | xxx_messageInfo_FieldTestMessage_Message.DiscardUnknown(m) |
| 399 | } |
| 400 | |
| 401 | var xxx_messageInfo_FieldTestMessage_Message proto.InternalMessageInfo |
| 402 | |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 403 | func init() { |
Damien Neil | ce36f8d | 2018-09-13 15:19:08 -0700 | [diff] [blame] | 404 | proto.RegisterType((*FieldTestMessage)(nil), "goproto.protoc.proto3.FieldTestMessage") |
| 405 | proto.RegisterMapType((map[uint64]FieldTestMessage_Enum)(nil), "goproto.protoc.proto3.FieldTestMessage.MapFixed64EnumEntry") |
| 406 | proto.RegisterMapType((map[int32]int64)(nil), "goproto.protoc.proto3.FieldTestMessage.MapInt32Int64Entry") |
| 407 | proto.RegisterMapType((map[string]*FieldTestMessage_Message)(nil), "goproto.protoc.proto3.FieldTestMessage.MapStringMessageEntry") |
| 408 | proto.RegisterType((*FieldTestMessage_Message)(nil), "goproto.protoc.proto3.FieldTestMessage.Message") |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 409 | proto.RegisterEnum("goproto.protoc.proto3.FieldTestMessage_Enum", FieldTestMessage_Enum_name, FieldTestMessage_Enum_value) |
| 410 | } |
| 411 | |
| 412 | func init() { proto.RegisterFile("proto3/fields.proto", fileDescriptor_f1e3ea068187307c) } |
| 413 | |
| 414 | var fileDescriptor_f1e3ea068187307c = []byte{ |
Damien Neil | d4803f5 | 2018-09-19 11:43:35 -0700 | [diff] [blame^] | 415 | // 826 bytes of a gzipped FileDescriptorProto |
| 416 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0xdb, 0x6f, 0xda, 0x48, |
| 417 | 0x14, 0xc6, 0x77, 0xb8, 0x86, 0x09, 0x17, 0x33, 0xd9, 0x48, 0xa3, 0x3c, 0x8d, 0xb2, 0xb7, 0xd9, |
| 418 | 0xdd, 0x04, 0x24, 0xb0, 0xac, 0xdd, 0x44, 0x2b, 0xad, 0xd0, 0x12, 0x69, 0x1f, 0xaa, 0xaa, 0x6e, |
| 419 | 0xfb, 0x92, 0x3e, 0x44, 0x06, 0x06, 0x0b, 0xd5, 0xf6, 0x20, 0x30, 0x55, 0xf3, 0x27, 0xf6, 0x9e, |
| 420 | 0xde, 0xdb, 0xff, 0xa3, 0xed, 0x73, 0x35, 0x9e, 0xb1, 0x3d, 0x36, 0x3c, 0x84, 0x3c, 0xd9, 0x3e, |
| 421 | 0x7c, 0x7c, 0xbf, 0x39, 0xc7, 0xe7, 0x03, 0xb8, 0x37, 0x5f, 0xf0, 0x90, 0xf7, 0xbb, 0xd3, 0x19, |
| 422 | 0xf3, 0x26, 0xcb, 0x4e, 0xf4, 0x84, 0xf6, 0x5d, 0x1e, 0xdd, 0xc8, 0xc7, 0xb1, 0xbc, 0xf4, 0x0f, |
| 423 | 0xaf, 0xda, 0xd0, 0x38, 0x13, 0xba, 0x7b, 0x6c, 0x19, 0xde, 0x62, 0xcb, 0xa5, 0xe3, 0x32, 0xf4, |
| 424 | 0x13, 0x6c, 0xf0, 0x79, 0x38, 0xe3, 0x81, 0xe3, 0x5d, 0x8c, 0x38, 0xf7, 0x30, 0x20, 0x80, 0xd6, |
| 425 | 0xec, 0x7a, 0x5c, 0x1c, 0x70, 0xee, 0xa1, 0x3b, 0x9a, 0x88, 0x05, 0x2b, 0x1f, 0x17, 0x08, 0xa0, |
| 426 | 0xcd, 0xde, 0x51, 0x67, 0x23, 0xa8, 0x93, 0x87, 0x74, 0x86, 0xc1, 0xca, 0x4f, 0x2d, 0xc5, 0x13, |
| 427 | 0xfa, 0x05, 0x36, 0x13, 0xcb, 0x59, 0x10, 0xf6, 0x7b, 0xb8, 0x48, 0x00, 0x2d, 0xdb, 0x09, 0xe8, |
| 428 | 0x7f, 0x51, 0x44, 0xbf, 0xc1, 0x56, 0x22, 0x5b, 0x4a, 0x5d, 0x89, 0x00, 0xda, 0xb6, 0x93, 0x6f, |
| 429 | 0xdf, 0x9d, 0xad, 0x09, 0x57, 0x52, 0x58, 0x26, 0x80, 0x36, 0x52, 0xe1, 0x7d, 0x29, 0xcc, 0x81, |
| 430 | 0x2d, 0x13, 0x57, 0x08, 0xa0, 0xc5, 0x0c, 0xd8, 0x32, 0xd7, 0xc0, 0x96, 0x89, 0xab, 0x04, 0x50, |
| 431 | 0x94, 0x05, 0xe7, 0x84, 0x2b, 0x29, 0xdc, 0x21, 0x80, 0x96, 0xb2, 0x60, 0xcb, 0x44, 0x7f, 0xc2, |
| 432 | 0x76, 0xea, 0x38, 0x9d, 0x3d, 0x66, 0x93, 0x7e, 0x0f, 0xd7, 0x08, 0xa0, 0x2d, 0xdb, 0x48, 0x3c, |
| 433 | 0x55, 0x1d, 0xfd, 0x0e, 0x93, 0xda, 0x45, 0xac, 0x85, 0x04, 0xd0, 0xaa, 0x9d, 0xd0, 0xce, 0x94, |
| 434 | 0x54, 0x6f, 0x68, 0xea, 0x71, 0x27, 0xc4, 0xbb, 0x04, 0xd0, 0x42, 0xda, 0xd0, 0x99, 0x28, 0x6e, |
| 435 | 0xc0, 0x5b, 0x26, 0xae, 0x13, 0x40, 0x8d, 0x3c, 0xde, 0x32, 0xd7, 0xf1, 0x96, 0x89, 0x1b, 0x04, |
| 436 | 0xd0, 0x4a, 0x0e, 0x9f, 0xeb, 0x7f, 0xc2, 0x57, 0x23, 0x8f, 0xe1, 0x26, 0x01, 0x14, 0xa4, 0xfd, |
| 437 | 0xff, 0x17, 0x55, 0xb3, 0x13, 0x0d, 0x17, 0xb3, 0xc0, 0xc5, 0xad, 0x68, 0xd7, 0xd2, 0x89, 0x46, |
| 438 | 0xd5, 0x4c, 0x43, 0xa3, 0xcb, 0x90, 0x2d, 0xb1, 0x41, 0x00, 0xad, 0xa7, 0x0d, 0x0d, 0x44, 0x11, |
| 439 | 0x9d, 0x6b, 0x67, 0x54, 0x8b, 0x86, 0xdb, 0x04, 0xd0, 0xdd, 0x5e, 0xf7, 0xba, 0x7b, 0xa9, 0xae, |
| 440 | 0x69, 0x53, 0x71, 0x2a, 0x7e, 0x86, 0x8d, 0x05, 0x9b, 0x33, 0x27, 0x64, 0x13, 0x99, 0x8a, 0x27, |
| 441 | 0x80, 0x14, 0xe9, 0x8e, 0x5d, 0x8f, 0xab, 0x51, 0x2c, 0x6c, 0x4d, 0x15, 0xc5, 0xe2, 0xa9, 0x50, |
| 442 | 0x6d, 0x9d, 0x8b, 0xd8, 0x23, 0xca, 0xc5, 0xaf, 0xb0, 0x99, 0x78, 0xca, 0x35, 0x7e, 0x26, 0x4c, |
| 443 | 0xcb, 0x76, 0x82, 0x92, 0xc1, 0xa0, 0xb0, 0x95, 0xe8, 0x54, 0x30, 0x9e, 0x0b, 0x61, 0xdb, 0x4e, |
| 444 | 0xbe, 0xaf, 0x92, 0xa1, 0x2b, 0x55, 0x32, 0x5e, 0x08, 0x65, 0x23, 0x55, 0xaa, 0x68, 0xe4, 0xd8, |
| 445 | 0x96, 0x89, 0x5f, 0x0a, 0x61, 0x31, 0xc3, 0xb6, 0xcc, 0x35, 0xb6, 0x65, 0xe2, 0x57, 0x42, 0x88, |
| 446 | 0xb2, 0xec, 0x9c, 0x52, 0x85, 0xe3, 0x4a, 0x28, 0x4b, 0x59, 0xb6, 0x65, 0xa2, 0x23, 0xd8, 0x4e, |
| 447 | 0x3d, 0xe3, 0x8d, 0x7f, 0x2d, 0xb4, 0x2d, 0xdb, 0x48, 0x5c, 0xe3, 0x78, 0xfc, 0x01, 0x93, 0x5a, |
| 448 | 0x12, 0x8f, 0x37, 0x42, 0x5c, 0xb5, 0x13, 0x60, 0x9c, 0x0f, 0xbd, 0x2b, 0x99, 0x8f, 0xb7, 0x42, |
| 449 | 0x59, 0x48, 0xbb, 0x92, 0x01, 0x59, 0x3f, 0x81, 0x65, 0xe2, 0x77, 0x42, 0x6a, 0xe4, 0x4f, 0x60, |
| 450 | 0x99, 0xeb, 0x27, 0xb0, 0x4c, 0xfc, 0x5e, 0x88, 0x2b, 0xb9, 0x13, 0xe4, 0xa6, 0xa0, 0x22, 0xf2, |
| 451 | 0x41, 0x48, 0x41, 0x3a, 0x05, 0x95, 0x91, 0xcc, 0x64, 0x65, 0x46, 0x3e, 0x0a, 0x65, 0x4d, 0x9b, |
| 452 | 0xac, 0x0c, 0x89, 0xde, 0x95, 0x0c, 0xc9, 0x27, 0x21, 0xac, 0xa7, 0x5d, 0xc9, 0x94, 0x3c, 0xd0, |
| 453 | 0xce, 0x19, 0xa7, 0xe4, 0xb3, 0x50, 0xde, 0x24, 0x26, 0xb1, 0x53, 0x1c, 0x93, 0x31, 0x6c, 0xf9, |
| 454 | 0xce, 0x5c, 0xee, 0xa9, 0xda, 0x98, 0x2f, 0xc5, 0xc8, 0xfb, 0xe4, 0xda, 0xde, 0xce, 0x3c, 0x5a, |
| 455 | 0xe8, 0x68, 0xb3, 0x86, 0x41, 0xb8, 0xb8, 0xb4, 0x1b, 0xbe, 0x5e, 0x43, 0x1e, 0x44, 0x02, 0x22, |
| 456 | 0xc7, 0x71, 0xe1, 0xab, 0x1e, 0xbe, 0x4a, 0xce, 0x3f, 0x5b, 0x70, 0xe4, 0xe4, 0x54, 0x41, 0xa2, |
| 457 | 0x0c, 0x3f, 0x57, 0x46, 0x53, 0x28, 0x6a, 0xf1, 0x2b, 0x95, 0xb1, 0xfe, 0x26, 0x59, 0xa7, 0x5b, |
| 458 | 0xb0, 0xd4, 0xab, 0x17, 0x91, 0x96, 0xa4, 0xa6, 0x9f, 0x29, 0x1e, 0xfc, 0x0b, 0xd1, 0x7a, 0xeb, |
| 459 | 0xc8, 0x80, 0xc5, 0x87, 0xec, 0x32, 0xfa, 0x0f, 0x2e, 0xdb, 0xe2, 0x16, 0xfd, 0x08, 0xcb, 0x8f, |
| 460 | 0x1c, 0x6f, 0xc5, 0xa2, 0xbf, 0xdc, 0xa2, 0x2d, 0x1f, 0x4e, 0x0a, 0x7f, 0x81, 0x83, 0x10, 0xee, |
| 461 | 0x6f, 0x6c, 0x4a, 0x37, 0xa9, 0x49, 0x93, 0xa1, 0x6e, 0x72, 0x83, 0x17, 0xaf, 0x51, 0x39, 0xdc, |
| 462 | 0xdb, 0xd0, 0x9e, 0xce, 0xac, 0x48, 0xe6, 0x40, 0x67, 0x6e, 0xfb, 0x9b, 0xa8, 0x01, 0x6b, 0xb0, |
| 463 | 0xaa, 0x3e, 0x3a, 0x34, 0x60, 0x29, 0xfa, 0x8d, 0xdc, 0x81, 0xa5, 0xf3, 0xa1, 0x7d, 0xdb, 0xf8, |
| 464 | 0x61, 0x70, 0x7a, 0xfe, 0xb7, 0xcb, 0xb9, 0xeb, 0xb1, 0x8e, 0xcb, 0x3d, 0x27, 0x70, 0x3b, 0x7c, |
| 465 | 0xe1, 0x76, 0x23, 0xe7, 0xee, 0xd8, 0x9f, 0xc8, 0xbb, 0xf1, 0xb1, 0xcb, 0x82, 0x63, 0x97, 0x77, |
| 466 | 0x43, 0xb6, 0x0c, 0x27, 0x4e, 0xe8, 0xc8, 0x72, 0x7f, 0x54, 0x91, 0xd7, 0xef, 0x01, 0x00, 0x00, |
| 467 | 0xff, 0xff, 0xc1, 0x70, 0x3f, 0x3d, 0x44, 0x09, 0x00, 0x00, |
Damien Neil | 658051b | 2018-09-10 12:26:21 -0700 | [diff] [blame] | 468 | } |