generated_swift_names_enum_cases.proto 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041
  1. // See Makefile for the logic that generates this
  2. // Protoc errors imply this file is being generated incorrectly
  3. // Swift compile errors are probably bugs in protoc-gen-swift
  4. syntax = "proto3";
  5. package swift_proto_testing.generated;
  6. enum GeneratedSwiftReservedEnum {
  7. NONE = 0;
  8. addPath = 1;
  9. adjusted = 2;
  10. aggregateValue = 3;
  11. allCases = 4;
  12. allowAlias = 5;
  13. alwaysPrintEnumsAsInts = 6;
  14. alwaysPrintInt64sAsNumbers = 7;
  15. annotation = 8;
  16. any = 9;
  17. AnyExtensionField = 10;
  18. AnyMessageExtension = 11;
  19. AnyMessageStorage = 12;
  20. AnyUnpackError = 13;
  21. Api = 14;
  22. appended = 15;
  23. appendUIntHex = 16;
  24. appendUnknown = 17;
  25. areAllInitialized = 18;
  26. Array = 19;
  27. arrayDepth = 20;
  28. arrayLiteral = 21;
  29. arraySeparator = 22;
  30. as = 23;
  31. asciiOpenCurlyBracket = 24;
  32. asciiZero = 25;
  33. async = 26;
  34. AsyncIterator = 27;
  35. AsyncIteratorProtocol = 28;
  36. AsyncMessageSequence = 29;
  37. available = 30;
  38. b = 31;
  39. Base = 32;
  40. base64Values = 33;
  41. baseAddress = 34;
  42. BaseType = 35;
  43. begin = 36;
  44. binary = 37;
  45. BinaryDecoder = 38;
  46. BinaryDecoding = 39;
  47. BinaryDecodingError = 40;
  48. BinaryDecodingOptions = 41;
  49. BinaryDelimited = 42;
  50. BinaryEncoder = 43;
  51. BinaryEncodingError = 44;
  52. BinaryEncodingMessageSetSizeVisitor = 45;
  53. BinaryEncodingMessageSetVisitor = 46;
  54. BinaryEncodingOptions = 47;
  55. BinaryEncodingSizeVisitor = 48;
  56. BinaryEncodingVisitor = 49;
  57. binaryOptions = 50;
  58. binaryProtobufDelimitedMessages = 51;
  59. BinaryStreamDecoding = 52;
  60. binaryStreamDecodingError = 53;
  61. bitPattern = 54;
  62. body = 55;
  63. Bool = 56;
  64. booleanLiteral = 57;
  65. BooleanLiteralType = 58;
  66. boolValue = 59;
  67. buffer = 60;
  68. bytes = 61;
  69. bytesInGroup = 62;
  70. bytesNeeded = 63;
  71. bytesRead = 64;
  72. BytesValue = 65;
  73. c = 66;
  74. canonical = 67;
  75. capitalizeNext = 68;
  76. cardinality = 69;
  77. CaseIterable = 70;
  78. castedValue = 71;
  79. ccEnableArenas = 72;
  80. ccGenericServices = 73;
  81. Character = 74;
  82. chars = 75;
  83. chunk = 76;
  84. class = 77;
  85. clearAggregateValue = 78;
  86. clearAllowAlias = 79;
  87. clearBegin = 80;
  88. clearCcEnableArenas = 81;
  89. clearCcGenericServices = 82;
  90. clearClientStreaming = 83;
  91. clearCsharpNamespace = 84;
  92. clearCtype = 85;
  93. clearDebugRedact = 86;
  94. clearDefaultSymbolVisibility = 87;
  95. clearDefaultValue = 88;
  96. clearDeprecated = 89;
  97. clearDeprecatedLegacyJsonFieldConflicts = 90;
  98. clearDeprecationWarning = 91;
  99. clearDoubleValue = 92;
  100. clearEdition = 93;
  101. clearEditionDeprecated = 94;
  102. clearEditionIntroduced = 95;
  103. clearEditionRemoved = 96;
  104. clearEnd = 97;
  105. clearEnforceNamingStyle = 98;
  106. clearEnumType = 99;
  107. clearExtendee = 100;
  108. clearExtensionValue = 101;
  109. clearFeatures = 102;
  110. clearFeatureSupport = 103;
  111. clearFieldPresence = 104;
  112. clearFixedFeatures = 105;
  113. clearFullName = 106;
  114. clearGoPackage = 107;
  115. clearIdempotencyLevel = 108;
  116. clearIdentifierValue = 109;
  117. clearInputType = 110;
  118. clearIsExtension = 111;
  119. clearJavaGenerateEqualsAndHash = 112;
  120. clearJavaGenericServices = 113;
  121. clearJavaMultipleFiles = 114;
  122. clearJavaOuterClassname = 115;
  123. clearJavaPackage = 116;
  124. clearJavaStringCheckUtf8 = 117;
  125. clearJsonFormat = 118;
  126. clearJsonName = 119;
  127. clearJstype = 120;
  128. clearLabel = 121;
  129. clearLazy = 122;
  130. clearLeadingComments = 123;
  131. clearMapEntry = 124;
  132. clearMaximumEdition = 125;
  133. clearMessageEncoding = 126;
  134. clearMessageSetWireFormat = 127;
  135. clearMinimumEdition = 128;
  136. clearName = 129;
  137. clearNamePart = 130;
  138. clearNegativeIntValue = 131;
  139. clearNoStandardDescriptorAccessor = 132;
  140. clearNumber = 133;
  141. clearObjcClassPrefix = 134;
  142. clearOneofIndex = 135;
  143. clearOptimizeFor = 136;
  144. clearOptions = 137;
  145. clearOutputType = 138;
  146. clearOverridableFeatures = 139;
  147. clearPackage = 140;
  148. clearPacked = 141;
  149. clearPhpClassPrefix = 142;
  150. clearPhpMetadataNamespace = 143;
  151. clearPhpNamespace = 144;
  152. clearPositiveIntValue = 145;
  153. clearProto3Optional = 146;
  154. clearPyGenericServices = 147;
  155. clearRepeated = 148;
  156. clearRepeatedFieldEncoding = 149;
  157. clearReserved = 150;
  158. clearRetention = 151;
  159. clearRubyPackage = 152;
  160. clearSemantic = 153;
  161. clearServerStreaming = 154;
  162. clearSourceCodeInfo = 155;
  163. clearSourceContext = 156;
  164. clearSourceFile = 157;
  165. clearStart = 158;
  166. clearStringValue = 159;
  167. clearSwiftPrefix = 160;
  168. clearSyntax = 161;
  169. clearTrailingComments = 162;
  170. clearType = 163;
  171. clearTypeName = 164;
  172. clearUnverifiedLazy = 165;
  173. clearUtf8Validation = 166;
  174. clearValue = 167;
  175. clearVerification = 168;
  176. clearVisibility = 169;
  177. clearWeak = 170;
  178. clientStreaming = 171;
  179. code = 172;
  180. codePoint = 173;
  181. codeUnits = 174;
  182. Collection = 175;
  183. com = 176;
  184. comma = 177;
  185. consumedBytes = 178;
  186. contains = 179;
  187. contentsOf = 180;
  188. ContiguousBytes = 181;
  189. copy = 182;
  190. count = 183;
  191. countVarintsInBuffer = 184;
  192. csharpNamespace = 185;
  193. ctype = 186;
  194. customCodable = 187;
  195. CustomDebugStringConvertible = 188;
  196. CustomStringConvertible = 189;
  197. d = 190;
  198. Data = 191;
  199. dataResult = 192;
  200. date = 193;
  201. daySec = 194;
  202. daysSinceEpoch = 195;
  203. debugDescription = 196;
  204. debugRedact = 197;
  205. declaration = 198;
  206. decoded = 199;
  207. decodedFromJSONNull = 200;
  208. decodeExtensionField = 201;
  209. decodeExtensionFieldsAsMessageSet = 202;
  210. decodeJSON = 203;
  211. decodeMapField = 204;
  212. decodeMessage = 205;
  213. decoder = 206;
  214. decodeRepeated = 207;
  215. decodeRepeatedBoolField = 208;
  216. decodeRepeatedBytesField = 209;
  217. decodeRepeatedDoubleField = 210;
  218. decodeRepeatedEnumField = 211;
  219. decodeRepeatedFixed32Field = 212;
  220. decodeRepeatedFixed64Field = 213;
  221. decodeRepeatedFloatField = 214;
  222. decodeRepeatedGroupField = 215;
  223. decodeRepeatedInt32Field = 216;
  224. decodeRepeatedInt64Field = 217;
  225. decodeRepeatedMessageField = 218;
  226. decodeRepeatedSFixed32Field = 219;
  227. decodeRepeatedSFixed64Field = 220;
  228. decodeRepeatedSInt32Field = 221;
  229. decodeRepeatedSInt64Field = 222;
  230. decodeRepeatedStringField = 223;
  231. decodeRepeatedUInt32Field = 224;
  232. decodeRepeatedUInt64Field = 225;
  233. decodeSingular = 226;
  234. decodeSingularBoolField = 227;
  235. decodeSingularBytesField = 228;
  236. decodeSingularDoubleField = 229;
  237. decodeSingularEnumField = 230;
  238. decodeSingularFixed32Field = 231;
  239. decodeSingularFixed64Field = 232;
  240. decodeSingularFloatField = 233;
  241. decodeSingularGroupField = 234;
  242. decodeSingularInt32Field = 235;
  243. decodeSingularInt64Field = 236;
  244. decodeSingularMessageField = 237;
  245. decodeSingularSFixed32Field = 238;
  246. decodeSingularSFixed64Field = 239;
  247. decodeSingularSInt32Field = 240;
  248. decodeSingularSInt64Field = 241;
  249. decodeSingularStringField = 242;
  250. decodeSingularUInt32Field = 243;
  251. decodeSingularUInt64Field = 244;
  252. decodeTextFormat = 245;
  253. defaultAnyTypeURLPrefix = 246;
  254. defaults = 247;
  255. defaultSymbolVisibility = 248;
  256. defaultValue = 249;
  257. dependency = 250;
  258. deprecated = 251;
  259. deprecatedLegacyJsonFieldConflicts = 252;
  260. deprecationWarning = 253;
  261. description = 254;
  262. DescriptorProto = 255;
  263. Dictionary = 256;
  264. dictionaryLiteral = 257;
  265. digit = 258;
  266. digit0 = 259;
  267. digit1 = 260;
  268. digitCount = 261;
  269. digits = 262;
  270. digitValue = 263;
  271. discardableResult = 264;
  272. discardUnknownFields = 265;
  273. Double = 266;
  274. doubleValue = 267;
  275. duration = 268;
  276. E = 269;
  277. edition = 270;
  278. EditionDefault = 271;
  279. editionDefaults = 272;
  280. editionDeprecated = 273;
  281. editionIntroduced = 274;
  282. editionRemoved = 275;
  283. Element = 276;
  284. elements = 277;
  285. else = 278;
  286. emitExtensionFieldName = 279;
  287. emitFieldName = 280;
  288. emitFieldNumber = 281;
  289. Empty = 282;
  290. emptyAnyTypeURL = 283;
  291. emptyData = 284;
  292. encodeAsBytes = 285;
  293. encoded = 286;
  294. encodedJSONString = 287;
  295. encodedSize = 288;
  296. encodeField = 289;
  297. encoder = 290;
  298. end = 291;
  299. endArray = 292;
  300. endMessageField = 293;
  301. endObject = 294;
  302. endRegularField = 295;
  303. enforceNamingStyle = 296;
  304. enum = 297;
  305. EnumDescriptorProto = 298;
  306. EnumOptions = 299;
  307. EnumReservedRange = 300;
  308. enumType = 301;
  309. enumvalue = 302;
  310. EnumValueDescriptorProto = 303;
  311. EnumValueOptions = 304;
  312. Equatable = 305;
  313. Error = 306;
  314. ExpressibleByArrayLiteral = 307;
  315. ExpressibleByDictionaryLiteral = 308;
  316. ext = 309;
  317. extDecoder = 310;
  318. extendedGraphemeClusterLiteral = 311;
  319. ExtendedGraphemeClusterLiteralType = 312;
  320. extendee = 313;
  321. ExtensibleMessage = 314;
  322. extension = 315;
  323. ExtensionField = 316;
  324. extensionFieldNumber = 317;
  325. ExtensionFieldValueSet = 318;
  326. ExtensionMap = 319;
  327. extensionRange = 320;
  328. ExtensionRangeOptions = 321;
  329. extensions = 322;
  330. extras = 323;
  331. F = 324;
  332. false = 325;
  333. features = 326;
  334. FeatureSet = 327;
  335. FeatureSetDefaults = 328;
  336. FeatureSetEditionDefault = 329;
  337. featureSupport = 330;
  338. field = 331;
  339. fieldData = 332;
  340. FieldDescriptorProto = 333;
  341. FieldMask = 334;
  342. FieldMaskError = 335;
  343. fieldName = 336;
  344. fieldNameCount = 337;
  345. fieldNum = 338;
  346. fieldNumber = 339;
  347. fieldNumberForProto = 340;
  348. FieldOptions = 341;
  349. fieldPresence = 342;
  350. fields = 343;
  351. fieldSize = 344;
  352. FieldTag = 345;
  353. FieldType = 346;
  354. file = 347;
  355. FileDescriptorProto = 348;
  356. FileDescriptorSet = 349;
  357. fileName = 350;
  358. FileOptions = 351;
  359. filter = 352;
  360. final = 353;
  361. finiteOnly = 354;
  362. first = 355;
  363. firstItem = 356;
  364. fixedFeatures = 357;
  365. Float = 358;
  366. floatLiteral = 359;
  367. FloatLiteralType = 360;
  368. FloatValue = 361;
  369. for = 362;
  370. forMessageName = 363;
  371. formUnion = 364;
  372. forReadingFrom = 365;
  373. forTypeURL = 366;
  374. ForwardParser = 367;
  375. forWritingInto = 368;
  376. from = 369;
  377. fromAscii2 = 370;
  378. fromAscii4 = 371;
  379. fromByteOffset = 372;
  380. fromHexDigit = 373;
  381. fullName = 374;
  382. func = 375;
  383. function = 376;
  384. G = 377;
  385. GeneratedCodeInfo = 378;
  386. get = 379;
  387. getExtensionValue = 380;
  388. googleapis = 381;
  389. Google_Protobuf_Any = 382;
  390. Google_Protobuf_Api = 383;
  391. Google_Protobuf_BoolValue = 384;
  392. Google_Protobuf_BytesValue = 385;
  393. Google_Protobuf_DescriptorProto = 386;
  394. Google_Protobuf_DoubleValue = 387;
  395. Google_Protobuf_Duration = 388;
  396. Google_Protobuf_Edition = 389;
  397. Google_Protobuf_Empty = 390;
  398. Google_Protobuf_Enum = 391;
  399. Google_Protobuf_EnumDescriptorProto = 392;
  400. Google_Protobuf_EnumOptions = 393;
  401. Google_Protobuf_EnumValue = 394;
  402. Google_Protobuf_EnumValueDescriptorProto = 395;
  403. Google_Protobuf_EnumValueOptions = 396;
  404. Google_Protobuf_ExtensionRangeOptions = 397;
  405. Google_Protobuf_FeatureSet = 398;
  406. Google_Protobuf_FeatureSetDefaults = 399;
  407. Google_Protobuf_Field = 400;
  408. Google_Protobuf_FieldDescriptorProto = 401;
  409. Google_Protobuf_FieldMask = 402;
  410. Google_Protobuf_FieldOptions = 403;
  411. Google_Protobuf_FileDescriptorProto = 404;
  412. Google_Protobuf_FileDescriptorSet = 405;
  413. Google_Protobuf_FileOptions = 406;
  414. Google_Protobuf_FloatValue = 407;
  415. Google_Protobuf_GeneratedCodeInfo = 408;
  416. Google_Protobuf_Int32Value = 409;
  417. Google_Protobuf_Int64Value = 410;
  418. Google_Protobuf_ListValue = 411;
  419. Google_Protobuf_MessageOptions = 412;
  420. Google_Protobuf_Method = 413;
  421. Google_Protobuf_MethodDescriptorProto = 414;
  422. Google_Protobuf_MethodOptions = 415;
  423. Google_Protobuf_Mixin = 416;
  424. Google_Protobuf_NullValue = 417;
  425. Google_Protobuf_OneofDescriptorProto = 418;
  426. Google_Protobuf_OneofOptions = 419;
  427. Google_Protobuf_Option = 420;
  428. Google_Protobuf_ServiceDescriptorProto = 421;
  429. Google_Protobuf_ServiceOptions = 422;
  430. Google_Protobuf_SourceCodeInfo = 423;
  431. Google_Protobuf_SourceContext = 424;
  432. Google_Protobuf_StringValue = 425;
  433. Google_Protobuf_Struct = 426;
  434. Google_Protobuf_SymbolVisibility = 427;
  435. Google_Protobuf_Syntax = 428;
  436. Google_Protobuf_Timestamp = 429;
  437. Google_Protobuf_Type = 430;
  438. Google_Protobuf_UInt32Value = 431;
  439. Google_Protobuf_UInt64Value = 432;
  440. Google_Protobuf_UninterpretedOption = 433;
  441. Google_Protobuf_Value = 434;
  442. goPackage = 435;
  443. gotData = 436;
  444. group = 437;
  445. groupFieldNumberStack = 438;
  446. groupSize = 439;
  447. guard = 440;
  448. hadOneofValue = 441;
  449. handleConflictingOneOf = 442;
  450. hasAggregateValue = 443;
  451. hasAllowAlias = 444;
  452. hasBegin = 445;
  453. hasCcEnableArenas = 446;
  454. hasCcGenericServices = 447;
  455. hasClientStreaming = 448;
  456. hasCsharpNamespace = 449;
  457. hasCtype = 450;
  458. hasDebugRedact = 451;
  459. hasDefaultSymbolVisibility = 452;
  460. hasDefaultValue = 453;
  461. hasDeprecated = 454;
  462. hasDeprecatedLegacyJsonFieldConflicts = 455;
  463. hasDeprecationWarning = 456;
  464. hasDoubleValue = 457;
  465. hasEdition = 458;
  466. hasEditionDeprecated = 459;
  467. hasEditionIntroduced = 460;
  468. hasEditionRemoved = 461;
  469. hasEnd = 462;
  470. hasEnforceNamingStyle = 463;
  471. hasEnumType = 464;
  472. hasExtendee = 465;
  473. hasExtensionValue = 466;
  474. hasFeatures = 467;
  475. hasFeatureSupport = 468;
  476. hasFieldPresence = 469;
  477. hasFixedFeatures = 470;
  478. hasFullName = 471;
  479. hasGoPackage = 472;
  480. hash = 473;
  481. Hashable = 474;
  482. hasher = 475;
  483. HashVisitor = 476;
  484. hasIdempotencyLevel = 477;
  485. hasIdentifierValue = 478;
  486. hasInputType = 479;
  487. hasIsExtension = 480;
  488. hasJavaGenerateEqualsAndHash = 481;
  489. hasJavaGenericServices = 482;
  490. hasJavaMultipleFiles = 483;
  491. hasJavaOuterClassname = 484;
  492. hasJavaPackage = 485;
  493. hasJavaStringCheckUtf8 = 486;
  494. hasJsonFormat = 487;
  495. hasJsonName = 488;
  496. hasJstype = 489;
  497. hasLabel = 490;
  498. hasLazy = 491;
  499. hasLeadingComments = 492;
  500. hasMapEntry = 493;
  501. hasMaximumEdition = 494;
  502. hasMessageEncoding = 495;
  503. hasMessageSetWireFormat = 496;
  504. hasMinimumEdition = 497;
  505. hasName = 498;
  506. hasNamePart = 499;
  507. hasNegativeIntValue = 500;
  508. hasNoStandardDescriptorAccessor = 501;
  509. hasNumber = 502;
  510. hasObjcClassPrefix = 503;
  511. hasOneofIndex = 504;
  512. hasOptimizeFor = 505;
  513. hasOptions = 506;
  514. hasOutputType = 507;
  515. hasOverridableFeatures = 508;
  516. hasPackage = 509;
  517. hasPacked = 510;
  518. hasPhpClassPrefix = 511;
  519. hasPhpMetadataNamespace = 512;
  520. hasPhpNamespace = 513;
  521. hasPositiveIntValue = 514;
  522. hasProto3Optional = 515;
  523. hasPyGenericServices = 516;
  524. hasRepeated = 517;
  525. hasRepeatedFieldEncoding = 518;
  526. hasReserved = 519;
  527. hasRetention = 520;
  528. hasRubyPackage = 521;
  529. hasSemantic = 522;
  530. hasServerStreaming = 523;
  531. hasSourceCodeInfo = 524;
  532. hasSourceContext = 525;
  533. hasSourceFile = 526;
  534. hasStart = 527;
  535. hasStringValue = 528;
  536. hasSwiftPrefix = 529;
  537. hasSyntax = 530;
  538. hasTrailingComments = 531;
  539. hasType = 532;
  540. hasTypeName = 533;
  541. hasUnverifiedLazy = 534;
  542. hasUtf8Validation = 535;
  543. hasValue = 536;
  544. hasVerification = 537;
  545. hasVisibility = 538;
  546. hasWeak = 539;
  547. hour = 540;
  548. i = 541;
  549. idempotencyLevel = 542;
  550. identifierValue = 543;
  551. if = 544;
  552. ignoreUnknownExtensionFields = 545;
  553. ignoreUnknownFields = 546;
  554. index = 547;
  555. init = 548;
  556. inout = 549;
  557. inputType = 550;
  558. insert = 551;
  559. Int = 552;
  560. Int32 = 553;
  561. Int32Value = 554;
  562. Int64 = 555;
  563. Int64Value = 556;
  564. Int8 = 557;
  565. integerLiteral = 558;
  566. IntegerLiteralType = 559;
  567. intern = 560;
  568. Internal = 561;
  569. InternalState = 562;
  570. intersect = 563;
  571. into = 564;
  572. ints = 565;
  573. invalidAnyTypeURL = 566;
  574. isA = 567;
  575. isEqual = 568;
  576. isEqualTo = 569;
  577. isExtension = 570;
  578. isInitialized = 571;
  579. isNegative = 572;
  580. isPathValid = 573;
  581. isValid = 574;
  582. itemTagsEncodedSize = 575;
  583. iterator = 576;
  584. javaGenerateEqualsAndHash = 577;
  585. javaGenericServices = 578;
  586. javaMultipleFiles = 579;
  587. javaOuterClassname = 580;
  588. javaPackage = 581;
  589. javaStringCheckUtf8 = 582;
  590. JSONDecoder = 583;
  591. JSONDecoding = 584;
  592. JSONDecodingError = 585;
  593. JSONDecodingOptions = 586;
  594. jsonEncoder = 587;
  595. JSONEncoding = 588;
  596. JSONEncodingError = 589;
  597. JSONEncodingOptions = 590;
  598. JSONEncodingVisitor = 591;
  599. jsonFormat = 592;
  600. JSONMapEncodingVisitor = 593;
  601. jsonName = 594;
  602. jsonPath = 595;
  603. jsonPaths = 596;
  604. JSONScanner = 597;
  605. jsonString = 598;
  606. jsonText = 599;
  607. jsonUTF8Bytes = 600;
  608. jsonUTF8Data = 601;
  609. jstype = 602;
  610. k = 603;
  611. kChunkSize = 604;
  612. Key = 605;
  613. keyField = 606;
  614. keyFieldOpt = 607;
  615. KeyType = 608;
  616. kind = 609;
  617. l = 610;
  618. label = 611;
  619. lazy = 612;
  620. leadingComments = 613;
  621. leadingDetachedComments = 614;
  622. length = 615;
  623. lessThan = 616;
  624. let = 617;
  625. lhs = 618;
  626. line = 619;
  627. list = 620;
  628. listOfMessages = 621;
  629. listValue = 622;
  630. littleEndian = 623;
  631. load = 624;
  632. localHasher = 625;
  633. location = 626;
  634. M = 627;
  635. major = 628;
  636. makeAsyncIterator = 629;
  637. makeIterator = 630;
  638. malformedLength = 631;
  639. mapEntry = 632;
  640. MapKeyType = 633;
  641. mapToMessages = 634;
  642. MapValueType = 635;
  643. mapVisitor = 636;
  644. mask = 637;
  645. maximumEdition = 638;
  646. mdayStart = 639;
  647. merge = 640;
  648. MergeOptions = 641;
  649. message = 642;
  650. messageDepthLimit = 643;
  651. messageEncoding = 644;
  652. MessageExtension = 645;
  653. MessageImplementationBase = 646;
  654. MessageOptions = 647;
  655. MessageSet = 648;
  656. messageSetWireFormat = 649;
  657. messageSize = 650;
  658. messageType = 651;
  659. Method = 652;
  660. MethodDescriptorProto = 653;
  661. MethodOptions = 654;
  662. methods = 655;
  663. min = 656;
  664. minimumEdition = 657;
  665. minor = 658;
  666. Mixin = 659;
  667. mixins = 660;
  668. modify = 661;
  669. month = 662;
  670. msgExtension = 663;
  671. mutating = 664;
  672. n = 665;
  673. name = 666;
  674. NameDescription = 667;
  675. NameMap = 668;
  676. NamePart = 669;
  677. names = 670;
  678. nanos = 671;
  679. negativeIntValue = 672;
  680. nestedType = 673;
  681. newExtensible = 674;
  682. newL = 675;
  683. newList = 676;
  684. newMessage = 677;
  685. newValue = 678;
  686. next = 679;
  687. nextByte = 680;
  688. nextFieldNumber = 681;
  689. nextVarInt = 682;
  690. nil = 683;
  691. nilLiteral = 684;
  692. noBytesAvailable = 685;
  693. noStandardDescriptorAccessor = 686;
  694. nullValue = 687;
  695. number = 688;
  696. numberValue = 689;
  697. objcClassPrefix = 690;
  698. of = 691;
  699. oneofDecl = 692;
  700. OneofDescriptorProto = 693;
  701. oneofIndex = 694;
  702. OneofOptions = 695;
  703. oneofs = 696;
  704. OneOf_Kind = 697;
  705. optimizeFor = 698;
  706. OptimizeMode = 699;
  707. Option = 700;
  708. OptionalEnumExtensionField = 701;
  709. OptionalExtensionField = 702;
  710. OptionalGroupExtensionField = 703;
  711. OptionalMessageExtensionField = 704;
  712. optionDependency = 705;
  713. OptionRetention = 706;
  714. options = 707;
  715. OptionTargetType = 708;
  716. other = 709;
  717. others = 710;
  718. out = 711;
  719. outputType = 712;
  720. overridableFeatures = 713;
  721. p = 714;
  722. package = 715;
  723. packed = 716;
  724. PackedEnumExtensionField = 717;
  725. PackedExtensionField = 718;
  726. padding = 719;
  727. parent = 720;
  728. parse = 721;
  729. partial = 722;
  730. path = 723;
  731. PathDecoder = 724;
  732. PathDecodingError = 725;
  733. paths = 726;
  734. PathVisitor = 727;
  735. payload = 728;
  736. payloadSize = 729;
  737. phpClassPrefix = 730;
  738. phpMetadataNamespace = 731;
  739. phpNamespace = 732;
  740. pos = 733;
  741. positiveIntValue = 734;
  742. prefix = 735;
  743. preserveProtoFieldNames = 736;
  744. preTraverse = 737;
  745. prevPath = 738;
  746. printUnknownFields = 739;
  747. proto2 = 740;
  748. proto3DefaultValue = 741;
  749. proto3Optional = 742;
  750. ProtobufAPIVersionCheck = 743;
  751. ProtobufAPIVersion_2 = 744;
  752. ProtobufBool = 745;
  753. ProtobufBytes = 746;
  754. ProtobufDouble = 747;
  755. ProtobufEnumMap = 748;
  756. protobufExtension = 749;
  757. ProtobufFixed32 = 750;
  758. ProtobufFixed64 = 751;
  759. ProtobufFloat = 752;
  760. ProtobufInt32 = 753;
  761. ProtobufInt64 = 754;
  762. ProtobufMap = 755;
  763. ProtobufMessageMap = 756;
  764. ProtobufSFixed32 = 757;
  765. ProtobufSFixed64 = 758;
  766. ProtobufSInt32 = 759;
  767. ProtobufSInt64 = 760;
  768. ProtobufString = 761;
  769. ProtobufUInt32 = 762;
  770. ProtobufUInt64 = 763;
  771. protobuf_extensionFieldValues = 764;
  772. protobuf_fieldNumber = 765;
  773. protobuf_generated_isEqualTo = 766;
  774. protobuf_nameMap = 767;
  775. protobuf_newField = 768;
  776. protobuf_package = 769;
  777. protocol = 770;
  778. protoFieldName = 771;
  779. protoMessageName = 772;
  780. ProtoNameProviding = 773;
  781. protoPaths = 774;
  782. public = 775;
  783. publicDependency = 776;
  784. putBoolValue = 777;
  785. putBytesValue = 778;
  786. putDoubleValue = 779;
  787. putEnumValue = 780;
  788. putFixedUInt32 = 781;
  789. putFixedUInt64 = 782;
  790. putFloatValue = 783;
  791. putInt64 = 784;
  792. putStringValue = 785;
  793. putUInt64 = 786;
  794. putUInt64Hex = 787;
  795. putVarInt = 788;
  796. putZigZagVarInt = 789;
  797. pyGenericServices = 790;
  798. R = 791;
  799. rawChars = 792;
  800. RawRepresentable = 793;
  801. RawValue = 794;
  802. read4HexDigits = 795;
  803. readBytes = 796;
  804. register = 797;
  805. removingAllFieldsOf = 798;
  806. repeated = 799;
  807. RepeatedEnumExtensionField = 800;
  808. RepeatedExtensionField = 801;
  809. repeatedFieldEncoding = 802;
  810. RepeatedGroupExtensionField = 803;
  811. RepeatedMessageExtensionField = 804;
  812. repeating = 805;
  813. replaceRepeatedFields = 806;
  814. requestStreaming = 807;
  815. requestTypeURL = 808;
  816. requiredSize = 809;
  817. responseStreaming = 810;
  818. responseTypeURL = 811;
  819. result = 812;
  820. retention = 813;
  821. rethrows = 814;
  822. return = 815;
  823. ReturnType = 816;
  824. revision = 817;
  825. rhs = 818;
  826. root = 819;
  827. rubyPackage = 820;
  828. s = 821;
  829. sawBackslash = 822;
  830. sawSection4Characters = 823;
  831. sawSection5Characters = 824;
  832. scan = 825;
  833. scanner = 826;
  834. seconds = 827;
  835. self = 828;
  836. semantic = 829;
  837. Sendable = 830;
  838. separator = 831;
  839. serialize = 832;
  840. serializedBytes = 833;
  841. serializedData = 834;
  842. serializedSize = 835;
  843. serverStreaming = 836;
  844. service = 837;
  845. ServiceDescriptorProto = 838;
  846. ServiceOptions = 839;
  847. set = 840;
  848. setExtensionValue = 841;
  849. shift = 842;
  850. SimpleExtensionMap = 843;
  851. size = 844;
  852. sizer = 845;
  853. source = 846;
  854. sourceCodeInfo = 847;
  855. sourceContext = 848;
  856. sourceEncoding = 849;
  857. sourceFile = 850;
  858. SourceLocation = 851;
  859. span = 852;
  860. split = 853;
  861. start = 854;
  862. startArray = 855;
  863. startArrayObject = 856;
  864. startField = 857;
  865. startIndex = 858;
  866. startMessageField = 859;
  867. startObject = 860;
  868. startRegularField = 861;
  869. state = 862;
  870. static = 863;
  871. StaticString = 864;
  872. storage = 865;
  873. String = 866;
  874. stringLiteral = 867;
  875. StringLiteralType = 868;
  876. stringResult = 869;
  877. stringValue = 870;
  878. struct = 871;
  879. structValue = 872;
  880. subDecoder = 873;
  881. subscript = 874;
  882. subtract = 875;
  883. subVisitor = 876;
  884. Swift = 877;
  885. swiftPrefix = 878;
  886. SwiftProtobufContiguousBytes = 879;
  887. SwiftProtobufError = 880;
  888. syntax = 881;
  889. T = 882;
  890. tag = 883;
  891. targets = 884;
  892. terminator = 885;
  893. testDecoder = 886;
  894. text = 887;
  895. textDecoder = 888;
  896. TextFormatDecoder = 889;
  897. TextFormatDecodingError = 890;
  898. TextFormatDecodingOptions = 891;
  899. TextFormatEncodingOptions = 892;
  900. TextFormatEncodingVisitor = 893;
  901. textFormatString = 894;
  902. throwOrIgnore = 895;
  903. throws = 896;
  904. timeInterval = 897;
  905. timeIntervalSince1970 = 898;
  906. timeIntervalSinceReferenceDate = 899;
  907. Timestamp = 900;
  908. tmp = 901;
  909. tooLarge = 902;
  910. total = 903;
  911. totalArrayDepth = 904;
  912. totalSize = 905;
  913. trailingComments = 906;
  914. traverse = 907;
  915. trim = 908;
  916. true = 909;
  917. try = 910;
  918. type = 911;
  919. typealias = 912;
  920. TypeEnum = 913;
  921. typeName = 914;
  922. typePrefix = 915;
  923. typeStart = 916;
  924. typeUnknown = 917;
  925. typeURL = 918;
  926. UInt32 = 919;
  927. UInt32Value = 920;
  928. UInt64 = 921;
  929. UInt64Value = 922;
  930. UInt8 = 923;
  931. unchecked = 924;
  932. unicodeScalarLiteral = 925;
  933. UnicodeScalarLiteralType = 926;
  934. unicodeScalars = 927;
  935. UnicodeScalarView = 928;
  936. uninterpretedOption = 929;
  937. union = 930;
  938. uniqueStorage = 931;
  939. unknown = 932;
  940. unknownFields = 933;
  941. UnknownStorage = 934;
  942. unpackTo = 935;
  943. UnsafeBufferPointer = 936;
  944. UnsafeMutablePointer = 937;
  945. UnsafeMutableRawBufferPointer = 938;
  946. UnsafeRawBufferPointer = 939;
  947. UnsafeRawPointer = 940;
  948. unverifiedLazy = 941;
  949. updatedOptions = 942;
  950. url = 943;
  951. useDeterministicOrdering = 944;
  952. utf8 = 945;
  953. utf8Ptr = 946;
  954. utf8ToDouble = 947;
  955. utf8Validation = 948;
  956. UTF8View = 949;
  957. v = 950;
  958. value = 951;
  959. valueField = 952;
  960. values = 953;
  961. ValueType = 954;
  962. var = 955;
  963. verification = 956;
  964. VerificationState = 957;
  965. Version = 958;
  966. versionString = 959;
  967. visibility = 960;
  968. VisibilityFeature = 961;
  969. visitExtensionFields = 962;
  970. visitExtensionFieldsAsMessageSet = 963;
  971. visitMapField = 964;
  972. visitor = 965;
  973. visitPacked = 966;
  974. visitPackedBoolField = 967;
  975. visitPackedDoubleField = 968;
  976. visitPackedEnumField = 969;
  977. visitPackedFixed32Field = 970;
  978. visitPackedFixed64Field = 971;
  979. visitPackedFloatField = 972;
  980. visitPackedInt32Field = 973;
  981. visitPackedInt64Field = 974;
  982. visitPackedSFixed32Field = 975;
  983. visitPackedSFixed64Field = 976;
  984. visitPackedSInt32Field = 977;
  985. visitPackedSInt64Field = 978;
  986. visitPackedUInt32Field = 979;
  987. visitPackedUInt64Field = 980;
  988. visitRepeated = 981;
  989. visitRepeatedBoolField = 982;
  990. visitRepeatedBytesField = 983;
  991. visitRepeatedDoubleField = 984;
  992. visitRepeatedEnumField = 985;
  993. visitRepeatedFixed32Field = 986;
  994. visitRepeatedFixed64Field = 987;
  995. visitRepeatedFloatField = 988;
  996. visitRepeatedGroupField = 989;
  997. visitRepeatedInt32Field = 990;
  998. visitRepeatedInt64Field = 991;
  999. visitRepeatedMessageField = 992;
  1000. visitRepeatedSFixed32Field = 993;
  1001. visitRepeatedSFixed64Field = 994;
  1002. visitRepeatedSInt32Field = 995;
  1003. visitRepeatedSInt64Field = 996;
  1004. visitRepeatedStringField = 997;
  1005. visitRepeatedUInt32Field = 998;
  1006. visitRepeatedUInt64Field = 999;
  1007. visitSingular = 1000;
  1008. visitSingularBoolField = 1001;
  1009. visitSingularBytesField = 1002;
  1010. visitSingularDoubleField = 1003;
  1011. visitSingularEnumField = 1004;
  1012. visitSingularFixed32Field = 1005;
  1013. visitSingularFixed64Field = 1006;
  1014. visitSingularFloatField = 1007;
  1015. visitSingularGroupField = 1008;
  1016. visitSingularInt32Field = 1009;
  1017. visitSingularInt64Field = 1010;
  1018. visitSingularMessageField = 1011;
  1019. visitSingularSFixed32Field = 1012;
  1020. visitSingularSFixed64Field = 1013;
  1021. visitSingularSInt32Field = 1014;
  1022. visitSingularSInt64Field = 1015;
  1023. visitSingularStringField = 1016;
  1024. visitSingularUInt32Field = 1017;
  1025. visitSingularUInt64Field = 1018;
  1026. visitUnknown = 1019;
  1027. wasDecoded = 1020;
  1028. weak = 1021;
  1029. weakDependency = 1022;
  1030. where = 1023;
  1031. wireFormat = 1024;
  1032. with = 1025;
  1033. withUnsafeBytes = 1026;
  1034. withUnsafeMutableBytes = 1027;
  1035. work = 1028;
  1036. Wrapped = 1029;
  1037. WrappedType = 1030;
  1038. wrappedValue = 1031;
  1039. written = 1032;
  1040. yday = 1033;
  1041. }