UnityEngine.JSONSerializeModule_CodeGen.c 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. extern void JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD (void);
  9. extern void JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0 (void);
  10. extern void JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA (void);
  11. extern void JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53 (void);
  12. extern void JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A (void);
  13. extern void JsonUtility_FromJsonOverwrite_mF60C8238431C1A42F7F482BB717757B281570D56 (void);
  14. static Il2CppMethodPointer s_methodPointers[7] =
  15. {
  16. JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD,
  17. JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0,
  18. JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA,
  19. JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53,
  20. NULL,
  21. JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A,
  22. JsonUtility_FromJsonOverwrite_mF60C8238431C1A42F7F482BB717757B281570D56,
  23. };
  24. static const int32_t s_InvokerIndices[7] =
  25. {
  26. 13715,
  27. 12545,
  28. 14820,
  29. 13715,
  30. 0,
  31. 13728,
  32. 14189,
  33. };
  34. static const Il2CppTokenRangePair s_rgctxIndices[1] =
  35. {
  36. { 0x06000005, { 0, 2 } },
  37. };
  38. extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
  39. extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
  40. static const Il2CppRGCTXDefinition s_rgctxValues[2] =
  41. {
  42. { (Il2CppRGCTXDataType)1, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
  43. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
  44. };
  45. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule;
  46. const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule =
  47. {
  48. "UnityEngine.JSONSerializeModule.dll",
  49. 7,
  50. s_methodPointers,
  51. 0,
  52. NULL,
  53. s_InvokerIndices,
  54. 0,
  55. NULL,
  56. 1,
  57. s_rgctxIndices,
  58. 2,
  59. s_rgctxValues,
  60. NULL,
  61. NULL,
  62. NULL,
  63. NULL,
  64. NULL,
  65. };