Bulk_UnityScript.Lang_0.cpp 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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 "il2cpp-class-internals.h"
  15. #include "codegen/il2cpp-codegen.h"
  16. #include "il2cpp-object-internals.h"
  17. #ifndef U3CMODULEU3E_T692745559_H
  18. #define U3CMODULEU3E_T692745559_H
  19. #ifdef __clang__
  20. #pragma clang diagnostic push
  21. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  22. #pragma clang diagnostic ignored "-Wunused-variable"
  23. #endif
  24. // <Module>
  25. struct U3CModuleU3E_t692745559
  26. {
  27. public:
  28. public:
  29. };
  30. #ifdef __clang__
  31. #pragma clang diagnostic pop
  32. #endif
  33. #endif // U3CMODULEU3E_T692745559_H
  34. #ifndef RUNTIMEOBJECT_H
  35. #define RUNTIMEOBJECT_H
  36. #ifdef __clang__
  37. #pragma clang diagnostic push
  38. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  39. #pragma clang diagnostic ignored "-Wunused-variable"
  40. #endif
  41. // System.Object
  42. #ifdef __clang__
  43. #pragma clang diagnostic pop
  44. #endif
  45. #endif // RUNTIMEOBJECT_H
  46. struct Il2CppArrayBounds;
  47. #ifndef RUNTIMEARRAY_H
  48. #define RUNTIMEARRAY_H
  49. #ifdef __clang__
  50. #pragma clang diagnostic push
  51. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  52. #pragma clang diagnostic ignored "-Wunused-variable"
  53. #endif
  54. // System.Array
  55. #ifdef __clang__
  56. #pragma clang diagnostic pop
  57. #endif
  58. #endif // RUNTIMEARRAY_H
  59. #ifndef EXTENSIONS_T2136153417_H
  60. #define EXTENSIONS_T2136153417_H
  61. #ifdef __clang__
  62. #pragma clang diagnostic push
  63. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  64. #pragma clang diagnostic ignored "-Wunused-variable"
  65. #endif
  66. // UnityScript.Lang.Extensions
  67. struct Extensions_t2136153417 : public RuntimeObject
  68. {
  69. public:
  70. public:
  71. };
  72. #ifdef __clang__
  73. #pragma clang diagnostic pop
  74. #endif
  75. #endif // EXTENSIONS_T2136153417_H
  76. #ifndef VALUETYPE_T3640485471_H
  77. #define VALUETYPE_T3640485471_H
  78. #ifdef __clang__
  79. #pragma clang diagnostic push
  80. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  81. #pragma clang diagnostic ignored "-Wunused-variable"
  82. #endif
  83. // System.ValueType
  84. struct ValueType_t3640485471 : public RuntimeObject
  85. {
  86. public:
  87. public:
  88. };
  89. #ifdef __clang__
  90. #pragma clang diagnostic pop
  91. #endif
  92. // Native definition for P/Invoke marshalling of System.ValueType
  93. struct ValueType_t3640485471_marshaled_pinvoke
  94. {
  95. };
  96. // Native definition for COM marshalling of System.ValueType
  97. struct ValueType_t3640485471_marshaled_com
  98. {
  99. };
  100. #endif // VALUETYPE_T3640485471_H
  101. #ifndef INT32_T2950945753_H
  102. #define INT32_T2950945753_H
  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. // System.Int32
  109. struct Int32_t2950945753
  110. {
  111. public:
  112. // System.Int32 System.Int32::m_value
  113. int32_t ___m_value_2;
  114. public:
  115. inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Int32_t2950945753, ___m_value_2)); }
  116. inline int32_t get_m_value_2() const { return ___m_value_2; }
  117. inline int32_t* get_address_of_m_value_2() { return &___m_value_2; }
  118. inline void set_m_value_2(int32_t value)
  119. {
  120. ___m_value_2 = value;
  121. }
  122. };
  123. #ifdef __clang__
  124. #pragma clang diagnostic pop
  125. #endif
  126. #endif // INT32_T2950945753_H
  127. // System.Int32 System.Array::get_Length()
  128. extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method);
  129. #ifdef __clang__
  130. #pragma clang diagnostic push
  131. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  132. #pragma clang diagnostic ignored "-Wunused-variable"
  133. #endif
  134. #ifdef __clang__
  135. #pragma clang diagnostic pop
  136. #endif
  137. #ifdef __clang__
  138. #pragma clang diagnostic push
  139. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  140. #pragma clang diagnostic ignored "-Wunused-variable"
  141. #endif
  142. // System.Int32 UnityScript.Lang.Extensions::get_length(System.Array)
  143. extern "C" IL2CPP_METHOD_ATTR int32_t Extensions_get_length_m2314046232 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___a0, const RuntimeMethod* method)
  144. {
  145. {
  146. RuntimeArray * L_0 = ___a0;
  147. NullCheck(L_0);
  148. int32_t L_1 = Array_get_Length_m21610649(L_0, /*hidden argument*/NULL);
  149. return L_1;
  150. }
  151. }
  152. #ifdef __clang__
  153. #pragma clang diagnostic pop
  154. #endif