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

GoogleMobileAds.Ump_CodeGen.c 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern void ConsentDebugSettings__ctor_m55A234F30D3B678E063DFBB6B9D838DC5768744D (void);
  9. extern void ConsentRequestParameters__ctor_mB689D636424571F47A023696E0916A769EE1EC5C (void);
  10. extern void FormError__ctor_m74D2F9BD01E242B45657155A11219192DF02A8A7 (void);
  11. extern void FormError_set_ErrorCode_mCC38EFF4FB071A3DA5B2E0D0F77A527E1D5B5426 (void);
  12. extern void FormError_set_Message_mA6F54ADCA0D8A37C7CBD0A68B213AAE392BA8F1F (void);
  13. static Il2CppMethodPointer s_methodPointers[5] =
  14. {
  15. ConsentDebugSettings__ctor_m55A234F30D3B678E063DFBB6B9D838DC5768744D,
  16. ConsentRequestParameters__ctor_mB689D636424571F47A023696E0916A769EE1EC5C,
  17. FormError__ctor_m74D2F9BD01E242B45657155A11219192DF02A8A7,
  18. FormError_set_ErrorCode_mCC38EFF4FB071A3DA5B2E0D0F77A527E1D5B5426,
  19. FormError_set_Message_mA6F54ADCA0D8A37C7CBD0A68B213AAE392BA8F1F,
  20. };
  21. static const int32_t s_InvokerIndices[5] =
  22. {
  23. 6399,
  24. 6399,
  25. 2727,
  26. 5198,
  27. 5226,
  28. };
  29. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_GoogleMobileAds_Ump_CodeGenModule;
  30. const Il2CppCodeGenModule g_GoogleMobileAds_Ump_CodeGenModule =
  31. {
  32. "GoogleMobileAds.Ump.dll",
  33. 5,
  34. s_methodPointers,
  35. 0,
  36. NULL,
  37. s_InvokerIndices,
  38. 0,
  39. NULL,
  40. 0,
  41. NULL,
  42. 0,
  43. NULL,
  44. NULL,
  45. NULL,
  46. NULL,
  47. NULL,
  48. NULL,
  49. };