123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567 |
- #include "pch-cpp.hpp"
-
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
-
-
- #include <limits>
-
-
-
- // System.Collections.Generic.List`1<System.Object>
- struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
- // System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>
- struct List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E;
- // System.Object[]
- struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
- // UnityEngine.SubsystemDescriptor[]
- struct SubsystemDescriptorU5BU5D_t37EEAB4387C3C54A4B704533E5318404D715BE6D;
- // System.Type[]
- struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
- // System.Reflection.Binder
- struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
- // System.Reflection.MemberFilter
- struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
- // System.String
- struct String_t;
- // UnityEngine.SubsystemDescriptor
- struct SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71;
- // System.Type
- struct Type_t;
- // System.Void
- struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
-
- IL2CPP_EXTERN_C RuntimeClass* List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C RuntimeClass* SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9C2B9C77EAE3242F8866EE0253B1B0D3E586ECAD_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF957FE1F33D5E0DC55F8336C509F237F76A391A7_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5A0E0E0028EF6BDE8F18F614D0622A60F2A73115_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6225DC8FE1ED990ECCCE059CF9B5301E766D0ED9_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m65633A14D7199AA50B6688FD52982133703C2F9A_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA786A401DCD46DAD7257EF6A3E5E9EF105C4C1ED_RuntimeMethod_var;
-
- struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
-
- IL2CPP_EXTERN_C_BEGIN
- IL2CPP_EXTERN_C_END
-
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
-
- // <Module>
- struct U3CModuleU3E_tE80C789F5A28FD58248F6A211538517BAE6D5E95
- {
- };
-
- // System.Collections.Generic.List`1<System.Object>
- struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
- {
- // T[] System.Collections.Generic.List`1::_items
- ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
- // System.Int32 System.Collections.Generic.List`1::_size
- int32_t ____size_2;
- // System.Int32 System.Collections.Generic.List`1::_version
- int32_t ____version_3;
- // System.Object System.Collections.Generic.List`1::_syncRoot
- RuntimeObject* ____syncRoot_4;
- };
-
- // System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>
- struct List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E : public RuntimeObject
- {
- // T[] System.Collections.Generic.List`1::_items
- SubsystemDescriptorU5BU5D_t37EEAB4387C3C54A4B704533E5318404D715BE6D* ____items_1;
- // System.Int32 System.Collections.Generic.List`1::_size
- int32_t ____size_2;
- // System.Int32 System.Collections.Generic.List`1::_version
- int32_t ____version_3;
- // System.Object System.Collections.Generic.List`1::_syncRoot
- RuntimeObject* ____syncRoot_4;
- };
-
- // System.Reflection.MemberInfo
- struct MemberInfo_t : public RuntimeObject
- {
- };
-
- // UnityEngine.SubsystemDescriptor
- struct SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71 : public RuntimeObject
- {
- // System.String UnityEngine.SubsystemDescriptor::<id>k__BackingField
- String_t* ___U3CidU3Ek__BackingField_0;
- // System.Type UnityEngine.SubsystemDescriptor::<subsystemImplementationType>k__BackingField
- Type_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1;
- };
-
- // UnityEngine.SubsystemRegistration
- struct SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21 : public RuntimeObject
- {
- };
-
- // System.ValueType
- struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
- {
- };
- // Native definition for P/Invoke marshalling of System.ValueType
- struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.ValueType
- struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
- {
- };
-
- // System.Collections.Generic.List`1/Enumerator<System.Object>
- struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
- {
- // System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
- List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0;
- // System.Int32 System.Collections.Generic.List`1/Enumerator::_index
- int32_t ____index_1;
- // System.Int32 System.Collections.Generic.List`1/Enumerator::_version
- int32_t ____version_2;
- // T System.Collections.Generic.List`1/Enumerator::_current
- RuntimeObject* ____current_3;
- };
-
- // System.Collections.Generic.List`1/Enumerator<UnityEngine.SubsystemDescriptor>
- struct Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822
- {
- // System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
- List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* ____list_0;
- // System.Int32 System.Collections.Generic.List`1/Enumerator::_index
- int32_t ____index_1;
- // System.Int32 System.Collections.Generic.List`1/Enumerator::_version
- int32_t ____version_2;
- // T System.Collections.Generic.List`1/Enumerator::_current
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* ____current_3;
- };
-
- // System.Boolean
- struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
- {
- // System.Boolean System.Boolean::m_value
- bool ___m_value_0;
- };
-
- // System.Int32
- struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
- {
- // System.Int32 System.Int32::m_value
- int32_t ___m_value_0;
- };
-
- // System.IntPtr
- struct IntPtr_t
- {
- // System.Void* System.IntPtr::m_value
- void* ___m_value_0;
- };
-
- // System.Void
- struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
- {
- union
- {
- struct
- {
- };
- uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
- };
- };
-
- // System.RuntimeTypeHandle
- struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
- {
- // System.IntPtr System.RuntimeTypeHandle::value
- intptr_t ___value_0;
- };
-
- // System.Type
- struct Type_t : public MemberInfo_t
- {
- // System.RuntimeTypeHandle System.Type::_impl
- RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
- };
-
- // <Module>
-
- // <Module>
-
- // System.Collections.Generic.List`1<System.Object>
- struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
- {
- // T[] System.Collections.Generic.List`1::s_emptyArray
- ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
- };
-
- // System.Collections.Generic.List`1<System.Object>
-
- // System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>
- struct List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E_StaticFields
- {
- // T[] System.Collections.Generic.List`1::s_emptyArray
- SubsystemDescriptorU5BU5D_t37EEAB4387C3C54A4B704533E5318404D715BE6D* ___s_emptyArray_5;
- };
-
- // System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>
-
- // UnityEngine.SubsystemDescriptor
-
- // UnityEngine.SubsystemDescriptor
-
- // UnityEngine.SubsystemRegistration
- struct SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_StaticFields
- {
- // System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor> UnityEngine.SubsystemRegistration::k_SubsystemDescriptors
- List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* ___k_SubsystemDescriptors_0;
- };
-
- // UnityEngine.SubsystemRegistration
-
- // System.Collections.Generic.List`1/Enumerator<System.Object>
-
- // System.Collections.Generic.List`1/Enumerator<System.Object>
-
- // System.Collections.Generic.List`1/Enumerator<UnityEngine.SubsystemDescriptor>
-
- // System.Collections.Generic.List`1/Enumerator<UnityEngine.SubsystemDescriptor>
-
- // System.Boolean
- struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
- {
- // System.String System.Boolean::TrueString
- String_t* ___TrueString_5;
- // System.String System.Boolean::FalseString
- String_t* ___FalseString_6;
- };
-
- // System.Boolean
-
- // System.Int32
-
- // System.Int32
-
- // System.Void
-
- // System.Void
-
- // System.Type
- struct Type_t_StaticFields
- {
- // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
- Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
- // System.Char System.Type::Delimiter
- Il2CppChar ___Delimiter_1;
- // System.Type[] System.Type::EmptyTypes
- TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
- // System.Object System.Type::Missing
- RuntimeObject* ___Missing_3;
- // System.Reflection.MemberFilter System.Type::FilterAttribute
- MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
- // System.Reflection.MemberFilter System.Type::FilterName
- MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
- // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
- MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
- };
-
- // System.Type
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // System.Object[]
- struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
- {
- ALIGN_FIELD (8) RuntimeObject* m_Items[1];
-
- inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items[index];
- }
- inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items + index;
- }
- inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- m_Items[index] = value;
- Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
- }
- inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
- {
- return m_Items[index];
- }
- inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
- {
- return m_Items + index;
- }
- inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
- {
- m_Items[index] = value;
- Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
- }
- };
-
-
- // System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
- // System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
- // T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
- // System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
- // System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
- // System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
-
- // System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>::GetEnumerator()
- inline Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822 List_1_GetEnumerator_m65633A14D7199AA50B6688FD52982133703C2F9A (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* __this, const RuntimeMethod* method)
- {
- return (( Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822 (*) (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
- }
- // System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.SubsystemDescriptor>::Dispose()
- inline void Enumerator_Dispose_m9C2B9C77EAE3242F8866EE0253B1B0D3E586ECAD (Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822* __this, const RuntimeMethod* method)
- {
- (( void (*) (Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
- }
- // T System.Collections.Generic.List`1/Enumerator<UnityEngine.SubsystemDescriptor>::get_Current()
- inline SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* Enumerator_get_Current_m5A0E0E0028EF6BDE8F18F614D0622A60F2A73115_inline (Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822* __this, const RuntimeMethod* method)
- {
- return (( SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* (*) (Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
- }
- // System.Type UnityEngine.SubsystemDescriptor::get_subsystemImplementationType()
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, const RuntimeMethod* method) ;
- // System.Boolean System.Type::op_Equality(System.Type,System.Type)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
- // System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.SubsystemDescriptor>::MoveNext()
- inline bool Enumerator_MoveNext_mF957FE1F33D5E0DC55F8336C509F237F76A391A7 (Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822* __this, const RuntimeMethod* method)
- {
- return (( bool (*) (Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
- }
- // System.Void UnityEngine.Internal_SubsystemDescriptors::Internal_AddDescriptor(UnityEngine.SubsystemDescriptor)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Internal_SubsystemDescriptors_Internal_AddDescriptor_m0462E74DADC94897AB6EECD3051878FD6832118E (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* ___0_descriptor, const RuntimeMethod* method) ;
- // System.Void System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>::Add(T)
- inline void List_1_Add_m6225DC8FE1ED990ECCCE059CF9B5301E766D0ED9_inline (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* __this, SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* ___0_item, const RuntimeMethod* method)
- {
- (( void (*) (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E*, SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
- }
- // System.Void System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor>::.ctor()
- inline void List_1__ctor_mA786A401DCD46DAD7257EF6A3E5E9EF105C4C1ED (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* __this, const RuntimeMethod* method)
- {
- (( void (*) (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
- }
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Boolean UnityEngine.SubsystemRegistration::CreateDescriptor(UnityEngine.SubsystemDescriptor)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SubsystemRegistration_CreateDescriptor_mAE58037D16DF7872D67970956CB34FDBB193A62E (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* ___0_descriptor, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9C2B9C77EAE3242F8866EE0253B1B0D3E586ECAD_RuntimeMethod_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF957FE1F33D5E0DC55F8336C509F237F76A391A7_RuntimeMethod_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5A0E0E0028EF6BDE8F18F614D0622A60F2A73115_RuntimeMethod_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m6225DC8FE1ED990ECCCE059CF9B5301E766D0ED9_RuntimeMethod_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m65633A14D7199AA50B6688FD52982133703C2F9A_RuntimeMethod_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
- s_Il2CppMethodInitialized = true;
- }
- Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822 V_0;
- memset((&V_0), 0, sizeof(V_0));
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* V_1 = NULL;
- bool V_2 = false;
- {
- // foreach (var declaration in k_SubsystemDescriptors)
- il2cpp_codegen_runtime_class_init_inline(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var);
- List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* L_0 = ((SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_StaticFields*)il2cpp_codegen_static_fields_for(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var))->___k_SubsystemDescriptors_0;
- NullCheck(L_0);
- Enumerator_t79F9FDCD08D39A2A163DB9C8FEBE17D925A14822 L_1;
- L_1 = List_1_GetEnumerator_m65633A14D7199AA50B6688FD52982133703C2F9A(L_0, List_1_GetEnumerator_m65633A14D7199AA50B6688FD52982133703C2F9A_RuntimeMethod_var);
- V_0 = L_1;
- }
- {
- auto __finallyBlock = il2cpp::utils::Finally([&]
- {
-
- FINALLY_0037:
- {// begin finally (depth: 1)
- Enumerator_Dispose_m9C2B9C77EAE3242F8866EE0253B1B0D3E586ECAD((&V_0), Enumerator_Dispose_m9C2B9C77EAE3242F8866EE0253B1B0D3E586ECAD_RuntimeMethod_var);
- return;
- }// end finally (depth: 1)
- });
- try
- {// begin try (depth: 1)
- {
- goto IL_002c_1;
- }
-
- IL_000d_1:
- {
- // foreach (var declaration in k_SubsystemDescriptors)
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* L_2;
- L_2 = Enumerator_get_Current_m5A0E0E0028EF6BDE8F18F614D0622A60F2A73115_inline((&V_0), Enumerator_get_Current_m5A0E0E0028EF6BDE8F18F614D0622A60F2A73115_RuntimeMethod_var);
- V_1 = L_2;
- // if (descriptor.subsystemImplementationType == declaration.subsystemImplementationType)
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* L_3 = ___0_descriptor;
- NullCheck(L_3);
- Type_t* L_4;
- L_4 = SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline(L_3, NULL);
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* L_5 = V_1;
- NullCheck(L_5);
- Type_t* L_6;
- L_6 = SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline(L_5, NULL);
- il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
- bool L_7;
- L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_6, NULL);
- if (!L_7)
- {
- goto IL_002c_1;
- }
- }
- {
- // return false;
- V_2 = (bool)0;
- goto IL_0058;
- }
-
- IL_002c_1:
- {
- // foreach (var declaration in k_SubsystemDescriptors)
- bool L_8;
- L_8 = Enumerator_MoveNext_mF957FE1F33D5E0DC55F8336C509F237F76A391A7((&V_0), Enumerator_MoveNext_mF957FE1F33D5E0DC55F8336C509F237F76A391A7_RuntimeMethod_var);
- if (L_8)
- {
- goto IL_000d_1;
- }
- }
- {
- goto IL_0045;
- }
- }// end try (depth: 1)
- catch(Il2CppExceptionWrapper& e)
- {
- __finallyBlock.StoreException(e.ex);
- }
- }
-
- IL_0045:
- {
- // Internal_SubsystemDescriptors.Internal_AddDescriptor(descriptor);
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* L_9 = ___0_descriptor;
- Internal_SubsystemDescriptors_Internal_AddDescriptor_m0462E74DADC94897AB6EECD3051878FD6832118E(L_9, NULL);
- // k_SubsystemDescriptors.Add(descriptor);
- il2cpp_codegen_runtime_class_init_inline(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var);
- List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* L_10 = ((SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_StaticFields*)il2cpp_codegen_static_fields_for(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var))->___k_SubsystemDescriptors_0;
- SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* L_11 = ___0_descriptor;
- NullCheck(L_10);
- List_1_Add_m6225DC8FE1ED990ECCCE059CF9B5301E766D0ED9_inline(L_10, L_11, List_1_Add_m6225DC8FE1ED990ECCCE059CF9B5301E766D0ED9_RuntimeMethod_var);
- // return true;
- return (bool)1;
- }
-
- IL_0058:
- {
- // }
- bool L_12 = V_2;
- return L_12;
- }
- }
- // System.Void UnityEngine.SubsystemRegistration::.cctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemRegistration__cctor_mC8370247942DDCD5D5828023D83D21B8BD555260 (const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA786A401DCD46DAD7257EF6A3E5E9EF105C4C1ED_RuntimeMethod_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E_il2cpp_TypeInfo_var);
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- // static readonly List<SubsystemDescriptor> k_SubsystemDescriptors = new List<SubsystemDescriptor>();
- List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* L_0 = (List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E*)il2cpp_codegen_object_new(List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E_il2cpp_TypeInfo_var);
- NullCheck(L_0);
- List_1__ctor_mA786A401DCD46DAD7257EF6A3E5E9EF105C4C1ED(L_0, List_1__ctor_mA786A401DCD46DAD7257EF6A3E5E9EF105C4C1ED_RuntimeMethod_var);
- ((SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_StaticFields*)il2cpp_codegen_static_fields_for(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var))->___k_SubsystemDescriptors_0 = L_0;
- Il2CppCodeGenWriteBarrier((void**)(&((SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_StaticFields*)il2cpp_codegen_static_fields_for(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var))->___k_SubsystemDescriptors_0), (void*)L_0);
- return;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, const RuntimeMethod* method)
- {
- {
- Type_t* L_0 = __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1;
- return L_0;
- }
- }
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
- {
- {
- RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3;
- return L_0;
- }
- }
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
- {
- ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
- int32_t V_1 = 0;
- {
- int32_t L_0 = (int32_t)__this->____version_3;
- __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
- ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
- V_0 = L_1;
- int32_t L_2 = (int32_t)__this->____size_2;
- V_1 = L_2;
- int32_t L_3 = V_1;
- ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
- NullCheck(L_4);
- if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
- {
- goto IL_0034;
- }
- }
- {
- int32_t L_5 = V_1;
- __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
- ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
- int32_t L_7 = V_1;
- RuntimeObject* L_8 = ___0_item;
- NullCheck(L_6);
- (L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
- return;
- }
-
- IL_0034:
- {
- RuntimeObject* L_9 = ___0_item;
- (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
- return;
- }
- }
|