changhong_newclient/xcode/Classes/Native/Il2CppMetadataRegistration.c

51 lines
1.1 KiB
C
Raw Normal View History

2025-09-22 17:27:49 +08:00
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
extern Il2CppGenericClass* const s_Il2CppGenericTypes[];
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
extern const Il2CppGenericMethodFunctionsDefinitions s_Il2CppGenericMethodFunctions[];
extern const Il2CppType* const g_Il2CppTypeTable[];
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
IL2CPP_EXTERN_C_CONST int32_t* g_FieldOffsetTable[];
IL2CPP_EXTERN_C_CONST Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
extern void** const g_MetadataUsages[];
extern const Il2CppMetadataRegistration g_MetadataRegistration;
const Il2CppMetadataRegistration g_MetadataRegistration =
{
2025-11-08 20:02:29 +08:00
11519,
2025-09-22 17:27:49 +08:00
s_Il2CppGenericTypes,
2025-11-08 20:02:29 +08:00
2766,
2025-09-22 17:27:49 +08:00
g_Il2CppGenericInstTable,
2025-11-08 20:02:29 +08:00
17891,
2025-09-22 17:27:49 +08:00
s_Il2CppGenericMethodFunctions,
2025-11-08 20:02:29 +08:00
25486,
2025-09-22 17:27:49 +08:00
g_Il2CppTypeTable,
2025-11-08 20:02:29 +08:00
19068,
2025-09-22 17:27:49 +08:00
g_Il2CppMethodSpecTable,
2025-11-08 20:02:29 +08:00
4505,
2025-09-22 17:27:49 +08:00
g_FieldOffsetTable,
2025-11-08 20:02:29 +08:00
4505,
2025-09-22 17:27:49 +08:00
g_Il2CppTypeDefinitionSizesTable,
2025-11-08 20:02:29 +08:00
27413,
2025-09-22 17:27:49 +08:00
g_MetadataUsages,
};