generated_swift_names_enums.proto 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034
  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. message GeneratedSwiftReservedEnums {
  7. enum addPath { NONE_addPath = 0; }
  8. enum adjusted { NONE_adjusted = 0; }
  9. enum aggregateValue { NONE_aggregateValue = 0; }
  10. enum allCases { NONE_allCases = 0; }
  11. enum allowAlias { NONE_allowAlias = 0; }
  12. enum alwaysPrintEnumsAsInts { NONE_alwaysPrintEnumsAsInts = 0; }
  13. enum alwaysPrintInt64sAsNumbers { NONE_alwaysPrintInt64sAsNumbers = 0; }
  14. enum annotation { NONE_annotation = 0; }
  15. enum any { NONE_any = 0; }
  16. enum AnyExtensionField { NONE_AnyExtensionField = 0; }
  17. enum AnyMessageExtension { NONE_AnyMessageExtension = 0; }
  18. enum AnyMessageStorage { NONE_AnyMessageStorage = 0; }
  19. enum AnyUnpackError { NONE_AnyUnpackError = 0; }
  20. enum append { NONE_append = 0; }
  21. enum appended { NONE_appended = 0; }
  22. enum appendUIntHex { NONE_appendUIntHex = 0; }
  23. enum appendUnknown { NONE_appendUnknown = 0; }
  24. enum areAllInitialized { NONE_areAllInitialized = 0; }
  25. enum Array { NONE_Array = 0; }
  26. enum arrayDepth { NONE_arrayDepth = 0; }
  27. enum arrayLiteral { NONE_arrayLiteral = 0; }
  28. enum arraySeparator { NONE_arraySeparator = 0; }
  29. enum as { NONE_as = 0; }
  30. enum asciiOpenCurlyBracket { NONE_asciiOpenCurlyBracket = 0; }
  31. enum asciiZero { NONE_asciiZero = 0; }
  32. enum async { NONE_async = 0; }
  33. enum AsyncIterator { NONE_AsyncIterator = 0; }
  34. enum AsyncIteratorProtocol { NONE_AsyncIteratorProtocol = 0; }
  35. enum AsyncMessageSequence { NONE_AsyncMessageSequence = 0; }
  36. enum available { NONE_available = 0; }
  37. enum b { NONE_b = 0; }
  38. enum Base { NONE_Base = 0; }
  39. enum base64Values { NONE_base64Values = 0; }
  40. enum baseAddress { NONE_baseAddress = 0; }
  41. enum BaseType { NONE_BaseType = 0; }
  42. enum begin { NONE_begin = 0; }
  43. enum binary { NONE_binary = 0; }
  44. enum BinaryDecoder { NONE_BinaryDecoder = 0; }
  45. enum BinaryDecoding { NONE_BinaryDecoding = 0; }
  46. enum BinaryDecodingError { NONE_BinaryDecodingError = 0; }
  47. enum BinaryDecodingOptions { NONE_BinaryDecodingOptions = 0; }
  48. enum BinaryDelimited { NONE_BinaryDelimited = 0; }
  49. enum BinaryEncoder { NONE_BinaryEncoder = 0; }
  50. enum BinaryEncodingError { NONE_BinaryEncodingError = 0; }
  51. enum BinaryEncodingMessageSetSizeVisitor { NONE_BinaryEncodingMessageSetSizeVisitor = 0; }
  52. enum BinaryEncodingMessageSetVisitor { NONE_BinaryEncodingMessageSetVisitor = 0; }
  53. enum BinaryEncodingOptions { NONE_BinaryEncodingOptions = 0; }
  54. enum BinaryEncodingSizeVisitor { NONE_BinaryEncodingSizeVisitor = 0; }
  55. enum BinaryEncodingVisitor { NONE_BinaryEncodingVisitor = 0; }
  56. enum binaryOptions { NONE_binaryOptions = 0; }
  57. enum binaryProtobufDelimitedMessages { NONE_binaryProtobufDelimitedMessages = 0; }
  58. enum BinaryStreamDecoding { NONE_BinaryStreamDecoding = 0; }
  59. enum binaryStreamDecodingError { NONE_binaryStreamDecodingError = 0; }
  60. enum bitPattern { NONE_bitPattern = 0; }
  61. enum body { NONE_body = 0; }
  62. enum Bool { NONE_Bool = 0; }
  63. enum booleanLiteral { NONE_booleanLiteral = 0; }
  64. enum BooleanLiteralType { NONE_BooleanLiteralType = 0; }
  65. enum boolValue { NONE_boolValue = 0; }
  66. enum buffer { NONE_buffer = 0; }
  67. enum byte { NONE_byte = 0; }
  68. enum bytecode { NONE_bytecode = 0; }
  69. enum BytecodeReader { NONE_BytecodeReader = 0; }
  70. enum bytes { NONE_bytes = 0; }
  71. enum bytesInGroup { NONE_bytesInGroup = 0; }
  72. enum bytesNeeded { NONE_bytesNeeded = 0; }
  73. enum bytesRead { NONE_bytesRead = 0; }
  74. enum c { NONE_c = 0; }
  75. enum canonical { NONE_canonical = 0; }
  76. enum capitalizeNext { NONE_capitalizeNext = 0; }
  77. enum cardinality { NONE_cardinality = 0; }
  78. enum CaseIterable { NONE_CaseIterable = 0; }
  79. enum castedValue { NONE_castedValue = 0; }
  80. enum ccEnableArenas { NONE_ccEnableArenas = 0; }
  81. enum ccGenericServices { NONE_ccGenericServices = 0; }
  82. enum Character { NONE_Character = 0; }
  83. enum chars { NONE_chars = 0; }
  84. enum checkProgramFormat { NONE_checkProgramFormat = 0; }
  85. enum chunk { NONE_chunk = 0; }
  86. enum class { NONE_class = 0; }
  87. enum clearAggregateValue { NONE_clearAggregateValue = 0; }
  88. enum clearAllowAlias { NONE_clearAllowAlias = 0; }
  89. enum clearBegin { NONE_clearBegin = 0; }
  90. enum clearCcEnableArenas { NONE_clearCcEnableArenas = 0; }
  91. enum clearCcGenericServices { NONE_clearCcGenericServices = 0; }
  92. enum clearClientStreaming { NONE_clearClientStreaming = 0; }
  93. enum clearCsharpNamespace { NONE_clearCsharpNamespace = 0; }
  94. enum clearCtype { NONE_clearCtype = 0; }
  95. enum clearDebugRedact { NONE_clearDebugRedact = 0; }
  96. enum clearDefaultSymbolVisibility { NONE_clearDefaultSymbolVisibility = 0; }
  97. enum clearDefaultValue { NONE_clearDefaultValue = 0; }
  98. enum clearDeprecated { NONE_clearDeprecated = 0; }
  99. enum clearDeprecatedLegacyJsonFieldConflicts { NONE_clearDeprecatedLegacyJsonFieldConflicts = 0; }
  100. enum clearDeprecationWarning { NONE_clearDeprecationWarning = 0; }
  101. enum clearDoubleValue { NONE_clearDoubleValue = 0; }
  102. enum clearEdition { NONE_clearEdition = 0; }
  103. enum clearEditionDeprecated { NONE_clearEditionDeprecated = 0; }
  104. enum clearEditionIntroduced { NONE_clearEditionIntroduced = 0; }
  105. enum clearEditionRemoved { NONE_clearEditionRemoved = 0; }
  106. enum clearEnd { NONE_clearEnd = 0; }
  107. enum clearEnforceNamingStyle { NONE_clearEnforceNamingStyle = 0; }
  108. enum clearEnumType { NONE_clearEnumType = 0; }
  109. enum clearExtendee { NONE_clearExtendee = 0; }
  110. enum clearExtensionValue { NONE_clearExtensionValue = 0; }
  111. enum clearFeatures { NONE_clearFeatures = 0; }
  112. enum clearFeatureSupport { NONE_clearFeatureSupport = 0; }
  113. enum clearFieldPresence { NONE_clearFieldPresence = 0; }
  114. enum clearFixedFeatures { NONE_clearFixedFeatures = 0; }
  115. enum clearFullName { NONE_clearFullName = 0; }
  116. enum clearGoPackage { NONE_clearGoPackage = 0; }
  117. enum clearIdempotencyLevel { NONE_clearIdempotencyLevel = 0; }
  118. enum clearIdentifierValue { NONE_clearIdentifierValue = 0; }
  119. enum clearInputType { NONE_clearInputType = 0; }
  120. enum clearIsExtension { NONE_clearIsExtension = 0; }
  121. enum clearJavaGenerateEqualsAndHash { NONE_clearJavaGenerateEqualsAndHash = 0; }
  122. enum clearJavaGenericServices { NONE_clearJavaGenericServices = 0; }
  123. enum clearJavaMultipleFiles { NONE_clearJavaMultipleFiles = 0; }
  124. enum clearJavaOuterClassname { NONE_clearJavaOuterClassname = 0; }
  125. enum clearJavaPackage { NONE_clearJavaPackage = 0; }
  126. enum clearJavaStringCheckUtf8 { NONE_clearJavaStringCheckUtf8 = 0; }
  127. enum clearJsonFormat { NONE_clearJsonFormat = 0; }
  128. enum clearJsonName { NONE_clearJsonName = 0; }
  129. enum clearJstype { NONE_clearJstype = 0; }
  130. enum clearLabel { NONE_clearLabel = 0; }
  131. enum clearLazy { NONE_clearLazy = 0; }
  132. enum clearLeadingComments { NONE_clearLeadingComments = 0; }
  133. enum clearMapEntry { NONE_clearMapEntry = 0; }
  134. enum clearMaximumEdition { NONE_clearMaximumEdition = 0; }
  135. enum clearMessageEncoding { NONE_clearMessageEncoding = 0; }
  136. enum clearMessageSetWireFormat { NONE_clearMessageSetWireFormat = 0; }
  137. enum clearMinimumEdition { NONE_clearMinimumEdition = 0; }
  138. enum clearName { NONE_clearName = 0; }
  139. enum clearNamePart { NONE_clearNamePart = 0; }
  140. enum clearNegativeIntValue { NONE_clearNegativeIntValue = 0; }
  141. enum clearNoStandardDescriptorAccessor { NONE_clearNoStandardDescriptorAccessor = 0; }
  142. enum clearNumber { NONE_clearNumber = 0; }
  143. enum clearObjcClassPrefix { NONE_clearObjcClassPrefix = 0; }
  144. enum clearOneofIndex { NONE_clearOneofIndex = 0; }
  145. enum clearOptimizeFor { NONE_clearOptimizeFor = 0; }
  146. enum clearOptions { NONE_clearOptions = 0; }
  147. enum clearOutputType { NONE_clearOutputType = 0; }
  148. enum clearOverridableFeatures { NONE_clearOverridableFeatures = 0; }
  149. enum clearPackage { NONE_clearPackage = 0; }
  150. enum clearPacked { NONE_clearPacked = 0; }
  151. enum clearPhpClassPrefix { NONE_clearPhpClassPrefix = 0; }
  152. enum clearPhpMetadataNamespace { NONE_clearPhpMetadataNamespace = 0; }
  153. enum clearPhpNamespace { NONE_clearPhpNamespace = 0; }
  154. enum clearPositiveIntValue { NONE_clearPositiveIntValue = 0; }
  155. enum clearProto3Optional { NONE_clearProto3Optional = 0; }
  156. enum clearPyGenericServices { NONE_clearPyGenericServices = 0; }
  157. enum clearRemovalError { NONE_clearRemovalError = 0; }
  158. enum clearRepeated { NONE_clearRepeated = 0; }
  159. enum clearRepeatedFieldEncoding { NONE_clearRepeatedFieldEncoding = 0; }
  160. enum clearReserved { NONE_clearReserved = 0; }
  161. enum clearRetention { NONE_clearRetention = 0; }
  162. enum clearRubyPackage { NONE_clearRubyPackage = 0; }
  163. enum clearSemantic { NONE_clearSemantic = 0; }
  164. enum clearServerStreaming { NONE_clearServerStreaming = 0; }
  165. enum clearSourceCodeInfo { NONE_clearSourceCodeInfo = 0; }
  166. enum clearSourceContext { NONE_clearSourceContext = 0; }
  167. enum clearSourceFile { NONE_clearSourceFile = 0; }
  168. enum clearStart { NONE_clearStart = 0; }
  169. enum clearStringValue { NONE_clearStringValue = 0; }
  170. enum clearSwiftPrefix { NONE_clearSwiftPrefix = 0; }
  171. enum clearSyntax { NONE_clearSyntax = 0; }
  172. enum clearTrailingComments { NONE_clearTrailingComments = 0; }
  173. enum clearType { NONE_clearType = 0; }
  174. enum clearTypeName { NONE_clearTypeName = 0; }
  175. enum clearUnverifiedLazy { NONE_clearUnverifiedLazy = 0; }
  176. enum clearUtf8Validation { NONE_clearUtf8Validation = 0; }
  177. enum clearValue { NONE_clearValue = 0; }
  178. enum clearVerification { NONE_clearVerification = 0; }
  179. enum clearVisibility { NONE_clearVisibility = 0; }
  180. enum clearWeak { NONE_clearWeak = 0; }
  181. enum clientStreaming { NONE_clientStreaming = 0; }
  182. enum code { NONE_code = 0; }
  183. enum codePoint { NONE_codePoint = 0; }
  184. enum codeUnits { NONE_codeUnits = 0; }
  185. enum Collection { NONE_Collection = 0; }
  186. enum comma { NONE_comma = 0; }
  187. enum consumedBytes { NONE_consumedBytes = 0; }
  188. enum contains { NONE_contains = 0; }
  189. enum contentsOf { NONE_contentsOf = 0; }
  190. enum ContiguousBytes { NONE_ContiguousBytes = 0; }
  191. enum copy { NONE_copy = 0; }
  192. enum count { NONE_count = 0; }
  193. enum countVarintsInBuffer { NONE_countVarintsInBuffer = 0; }
  194. enum csharpNamespace { NONE_csharpNamespace = 0; }
  195. enum ctype { NONE_ctype = 0; }
  196. enum customCodable { NONE_customCodable = 0; }
  197. enum CustomDebugStringConvertible { NONE_CustomDebugStringConvertible = 0; }
  198. enum CustomStringConvertible { NONE_CustomStringConvertible = 0; }
  199. enum D { NONE_D = 0; }
  200. enum Data { NONE_Data = 0; }
  201. enum dataResult { NONE_dataResult = 0; }
  202. enum date { NONE_date = 0; }
  203. enum daySec { NONE_daySec = 0; }
  204. enum daysSinceEpoch { NONE_daysSinceEpoch = 0; }
  205. enum debugDescription { NONE_debugDescription = 0; }
  206. enum debugRedact { NONE_debugRedact = 0; }
  207. enum declaration { NONE_declaration = 0; }
  208. enum decoded { NONE_decoded = 0; }
  209. enum decodedFromJSONNull { NONE_decodedFromJSONNull = 0; }
  210. enum decodeExtensionField { NONE_decodeExtensionField = 0; }
  211. enum decodeExtensionFieldsAsMessageSet { NONE_decodeExtensionFieldsAsMessageSet = 0; }
  212. enum decodeJSON { NONE_decodeJSON = 0; }
  213. enum decodeMapField { NONE_decodeMapField = 0; }
  214. enum decodeMessage { NONE_decodeMessage = 0; }
  215. enum Decoder { NONE_Decoder = 0; }
  216. enum decodeRepeated { NONE_decodeRepeated = 0; }
  217. enum decodeRepeatedBoolField { NONE_decodeRepeatedBoolField = 0; }
  218. enum decodeRepeatedBytesField { NONE_decodeRepeatedBytesField = 0; }
  219. enum decodeRepeatedDoubleField { NONE_decodeRepeatedDoubleField = 0; }
  220. enum decodeRepeatedEnumField { NONE_decodeRepeatedEnumField = 0; }
  221. enum decodeRepeatedFixed32Field { NONE_decodeRepeatedFixed32Field = 0; }
  222. enum decodeRepeatedFixed64Field { NONE_decodeRepeatedFixed64Field = 0; }
  223. enum decodeRepeatedFloatField { NONE_decodeRepeatedFloatField = 0; }
  224. enum decodeRepeatedGroupField { NONE_decodeRepeatedGroupField = 0; }
  225. enum decodeRepeatedInt32Field { NONE_decodeRepeatedInt32Field = 0; }
  226. enum decodeRepeatedInt64Field { NONE_decodeRepeatedInt64Field = 0; }
  227. enum decodeRepeatedMessageField { NONE_decodeRepeatedMessageField = 0; }
  228. enum decodeRepeatedSFixed32Field { NONE_decodeRepeatedSFixed32Field = 0; }
  229. enum decodeRepeatedSFixed64Field { NONE_decodeRepeatedSFixed64Field = 0; }
  230. enum decodeRepeatedSInt32Field { NONE_decodeRepeatedSInt32Field = 0; }
  231. enum decodeRepeatedSInt64Field { NONE_decodeRepeatedSInt64Field = 0; }
  232. enum decodeRepeatedStringField { NONE_decodeRepeatedStringField = 0; }
  233. enum decodeRepeatedUInt32Field { NONE_decodeRepeatedUInt32Field = 0; }
  234. enum decodeRepeatedUInt64Field { NONE_decodeRepeatedUInt64Field = 0; }
  235. enum decodeSingular { NONE_decodeSingular = 0; }
  236. enum decodeSingularBoolField { NONE_decodeSingularBoolField = 0; }
  237. enum decodeSingularBytesField { NONE_decodeSingularBytesField = 0; }
  238. enum decodeSingularDoubleField { NONE_decodeSingularDoubleField = 0; }
  239. enum decodeSingularEnumField { NONE_decodeSingularEnumField = 0; }
  240. enum decodeSingularFixed32Field { NONE_decodeSingularFixed32Field = 0; }
  241. enum decodeSingularFixed64Field { NONE_decodeSingularFixed64Field = 0; }
  242. enum decodeSingularFloatField { NONE_decodeSingularFloatField = 0; }
  243. enum decodeSingularGroupField { NONE_decodeSingularGroupField = 0; }
  244. enum decodeSingularInt32Field { NONE_decodeSingularInt32Field = 0; }
  245. enum decodeSingularInt64Field { NONE_decodeSingularInt64Field = 0; }
  246. enum decodeSingularMessageField { NONE_decodeSingularMessageField = 0; }
  247. enum decodeSingularSFixed32Field { NONE_decodeSingularSFixed32Field = 0; }
  248. enum decodeSingularSFixed64Field { NONE_decodeSingularSFixed64Field = 0; }
  249. enum decodeSingularSInt32Field { NONE_decodeSingularSInt32Field = 0; }
  250. enum decodeSingularSInt64Field { NONE_decodeSingularSInt64Field = 0; }
  251. enum decodeSingularStringField { NONE_decodeSingularStringField = 0; }
  252. enum decodeSingularUInt32Field { NONE_decodeSingularUInt32Field = 0; }
  253. enum decodeSingularUInt64Field { NONE_decodeSingularUInt64Field = 0; }
  254. enum decodeTextFormat { NONE_decodeTextFormat = 0; }
  255. enum defaultAnyTypeURLPrefix { NONE_defaultAnyTypeURLPrefix = 0; }
  256. enum defaults { NONE_defaults = 0; }
  257. enum defaultSymbolVisibility { NONE_defaultSymbolVisibility = 0; }
  258. enum defaultValue { NONE_defaultValue = 0; }
  259. enum dependency { NONE_dependency = 0; }
  260. enum deprecated { NONE_deprecated = 0; }
  261. enum deprecatedLegacyJsonFieldConflicts { NONE_deprecatedLegacyJsonFieldConflicts = 0; }
  262. enum deprecationWarning { NONE_deprecationWarning = 0; }
  263. enum description { NONE_description = 0; }
  264. enum Dictionary { NONE_Dictionary = 0; }
  265. enum dictionaryLiteral { NONE_dictionaryLiteral = 0; }
  266. enum digit { NONE_digit = 0; }
  267. enum digit0 { NONE_digit0 = 0; }
  268. enum digit1 { NONE_digit1 = 0; }
  269. enum digitCount { NONE_digitCount = 0; }
  270. enum digits { NONE_digits = 0; }
  271. enum digitValue { NONE_digitValue = 0; }
  272. enum discardableResult { NONE_discardableResult = 0; }
  273. enum discardUnknownFields { NONE_discardUnknownFields = 0; }
  274. enum Double { NONE_Double = 0; }
  275. enum doubleValue { NONE_doubleValue = 0; }
  276. enum duration { NONE_duration = 0; }
  277. enum E { NONE_E = 0; }
  278. enum edition { NONE_edition = 0; }
  279. enum EditionDefault { NONE_EditionDefault = 0; }
  280. enum editionDefaults { NONE_editionDefaults = 0; }
  281. enum editionDeprecated { NONE_editionDeprecated = 0; }
  282. enum editionIntroduced { NONE_editionIntroduced = 0; }
  283. enum editionRemoved { NONE_editionRemoved = 0; }
  284. enum Element { NONE_Element = 0; }
  285. enum elements { NONE_elements = 0; }
  286. enum else { NONE_else = 0; }
  287. enum emitExtensionFieldName { NONE_emitExtensionFieldName = 0; }
  288. enum emitFieldName { NONE_emitFieldName = 0; }
  289. enum emitFieldNumber { NONE_emitFieldNumber = 0; }
  290. enum emptyAnyTypeURL { NONE_emptyAnyTypeURL = 0; }
  291. enum emptyData { NONE_emptyData = 0; }
  292. enum encodeAsBytes { NONE_encodeAsBytes = 0; }
  293. enum encoded { NONE_encoded = 0; }
  294. enum encodedJSONString { NONE_encodedJSONString = 0; }
  295. enum encodedSize { NONE_encodedSize = 0; }
  296. enum encodeField { NONE_encodeField = 0; }
  297. enum encoder { NONE_encoder = 0; }
  298. enum end { NONE_end = 0; }
  299. enum endArray { NONE_endArray = 0; }
  300. enum endMessageField { NONE_endMessageField = 0; }
  301. enum endObject { NONE_endObject = 0; }
  302. enum endRegularField { NONE_endRegularField = 0; }
  303. enum enforceNamingStyle { NONE_enforceNamingStyle = 0; }
  304. enum enum { NONE_enum = 0; }
  305. enum EnumReservedRange { NONE_EnumReservedRange = 0; }
  306. enum enumType { NONE_enumType = 0; }
  307. enum enumvalue { NONE_enumvalue = 0; }
  308. enum Equatable { NONE_Equatable = 0; }
  309. enum Error { NONE_Error = 0; }
  310. enum execute { NONE_execute = 0; }
  311. enum ExpressibleByArrayLiteral { NONE_ExpressibleByArrayLiteral = 0; }
  312. enum ExpressibleByDictionaryLiteral { NONE_ExpressibleByDictionaryLiteral = 0; }
  313. enum ext { NONE_ext = 0; }
  314. enum extDecoder { NONE_extDecoder = 0; }
  315. enum extendedGraphemeClusterLiteral { NONE_extendedGraphemeClusterLiteral = 0; }
  316. enum ExtendedGraphemeClusterLiteralType { NONE_ExtendedGraphemeClusterLiteralType = 0; }
  317. enum extendee { NONE_extendee = 0; }
  318. enum ExtensibleMessage { NONE_ExtensibleMessage = 0; }
  319. enum extension { NONE_extension = 0; }
  320. enum ExtensionField { NONE_ExtensionField = 0; }
  321. enum extensionFieldNumber { NONE_extensionFieldNumber = 0; }
  322. enum ExtensionFieldValueSet { NONE_ExtensionFieldValueSet = 0; }
  323. enum ExtensionMap { NONE_ExtensionMap = 0; }
  324. enum extensionRange { NONE_extensionRange = 0; }
  325. enum extensions { NONE_extensions = 0; }
  326. enum extras { NONE_extras = 0; }
  327. enum F { NONE_F = 0; }
  328. enum false { NONE_false = 0; }
  329. enum features { NONE_features = 0; }
  330. enum FeatureSetEditionDefault { NONE_FeatureSetEditionDefault = 0; }
  331. enum featureSupport { NONE_featureSupport = 0; }
  332. enum field { NONE_field = 0; }
  333. enum fieldData { NONE_fieldData = 0; }
  334. enum FieldMaskError { NONE_FieldMaskError = 0; }
  335. enum fieldName { NONE_fieldName = 0; }
  336. enum fieldNameCount { NONE_fieldNameCount = 0; }
  337. enum fieldNum { NONE_fieldNum = 0; }
  338. enum fieldNumber { NONE_fieldNumber = 0; }
  339. enum fieldNumberForProto { NONE_fieldNumberForProto = 0; }
  340. enum fieldPresence { NONE_fieldPresence = 0; }
  341. enum fields { NONE_fields = 0; }
  342. enum fieldSize { NONE_fieldSize = 0; }
  343. enum FieldTag { NONE_FieldTag = 0; }
  344. enum FieldType { NONE_FieldType = 0; }
  345. enum file { NONE_file = 0; }
  346. enum fileName { NONE_fileName = 0; }
  347. enum filter { NONE_filter = 0; }
  348. enum final { NONE_final = 0; }
  349. enum finiteOnly { NONE_finiteOnly = 0; }
  350. enum first { NONE_first = 0; }
  351. enum firstItem { NONE_firstItem = 0; }
  352. enum fixedFeatures { NONE_fixedFeatures = 0; }
  353. enum Float { NONE_Float = 0; }
  354. enum floatLiteral { NONE_floatLiteral = 0; }
  355. enum FloatLiteralType { NONE_FloatLiteralType = 0; }
  356. enum for { NONE_for = 0; }
  357. enum forMessageName { NONE_forMessageName = 0; }
  358. enum formUnion { NONE_formUnion = 0; }
  359. enum forReadingFrom { NONE_forReadingFrom = 0; }
  360. enum forTypeURL { NONE_forTypeURL = 0; }
  361. enum ForwardParser { NONE_ForwardParser = 0; }
  362. enum forWritingInto { NONE_forWritingInto = 0; }
  363. enum from { NONE_from = 0; }
  364. enum fromAscii2 { NONE_fromAscii2 = 0; }
  365. enum fromAscii4 { NONE_fromAscii4 = 0; }
  366. enum fromByteOffset { NONE_fromByteOffset = 0; }
  367. enum fromHexDigit { NONE_fromHexDigit = 0; }
  368. enum fullName { NONE_fullName = 0; }
  369. enum func { NONE_func = 0; }
  370. enum function { NONE_function = 0; }
  371. enum G { NONE_G = 0; }
  372. enum get { NONE_get = 0; }
  373. enum getExtensionValue { NONE_getExtensionValue = 0; }
  374. enum Google_Protobuf_Any { NONE_Google_Protobuf_Any = 0; }
  375. enum Google_Protobuf_Api { NONE_Google_Protobuf_Api = 0; }
  376. enum Google_Protobuf_BoolValue { NONE_Google_Protobuf_BoolValue = 0; }
  377. enum Google_Protobuf_BytesValue { NONE_Google_Protobuf_BytesValue = 0; }
  378. enum Google_Protobuf_DescriptorProto { NONE_Google_Protobuf_DescriptorProto = 0; }
  379. enum Google_Protobuf_DoubleValue { NONE_Google_Protobuf_DoubleValue = 0; }
  380. enum Google_Protobuf_Duration { NONE_Google_Protobuf_Duration = 0; }
  381. enum Google_Protobuf_Edition { NONE_Google_Protobuf_Edition = 0; }
  382. enum Google_Protobuf_Empty { NONE_Google_Protobuf_Empty = 0; }
  383. enum Google_Protobuf_Enum { NONE_Google_Protobuf_Enum = 0; }
  384. enum Google_Protobuf_EnumDescriptorProto { NONE_Google_Protobuf_EnumDescriptorProto = 0; }
  385. enum Google_Protobuf_EnumOptions { NONE_Google_Protobuf_EnumOptions = 0; }
  386. enum Google_Protobuf_EnumValue { NONE_Google_Protobuf_EnumValue = 0; }
  387. enum Google_Protobuf_EnumValueDescriptorProto { NONE_Google_Protobuf_EnumValueDescriptorProto = 0; }
  388. enum Google_Protobuf_EnumValueOptions { NONE_Google_Protobuf_EnumValueOptions = 0; }
  389. enum Google_Protobuf_ExtensionRangeOptions { NONE_Google_Protobuf_ExtensionRangeOptions = 0; }
  390. enum Google_Protobuf_FeatureSet { NONE_Google_Protobuf_FeatureSet = 0; }
  391. enum Google_Protobuf_FeatureSetDefaults { NONE_Google_Protobuf_FeatureSetDefaults = 0; }
  392. enum Google_Protobuf_Field { NONE_Google_Protobuf_Field = 0; }
  393. enum Google_Protobuf_FieldDescriptorProto { NONE_Google_Protobuf_FieldDescriptorProto = 0; }
  394. enum Google_Protobuf_FieldMask { NONE_Google_Protobuf_FieldMask = 0; }
  395. enum Google_Protobuf_FieldOptions { NONE_Google_Protobuf_FieldOptions = 0; }
  396. enum Google_Protobuf_FileDescriptorProto { NONE_Google_Protobuf_FileDescriptorProto = 0; }
  397. enum Google_Protobuf_FileDescriptorSet { NONE_Google_Protobuf_FileDescriptorSet = 0; }
  398. enum Google_Protobuf_FileOptions { NONE_Google_Protobuf_FileOptions = 0; }
  399. enum Google_Protobuf_FloatValue { NONE_Google_Protobuf_FloatValue = 0; }
  400. enum Google_Protobuf_GeneratedCodeInfo { NONE_Google_Protobuf_GeneratedCodeInfo = 0; }
  401. enum Google_Protobuf_Int32Value { NONE_Google_Protobuf_Int32Value = 0; }
  402. enum Google_Protobuf_Int64Value { NONE_Google_Protobuf_Int64Value = 0; }
  403. enum Google_Protobuf_ListValue { NONE_Google_Protobuf_ListValue = 0; }
  404. enum Google_Protobuf_MessageOptions { NONE_Google_Protobuf_MessageOptions = 0; }
  405. enum Google_Protobuf_Method { NONE_Google_Protobuf_Method = 0; }
  406. enum Google_Protobuf_MethodDescriptorProto { NONE_Google_Protobuf_MethodDescriptorProto = 0; }
  407. enum Google_Protobuf_MethodOptions { NONE_Google_Protobuf_MethodOptions = 0; }
  408. enum Google_Protobuf_Mixin { NONE_Google_Protobuf_Mixin = 0; }
  409. enum Google_Protobuf_NullValue { NONE_Google_Protobuf_NullValue = 0; }
  410. enum Google_Protobuf_OneofDescriptorProto { NONE_Google_Protobuf_OneofDescriptorProto = 0; }
  411. enum Google_Protobuf_OneofOptions { NONE_Google_Protobuf_OneofOptions = 0; }
  412. enum Google_Protobuf_Option { NONE_Google_Protobuf_Option = 0; }
  413. enum Google_Protobuf_ServiceDescriptorProto { NONE_Google_Protobuf_ServiceDescriptorProto = 0; }
  414. enum Google_Protobuf_ServiceOptions { NONE_Google_Protobuf_ServiceOptions = 0; }
  415. enum Google_Protobuf_SourceCodeInfo { NONE_Google_Protobuf_SourceCodeInfo = 0; }
  416. enum Google_Protobuf_SourceContext { NONE_Google_Protobuf_SourceContext = 0; }
  417. enum Google_Protobuf_StringValue { NONE_Google_Protobuf_StringValue = 0; }
  418. enum Google_Protobuf_Struct { NONE_Google_Protobuf_Struct = 0; }
  419. enum Google_Protobuf_SymbolVisibility { NONE_Google_Protobuf_SymbolVisibility = 0; }
  420. enum Google_Protobuf_Syntax { NONE_Google_Protobuf_Syntax = 0; }
  421. enum Google_Protobuf_Timestamp { NONE_Google_Protobuf_Timestamp = 0; }
  422. enum Google_Protobuf_Type { NONE_Google_Protobuf_Type = 0; }
  423. enum Google_Protobuf_UInt32Value { NONE_Google_Protobuf_UInt32Value = 0; }
  424. enum Google_Protobuf_UInt64Value { NONE_Google_Protobuf_UInt64Value = 0; }
  425. enum Google_Protobuf_UninterpretedOption { NONE_Google_Protobuf_UninterpretedOption = 0; }
  426. enum Google_Protobuf_Value { NONE_Google_Protobuf_Value = 0; }
  427. enum goPackage { NONE_goPackage = 0; }
  428. enum gotData { NONE_gotData = 0; }
  429. enum group { NONE_group = 0; }
  430. enum groupFieldNumberStack { NONE_groupFieldNumberStack = 0; }
  431. enum groupSize { NONE_groupSize = 0; }
  432. enum guard { NONE_guard = 0; }
  433. enum hadOneofValue { NONE_hadOneofValue = 0; }
  434. enum handleConflictingOneOf { NONE_handleConflictingOneOf = 0; }
  435. enum handleInstruction { NONE_handleInstruction = 0; }
  436. enum hasAggregateValue { NONE_hasAggregateValue = 0; }
  437. enum hasAllowAlias { NONE_hasAllowAlias = 0; }
  438. enum hasBegin { NONE_hasBegin = 0; }
  439. enum hasCcEnableArenas { NONE_hasCcEnableArenas = 0; }
  440. enum hasCcGenericServices { NONE_hasCcGenericServices = 0; }
  441. enum hasClientStreaming { NONE_hasClientStreaming = 0; }
  442. enum hasCsharpNamespace { NONE_hasCsharpNamespace = 0; }
  443. enum hasCtype { NONE_hasCtype = 0; }
  444. enum hasData { NONE_hasData = 0; }
  445. enum hasDebugRedact { NONE_hasDebugRedact = 0; }
  446. enum hasDefaultSymbolVisibility { NONE_hasDefaultSymbolVisibility = 0; }
  447. enum hasDefaultValue { NONE_hasDefaultValue = 0; }
  448. enum hasDeprecated { NONE_hasDeprecated = 0; }
  449. enum hasDeprecatedLegacyJsonFieldConflicts { NONE_hasDeprecatedLegacyJsonFieldConflicts = 0; }
  450. enum hasDeprecationWarning { NONE_hasDeprecationWarning = 0; }
  451. enum hasDoubleValue { NONE_hasDoubleValue = 0; }
  452. enum hasEdition { NONE_hasEdition = 0; }
  453. enum hasEditionDeprecated { NONE_hasEditionDeprecated = 0; }
  454. enum hasEditionIntroduced { NONE_hasEditionIntroduced = 0; }
  455. enum hasEditionRemoved { NONE_hasEditionRemoved = 0; }
  456. enum hasEnd { NONE_hasEnd = 0; }
  457. enum hasEnforceNamingStyle { NONE_hasEnforceNamingStyle = 0; }
  458. enum hasEnumType { NONE_hasEnumType = 0; }
  459. enum hasExplicitDelta { NONE_hasExplicitDelta = 0; }
  460. enum hasExtendee { NONE_hasExtendee = 0; }
  461. enum hasExtensionValue { NONE_hasExtensionValue = 0; }
  462. enum hasFeatures { NONE_hasFeatures = 0; }
  463. enum hasFeatureSupport { NONE_hasFeatureSupport = 0; }
  464. enum hasFieldPresence { NONE_hasFieldPresence = 0; }
  465. enum hasFixedFeatures { NONE_hasFixedFeatures = 0; }
  466. enum hasFullName { NONE_hasFullName = 0; }
  467. enum hasGoPackage { NONE_hasGoPackage = 0; }
  468. enum hash { NONE_hash = 0; }
  469. enum Hashable { NONE_Hashable = 0; }
  470. enum hasher { NONE_hasher = 0; }
  471. enum HashVisitor { NONE_HashVisitor = 0; }
  472. enum hasIdempotencyLevel { NONE_hasIdempotencyLevel = 0; }
  473. enum hasIdentifierValue { NONE_hasIdentifierValue = 0; }
  474. enum hasInputType { NONE_hasInputType = 0; }
  475. enum hasIsExtension { NONE_hasIsExtension = 0; }
  476. enum hasJavaGenerateEqualsAndHash { NONE_hasJavaGenerateEqualsAndHash = 0; }
  477. enum hasJavaGenericServices { NONE_hasJavaGenericServices = 0; }
  478. enum hasJavaMultipleFiles { NONE_hasJavaMultipleFiles = 0; }
  479. enum hasJavaOuterClassname { NONE_hasJavaOuterClassname = 0; }
  480. enum hasJavaPackage { NONE_hasJavaPackage = 0; }
  481. enum hasJavaStringCheckUtf8 { NONE_hasJavaStringCheckUtf8 = 0; }
  482. enum hasJsonFormat { NONE_hasJsonFormat = 0; }
  483. enum hasJsonName { NONE_hasJsonName = 0; }
  484. enum hasJstype { NONE_hasJstype = 0; }
  485. enum hasLabel { NONE_hasLabel = 0; }
  486. enum hasLazy { NONE_hasLazy = 0; }
  487. enum hasLeadingComments { NONE_hasLeadingComments = 0; }
  488. enum hasMapEntry { NONE_hasMapEntry = 0; }
  489. enum hasMaximumEdition { NONE_hasMaximumEdition = 0; }
  490. enum hasMessageEncoding { NONE_hasMessageEncoding = 0; }
  491. enum hasMessageSetWireFormat { NONE_hasMessageSetWireFormat = 0; }
  492. enum hasMinimumEdition { NONE_hasMinimumEdition = 0; }
  493. enum hasName { NONE_hasName = 0; }
  494. enum hasNamePart { NONE_hasNamePart = 0; }
  495. enum hasNegativeIntValue { NONE_hasNegativeIntValue = 0; }
  496. enum hasNoStandardDescriptorAccessor { NONE_hasNoStandardDescriptorAccessor = 0; }
  497. enum hasNumber { NONE_hasNumber = 0; }
  498. enum hasObjcClassPrefix { NONE_hasObjcClassPrefix = 0; }
  499. enum hasOneofIndex { NONE_hasOneofIndex = 0; }
  500. enum hasOptimizeFor { NONE_hasOptimizeFor = 0; }
  501. enum hasOptions { NONE_hasOptions = 0; }
  502. enum hasOutputType { NONE_hasOutputType = 0; }
  503. enum hasOverridableFeatures { NONE_hasOverridableFeatures = 0; }
  504. enum hasPackage { NONE_hasPackage = 0; }
  505. enum hasPacked { NONE_hasPacked = 0; }
  506. enum hasPhpClassPrefix { NONE_hasPhpClassPrefix = 0; }
  507. enum hasPhpMetadataNamespace { NONE_hasPhpMetadataNamespace = 0; }
  508. enum hasPhpNamespace { NONE_hasPhpNamespace = 0; }
  509. enum hasPositiveIntValue { NONE_hasPositiveIntValue = 0; }
  510. enum hasProto3Optional { NONE_hasProto3Optional = 0; }
  511. enum hasPyGenericServices { NONE_hasPyGenericServices = 0; }
  512. enum hasRemovalError { NONE_hasRemovalError = 0; }
  513. enum hasRepeated { NONE_hasRepeated = 0; }
  514. enum hasRepeatedFieldEncoding { NONE_hasRepeatedFieldEncoding = 0; }
  515. enum hasReserved { NONE_hasReserved = 0; }
  516. enum hasRetention { NONE_hasRetention = 0; }
  517. enum hasRubyPackage { NONE_hasRubyPackage = 0; }
  518. enum hasSemantic { NONE_hasSemantic = 0; }
  519. enum hasServerStreaming { NONE_hasServerStreaming = 0; }
  520. enum hasSourceCodeInfo { NONE_hasSourceCodeInfo = 0; }
  521. enum hasSourceContext { NONE_hasSourceContext = 0; }
  522. enum hasSourceFile { NONE_hasSourceFile = 0; }
  523. enum hasStart { NONE_hasStart = 0; }
  524. enum hasStringValue { NONE_hasStringValue = 0; }
  525. enum hasSwiftPrefix { NONE_hasSwiftPrefix = 0; }
  526. enum hasSyntax { NONE_hasSyntax = 0; }
  527. enum hasTrailingComments { NONE_hasTrailingComments = 0; }
  528. enum hasType { NONE_hasType = 0; }
  529. enum hasTypeName { NONE_hasTypeName = 0; }
  530. enum hasUnverifiedLazy { NONE_hasUnverifiedLazy = 0; }
  531. enum hasUtf8Validation { NONE_hasUtf8Validation = 0; }
  532. enum hasValue { NONE_hasValue = 0; }
  533. enum hasVerification { NONE_hasVerification = 0; }
  534. enum hasVisibility { NONE_hasVisibility = 0; }
  535. enum hasWeak { NONE_hasWeak = 0; }
  536. enum hour { NONE_hour = 0; }
  537. enum i { NONE_i = 0; }
  538. enum idempotencyLevel { NONE_idempotencyLevel = 0; }
  539. enum identifierValue { NONE_identifierValue = 0; }
  540. enum if { NONE_if = 0; }
  541. enum ignoreUnknownExtensionFields { NONE_ignoreUnknownExtensionFields = 0; }
  542. enum ignoreUnknownFields { NONE_ignoreUnknownFields = 0; }
  543. enum index { NONE_index = 0; }
  544. enum init { NONE_init = 0; }
  545. enum inout { NONE_inout = 0; }
  546. enum inputType { NONE_inputType = 0; }
  547. enum insert { NONE_insert = 0; }
  548. enum Instruction { NONE_Instruction = 0; }
  549. enum Int { NONE_Int = 0; }
  550. enum Int32 { NONE_Int32 = 0; }
  551. enum Int64 { NONE_Int64 = 0; }
  552. enum Int8 { NONE_Int8 = 0; }
  553. enum integerLiteral { NONE_integerLiteral = 0; }
  554. enum IntegerLiteralType { NONE_IntegerLiteralType = 0; }
  555. enum intern { NONE_intern = 0; }
  556. enum Internal { NONE_Internal = 0; }
  557. enum InternalState { NONE_InternalState = 0; }
  558. enum intersect { NONE_intersect = 0; }
  559. enum into { NONE_into = 0; }
  560. enum ints { NONE_ints = 0; }
  561. enum invalidAnyTypeURL { NONE_invalidAnyTypeURL = 0; }
  562. enum isA { NONE_isA = 0; }
  563. enum isEqual { NONE_isEqual = 0; }
  564. enum isEqualTo { NONE_isEqualTo = 0; }
  565. enum isExtension { NONE_isExtension = 0; }
  566. enum isInitialized { NONE_isInitialized = 0; }
  567. enum isNegative { NONE_isNegative = 0; }
  568. enum isPathValid { NONE_isPathValid = 0; }
  569. enum isReserved { NONE_isReserved = 0; }
  570. enum isValid { NONE_isValid = 0; }
  571. enum itemTagsEncodedSize { NONE_itemTagsEncodedSize = 0; }
  572. enum iterator { NONE_iterator = 0; }
  573. enum javaGenerateEqualsAndHash { NONE_javaGenerateEqualsAndHash = 0; }
  574. enum javaGenericServices { NONE_javaGenericServices = 0; }
  575. enum javaMultipleFiles { NONE_javaMultipleFiles = 0; }
  576. enum javaOuterClassname { NONE_javaOuterClassname = 0; }
  577. enum javaPackage { NONE_javaPackage = 0; }
  578. enum javaStringCheckUtf8 { NONE_javaStringCheckUtf8 = 0; }
  579. enum JSONDecoder { NONE_JSONDecoder = 0; }
  580. enum JSONDecoding { NONE_JSONDecoding = 0; }
  581. enum JSONDecodingError { NONE_JSONDecodingError = 0; }
  582. enum JSONDecodingOptions { NONE_JSONDecodingOptions = 0; }
  583. enum jsonEncoder { NONE_jsonEncoder = 0; }
  584. enum JSONEncoding { NONE_JSONEncoding = 0; }
  585. enum JSONEncodingError { NONE_JSONEncodingError = 0; }
  586. enum JSONEncodingOptions { NONE_JSONEncodingOptions = 0; }
  587. enum JSONEncodingVisitor { NONE_JSONEncodingVisitor = 0; }
  588. enum jsonFormat { NONE_jsonFormat = 0; }
  589. enum JSONMapEncodingVisitor { NONE_JSONMapEncodingVisitor = 0; }
  590. enum jsonName { NONE_jsonName = 0; }
  591. enum jsonPath { NONE_jsonPath = 0; }
  592. enum jsonPaths { NONE_jsonPaths = 0; }
  593. enum JSONScanner { NONE_JSONScanner = 0; }
  594. enum jsonString { NONE_jsonString = 0; }
  595. enum jsonText { NONE_jsonText = 0; }
  596. enum jsonUTF8Bytes { NONE_jsonUTF8Bytes = 0; }
  597. enum jsonUTF8Data { NONE_jsonUTF8Data = 0; }
  598. enum jstype { NONE_jstype = 0; }
  599. enum k { NONE_k = 0; }
  600. enum kChunkSize { NONE_kChunkSize = 0; }
  601. enum Key { NONE_Key = 0; }
  602. enum keyField { NONE_keyField = 0; }
  603. enum keyFieldOpt { NONE_keyFieldOpt = 0; }
  604. enum KeyType { NONE_KeyType = 0; }
  605. enum kind { NONE_kind = 0; }
  606. enum l { NONE_l = 0; }
  607. enum label { NONE_label = 0; }
  608. enum lazy { NONE_lazy = 0; }
  609. enum leadingComments { NONE_leadingComments = 0; }
  610. enum leadingDetachedComments { NONE_leadingDetachedComments = 0; }
  611. enum length { NONE_length = 0; }
  612. enum lessThan { NONE_lessThan = 0; }
  613. enum let { NONE_let = 0; }
  614. enum lhs { NONE_lhs = 0; }
  615. enum line { NONE_line = 0; }
  616. enum list { NONE_list = 0; }
  617. enum listOfMessages { NONE_listOfMessages = 0; }
  618. enum listValue { NONE_listValue = 0; }
  619. enum littleEndian { NONE_littleEndian = 0; }
  620. enum load { NONE_load = 0; }
  621. enum localHasher { NONE_localHasher = 0; }
  622. enum location { NONE_location = 0; }
  623. enum M { NONE_M = 0; }
  624. enum major { NONE_major = 0; }
  625. enum makeAsyncIterator { NONE_makeAsyncIterator = 0; }
  626. enum makeIterator { NONE_makeIterator = 0; }
  627. enum malformedLength { NONE_malformedLength = 0; }
  628. enum mapEntry { NONE_mapEntry = 0; }
  629. enum MapKeyType { NONE_MapKeyType = 0; }
  630. enum mapToMessages { NONE_mapToMessages = 0; }
  631. enum MapValueType { NONE_MapValueType = 0; }
  632. enum mapVisitor { NONE_mapVisitor = 0; }
  633. enum mask { NONE_mask = 0; }
  634. enum maximumEdition { NONE_maximumEdition = 0; }
  635. enum mdayStart { NONE_mdayStart = 0; }
  636. enum merge { NONE_merge = 0; }
  637. enum MergeOptions { NONE_MergeOptions = 0; }
  638. enum message { NONE_message = 0; }
  639. enum messageDepthLimit { NONE_messageDepthLimit = 0; }
  640. enum messageEncoding { NONE_messageEncoding = 0; }
  641. enum MessageExtension { NONE_MessageExtension = 0; }
  642. enum MessageImplementationBase { NONE_MessageImplementationBase = 0; }
  643. enum MessageSet { NONE_MessageSet = 0; }
  644. enum messageSetWireFormat { NONE_messageSetWireFormat = 0; }
  645. enum messageSize { NONE_messageSize = 0; }
  646. enum messageType { NONE_messageType = 0; }
  647. enum method { NONE_method = 0; }
  648. enum methods { NONE_methods = 0; }
  649. enum min { NONE_min = 0; }
  650. enum minimumEdition { NONE_minimumEdition = 0; }
  651. enum minor { NONE_minor = 0; }
  652. enum mixins { NONE_mixins = 0; }
  653. enum modify { NONE_modify = 0; }
  654. enum month { NONE_month = 0; }
  655. enum msgExtension { NONE_msgExtension = 0; }
  656. enum mutating { NONE_mutating = 0; }
  657. enum n { NONE_n = 0; }
  658. enum name { NONE_name = 0; }
  659. enum NameDescription { NONE_NameDescription = 0; }
  660. enum NameMap { NONE_NameMap = 0; }
  661. enum NamePart { NONE_NamePart = 0; }
  662. enum names { NONE_names = 0; }
  663. enum nanos { NONE_nanos = 0; }
  664. enum negativeIntValue { NONE_negativeIntValue = 0; }
  665. enum nestedType { NONE_nestedType = 0; }
  666. enum newExtensible { NONE_newExtensible = 0; }
  667. enum newL { NONE_newL = 0; }
  668. enum newList { NONE_newList = 0; }
  669. enum newMessage { NONE_newMessage = 0; }
  670. enum newValue { NONE_newValue = 0; }
  671. enum next { NONE_next = 0; }
  672. enum nextByte { NONE_nextByte = 0; }
  673. enum nextFieldNumber { NONE_nextFieldNumber = 0; }
  674. enum nextInstruction { NONE_nextInstruction = 0; }
  675. enum nextInt32 { NONE_nextInt32 = 0; }
  676. enum nextNullTerminatedString { NONE_nextNullTerminatedString = 0; }
  677. enum nextNullTerminatedStringArray { NONE_nextNullTerminatedStringArray = 0; }
  678. enum nextNumber { NONE_nextNumber = 0; }
  679. enum nextUInt64 { NONE_nextUInt64 = 0; }
  680. enum nextVarInt { NONE_nextVarInt = 0; }
  681. enum nil { NONE_nil = 0; }
  682. enum nilLiteral { NONE_nilLiteral = 0; }
  683. enum noBytesAvailable { NONE_noBytesAvailable = 0; }
  684. enum noStandardDescriptorAccessor { NONE_noStandardDescriptorAccessor = 0; }
  685. enum nullValue { NONE_nullValue = 0; }
  686. enum number { NONE_number = 0; }
  687. enum numberValue { NONE_numberValue = 0; }
  688. enum objcClassPrefix { NONE_objcClassPrefix = 0; }
  689. enum of { NONE_of = 0; }
  690. enum OneOf_Kind { NONE_OneOf_Kind = 0; }
  691. enum oneofDecl { NONE_oneofDecl = 0; }
  692. enum oneofIndex { NONE_oneofIndex = 0; }
  693. enum oneofs { NONE_oneofs = 0; }
  694. enum optimizeFor { NONE_optimizeFor = 0; }
  695. enum OptimizeMode { NONE_OptimizeMode = 0; }
  696. enum OptionalEnumExtensionField { NONE_OptionalEnumExtensionField = 0; }
  697. enum OptionalExtensionField { NONE_OptionalExtensionField = 0; }
  698. enum OptionalGroupExtensionField { NONE_OptionalGroupExtensionField = 0; }
  699. enum OptionalMessageExtensionField { NONE_OptionalMessageExtensionField = 0; }
  700. enum optionDependency { NONE_optionDependency = 0; }
  701. enum OptionRetention { NONE_OptionRetention = 0; }
  702. enum options { NONE_options = 0; }
  703. enum OptionTargetType { NONE_OptionTargetType = 0; }
  704. enum other { NONE_other = 0; }
  705. enum others { NONE_others = 0; }
  706. enum out { NONE_out = 0; }
  707. enum outputType { NONE_outputType = 0; }
  708. enum overridableFeatures { NONE_overridableFeatures = 0; }
  709. enum p { NONE_p = 0; }
  710. enum package { NONE_package = 0; }
  711. enum packed { NONE_packed = 0; }
  712. enum PackedEnumExtensionField { NONE_PackedEnumExtensionField = 0; }
  713. enum PackedExtensionField { NONE_PackedExtensionField = 0; }
  714. enum padding { NONE_padding = 0; }
  715. enum parent { NONE_parent = 0; }
  716. enum parse { NONE_parse = 0; }
  717. enum partial { NONE_partial = 0; }
  718. enum path { NONE_path = 0; }
  719. enum PathDecoder { NONE_PathDecoder = 0; }
  720. enum PathDecodingError { NONE_PathDecodingError = 0; }
  721. enum paths { NONE_paths = 0; }
  722. enum PathVisitor { NONE_PathVisitor = 0; }
  723. enum payload { NONE_payload = 0; }
  724. enum payloadSize { NONE_payloadSize = 0; }
  725. enum phpClassPrefix { NONE_phpClassPrefix = 0; }
  726. enum phpMetadataNamespace { NONE_phpMetadataNamespace = 0; }
  727. enum phpNamespace { NONE_phpNamespace = 0; }
  728. enum pos { NONE_pos = 0; }
  729. enum positiveIntValue { NONE_positiveIntValue = 0; }
  730. enum prefix { NONE_prefix = 0; }
  731. enum preserveProtoFieldNames { NONE_preserveProtoFieldNames = 0; }
  732. enum preTraverse { NONE_preTraverse = 0; }
  733. enum previousNumber { NONE_previousNumber = 0; }
  734. enum prevPath { NONE_prevPath = 0; }
  735. enum printUnknownFields { NONE_printUnknownFields = 0; }
  736. enum programBuffer { NONE_programBuffer = 0; }
  737. enum programFormat { NONE_programFormat = 0; }
  738. enum proto2 { NONE_proto2 = 0; }
  739. enum proto3DefaultValue { NONE_proto3DefaultValue = 0; }
  740. enum proto3Optional { NONE_proto3Optional = 0; }
  741. enum protobuf_extensionFieldValues { NONE_protobuf_extensionFieldValues = 0; }
  742. enum protobuf_fieldNumber { NONE_protobuf_fieldNumber = 0; }
  743. enum protobuf_generated_isEqualTo { NONE_protobuf_generated_isEqualTo = 0; }
  744. enum protobuf_nameMap { NONE_protobuf_nameMap = 0; }
  745. enum protobuf_newField { NONE_protobuf_newField = 0; }
  746. enum protobuf_package { NONE_protobuf_package = 0; }
  747. enum ProtobufAPIVersion_2 { NONE_ProtobufAPIVersion_2 = 0; }
  748. enum ProtobufAPIVersionCheck { NONE_ProtobufAPIVersionCheck = 0; }
  749. enum ProtobufBool { NONE_ProtobufBool = 0; }
  750. enum ProtobufBytes { NONE_ProtobufBytes = 0; }
  751. enum protobufData { NONE_protobufData = 0; }
  752. enum ProtobufDouble { NONE_ProtobufDouble = 0; }
  753. enum ProtobufEnumMap { NONE_ProtobufEnumMap = 0; }
  754. enum protobufExtension { NONE_protobufExtension = 0; }
  755. enum ProtobufFixed32 { NONE_ProtobufFixed32 = 0; }
  756. enum ProtobufFixed64 { NONE_ProtobufFixed64 = 0; }
  757. enum ProtobufFloat { NONE_ProtobufFloat = 0; }
  758. enum ProtobufInt32 { NONE_ProtobufInt32 = 0; }
  759. enum ProtobufInt64 { NONE_ProtobufInt64 = 0; }
  760. enum ProtobufMap { NONE_ProtobufMap = 0; }
  761. enum ProtobufMessageMap { NONE_ProtobufMessageMap = 0; }
  762. enum ProtobufSFixed32 { NONE_ProtobufSFixed32 = 0; }
  763. enum ProtobufSFixed64 { NONE_ProtobufSFixed64 = 0; }
  764. enum ProtobufSInt32 { NONE_ProtobufSInt32 = 0; }
  765. enum ProtobufSInt64 { NONE_ProtobufSInt64 = 0; }
  766. enum ProtobufString { NONE_ProtobufString = 0; }
  767. enum ProtobufUInt32 { NONE_ProtobufUInt32 = 0; }
  768. enum ProtobufUInt64 { NONE_ProtobufUInt64 = 0; }
  769. enum protocol { NONE_protocol = 0; }
  770. enum protoFieldName { NONE_protoFieldName = 0; }
  771. enum protoMessageName { NONE_protoMessageName = 0; }
  772. enum ProtoNameProviding { NONE_ProtoNameProviding = 0; }
  773. enum protoPaths { NONE_protoPaths = 0; }
  774. enum public { NONE_public = 0; }
  775. enum publicDependency { NONE_publicDependency = 0; }
  776. enum putBoolValue { NONE_putBoolValue = 0; }
  777. enum putBytesValue { NONE_putBytesValue = 0; }
  778. enum putDoubleValue { NONE_putDoubleValue = 0; }
  779. enum putEnumValue { NONE_putEnumValue = 0; }
  780. enum putFixedUInt32 { NONE_putFixedUInt32 = 0; }
  781. enum putFixedUInt64 { NONE_putFixedUInt64 = 0; }
  782. enum putFloatValue { NONE_putFloatValue = 0; }
  783. enum putInt64 { NONE_putInt64 = 0; }
  784. enum putStringValue { NONE_putStringValue = 0; }
  785. enum putUInt64 { NONE_putUInt64 = 0; }
  786. enum putUInt64Hex { NONE_putUInt64Hex = 0; }
  787. enum putVarInt { NONE_putVarInt = 0; }
  788. enum putZigZagVarInt { NONE_putZigZagVarInt = 0; }
  789. enum pyGenericServices { NONE_pyGenericServices = 0; }
  790. enum R { NONE_R = 0; }
  791. enum rawChars { NONE_rawChars = 0; }
  792. enum RawRepresentable { NONE_RawRepresentable = 0; }
  793. enum RawValue { NONE_RawValue = 0; }
  794. enum read4HexDigits { NONE_read4HexDigits = 0; }
  795. enum readBytes { NONE_readBytes = 0; }
  796. enum reader { NONE_reader = 0; }
  797. enum register { NONE_register = 0; }
  798. enum remainingProgram { NONE_remainingProgram = 0; }
  799. enum removalError { NONE_removalError = 0; }
  800. enum removingAllFieldsOf { NONE_removingAllFieldsOf = 0; }
  801. enum repeated { NONE_repeated = 0; }
  802. enum RepeatedEnumExtensionField { NONE_RepeatedEnumExtensionField = 0; }
  803. enum RepeatedExtensionField { NONE_RepeatedExtensionField = 0; }
  804. enum repeatedFieldEncoding { NONE_repeatedFieldEncoding = 0; }
  805. enum RepeatedGroupExtensionField { NONE_RepeatedGroupExtensionField = 0; }
  806. enum RepeatedMessageExtensionField { NONE_RepeatedMessageExtensionField = 0; }
  807. enum repeating { NONE_repeating = 0; }
  808. enum replaceRepeatedFields { NONE_replaceRepeatedFields = 0; }
  809. enum requestStreaming { NONE_requestStreaming = 0; }
  810. enum requestTypeURL { NONE_requestTypeURL = 0; }
  811. enum requiredSize { NONE_requiredSize = 0; }
  812. enum responseStreaming { NONE_responseStreaming = 0; }
  813. enum responseTypeURL { NONE_responseTypeURL = 0; }
  814. enum result { NONE_result = 0; }
  815. enum retention { NONE_retention = 0; }
  816. enum rethrows { NONE_rethrows = 0; }
  817. enum ReturnType { NONE_ReturnType = 0; }
  818. enum revision { NONE_revision = 0; }
  819. enum rhs { NONE_rhs = 0; }
  820. enum root { NONE_root = 0; }
  821. enum rubyPackage { NONE_rubyPackage = 0; }
  822. enum s { NONE_s = 0; }
  823. enum sawBackslash { NONE_sawBackslash = 0; }
  824. enum sawSection4Characters { NONE_sawSection4Characters = 0; }
  825. enum sawSection5Characters { NONE_sawSection5Characters = 0; }
  826. enum Scalar { NONE_Scalar = 0; }
  827. enum scan { NONE_scan = 0; }
  828. enum scanner { NONE_scanner = 0; }
  829. enum seconds { NONE_seconds = 0; }
  830. enum self { NONE_self = 0; }
  831. enum semantic { NONE_semantic = 0; }
  832. enum Sendable { NONE_Sendable = 0; }
  833. enum separator { NONE_separator = 0; }
  834. enum serialize { NONE_serialize = 0; }
  835. enum serializedBytes { NONE_serializedBytes = 0; }
  836. enum serializedData { NONE_serializedData = 0; }
  837. enum serializedSize { NONE_serializedSize = 0; }
  838. enum serverStreaming { NONE_serverStreaming = 0; }
  839. enum service { NONE_service = 0; }
  840. enum set { NONE_set = 0; }
  841. enum setExtensionValue { NONE_setExtensionValue = 0; }
  842. enum shift { NONE_shift = 0; }
  843. enum SimpleExtensionMap { NONE_SimpleExtensionMap = 0; }
  844. enum size { NONE_size = 0; }
  845. enum sizer { NONE_sizer = 0; }
  846. enum source { NONE_source = 0; }
  847. enum sourceCodeInfo { NONE_sourceCodeInfo = 0; }
  848. enum sourceContext { NONE_sourceContext = 0; }
  849. enum sourceEncoding { NONE_sourceEncoding = 0; }
  850. enum sourceFile { NONE_sourceFile = 0; }
  851. enum SourceLocation { NONE_SourceLocation = 0; }
  852. enum span { NONE_span = 0; }
  853. enum split { NONE_split = 0; }
  854. enum start { NONE_start = 0; }
  855. enum startArray { NONE_startArray = 0; }
  856. enum startArrayObject { NONE_startArrayObject = 0; }
  857. enum startField { NONE_startField = 0; }
  858. enum startIndex { NONE_startIndex = 0; }
  859. enum startMessageField { NONE_startMessageField = 0; }
  860. enum startObject { NONE_startObject = 0; }
  861. enum startRegularField { NONE_startRegularField = 0; }
  862. enum state { NONE_state = 0; }
  863. enum static { NONE_static = 0; }
  864. enum StaticString { NONE_StaticString = 0; }
  865. enum storage { NONE_storage = 0; }
  866. enum String { NONE_String = 0; }
  867. enum stringLiteral { NONE_stringLiteral = 0; }
  868. enum StringLiteralType { NONE_StringLiteralType = 0; }
  869. enum stringResult { NONE_stringResult = 0; }
  870. enum stringValue { NONE_stringValue = 0; }
  871. enum struct { NONE_struct = 0; }
  872. enum structValue { NONE_structValue = 0; }
  873. enum subDecoder { NONE_subDecoder = 0; }
  874. enum subscript { NONE_subscript = 0; }
  875. enum subtract { NONE_subtract = 0; }
  876. enum subVisitor { NONE_subVisitor = 0; }
  877. enum Swift { NONE_Swift = 0; }
  878. enum swiftPrefix { NONE_swiftPrefix = 0; }
  879. enum SwiftProtobufContiguousBytes { NONE_SwiftProtobufContiguousBytes = 0; }
  880. enum SwiftProtobufError { NONE_SwiftProtobufError = 0; }
  881. enum syntax { NONE_syntax = 0; }
  882. enum T { NONE_T = 0; }
  883. enum tag { NONE_tag = 0; }
  884. enum targets { NONE_targets = 0; }
  885. enum terminator { NONE_terminator = 0; }
  886. enum testDecoder { NONE_testDecoder = 0; }
  887. enum text { NONE_text = 0; }
  888. enum textDecoder { NONE_textDecoder = 0; }
  889. enum TextFormatDecoder { NONE_TextFormatDecoder = 0; }
  890. enum TextFormatDecodingError { NONE_TextFormatDecodingError = 0; }
  891. enum TextFormatDecodingOptions { NONE_TextFormatDecodingOptions = 0; }
  892. enum TextFormatEncodingOptions { NONE_TextFormatEncodingOptions = 0; }
  893. enum TextFormatEncodingVisitor { NONE_TextFormatEncodingVisitor = 0; }
  894. enum textFormatString { NONE_textFormatString = 0; }
  895. enum throwOrIgnore { NONE_throwOrIgnore = 0; }
  896. enum throws { NONE_throws = 0; }
  897. enum timeInterval { NONE_timeInterval = 0; }
  898. enum timeIntervalSince1970 { NONE_timeIntervalSince1970 = 0; }
  899. enum timeIntervalSinceReferenceDate { NONE_timeIntervalSinceReferenceDate = 0; }
  900. enum tmp { NONE_tmp = 0; }
  901. enum tooLarge { NONE_tooLarge = 0; }
  902. enum total { NONE_total = 0; }
  903. enum totalArrayDepth { NONE_totalArrayDepth = 0; }
  904. enum totalSize { NONE_totalSize = 0; }
  905. enum trailingComments { NONE_trailingComments = 0; }
  906. enum traverse { NONE_traverse = 0; }
  907. enum trim { NONE_trim = 0; }
  908. enum true { NONE_true = 0; }
  909. enum try { NONE_try = 0; }
  910. enum type { NONE_type = 0; }
  911. enum typealias { NONE_typealias = 0; }
  912. enum TypeEnum { NONE_TypeEnum = 0; }
  913. enum typeName { NONE_typeName = 0; }
  914. enum typePrefix { NONE_typePrefix = 0; }
  915. enum typeStart { NONE_typeStart = 0; }
  916. enum typeUnknown { NONE_typeUnknown = 0; }
  917. enum typeURL { NONE_typeURL = 0; }
  918. enum UInt32 { NONE_UInt32 = 0; }
  919. enum UInt64 { NONE_UInt64 = 0; }
  920. enum UInt8 { NONE_UInt8 = 0; }
  921. enum unchecked { NONE_unchecked = 0; }
  922. enum Unicode { NONE_Unicode = 0; }
  923. enum unicodeScalarLiteral { NONE_unicodeScalarLiteral = 0; }
  924. enum UnicodeScalarLiteralType { NONE_UnicodeScalarLiteralType = 0; }
  925. enum unicodeScalars { NONE_unicodeScalars = 0; }
  926. enum UnicodeScalarView { NONE_UnicodeScalarView = 0; }
  927. enum uninterpretedOption { NONE_uninterpretedOption = 0; }
  928. enum union { NONE_union = 0; }
  929. enum uniqueStorage { NONE_uniqueStorage = 0; }
  930. enum unknown { NONE_unknown = 0; }
  931. enum unknownFields { NONE_unknownFields = 0; }
  932. enum UnknownStorage { NONE_UnknownStorage = 0; }
  933. enum unpackTo { NONE_unpackTo = 0; }
  934. enum UnsafeBufferPointer { NONE_UnsafeBufferPointer = 0; }
  935. enum UnsafeMutablePointer { NONE_UnsafeMutablePointer = 0; }
  936. enum UnsafeMutableRawBufferPointer { NONE_UnsafeMutableRawBufferPointer = 0; }
  937. enum UnsafeRawBufferPointer { NONE_UnsafeRawBufferPointer = 0; }
  938. enum UnsafeRawPointer { NONE_UnsafeRawPointer = 0; }
  939. enum unverifiedLazy { NONE_unverifiedLazy = 0; }
  940. enum updatedOptions { NONE_updatedOptions = 0; }
  941. enum uppercasedAssumingASCII { NONE_uppercasedAssumingASCII = 0; }
  942. enum url { NONE_url = 0; }
  943. enum useDeterministicOrdering { NONE_useDeterministicOrdering = 0; }
  944. enum utf8 { NONE_utf8 = 0; }
  945. enum utf8Ptr { NONE_utf8Ptr = 0; }
  946. enum utf8ToDouble { NONE_utf8ToDouble = 0; }
  947. enum utf8Validation { NONE_utf8Validation = 0; }
  948. enum UTF8View { NONE_UTF8View = 0; }
  949. enum V { NONE_V = 0; }
  950. enum value { NONE_value = 0; }
  951. enum valueField { NONE_valueField = 0; }
  952. enum values { NONE_values = 0; }
  953. enum ValueType { NONE_ValueType = 0; }
  954. enum var { NONE_var = 0; }
  955. enum verification { NONE_verification = 0; }
  956. enum VerificationState { NONE_VerificationState = 0; }
  957. enum version { NONE_version = 0; }
  958. enum versionString { NONE_versionString = 0; }
  959. enum visibility { NONE_visibility = 0; }
  960. enum VisibilityFeature { NONE_VisibilityFeature = 0; }
  961. enum visitExtensionFields { NONE_visitExtensionFields = 0; }
  962. enum visitExtensionFieldsAsMessageSet { NONE_visitExtensionFieldsAsMessageSet = 0; }
  963. enum visitMapField { NONE_visitMapField = 0; }
  964. enum Visitor { NONE_Visitor = 0; }
  965. enum visitPacked { NONE_visitPacked = 0; }
  966. enum visitPackedBoolField { NONE_visitPackedBoolField = 0; }
  967. enum visitPackedDoubleField { NONE_visitPackedDoubleField = 0; }
  968. enum visitPackedEnumField { NONE_visitPackedEnumField = 0; }
  969. enum visitPackedFixed32Field { NONE_visitPackedFixed32Field = 0; }
  970. enum visitPackedFixed64Field { NONE_visitPackedFixed64Field = 0; }
  971. enum visitPackedFloatField { NONE_visitPackedFloatField = 0; }
  972. enum visitPackedInt32Field { NONE_visitPackedInt32Field = 0; }
  973. enum visitPackedInt64Field { NONE_visitPackedInt64Field = 0; }
  974. enum visitPackedSFixed32Field { NONE_visitPackedSFixed32Field = 0; }
  975. enum visitPackedSFixed64Field { NONE_visitPackedSFixed64Field = 0; }
  976. enum visitPackedSInt32Field { NONE_visitPackedSInt32Field = 0; }
  977. enum visitPackedSInt64Field { NONE_visitPackedSInt64Field = 0; }
  978. enum visitPackedUInt32Field { NONE_visitPackedUInt32Field = 0; }
  979. enum visitPackedUInt64Field { NONE_visitPackedUInt64Field = 0; }
  980. enum visitRepeated { NONE_visitRepeated = 0; }
  981. enum visitRepeatedBoolField { NONE_visitRepeatedBoolField = 0; }
  982. enum visitRepeatedBytesField { NONE_visitRepeatedBytesField = 0; }
  983. enum visitRepeatedDoubleField { NONE_visitRepeatedDoubleField = 0; }
  984. enum visitRepeatedEnumField { NONE_visitRepeatedEnumField = 0; }
  985. enum visitRepeatedFixed32Field { NONE_visitRepeatedFixed32Field = 0; }
  986. enum visitRepeatedFixed64Field { NONE_visitRepeatedFixed64Field = 0; }
  987. enum visitRepeatedFloatField { NONE_visitRepeatedFloatField = 0; }
  988. enum visitRepeatedGroupField { NONE_visitRepeatedGroupField = 0; }
  989. enum visitRepeatedInt32Field { NONE_visitRepeatedInt32Field = 0; }
  990. enum visitRepeatedInt64Field { NONE_visitRepeatedInt64Field = 0; }
  991. enum visitRepeatedMessageField { NONE_visitRepeatedMessageField = 0; }
  992. enum visitRepeatedSFixed32Field { NONE_visitRepeatedSFixed32Field = 0; }
  993. enum visitRepeatedSFixed64Field { NONE_visitRepeatedSFixed64Field = 0; }
  994. enum visitRepeatedSInt32Field { NONE_visitRepeatedSInt32Field = 0; }
  995. enum visitRepeatedSInt64Field { NONE_visitRepeatedSInt64Field = 0; }
  996. enum visitRepeatedStringField { NONE_visitRepeatedStringField = 0; }
  997. enum visitRepeatedUInt32Field { NONE_visitRepeatedUInt32Field = 0; }
  998. enum visitRepeatedUInt64Field { NONE_visitRepeatedUInt64Field = 0; }
  999. enum visitSingular { NONE_visitSingular = 0; }
  1000. enum visitSingularBoolField { NONE_visitSingularBoolField = 0; }
  1001. enum visitSingularBytesField { NONE_visitSingularBytesField = 0; }
  1002. enum visitSingularDoubleField { NONE_visitSingularDoubleField = 0; }
  1003. enum visitSingularEnumField { NONE_visitSingularEnumField = 0; }
  1004. enum visitSingularFixed32Field { NONE_visitSingularFixed32Field = 0; }
  1005. enum visitSingularFixed64Field { NONE_visitSingularFixed64Field = 0; }
  1006. enum visitSingularFloatField { NONE_visitSingularFloatField = 0; }
  1007. enum visitSingularGroupField { NONE_visitSingularGroupField = 0; }
  1008. enum visitSingularInt32Field { NONE_visitSingularInt32Field = 0; }
  1009. enum visitSingularInt64Field { NONE_visitSingularInt64Field = 0; }
  1010. enum visitSingularMessageField { NONE_visitSingularMessageField = 0; }
  1011. enum visitSingularSFixed32Field { NONE_visitSingularSFixed32Field = 0; }
  1012. enum visitSingularSFixed64Field { NONE_visitSingularSFixed64Field = 0; }
  1013. enum visitSingularSInt32Field { NONE_visitSingularSInt32Field = 0; }
  1014. enum visitSingularSInt64Field { NONE_visitSingularSInt64Field = 0; }
  1015. enum visitSingularStringField { NONE_visitSingularStringField = 0; }
  1016. enum visitSingularUInt32Field { NONE_visitSingularUInt32Field = 0; }
  1017. enum visitSingularUInt64Field { NONE_visitSingularUInt64Field = 0; }
  1018. enum visitUnknown { NONE_visitUnknown = 0; }
  1019. enum Void { NONE_Void = 0; }
  1020. enum wasDecoded { NONE_wasDecoded = 0; }
  1021. enum weak { NONE_weak = 0; }
  1022. enum weakDependency { NONE_weakDependency = 0; }
  1023. enum where { NONE_where = 0; }
  1024. enum wireFormat { NONE_wireFormat = 0; }
  1025. enum with { NONE_with = 0; }
  1026. enum withUnsafeBytes { NONE_withUnsafeBytes = 0; }
  1027. enum withUnsafeMutableBytes { NONE_withUnsafeMutableBytes = 0; }
  1028. enum work { NONE_work = 0; }
  1029. enum Wrapped { NONE_Wrapped = 0; }
  1030. enum WrappedType { NONE_WrappedType = 0; }
  1031. enum wrappedValue { NONE_wrappedValue = 0; }
  1032. enum written { NONE_written = 0; }
  1033. enum yday { NONE_yday = 0; }
  1034. }