暫無描述
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.

Unity.Burst.Unsafe.cpp 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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 Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
  9. struct NonVersionableAttribute_t1DB218A79D38828C49D22FA63D91E463687ABDF5;
  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. struct U3CModuleU3E_tF47F9AD17E4C851F27F94EF9A1FB29A52BA6B8A8
  18. {
  19. };
  20. struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
  21. {
  22. };
  23. struct Unsafe_t7A5BFA4CCC4DE54D6A25FB6312C3DB95A35D2B9E : public RuntimeObject
  24. {
  25. };
  26. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  27. {
  28. };
  29. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  30. {
  31. };
  32. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  33. {
  34. };
  35. struct NonVersionableAttribute_t1DB218A79D38828C49D22FA63D91E463687ABDF5 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
  36. {
  37. };
  38. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  39. {
  40. union
  41. {
  42. struct
  43. {
  44. };
  45. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  46. };
  47. };
  48. #ifdef __clang__
  49. #pragma clang diagnostic pop
  50. #endif
  51. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
  52. #ifdef __clang__
  53. #pragma clang diagnostic push
  54. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  55. #pragma clang diagnostic ignored "-Wunused-variable"
  56. #endif
  57. #ifdef __clang__
  58. #pragma clang diagnostic pop
  59. #endif
  60. #ifdef __clang__
  61. #pragma clang diagnostic push
  62. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  63. #pragma clang diagnostic ignored "-Wunused-variable"
  64. #endif
  65. #ifdef __clang__
  66. #pragma clang diagnostic pop
  67. #endif
  68. #ifdef __clang__
  69. #pragma clang diagnostic push
  70. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  71. #pragma clang diagnostic ignored "-Wunused-variable"
  72. #endif
  73. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonVersionableAttribute__ctor_mBC3056ECFEE16B17F3779A50EBDCCD519078E862 (NonVersionableAttribute_t1DB218A79D38828C49D22FA63D91E463687ABDF5* __this, const RuntimeMethod* method)
  74. {
  75. {
  76. Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
  77. return;
  78. }
  79. }
  80. #ifdef __clang__
  81. #pragma clang diagnostic pop
  82. #endif