Ruyi_client_new/xcode/Classes/Native/Il2CppMetadataRegistration.c

51 lines
1.1 KiB
C
Raw Permalink Normal View History

2025-11-30 04:31:55 +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-12-04 13:42:24 +08:00
11487,
2025-11-30 04:31:55 +08:00
s_Il2CppGenericTypes,
2025-12-04 13:42:24 +08:00
2756,
2025-11-30 04:31:55 +08:00
g_Il2CppGenericInstTable,
2025-12-04 13:42:24 +08:00
17833,
2025-11-30 04:31:55 +08:00
s_Il2CppGenericMethodFunctions,
2025-12-04 13:42:24 +08:00
25304,
2025-11-30 04:31:55 +08:00
g_Il2CppTypeTable,
2025-12-04 13:42:24 +08:00
19009,
2025-11-30 04:31:55 +08:00
g_Il2CppMethodSpecTable,
2025-12-04 13:42:24 +08:00
4454,
2025-11-30 04:31:55 +08:00
g_FieldOffsetTable,
2025-12-04 13:42:24 +08:00
4454,
2025-11-30 04:31:55 +08:00
g_Il2CppTypeDefinitionSizesTable,
2025-12-04 13:42:24 +08:00
26951,
2025-11-30 04:31:55 +08:00
g_MetadataUsages,
};