QFramework.BindableProperty_CodeGen.c 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. #include "il2cpp-config.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. IL2CPP_EXTERN_C_BEGIN
  9. IL2CPP_EXTERN_C_END
  10. // 0x00000001 System.Void QFramework.Property`1::.ctor()
  11. // 0x00000002 System.Void QFramework.Property`1::.ctor(T)
  12. // 0x00000003 T QFramework.Property`1::get_Value()
  13. // 0x00000004 System.Void QFramework.Property`1::set_Value(T)
  14. // 0x00000005 T QFramework.Property`1::GetValue()
  15. // 0x00000006 System.Void QFramework.Property`1::SetValue(T)
  16. // 0x00000007 System.Boolean QFramework.Property`1::IsValueChanged(T)
  17. // 0x00000008 System.Void QFramework.Property`1::DispatchValueChangeEvent()
  18. // 0x00000009 System.IDisposable QFramework.Property`1::Bind(System.Action`1<T>)
  19. // 0x0000000A System.IDisposable QFramework.Property`1::BindWithInitialValue(System.Action`1<T>)
  20. // 0x0000000B System.Void QFramework.Property`1::UnBindAll()
  21. // 0x0000000C System.Void QFramework.Property`1::add_mSetter(System.Action`1<T>)
  22. // 0x0000000D System.Void QFramework.Property`1::remove_mSetter(System.Action`1<T>)
  23. // 0x0000000E System.Int32 QFramework.IntProperty::get_Value()
  24. extern void IntProperty_get_Value_m0D588ECBE12FA1F6FAEBA46E23431B85271EAB82 ();
  25. // 0x0000000F System.Void QFramework.IntProperty::set_Value(System.Int32)
  26. extern void IntProperty_set_Value_m746294F58FA7AD9307D8B2C9EFC10C51B50E7063 ();
  27. // 0x00000010 System.Void QFramework.IntProperty::.ctor()
  28. extern void IntProperty__ctor_m1207EF5F151FF6236055C01A407AFDB15F5C6963 ();
  29. // 0x00000011 System.Void QFramework.OnPropertyChangedEvent`1::.ctor()
  30. // 0x00000012 System.Void QFramework.CustomDisposable::.ctor(System.Action)
  31. extern void CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC ();
  32. // 0x00000013 System.Void QFramework.CustomDisposable::Dispose()
  33. extern void CustomDisposable_Dispose_m305AD8EF6008CCAB661D7F37878D89CD782CB05F ();
  34. // 0x00000014 System.Void QFramework.PlayerPrefsBooleanProperty::.ctor(System.String,System.Boolean)
  35. extern void PlayerPrefsBooleanProperty__ctor_mF968A604622D991FCE1F05EA7CFF9C8A4C44A704 ();
  36. // 0x00000015 System.Void QFramework.PlayerPrefsFloatProperty::.ctor(System.String,System.Single)
  37. extern void PlayerPrefsFloatProperty__ctor_mF11F115F13215499E0949A6CDFFAA6B7802481FF ();
  38. // 0x00000016 System.Void QFramework.PlayerPrefsIntProperty::.ctor(System.String,System.Int32)
  39. extern void PlayerPrefsIntProperty__ctor_m1D150A97BCDC55A043F3099C0824E283283504C1 ();
  40. // 0x00000017 System.Void QFramework.PlayerPrefsStringProperty::.ctor(System.String,System.String)
  41. extern void PlayerPrefsStringProperty__ctor_mA333594B97D1EBE58F3E9FD140F90237FDC18FB3 ();
  42. // 0x00000018 System.Void QFramework.CustomProperty`1::.ctor(System.Func`1<T>,System.Action`1<T>)
  43. // 0x00000019 T QFramework.CustomProperty`1::GetValue()
  44. // 0x0000001A System.Void QFramework.CustomProperty`1::SetValue(T)
  45. // 0x0000001B System.Void QFramework.Property`1_<>c::.cctor()
  46. // 0x0000001C System.Void QFramework.Property`1_<>c::.ctor()
  47. // 0x0000001D System.Void QFramework.Property`1_<>c::<.ctor>b__0_0(T)
  48. // 0x0000001E System.Void QFramework.Property`1_<>c::<.ctor>b__2_0(T)
  49. // 0x0000001F System.Void QFramework.Property`1_<>c__DisplayClass11_0::.ctor()
  50. // 0x00000020 System.Void QFramework.Property`1_<>c__DisplayClass11_0::<Bind>b__0()
  51. // 0x00000021 System.Void QFramework.PlayerPrefsBooleanProperty_<>c__DisplayClass0_0::.ctor()
  52. extern void U3CU3Ec__DisplayClass0_0__ctor_mF170CD923A503A87B0BFAB2944523D8AEBFB5208 ();
  53. // 0x00000022 System.Void QFramework.PlayerPrefsBooleanProperty_<>c__DisplayClass0_0::<.ctor>b__0(System.Boolean)
  54. extern void U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_m6EC18339B17E0A47743511C193E0A95A5AF0B97C ();
  55. // 0x00000023 System.Void QFramework.PlayerPrefsFloatProperty_<>c__DisplayClass0_0::.ctor()
  56. extern void U3CU3Ec__DisplayClass0_0__ctor_m2DF749FA68372183654E90949447C96544D6A1BF ();
  57. // 0x00000024 System.Void QFramework.PlayerPrefsFloatProperty_<>c__DisplayClass0_0::<.ctor>b__0(System.Single)
  58. extern void U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_mCD5CB571CE41334F0572A2B4B673357B2CA1948B ();
  59. // 0x00000025 System.Void QFramework.PlayerPrefsIntProperty_<>c__DisplayClass0_0::.ctor()
  60. extern void U3CU3Ec__DisplayClass0_0__ctor_m0D597A42A9F861EFFB5B8752A35FAD810DB24939 ();
  61. // 0x00000026 System.Void QFramework.PlayerPrefsIntProperty_<>c__DisplayClass0_0::<.ctor>b__0(System.Int32)
  62. extern void U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_m80294909709DFA98D09D1C76BADE8E8B5E1E8859 ();
  63. // 0x00000027 System.Void QFramework.PlayerPrefsStringProperty_<>c__DisplayClass0_0::.ctor()
  64. extern void U3CU3Ec__DisplayClass0_0__ctor_mE3A04D670EB93B903D31AF5EEBB50389356CE446 ();
  65. // 0x00000028 System.Void QFramework.PlayerPrefsStringProperty_<>c__DisplayClass0_0::<.ctor>b__0(System.String)
  66. extern void U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_m0CE36AE89795354A1E6F731BDB7985DB95B58682 ();
  67. static Il2CppMethodPointer s_methodPointers[40] =
  68. {
  69. NULL,
  70. NULL,
  71. NULL,
  72. NULL,
  73. NULL,
  74. NULL,
  75. NULL,
  76. NULL,
  77. NULL,
  78. NULL,
  79. NULL,
  80. NULL,
  81. NULL,
  82. IntProperty_get_Value_m0D588ECBE12FA1F6FAEBA46E23431B85271EAB82,
  83. IntProperty_set_Value_m746294F58FA7AD9307D8B2C9EFC10C51B50E7063,
  84. IntProperty__ctor_m1207EF5F151FF6236055C01A407AFDB15F5C6963,
  85. NULL,
  86. CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC,
  87. CustomDisposable_Dispose_m305AD8EF6008CCAB661D7F37878D89CD782CB05F,
  88. PlayerPrefsBooleanProperty__ctor_mF968A604622D991FCE1F05EA7CFF9C8A4C44A704,
  89. PlayerPrefsFloatProperty__ctor_mF11F115F13215499E0949A6CDFFAA6B7802481FF,
  90. PlayerPrefsIntProperty__ctor_m1D150A97BCDC55A043F3099C0824E283283504C1,
  91. PlayerPrefsStringProperty__ctor_mA333594B97D1EBE58F3E9FD140F90237FDC18FB3,
  92. NULL,
  93. NULL,
  94. NULL,
  95. NULL,
  96. NULL,
  97. NULL,
  98. NULL,
  99. NULL,
  100. NULL,
  101. U3CU3Ec__DisplayClass0_0__ctor_mF170CD923A503A87B0BFAB2944523D8AEBFB5208,
  102. U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_m6EC18339B17E0A47743511C193E0A95A5AF0B97C,
  103. U3CU3Ec__DisplayClass0_0__ctor_m2DF749FA68372183654E90949447C96544D6A1BF,
  104. U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_mCD5CB571CE41334F0572A2B4B673357B2CA1948B,
  105. U3CU3Ec__DisplayClass0_0__ctor_m0D597A42A9F861EFFB5B8752A35FAD810DB24939,
  106. U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_m80294909709DFA98D09D1C76BADE8E8B5E1E8859,
  107. U3CU3Ec__DisplayClass0_0__ctor_mE3A04D670EB93B903D31AF5EEBB50389356CE446,
  108. U3CU3Ec__DisplayClass0_0_U3C_ctorU3Eb__0_m0CE36AE89795354A1E6F731BDB7985DB95B58682,
  109. };
  110. static const int32_t s_InvokerIndices[40] =
  111. {
  112. -1,
  113. -1,
  114. -1,
  115. -1,
  116. -1,
  117. -1,
  118. -1,
  119. -1,
  120. -1,
  121. -1,
  122. -1,
  123. -1,
  124. -1,
  125. 10,
  126. 32,
  127. 23,
  128. -1,
  129. 26,
  130. 23,
  131. 461,
  132. 942,
  133. 130,
  134. 27,
  135. -1,
  136. -1,
  137. -1,
  138. -1,
  139. -1,
  140. -1,
  141. -1,
  142. -1,
  143. -1,
  144. 23,
  145. 31,
  146. 23,
  147. 341,
  148. 23,
  149. 32,
  150. 23,
  151. 26,
  152. };
  153. static const Il2CppTokenRangePair s_rgctxIndices[5] =
  154. {
  155. { 0x02000002, { 0, 20 } },
  156. { 0x02000004, { 24, 2 } },
  157. { 0x0200000A, { 26, 6 } },
  158. { 0x0200000B, { 20, 3 } },
  159. { 0x0200000C, { 23, 1 } },
  160. };
  161. static const Il2CppRGCTXDefinition s_rgctxValues[32] =
  162. {
  163. { (Il2CppRGCTXDataType)2, 27778 },
  164. { (Il2CppRGCTXDataType)3, 18754 },
  165. { (Il2CppRGCTXDataType)2, 24826 },
  166. { (Il2CppRGCTXDataType)3, 18755 },
  167. { (Il2CppRGCTXDataType)2, 27779 },
  168. { (Il2CppRGCTXDataType)3, 18756 },
  169. { (Il2CppRGCTXDataType)3, 18757 },
  170. { (Il2CppRGCTXDataType)3, 18758 },
  171. { (Il2CppRGCTXDataType)3, 18759 },
  172. { (Il2CppRGCTXDataType)3, 18760 },
  173. { (Il2CppRGCTXDataType)3, 18761 },
  174. { (Il2CppRGCTXDataType)2, 24825 },
  175. { (Il2CppRGCTXDataType)3, 18762 },
  176. { (Il2CppRGCTXDataType)3, 18763 },
  177. { (Il2CppRGCTXDataType)2, 27780 },
  178. { (Il2CppRGCTXDataType)3, 18764 },
  179. { (Il2CppRGCTXDataType)3, 18765 },
  180. { (Il2CppRGCTXDataType)3, 18766 },
  181. { (Il2CppRGCTXDataType)3, 18767 },
  182. { (Il2CppRGCTXDataType)3, 18768 },
  183. { (Il2CppRGCTXDataType)2, 27781 },
  184. { (Il2CppRGCTXDataType)3, 18769 },
  185. { (Il2CppRGCTXDataType)2, 27781 },
  186. { (Il2CppRGCTXDataType)3, 18770 },
  187. { (Il2CppRGCTXDataType)3, 18771 },
  188. { (Il2CppRGCTXDataType)2, 24844 },
  189. { (Il2CppRGCTXDataType)3, 18772 },
  190. { (Il2CppRGCTXDataType)2, 24866 },
  191. { (Il2CppRGCTXDataType)3, 18773 },
  192. { (Il2CppRGCTXDataType)3, 17834 },
  193. { (Il2CppRGCTXDataType)3, 17835 },
  194. { (Il2CppRGCTXDataType)3, 18774 },
  195. };
  196. extern const Il2CppCodeGenModule g_QFramework_BindablePropertyCodeGenModule;
  197. const Il2CppCodeGenModule g_QFramework_BindablePropertyCodeGenModule =
  198. {
  199. "QFramework.BindableProperty.dll",
  200. 40,
  201. s_methodPointers,
  202. s_InvokerIndices,
  203. 0,
  204. NULL,
  205. 5,
  206. s_rgctxIndices,
  207. 32,
  208. s_rgctxValues,
  209. NULL,
  210. };