No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityEngine.SubsystemsModule_CodeGen.c 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. // 0x00000001 System.String UnityEngine.IntegratedSubsystemDescriptor::get_id()
  9. extern void IntegratedSubsystemDescriptor_get_id_m89DBA940C79ED7EFE1137E3EC4A5A53BF7052F15 (void);
  10. // 0x00000002 UnityEngine.ISubsystem UnityEngine.IntegratedSubsystemDescriptor::UnityEngine.ISubsystemDescriptor.Create()
  11. extern void IntegratedSubsystemDescriptor_UnityEngine_ISubsystemDescriptor_Create_m8B6149525628F9DB15BB0651CEE0BE2FCAE1E875 (void);
  12. // 0x00000003 UnityEngine.ISubsystem UnityEngine.IntegratedSubsystemDescriptor::CreateImpl()
  13. // 0x00000004 System.Void UnityEngine.IntegratedSubsystemDescriptor::.ctor()
  14. extern void IntegratedSubsystemDescriptor__ctor_mD10D471BEAB8890C14BF59828EE3C37BCC1538D6 (void);
  15. // 0x00000005 System.String UnityEngine.SubsystemDescriptorBindings::GetId(System.IntPtr)
  16. extern void SubsystemDescriptorBindings_GetId_mD3D36C3199EF50AAAB7830E6D061269F4CE956C1 (void);
  17. // 0x00000006 System.String UnityEngine.SubsystemDescriptor::get_id()
  18. extern void SubsystemDescriptor_get_id_mA4223910997DD72DCF70B03BA5340AFE11AA1A01 (void);
  19. // 0x00000007 System.Void UnityEngine.SubsystemDescriptor::set_id(System.String)
  20. extern void SubsystemDescriptor_set_id_m9EE44E7C8BBF000B1BE2D518620FBBB0F4CB0236 (void);
  21. // 0x00000008 System.Type UnityEngine.SubsystemDescriptor::get_subsystemImplementationType()
  22. extern void SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45 (void);
  23. // 0x00000009 System.Void UnityEngine.SubsystemDescriptor::set_subsystemImplementationType(System.Type)
  24. extern void SubsystemDescriptor_set_subsystemImplementationType_m3A2FB7296C79FA765F6A6B972B04504D4D3FA359 (void);
  25. // 0x0000000A UnityEngine.ISubsystem UnityEngine.SubsystemDescriptor::UnityEngine.ISubsystemDescriptor.Create()
  26. extern void SubsystemDescriptor_UnityEngine_ISubsystemDescriptor_Create_m9A9AD52C8D477CFE2F4DEE834C391F4822AC12C9 (void);
  27. // 0x0000000B UnityEngine.ISubsystem UnityEngine.SubsystemDescriptor::CreateImpl()
  28. // 0x0000000C System.Void UnityEngine.SubsystemDescriptor::.ctor()
  29. extern void SubsystemDescriptor__ctor_m6A1BE1617C93356590A1DE68B9603C83D9A28F05 (void);
  30. // 0x0000000D UnityEngine.ISubsystem UnityEngine.SubsystemDescriptor`1::CreateImpl()
  31. // 0x0000000E TSubsystem UnityEngine.SubsystemDescriptor`1::Create()
  32. // 0x0000000F System.Void UnityEngine.SubsystemDescriptor`1::.ctor()
  33. // 0x00000010 System.Void UnityEngine.Internal_SubsystemDescriptors::Internal_AddDescriptor(UnityEngine.SubsystemDescriptor)
  34. extern void Internal_SubsystemDescriptors_Internal_AddDescriptor_m0462E74DADC94897AB6EECD3051878FD6832118E (void);
  35. // 0x00000011 System.Void UnityEngine.IntegratedSubsystem::SetHandle(UnityEngine.IntegratedSubsystem)
  36. extern void IntegratedSubsystem_SetHandle_m22D17A2E0BD8AF0FC18CE09638572D34AD8DB48B (void);
  37. // 0x00000012 System.Void UnityEngine.IntegratedSubsystem::Start()
  38. extern void IntegratedSubsystem_Start_m2F871FE708687A50D8B078522D97C627D344CC34 (void);
  39. // 0x00000013 System.Void UnityEngine.IntegratedSubsystem::Stop()
  40. extern void IntegratedSubsystem_Stop_m4CFEE7A1C17893728205EAEEF9D5427622C794C4 (void);
  41. // 0x00000014 System.Void UnityEngine.IntegratedSubsystem::Destroy()
  42. extern void IntegratedSubsystem_Destroy_m3D6593DA2CB876877A48778C7D2F782EEC473A08 (void);
  43. // 0x00000015 System.Void UnityEngine.IntegratedSubsystem::.ctor()
  44. extern void IntegratedSubsystem__ctor_m8A0E82CAFC72287502DB0158488C98831B2DF405 (void);
  45. // 0x00000016 System.Void UnityEngine.SubsystemBindings::DestroySubsystem(System.IntPtr)
  46. extern void SubsystemBindings_DestroySubsystem_m601801D653E84DE619656D06A61357F3C9BC7456 (void);
  47. // 0x00000017 System.Void UnityEngine.ISubsystem::Start()
  48. // 0x00000018 System.Void UnityEngine.ISubsystem::Stop()
  49. // 0x00000019 System.Void UnityEngine.ISubsystem::Destroy()
  50. // 0x0000001A System.Void UnityEngine.SubsystemManager::AddDeprecatedSubsystem(UnityEngine.Subsystem)
  51. extern void SubsystemManager_AddDeprecatedSubsystem_mC6604918A68F43B78A009B896E2CD8AF2251AE0C (void);
  52. // 0x0000001B System.Boolean UnityEngine.SubsystemManager::RemoveDeprecatedSubsystem(UnityEngine.Subsystem)
  53. extern void SubsystemManager_RemoveDeprecatedSubsystem_mBD8928FA7AE2FFC79D2768ED6F707FF61F65092D (void);
  54. // 0x0000001C UnityEngine.Subsystem UnityEngine.SubsystemManager::FindDeprecatedSubsystemByDescriptor(UnityEngine.SubsystemDescriptor)
  55. extern void SubsystemManager_FindDeprecatedSubsystemByDescriptor_m1FC7CA04E19DE606423B76F493E18DB4C2699522 (void);
  56. // 0x0000001D System.Void UnityEngine.SubsystemManager::.cctor()
  57. extern void SubsystemManager__cctor_m4B044EB8875B225C565E6FB10A2296C0E72BDE2F (void);
  58. // 0x0000001E System.Void UnityEngine.SubsystemManager::GetSubsystemDescriptors(System.Collections.Generic.List`1<T>)
  59. // 0x0000001F System.Void UnityEngine.SubsystemManager::RemoveIntegratedSubsystemByPtr(System.IntPtr)
  60. extern void SubsystemManager_RemoveIntegratedSubsystemByPtr_mBFD54C173F757CAF38E897250D05D517D08D4784 (void);
  61. // 0x00000020 System.Boolean UnityEngine.SubsystemManager::RemoveStandaloneSubsystem(UnityEngine.SubsystemsImplementation.SubsystemWithProvider)
  62. extern void SubsystemManager_RemoveStandaloneSubsystem_m61CD473221C4A3210629379D92018723301E982A (void);
  63. // 0x00000021 System.Void UnityEngine.SubsystemManager::ReloadSubsystemsStarted()
  64. extern void SubsystemManager_ReloadSubsystemsStarted_mE6BE70BD76D9C294AFC4ABCD9E4A0DF9BB0E4273 (void);
  65. // 0x00000022 System.Void UnityEngine.SubsystemManager::ReloadSubsystemsCompleted()
  66. extern void SubsystemManager_ReloadSubsystemsCompleted_m708F6B5CEF21605E49DF6DF6DDA81FE3DA19099B (void);
  67. // 0x00000023 System.Void UnityEngine.SubsystemManager::InitializeIntegratedSubsystem(System.IntPtr,UnityEngine.IntegratedSubsystem)
  68. extern void SubsystemManager_InitializeIntegratedSubsystem_mE3336CB0547C0B2CF195BA2372AFBC99F65AB6F5 (void);
  69. // 0x00000024 System.Void UnityEngine.SubsystemManager::ClearSubsystems()
  70. extern void SubsystemManager_ClearSubsystems_m36DD2EBBD868BD00A34CAAFD48BFA4E79D031443 (void);
  71. // 0x00000025 System.Void UnityEngine.SubsystemManager::StaticConstructScriptingClassMap()
  72. extern void SubsystemManager_StaticConstructScriptingClassMap_m350147EEDFABFFADB6541B807F1A94337F8E2337 (void);
  73. // 0x00000026 System.Boolean UnityEngine.Subsystem::get_running()
  74. // 0x00000027 System.Void UnityEngine.Subsystem::Start()
  75. // 0x00000028 System.Void UnityEngine.Subsystem::Stop()
  76. // 0x00000029 System.Void UnityEngine.Subsystem::Destroy()
  77. extern void Subsystem_Destroy_m0CE70A94D9CAD2E4B2528CFE5D9C874FD5BC4759 (void);
  78. // 0x0000002A System.Void UnityEngine.Subsystem::OnDestroy()
  79. // 0x0000002B System.Void UnityEngine.Subsystem::.ctor()
  80. extern void Subsystem__ctor_m43AA875446123D3DCF6016748B19934D0141447A (void);
  81. // 0x0000002C System.Void UnityEngine.Subsystem`1::.ctor()
  82. // 0x0000002D System.String UnityEngine.ISubsystemDescriptor::get_id()
  83. // 0x0000002E UnityEngine.ISubsystem UnityEngine.ISubsystemDescriptor::Create()
  84. // 0x0000002F System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::RegisterDeprecatedDescriptor(UnityEngine.SubsystemDescriptor)
  85. extern void SubsystemDescriptorStore_RegisterDeprecatedDescriptor_m0314598F5A51921C9C9B254B4E82C1191FC4D4B1 (void);
  86. // 0x00000030 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::InitializeManagedDescriptor(System.IntPtr,UnityEngine.IntegratedSubsystemDescriptor)
  87. extern void SubsystemDescriptorStore_InitializeManagedDescriptor_m74418769D7CDE1CED4F07A179A9173E6F0ECD12C (void);
  88. // 0x00000031 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::ClearManagedDescriptors()
  89. extern void SubsystemDescriptorStore_ClearManagedDescriptors_m14AEFE442EDDC8BD082F300C7054FE185E1EA1D5 (void);
  90. // 0x00000032 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::ReportSingleSubsystemAnalytics(System.String)
  91. extern void SubsystemDescriptorStore_ReportSingleSubsystemAnalytics_m12986597FBE76C21232348BAC03ADEEB9F02DB99 (void);
  92. // 0x00000033 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::GetSubsystemDescriptors(System.Collections.Generic.List`1<T>)
  93. // 0x00000034 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::AddDescriptorSubset(System.Collections.Generic.List`1<TBaseTypeInList>,System.Collections.Generic.List`1<TQueryType>)
  94. // 0x00000035 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::RegisterDescriptor(TDescriptor,System.Collections.Generic.List`1<TBaseTypeInList>)
  95. // 0x00000036 System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::.cctor()
  96. extern void SubsystemDescriptorStore__cctor_mE267CA787BE559BD490D9ED8BD2D55F4E8DE6A14 (void);
  97. // 0x00000037 System.String UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider::get_id()
  98. extern void SubsystemDescriptorWithProvider_get_id_m9E92FDF45FE9BFB0B28C2AE3EFE475998D01BBC7 (void);
  99. // 0x00000038 UnityEngine.ISubsystem UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider::CreateImpl()
  100. // 0x00000039 UnityEngine.ISubsystem UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider::UnityEngine.ISubsystemDescriptor.Create()
  101. extern void SubsystemDescriptorWithProvider_UnityEngine_ISubsystemDescriptor_Create_m93889530D53B9658319E5EF704F277AC3B03B336 (void);
  102. // 0x0000003A System.Void UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider::.ctor()
  103. extern void SubsystemDescriptorWithProvider__ctor_mADB008B99F8F98EDD0C5AEBE00368F96D11FCCD1 (void);
  104. // 0x0000003B System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::Start()
  105. extern void SubsystemWithProvider_Start_m720DC3EDB918F58D65CA4B12017D395788934644 (void);
  106. // 0x0000003C System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::OnStart()
  107. // 0x0000003D System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::Stop()
  108. extern void SubsystemWithProvider_Stop_mB22AB4811D2636FCB317C0E54E8A7139D81A8E16 (void);
  109. // 0x0000003E System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::OnStop()
  110. // 0x0000003F System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::Destroy()
  111. extern void SubsystemWithProvider_Destroy_m8161D5B71C856F836660430CED8550AA17438BAF (void);
  112. // 0x00000040 System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::OnDestroy()
  113. // 0x00000041 System.Boolean UnityEngine.SubsystemsImplementation.SubsystemWithProvider::get_running()
  114. extern void SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44 (void);
  115. // 0x00000042 System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::set_running(System.Boolean)
  116. extern void SubsystemWithProvider_set_running_mBEF44DA55F99B873A21E2003CDE06981E0348477 (void);
  117. // 0x00000043 UnityEngine.SubsystemsImplementation.SubsystemProvider UnityEngine.SubsystemsImplementation.SubsystemWithProvider::get_providerBase()
  118. extern void SubsystemWithProvider_get_providerBase_m8229B40F322D44A2E22B0AD62C581D284813410A (void);
  119. // 0x00000044 System.Void UnityEngine.SubsystemsImplementation.SubsystemWithProvider::.ctor()
  120. extern void SubsystemWithProvider__ctor_m7AAC2F13A01D674BF5040F42A08C88611FE60914 (void);
  121. static Il2CppMethodPointer s_methodPointers[68] =
  122. {
  123. IntegratedSubsystemDescriptor_get_id_m89DBA940C79ED7EFE1137E3EC4A5A53BF7052F15,
  124. IntegratedSubsystemDescriptor_UnityEngine_ISubsystemDescriptor_Create_m8B6149525628F9DB15BB0651CEE0BE2FCAE1E875,
  125. NULL,
  126. IntegratedSubsystemDescriptor__ctor_mD10D471BEAB8890C14BF59828EE3C37BCC1538D6,
  127. SubsystemDescriptorBindings_GetId_mD3D36C3199EF50AAAB7830E6D061269F4CE956C1,
  128. SubsystemDescriptor_get_id_mA4223910997DD72DCF70B03BA5340AFE11AA1A01,
  129. SubsystemDescriptor_set_id_m9EE44E7C8BBF000B1BE2D518620FBBB0F4CB0236,
  130. SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45,
  131. SubsystemDescriptor_set_subsystemImplementationType_m3A2FB7296C79FA765F6A6B972B04504D4D3FA359,
  132. SubsystemDescriptor_UnityEngine_ISubsystemDescriptor_Create_m9A9AD52C8D477CFE2F4DEE834C391F4822AC12C9,
  133. NULL,
  134. SubsystemDescriptor__ctor_m6A1BE1617C93356590A1DE68B9603C83D9A28F05,
  135. NULL,
  136. NULL,
  137. NULL,
  138. Internal_SubsystemDescriptors_Internal_AddDescriptor_m0462E74DADC94897AB6EECD3051878FD6832118E,
  139. IntegratedSubsystem_SetHandle_m22D17A2E0BD8AF0FC18CE09638572D34AD8DB48B,
  140. IntegratedSubsystem_Start_m2F871FE708687A50D8B078522D97C627D344CC34,
  141. IntegratedSubsystem_Stop_m4CFEE7A1C17893728205EAEEF9D5427622C794C4,
  142. IntegratedSubsystem_Destroy_m3D6593DA2CB876877A48778C7D2F782EEC473A08,
  143. IntegratedSubsystem__ctor_m8A0E82CAFC72287502DB0158488C98831B2DF405,
  144. SubsystemBindings_DestroySubsystem_m601801D653E84DE619656D06A61357F3C9BC7456,
  145. NULL,
  146. NULL,
  147. NULL,
  148. SubsystemManager_AddDeprecatedSubsystem_mC6604918A68F43B78A009B896E2CD8AF2251AE0C,
  149. SubsystemManager_RemoveDeprecatedSubsystem_mBD8928FA7AE2FFC79D2768ED6F707FF61F65092D,
  150. SubsystemManager_FindDeprecatedSubsystemByDescriptor_m1FC7CA04E19DE606423B76F493E18DB4C2699522,
  151. SubsystemManager__cctor_m4B044EB8875B225C565E6FB10A2296C0E72BDE2F,
  152. NULL,
  153. SubsystemManager_RemoveIntegratedSubsystemByPtr_mBFD54C173F757CAF38E897250D05D517D08D4784,
  154. SubsystemManager_RemoveStandaloneSubsystem_m61CD473221C4A3210629379D92018723301E982A,
  155. SubsystemManager_ReloadSubsystemsStarted_mE6BE70BD76D9C294AFC4ABCD9E4A0DF9BB0E4273,
  156. SubsystemManager_ReloadSubsystemsCompleted_m708F6B5CEF21605E49DF6DF6DDA81FE3DA19099B,
  157. SubsystemManager_InitializeIntegratedSubsystem_mE3336CB0547C0B2CF195BA2372AFBC99F65AB6F5,
  158. SubsystemManager_ClearSubsystems_m36DD2EBBD868BD00A34CAAFD48BFA4E79D031443,
  159. SubsystemManager_StaticConstructScriptingClassMap_m350147EEDFABFFADB6541B807F1A94337F8E2337,
  160. NULL,
  161. NULL,
  162. NULL,
  163. Subsystem_Destroy_m0CE70A94D9CAD2E4B2528CFE5D9C874FD5BC4759,
  164. NULL,
  165. Subsystem__ctor_m43AA875446123D3DCF6016748B19934D0141447A,
  166. NULL,
  167. NULL,
  168. NULL,
  169. SubsystemDescriptorStore_RegisterDeprecatedDescriptor_m0314598F5A51921C9C9B254B4E82C1191FC4D4B1,
  170. SubsystemDescriptorStore_InitializeManagedDescriptor_m74418769D7CDE1CED4F07A179A9173E6F0ECD12C,
  171. SubsystemDescriptorStore_ClearManagedDescriptors_m14AEFE442EDDC8BD082F300C7054FE185E1EA1D5,
  172. SubsystemDescriptorStore_ReportSingleSubsystemAnalytics_m12986597FBE76C21232348BAC03ADEEB9F02DB99,
  173. NULL,
  174. NULL,
  175. NULL,
  176. SubsystemDescriptorStore__cctor_mE267CA787BE559BD490D9ED8BD2D55F4E8DE6A14,
  177. SubsystemDescriptorWithProvider_get_id_m9E92FDF45FE9BFB0B28C2AE3EFE475998D01BBC7,
  178. NULL,
  179. SubsystemDescriptorWithProvider_UnityEngine_ISubsystemDescriptor_Create_m93889530D53B9658319E5EF704F277AC3B03B336,
  180. SubsystemDescriptorWithProvider__ctor_mADB008B99F8F98EDD0C5AEBE00368F96D11FCCD1,
  181. SubsystemWithProvider_Start_m720DC3EDB918F58D65CA4B12017D395788934644,
  182. NULL,
  183. SubsystemWithProvider_Stop_mB22AB4811D2636FCB317C0E54E8A7139D81A8E16,
  184. NULL,
  185. SubsystemWithProvider_Destroy_m8161D5B71C856F836660430CED8550AA17438BAF,
  186. NULL,
  187. SubsystemWithProvider_get_running_m6BF31FC3BDA38C56C0F60FEA37767A4151B22C44,
  188. SubsystemWithProvider_set_running_mBEF44DA55F99B873A21E2003CDE06981E0348477,
  189. SubsystemWithProvider_get_providerBase_m8229B40F322D44A2E22B0AD62C581D284813410A,
  190. SubsystemWithProvider__ctor_m7AAC2F13A01D674BF5040F42A08C88611FE60914,
  191. };
  192. static const int32_t s_InvokerIndices[68] =
  193. {
  194. 5443,
  195. 5443,
  196. 0,
  197. 5562,
  198. 8050,
  199. 5443,
  200. 4567,
  201. 5443,
  202. 4567,
  203. 5443,
  204. 0,
  205. 5562,
  206. 0,
  207. 0,
  208. 0,
  209. 8289,
  210. 4567,
  211. 5562,
  212. 5562,
  213. 5562,
  214. 5562,
  215. 8287,
  216. 0,
  217. 0,
  218. 0,
  219. 8289,
  220. 7862,
  221. 8052,
  222. 8422,
  223. 0,
  224. 8287,
  225. 7862,
  226. 8422,
  227. 8422,
  228. 7685,
  229. 8422,
  230. 8422,
  231. 0,
  232. 0,
  233. 0,
  234. 5562,
  235. 0,
  236. 5562,
  237. 0,
  238. 0,
  239. 0,
  240. 8289,
  241. 7685,
  242. 8422,
  243. 8289,
  244. 0,
  245. 0,
  246. 0,
  247. 8422,
  248. 5443,
  249. 0,
  250. 5443,
  251. 5562,
  252. 5562,
  253. 0,
  254. 5562,
  255. 0,
  256. 5562,
  257. 0,
  258. 5364,
  259. 4485,
  260. 5443,
  261. 5562,
  262. };
  263. static const Il2CppTokenRangePair s_rgctxIndices[5] =
  264. {
  265. { 0x02000005, { 0, 2 } },
  266. { 0x0600001E, { 2, 1 } },
  267. { 0x06000033, { 3, 5 } },
  268. { 0x06000034, { 8, 10 } },
  269. { 0x06000035, { 18, 9 } },
  270. };
  271. extern const uint32_t g_rgctx_SubsystemDescriptor_1_Create_mDD43AAF753325CF1666EC772B90E7CA2E02A7918;
  272. extern const uint32_t g_rgctx_TSubsystem_tCD8EA1955E1BB69D300C24C9B632BA316E2ECA39;
  273. extern const uint32_t g_rgctx_SubsystemDescriptorStore_GetSubsystemDescriptors_TisT_tC1C7E91EE3BF9F5F6CB6AEF844014EB2DFE9C857_m72893DE58B7F09F8306FD53372F4943E4D1A6235;
  274. extern const uint32_t g_rgctx_List_1_t5DD7719E13F31B5BF45151BEF17DF32705776E96;
  275. extern const uint32_t g_rgctx_List_1_Clear_m2ED0E9FF8A6F9DA2FCB64A1B7B67B060A69F2E7A;
  276. extern const uint32_t g_rgctx_SubsystemDescriptorStore_AddDescriptorSubset_TisIntegratedSubsystemDescriptor_t9232963B842E01748A8E032928DC8E35DF00C10D_TisT_t8393FFE949DF35B57AF7F85C46E8FE04A4D1BC1D_m3F4D63B5BC268B392F17036808985F63F5F2C6C2;
  277. extern const uint32_t g_rgctx_SubsystemDescriptorStore_AddDescriptorSubset_TisSubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5_TisT_t8393FFE949DF35B57AF7F85C46E8FE04A4D1BC1D_m8C4E5C9AE7B8C2A498182BF5DF215A096FD695C3;
  278. extern const uint32_t g_rgctx_SubsystemDescriptorStore_AddDescriptorSubset_TisSubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71_TisT_t8393FFE949DF35B57AF7F85C46E8FE04A4D1BC1D_m3BEA957385786DE08839E946372F2CB93B7048AD;
  279. extern const uint32_t g_rgctx_List_1_tE0797342B110AB0E9D72D4788ED19F64A1DE9EBA;
  280. extern const uint32_t g_rgctx_List_1_GetEnumerator_m212AA0FEE9AE6BB13A66BB3104475FA4C79D9D45;
  281. extern const uint32_t g_rgctx_Enumerator_get_Current_mB7CD02B2C967839A425B30DA07FD1187386B9CFC;
  282. extern const uint32_t g_rgctx_TBaseTypeInList_t930C0978E39F5B15CECB5CC7730F5B65BD9B9322;
  283. extern const uint32_t g_rgctx_TQueryType_t16C44BD3C52B486C42190E646CFB733F55507ACE;
  284. extern const uint32_t g_rgctx_List_1_tDF6932143B86526C19E7D779CB4E0D6240F2DE7E;
  285. extern const uint32_t g_rgctx_List_1_Add_m6015040261A90577C90B29E397387D54748DEDE1;
  286. extern const uint32_t g_rgctx_Enumerator_MoveNext_m50F59023C82A4F110236C5236EFCA7D7AEB92192;
  287. extern const uint32_t g_rgctx_Enumerator_t59742E2E436020EA1188EAEE284400369AA3BB49;
  288. extern const Il2CppRGCTXConstrainedData g_rgctx_Enumerator_t59742E2E436020EA1188EAEE284400369AA3BB49_IDisposable_Dispose_m3C902735BE731EE30AC1185E7AEF6ACE7A9D9CC7;
  289. extern const uint32_t g_rgctx_List_1_t4FD62234F80546ED54378254D3B222948841B4AF;
  290. extern const uint32_t g_rgctx_List_1_get_Item_m3935F8C510B45D47FD1F8DFEEE467CE30B145BF4;
  291. extern const uint32_t g_rgctx_TBaseTypeInList_t7042BCACE0A8A2A88132E86C1016AB2EA0E01C54;
  292. extern const Il2CppRGCTXConstrainedData g_rgctx_TBaseTypeInList_t7042BCACE0A8A2A88132E86C1016AB2EA0E01C54_ISubsystemDescriptor_get_id_mB5D2D5D3B9E9FD3ABF5E064E1262DD4AAF09C6F2;
  293. extern const uint32_t g_rgctx_TDescriptor_tD5C1BF59BFFF7F69AC9140BA35E4178DF9C59EC2;
  294. extern const Il2CppRGCTXConstrainedData g_rgctx_TDescriptor_tD5C1BF59BFFF7F69AC9140BA35E4178DF9C59EC2_ISubsystemDescriptor_get_id_mB5D2D5D3B9E9FD3ABF5E064E1262DD4AAF09C6F2;
  295. extern const uint32_t g_rgctx_List_1_set_Item_m58B49CD878D3DC099EB422A63AB014DF5B1CAE06;
  296. extern const uint32_t g_rgctx_List_1_get_Count_mC3BAEE88ADF85DEC0CA10B97B3E7F42183A8AFBB;
  297. extern const uint32_t g_rgctx_List_1_Add_m99E6BCF557EB89898061B9B8761AA6D402DD2592;
  298. static const Il2CppRGCTXDefinition s_rgctxValues[27] =
  299. {
  300. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_SubsystemDescriptor_1_Create_mDD43AAF753325CF1666EC772B90E7CA2E02A7918 },
  301. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TSubsystem_tCD8EA1955E1BB69D300C24C9B632BA316E2ECA39 },
  302. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_SubsystemDescriptorStore_GetSubsystemDescriptors_TisT_tC1C7E91EE3BF9F5F6CB6AEF844014EB2DFE9C857_m72893DE58B7F09F8306FD53372F4943E4D1A6235 },
  303. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_List_1_t5DD7719E13F31B5BF45151BEF17DF32705776E96 },
  304. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_Clear_m2ED0E9FF8A6F9DA2FCB64A1B7B67B060A69F2E7A },
  305. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_SubsystemDescriptorStore_AddDescriptorSubset_TisIntegratedSubsystemDescriptor_t9232963B842E01748A8E032928DC8E35DF00C10D_TisT_t8393FFE949DF35B57AF7F85C46E8FE04A4D1BC1D_m3F4D63B5BC268B392F17036808985F63F5F2C6C2 },
  306. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_SubsystemDescriptorStore_AddDescriptorSubset_TisSubsystemDescriptorWithProvider_t2A61A2C951A4A179E898CF207726BF6B5AF474D5_TisT_t8393FFE949DF35B57AF7F85C46E8FE04A4D1BC1D_m8C4E5C9AE7B8C2A498182BF5DF215A096FD695C3 },
  307. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_SubsystemDescriptorStore_AddDescriptorSubset_TisSubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71_TisT_t8393FFE949DF35B57AF7F85C46E8FE04A4D1BC1D_m3BEA957385786DE08839E946372F2CB93B7048AD },
  308. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_List_1_tE0797342B110AB0E9D72D4788ED19F64A1DE9EBA },
  309. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_GetEnumerator_m212AA0FEE9AE6BB13A66BB3104475FA4C79D9D45 },
  310. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_Enumerator_get_Current_mB7CD02B2C967839A425B30DA07FD1187386B9CFC },
  311. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TBaseTypeInList_t930C0978E39F5B15CECB5CC7730F5B65BD9B9322 },
  312. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TQueryType_t16C44BD3C52B486C42190E646CFB733F55507ACE },
  313. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_List_1_tDF6932143B86526C19E7D779CB4E0D6240F2DE7E },
  314. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_Add_m6015040261A90577C90B29E397387D54748DEDE1 },
  315. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_Enumerator_MoveNext_m50F59023C82A4F110236C5236EFCA7D7AEB92192 },
  316. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_Enumerator_t59742E2E436020EA1188EAEE284400369AA3BB49 },
  317. { (Il2CppRGCTXDataType)5, (const void *)&g_rgctx_Enumerator_t59742E2E436020EA1188EAEE284400369AA3BB49_IDisposable_Dispose_m3C902735BE731EE30AC1185E7AEF6ACE7A9D9CC7 },
  318. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_List_1_t4FD62234F80546ED54378254D3B222948841B4AF },
  319. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_get_Item_m3935F8C510B45D47FD1F8DFEEE467CE30B145BF4 },
  320. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TBaseTypeInList_t7042BCACE0A8A2A88132E86C1016AB2EA0E01C54 },
  321. { (Il2CppRGCTXDataType)5, (const void *)&g_rgctx_TBaseTypeInList_t7042BCACE0A8A2A88132E86C1016AB2EA0E01C54_ISubsystemDescriptor_get_id_mB5D2D5D3B9E9FD3ABF5E064E1262DD4AAF09C6F2 },
  322. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TDescriptor_tD5C1BF59BFFF7F69AC9140BA35E4178DF9C59EC2 },
  323. { (Il2CppRGCTXDataType)5, (const void *)&g_rgctx_TDescriptor_tD5C1BF59BFFF7F69AC9140BA35E4178DF9C59EC2_ISubsystemDescriptor_get_id_mB5D2D5D3B9E9FD3ABF5E064E1262DD4AAF09C6F2 },
  324. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_set_Item_m58B49CD878D3DC099EB422A63AB014DF5B1CAE06 },
  325. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_get_Count_mC3BAEE88ADF85DEC0CA10B97B3E7F42183A8AFBB },
  326. { (Il2CppRGCTXDataType)3, (const void *)&g_rgctx_List_1_Add_m99E6BCF557EB89898061B9B8761AA6D402DD2592 },
  327. };
  328. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_SubsystemsModule_CodeGenModule;
  329. const Il2CppCodeGenModule g_UnityEngine_SubsystemsModule_CodeGenModule =
  330. {
  331. "UnityEngine.SubsystemsModule.dll",
  332. 68,
  333. s_methodPointers,
  334. 0,
  335. NULL,
  336. s_InvokerIndices,
  337. 0,
  338. NULL,
  339. 5,
  340. s_rgctxIndices,
  341. 27,
  342. s_rgctxValues,
  343. NULL,
  344. NULL, // module initializer,
  345. NULL,
  346. NULL,
  347. NULL,
  348. };