generated_swift_names_enum_cases.proto 25 KB

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