暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

UnityEngine.JSONSerializeModule_CodeGen.c 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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.JsonUtility::ToJsonInternal(System.Object,System.Boolean)
  9. extern void JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD (void);
  10. // 0x00000002 System.Object UnityEngine.JsonUtility::FromJsonInternal(System.String,System.Object,System.Type)
  11. extern void JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0 (void);
  12. // 0x00000003 System.String UnityEngine.JsonUtility::ToJson(System.Object)
  13. extern void JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA (void);
  14. // 0x00000004 System.String UnityEngine.JsonUtility::ToJson(System.Object,System.Boolean)
  15. extern void JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53 (void);
  16. // 0x00000005 T UnityEngine.JsonUtility::FromJson(System.String)
  17. // 0x00000006 System.Object UnityEngine.JsonUtility::FromJson(System.String,System.Type)
  18. extern void JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A (void);
  19. static Il2CppMethodPointer s_methodPointers[6] =
  20. {
  21. JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD,
  22. JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0,
  23. JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA,
  24. JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53,
  25. NULL,
  26. JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A,
  27. };
  28. static const int32_t s_InvokerIndices[6] =
  29. {
  30. 7479,
  31. 6948,
  32. 8052,
  33. 7479,
  34. 0,
  35. 7489,
  36. };
  37. static const Il2CppTokenRangePair s_rgctxIndices[1] =
  38. {
  39. { 0x06000005, { 0, 2 } },
  40. };
  41. extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
  42. extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
  43. static const Il2CppRGCTXDefinition s_rgctxValues[2] =
  44. {
  45. { (Il2CppRGCTXDataType)1, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
  46. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
  47. };
  48. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule;
  49. const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule =
  50. {
  51. "UnityEngine.JSONSerializeModule.dll",
  52. 6,
  53. s_methodPointers,
  54. 0,
  55. NULL,
  56. s_InvokerIndices,
  57. 0,
  58. NULL,
  59. 1,
  60. s_rgctxIndices,
  61. 2,
  62. s_rgctxValues,
  63. NULL,
  64. NULL, // module initializer,
  65. NULL,
  66. NULL,
  67. NULL,
  68. };