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.

System.Runtime.Serialization.cpp 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. struct DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F;
  9. struct DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73;
  10. struct EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F;
  11. struct String_t;
  12. IL2CPP_EXTERN_C_BEGIN
  13. IL2CPP_EXTERN_C_END
  14. #ifdef __clang__
  15. #pragma clang diagnostic push
  16. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  17. #pragma clang diagnostic ignored "-Wunused-variable"
  18. #endif
  19. struct U3CModuleU3E_t5CFA55679A8E9D2525AFBC9C50BEC051BEA21310
  20. {
  21. };
  22. struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
  23. {
  24. };
  25. struct String_t : public RuntimeObject
  26. {
  27. int32_t ____stringLength;
  28. Il2CppChar ____firstChar;
  29. };
  30. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  31. {
  32. };
  33. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  34. {
  35. };
  36. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  37. {
  38. };
  39. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
  40. {
  41. bool ___m_value;
  42. };
  43. struct DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
  44. {
  45. bool ___isReference;
  46. };
  47. struct DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
  48. {
  49. String_t* ___name;
  50. int32_t ___order;
  51. bool ___isRequired;
  52. bool ___emitDefaultValue;
  53. };
  54. struct EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
  55. {
  56. String_t* ___value;
  57. };
  58. struct IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
  59. {
  60. };
  61. struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
  62. {
  63. int32_t ___m_value;
  64. };
  65. struct String_t_StaticFields
  66. {
  67. String_t* ___Empty;
  68. };
  69. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
  70. {
  71. String_t* ___TrueString;
  72. String_t* ___FalseString;
  73. };
  74. #ifdef __clang__
  75. #pragma clang diagnostic pop
  76. #endif
  77. #ifdef __clang__
  78. #pragma clang diagnostic push
  79. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  80. #pragma clang diagnostic ignored "-Wunused-variable"
  81. #endif
  82. #ifdef __clang__
  83. #pragma clang diagnostic pop
  84. #endif
  85. #ifdef __clang__
  86. #pragma clang diagnostic push
  87. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  88. #pragma clang diagnostic ignored "-Wunused-variable"
  89. #endif
  90. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_mEC2FFE0351B0DD896E7805670D6A614B1AE4C101 (DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* __this, const RuntimeMethod* method)
  91. {
  92. {
  93. bool L_0 = __this->___isReference;
  94. return L_0;
  95. }
  96. }
  97. #ifdef __clang__
  98. #pragma clang diagnostic pop
  99. #endif
  100. #ifdef __clang__
  101. #pragma clang diagnostic push
  102. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  103. #pragma clang diagnostic ignored "-Wunused-variable"
  104. #endif
  105. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method)
  106. {
  107. {
  108. String_t* L_0 = __this->___name;
  109. return L_0;
  110. }
  111. }
  112. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956 (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method)
  113. {
  114. {
  115. int32_t L_0 = __this->___order;
  116. return L_0;
  117. }
  118. }
  119. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_m318C586E28E349EA87096FE6FE473B4C4FD58C73 (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method)
  120. {
  121. {
  122. bool L_0 = __this->___isRequired;
  123. return L_0;
  124. }
  125. }
  126. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_m430708B4CFB34DD522B6D01A66CE8FDEDCC088E8 (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method)
  127. {
  128. {
  129. bool L_0 = __this->___emitDefaultValue;
  130. return L_0;
  131. }
  132. }
  133. #ifdef __clang__
  134. #pragma clang diagnostic pop
  135. #endif
  136. #ifdef __clang__
  137. #pragma clang diagnostic push
  138. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  139. #pragma clang diagnostic ignored "-Wunused-variable"
  140. #endif
  141. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMemberAttribute_get_Value_mB41126B613B9FD1CD8A05D08FCEC4B6663864BE9 (EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F* __this, const RuntimeMethod* method)
  142. {
  143. {
  144. String_t* L_0 = __this->___value;
  145. return L_0;
  146. }
  147. }
  148. #ifdef __clang__
  149. #pragma clang diagnostic pop
  150. #endif
  151. #ifdef __clang__
  152. #pragma clang diagnostic push
  153. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  154. #pragma clang diagnostic ignored "-Wunused-variable"
  155. #endif
  156. #ifdef __clang__
  157. #pragma clang diagnostic pop
  158. #endif