QFramework.Core.Serialize.cpp 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. #include "il2cpp-config.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <cstring>
  8. #include <string.h>
  9. #include <stdio.h>
  10. #include <cmath>
  11. #include <limits>
  12. #include <assert.h>
  13. #include <stdint.h>
  14. #include "codegen/il2cpp-codegen.h"
  15. #include "il2cpp-object-internals.h"
  16. // QFramework.DefaultJsonSerializeUtility
  17. struct DefaultJsonSerializeUtility_t011E1A866FD8BA967C78441710A000F4E4696AF1;
  18. IL2CPP_EXTERN_C_BEGIN
  19. IL2CPP_EXTERN_C_END
  20. #ifdef __clang__
  21. #pragma clang diagnostic push
  22. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  23. #pragma clang diagnostic ignored "-Wunused-variable"
  24. #endif
  25. // <Module>
  26. struct U3CModuleU3E_t50E77EDA376FE18B403BF37F37CA742FDE84791B
  27. {
  28. public:
  29. public:
  30. };
  31. // System.Object
  32. // QFramework.DefaultJsonSerializeUtility
  33. struct DefaultJsonSerializeUtility_t011E1A866FD8BA967C78441710A000F4E4696AF1 : public RuntimeObject
  34. {
  35. public:
  36. public:
  37. };
  38. struct Il2CppArrayBounds;
  39. // System.Array
  40. // System.ValueType
  41. struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
  42. {
  43. public:
  44. public:
  45. };
  46. // Native definition for P/Invoke marshalling of System.ValueType
  47. struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
  48. {
  49. };
  50. // Native definition for COM marshalling of System.ValueType
  51. struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
  52. {
  53. };
  54. // System.Void
  55. struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
  56. {
  57. public:
  58. union
  59. {
  60. struct
  61. {
  62. };
  63. uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
  64. };
  65. public:
  66. };
  67. #ifdef __clang__
  68. #pragma clang diagnostic pop
  69. #endif
  70. // System.Void System.Object::.ctor()
  71. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
  72. #ifdef __clang__
  73. #pragma clang diagnostic push
  74. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  75. #pragma clang diagnostic ignored "-Wunused-variable"
  76. #endif
  77. #ifdef __clang__
  78. #pragma clang diagnostic pop
  79. #endif
  80. #ifdef __clang__
  81. #pragma clang diagnostic push
  82. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  83. #pragma clang diagnostic ignored "-Wunused-variable"
  84. #endif
  85. // System.Void QFramework.DefaultJsonSerializeUtility::.ctor()
  86. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonSerializeUtility__ctor_m0C14BAE10C061723795C90D562986FB46C873249 (DefaultJsonSerializeUtility_t011E1A866FD8BA967C78441710A000F4E4696AF1 * __this, const RuntimeMethod* method)
  87. {
  88. {
  89. Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
  90. return;
  91. }
  92. }
  93. #ifdef __clang__
  94. #pragma clang diagnostic pop
  95. #endif