System.Xml.cpp 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. #include <stdint.h>
  9. IL2CPP_EXTERN_C RuntimeClass* XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var;
  10. IL2CPP_EXTERN_C_BEGIN
  11. IL2CPP_EXTERN_C_END
  12. #ifdef __clang__
  13. #pragma clang diagnostic push
  14. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  15. #pragma clang diagnostic ignored "-Wunused-variable"
  16. #endif
  17. // <Module>
  18. struct U3CModuleU3E_t4791F64F4B6411D4D033A002CAD365D597AA2451
  19. {
  20. };
  21. struct Il2CppArrayBounds;
  22. // System.ValueType
  23. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  24. {
  25. };
  26. // Native definition for P/Invoke marshalling of System.ValueType
  27. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  28. {
  29. };
  30. // Native definition for COM marshalling of System.ValueType
  31. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  32. {
  33. };
  34. // System.Xml.XmlNode
  35. struct XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF : public RuntimeObject
  36. {
  37. };
  38. // System.Xml.XmlReader
  39. struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject
  40. {
  41. };
  42. struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields
  43. {
  44. // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap
  45. uint32_t ___IsTextualNodeBitmap_0;
  46. // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap
  47. uint32_t ___CanReadContentAsBitmap_1;
  48. // System.UInt32 System.Xml.XmlReader::HasValueBitmap
  49. uint32_t ___HasValueBitmap_2;
  50. };
  51. // System.UInt32
  52. struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
  53. {
  54. // System.UInt32 System.UInt32::m_value
  55. uint32_t ___m_value_0;
  56. };
  57. // System.Void
  58. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  59. {
  60. union
  61. {
  62. struct
  63. {
  64. };
  65. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  66. };
  67. };
  68. #ifdef __clang__
  69. #pragma clang diagnostic pop
  70. #endif
  71. #ifdef __clang__
  72. #pragma clang diagnostic push
  73. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  74. #pragma clang diagnostic ignored "-Wunused-variable"
  75. #endif
  76. #ifdef __clang__
  77. #pragma clang diagnostic pop
  78. #endif
  79. #ifdef __clang__
  80. #pragma clang diagnostic push
  81. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  82. #pragma clang diagnostic ignored "-Wunused-variable"
  83. #endif
  84. // System.Void System.Xml.XmlReader::.cctor()
  85. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__cctor_m9FF3BD38D3644E099B8305E251679A77A0DF493E (const RuntimeMethod* method)
  86. {
  87. static bool s_Il2CppMethodInitialized;
  88. if (!s_Il2CppMethodInitialized)
  89. {
  90. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
  91. s_Il2CppMethodInitialized = true;
  92. }
  93. {
  94. ((XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var))->___IsTextualNodeBitmap_0 = ((int32_t)24600);
  95. ((XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var))->___CanReadContentAsBitmap_1 = ((int32_t)123324);
  96. ((XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var))->___HasValueBitmap_2 = ((int32_t)157084);
  97. return;
  98. }
  99. }
  100. #ifdef __clang__
  101. #pragma clang diagnostic pop
  102. #endif
  103. #ifdef __clang__
  104. #pragma clang diagnostic push
  105. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  106. #pragma clang diagnostic ignored "-Wunused-variable"
  107. #endif
  108. #ifdef __clang__
  109. #pragma clang diagnostic pop
  110. #endif