#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // Spine.ExposedList`1 struct ExposedList_1_t568374093; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1136082412; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.String struct String_t; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.Generic.ICollection`1 struct ICollection_1_t689414461; // System.Collections.Generic.IComparer`1 struct IComparer_1_t3410495002; // System.Predicate`1 struct Predicate_1_t2981523647; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Action`1 struct Action_1_t2328697118; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Comparison`1 struct Comparison_1_t1931160702; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2588799991; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Spine.ExposedList`1 struct ExposedList_1_t2134458034; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2702166353; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // System.Collections.Generic.ICollection`1 struct ICollection_1_t2255498402; // System.Collections.Generic.IComparer`1 struct IComparer_1_t681611647; // System.Predicate`1 struct Predicate_1_t252640292; // System.Action`1 struct Action_1_t3894781059; // System.Comparison`1 struct Comparison_1_t3497244643; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4154883932; // Spine.Pool`1 struct Pool_1_t2051005623; // Spine.Unity.DoubleBuffered`1 struct DoubleBuffered_1_t749713640; // System.Action`1 struct Action_1_t628254476; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Action`1 struct Action_1_t4216563729; // System.Action`1 struct Action_1_t3899908068; // System.Action`1 struct Action_1_t3546477667; // System.Action`1 struct Action_1_t1200010531; // System.Action`1 struct Action_1_t2700495309; // System.Action`1 struct Action_1_t524299556; // System.Action`1 struct Action_1_t2607508984; // System.Action`1 struct Action_1_t1174446776; // System.Action`1 struct Action_1_t3967885351; // System.Action`1 struct Action_1_t224588965; // System.Action`1 struct Action_1_t269755560; // System.Action`1 struct Action_1_t1306763971; // System.Action`1 struct Action_1_t3806928065; // System.Action`1> struct Action_1_t470805000; // System.Action`1> struct Action_1_t2702684914; // System.Action`1 struct Action_1_t767132958; // System.Action`1 struct Action_1_t3123413348; // System.Action`1 struct Action_1_t3909034899; // System.Action`1 struct Action_1_t1012617776; // System.Action`1 struct Action_1_t3252573759; // System.Action`1 struct Action_1_t460333305; // System.Action`1 struct Action_1_t2895617752; // System.Action`1 struct Action_1_t1569734369; // System.Action`1 struct Action_1_t3329184750; // System.Action`1 struct Action_1_t1758445426; // System.Action`1 struct Action_1_t2128255622; // System.Action`1 struct Action_1_t2728153919; // System.Action`1 struct Action_1_t2772968887; // System.Action`1 struct Action_1_t2283171659; // System.Action`1 struct Action_1_t3532774444; // System.Action`1 struct Action_1_t2771761872; // System.Action`1 struct Action_1_t1990369438; // System.Action`1 struct Action_1_t632293202; // System.Action`1 struct Action_1_t461125373; // System.Action`1 struct Action_1_t2155145516; // System.Action`1 struct Action_1_t247968701; // System.Action`1 struct Action_1_t72767109; // System.Action`1 struct Action_1_t4229965200; // System.Action`1 struct Action_1_t3642466138; // System.Action`1 struct Action_1_t3491496532; // System.Action`1 struct Action_1_t3925070025; // System.Action`2 struct Action_2_t2523487705; // System.Action`2 struct Action_2_t1820842380; // System.Action`2 struct Action_2_t4177122770; // System.Action`2 struct Action_2_t11315885; // System.Action`2 struct Action_2_t1905493838; // System.Action`2 struct Action_2_t3331287749; // System.Action`2 struct Action_2_t275077503; // System.Action`2 struct Action_2_t2108211840; // System.Action`2 struct Action_2_t3609132223; // System.Action`2 struct Action_2_t2724932505; // System.Action`2 struct Action_2_t41661518; // System.Action`2 struct Action_2_t3107899579; // System.Action`2 struct Action_2_t1844602747; // System.Action`2 struct Action_2_t2531002591; // System.Action`2 struct Action_2_t202091315; // System.Action`2 struct Action_2_t656617370; // System.Action`2 struct Action_2_t1693625781; // System.Action`2 struct Action_2_t4193789875; // System.Action`2 struct Action_2_t3507588785; // System.Action`2 struct Action_2_t1153994768; // System.Action`2 struct Action_2_t3112149792; // System.Action`2 struct Action_2_t3510275158; // System.Action`2 struct Action_2_t929413; // System.Action`2 struct Action_2_t1399479586; // System.Action`2 struct Action_2_t3639435569; // System.Action`2 struct Action_2_t2228907067; // System.Action`2 struct Action_2_t1956596179; // System.Action`2 struct Action_2_t2737054363; // System.Action`2 struct Action_2_t3119391383; // System.Action`2 struct Action_2_t398402201; // System.Action`2 struct Action_2_t2826167315; // System.Action`2 struct Action_2_t3115015729; // System.Action`2 struct Action_2_t2861257736; // System.Action`2 struct Action_2_t50213602; // System.Action`2 struct Action_2_t2642173319; // System.Action`2 struct Action_2_t2715558928; // System.Action`2 struct Action_2_t4281642869; // System.Action`2 struct Action_2_t3878358342; // System.Action`2 struct Action_2_t398739741; // System.Action`2 struct Action_2_t1074178988; // System.Action`2 struct Action_2_t60432908; // System.Action`2 struct Action_2_t3395938850; // System.Action`2 struct Action_2_t2340848427; // System.Action`2 struct Action_2_t2470008838; // System.Action`3 struct Action_3_t3578807402; // System.Action`3 struct Action_3_t1784814493; // System.Action`3 struct Action_3_t3409849893; // System.Action`3 struct Action_3_t359459406; // System.Action`3 struct Action_3_t1785253317; // System.Action`3 struct Action_3_t3024010367; // System.Action`3 struct Action_3_t562177408; // System.Action`3 struct Action_3_t2063097791; // System.Action`3 struct Action_3_t1178898073; // System.Action`3 struct Action_3_t2790594382; // System.Action`3 struct Action_3_t1561865147; // System.Action`3 struct Action_3_t298568315; // System.Action`3 struct Action_3_t984968159; // System.Action`3 struct Action_3_t2951024179; // System.Action`3 struct Action_3_t2093401137; // System.Action`3 struct Action_3_t1280132883; // System.Action`3 struct Action_3_t1568981297; // System.Action`3 struct Action_3_t1315223304; // System.Action`3 struct Action_3_t2799146466; // System.Action`3 struct Action_3_t1096138887; // System.Action`3 struct Action_3_t1169524496; // System.Action`3 struct Action_3_t2735608437; // System.Action`3 struct Action_3_t2332323910; // System.Action`3 struct Action_3_t3147672605; // System.Action`3 struct Action_3_t3823111852; // System.Action`3 struct Action_3_t2809365772; // System.Action`3 struct Action_3_t1849904418; // System.Action`3 struct Action_3_t4004249585; // System.Action`3 struct Action_3_t3632554945; // System.Action`3 struct Action_3_t3218643001; // System.Action`4 struct Action_4_t2046206578; // System.Action`4 struct Action_4_t309985972; // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t4107749331; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t1315508877; // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3750793324; // System.Array/ArrayReadOnlyList`1 struct ArrayReadOnlyList_1_t4270623997; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.Exception struct Exception_t; // System.Array/ArrayReadOnlyList`1 struct ArrayReadOnlyList_1_t1478383543; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t720436178; // System.Array/ArrayReadOnlyList`1 struct ArrayReadOnlyList_1_t3913667990; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3155720625; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.Char[] struct CharU5BU5D_t3528271667; // UnityEngine.ReflectionProbe struct ReflectionProbe_t175708936; // System.Type struct Type_t; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1976548163; // CircleImage struct CircleImage_t2126599838; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.Material struct Material_t340375123; // System.Action`1 struct Action_1_t2019918284; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Void struct Void_t1185182177; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // Spine.Skeleton struct Skeleton_t3686076450; // UnityEngine.Transform struct Transform_t3600365921; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // Spine.TrackEntry struct TrackEntry_t1316488441; // Spine.Event struct Event_t1378573841; // System.String[] struct StringU5BU5D_t1281789340; // System.Int32[] struct Int32U5BU5D_t385246372; // UnityEngine.EnumInfo struct EnumInfo_t93260550; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m3902463542_RuntimeMethod_var; extern String_t* _stringLiteral3623012086; extern const uint32_t ExposedList_1__ctor_m3902463542_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_CheckRange_m1156755242_RuntimeMethod_var; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral3335335170; extern const uint32_t ExposedList_1_CheckRange_m1156755242_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t ExposedList_1_AddEnumerable_m2822962470_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_CheckMatch_m2806361705_RuntimeMethod_var; extern String_t* _stringLiteral461028519; extern const uint32_t ExposedList_1_CheckMatch_m2806361705_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m1619627443_RuntimeMethod_var; extern String_t* _stringLiteral2365897554; extern const uint32_t ExposedList_1_ForEach_m1619627443_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m3037168190_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m3037168190_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m449415646_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m449415646_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m1616868438_RuntimeMethod_var; extern String_t* _stringLiteral3723644332; extern const uint32_t ExposedList_1_CheckCollection_m1616868438_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m2137968036_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m1611663720_RuntimeMethod_var; extern String_t* _stringLiteral1103599130; extern String_t* _stringLiteral3690514408; extern String_t* _stringLiteral2617075568; extern const uint32_t ExposedList_1_LastIndexOf_m1611663720_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m1018365169_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m1018365169_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_Pop_m3512958481_RuntimeMethod_var; extern String_t* _stringLiteral1428145348; extern const uint32_t ExposedList_1_Pop_m3512958481_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m4162761341_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m4162761341_MetadataUsageId; extern const RuntimeMethod* ExposedList_1__ctor_m3684064253_RuntimeMethod_var; extern const uint32_t ExposedList_1__ctor_m3684064253_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m1990506996_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckRange_m1990506996_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m967842868_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m659842627_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckMatch_m659842627_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m1857186884_RuntimeMethod_var; extern const uint32_t ExposedList_1_ForEach_m1857186884_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m3788810565_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m3788810565_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m3237343865_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m3237343865_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m3898569555_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckCollection_m3898569555_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m1250833000_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m421053821_RuntimeMethod_var; extern const uint32_t ExposedList_1_LastIndexOf_m421053821_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m1270041137_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m1270041137_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m3512957394_RuntimeMethod_var; extern const uint32_t ExposedList_1_Pop_m3512957394_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m3079840776_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m3079840776_MetadataUsageId; extern const RuntimeMethod* Pool_1_Free_m4168637232_RuntimeMethod_var; extern String_t* _stringLiteral1746845353; extern String_t* _stringLiteral1730803431; extern const uint32_t Pool_1_Free_m4168637232_MetadataUsageId; extern RuntimeClass* AvatarCate_t455786881_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2590493936_MetadataUsageId; extern RuntimeClass* enumThreadID_t4044096134_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m4235193962_MetadataUsageId; extern RuntimeClass* PropertyMetadata_t3727440473_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3795076494_MetadataUsageId; extern RuntimeClass* LMRendererInfo_t3374010072_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m867786935_MetadataUsageId; extern RuntimeClass* DelayedQueueItem_t1027542936_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2275100017_MetadataUsageId; extern RuntimeClass* JsonPosition_t2528027714_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1139414708_MetadataUsageId; extern RuntimeClass* EventQueueEntry_t351831961_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m371887652_MetadataUsageId; extern RuntimeClass* AtlasMaterialOverride_t2435041389_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2508087813_MetadataUsageId; extern RuntimeClass* SlotMaterialOverride_t1001979181_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2989467304_MetadataUsageId; extern RuntimeClass* TransformPair_t3795417756_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2479892594_MetadataUsageId; extern RuntimeClass* SubmeshInstruction_t52121370_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2595482100_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1817882028_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1946396983_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m992165502_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t298337405_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1113550047_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2530217319_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2683044682_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1215798164_MetadataUsageId; extern const uint32_t Action_1_BeginInvoke_m2153049542_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1745660382_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m609754361_MetadataUsageId; extern RuntimeClass* CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3894817262_MetadataUsageId; extern RuntimeClass* CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2417191024_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3066011033_MetadataUsageId; extern RuntimeClass* AnimatorClipInfo_t3156717155_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2021010749_MetadataUsageId; extern RuntimeClass* OrderBlock_t1585977831_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m897331299_MetadataUsageId; extern RuntimeClass* BoneWeight_t1955788027_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m127216168_MetadataUsageId; extern RuntimeClass* Color_t2555686324_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m368299137_MetadataUsageId; extern RuntimeClass* Color32_t2600501292_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1231013767_MetadataUsageId; extern RuntimeClass* DiagnosticSwitch_t2110704064_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2692094390_MetadataUsageId; extern RuntimeClass* RaycastResult_t3360306849_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m8106917_MetadataUsageId; extern RuntimeClass* KeyCode_t2599294277_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3834927030_MetadataUsageId; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m70996356_MetadataUsageId; extern RuntimeClass* Playable_t459825607_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m4022091689_MetadataUsageId; extern RuntimeClass* ReflectionProbeBlendInfo_t288657778_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1722340090_MetadataUsageId; extern RuntimeClass* WeightInfo_t1982677921_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2709862484_MetadataUsageId; extern RuntimeClass* UICharInfo_t75501106_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2924310400_MetadataUsageId; extern RuntimeClass* UILineInfo_t4195266810_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2430490437_MetadataUsageId; extern RuntimeClass* UIVertex_t4057497605_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1305512730_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m4003445064_MetadataUsageId; extern RuntimeClass* Vector2Int_t3469998543_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m456230735_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2251050024_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1662208378_MetadataUsageId; extern RuntimeClass* XRNodeState_t3752602430_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m937231289_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m1990245223_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m3683198158_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m272625329_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m1672667562_MetadataUsageId; extern RuntimeClass* AutoPlay_t1346164433_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1845635171_MetadataUsageId; extern RuntimeClass* AxisConstraint_t2771958344_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m3914679779_MetadataUsageId; extern RuntimeClass* Ease_t4010715394_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1278567140_MetadataUsageId; extern RuntimeClass* LogBehaviour_t1548882435_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m219770142_MetadataUsageId; extern RuntimeClass* LoopType_t3049802818_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m509369011_MetadataUsageId; extern RuntimeClass* PathMode_t2165603100_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m3356247176_MetadataUsageId; extern RuntimeClass* PathType_t3777299409_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m3513251492_MetadataUsageId; extern RuntimeClass* RotateMode_t2548570174_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2422089713_MetadataUsageId; extern RuntimeClass* ScrambleMode_t1285273342_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1942400649_MetadataUsageId; extern RuntimeClass* TweenType_t1971673186_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m3639110332_MetadataUsageId; extern RuntimeClass* UpdateType_t3937729206_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2968920807_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m2818558946_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m1844351980_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m2287561852_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1430372126_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m3184468695_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2781119108_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m2130558887_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m86221215_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m336842590_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m4093686475_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2757290976_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m1508987092_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1037336388_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m4076540126_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1810965435_MetadataUsageId; extern RuntimeClass* Bounds_t2266837910_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2957257173_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m3681045141_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2789433602_MetadataUsageId; extern RuntimeClass* Ray_t3785851493_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1424605693_MetadataUsageId; extern RuntimeClass* Ray2D_t2082843914_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m3102530071_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m1622513224_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m699138669_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m741650238_MetadataUsageId; extern RuntimeClass* MyEnum_t4134377632_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1683934800_MetadataUsageId; extern RuntimeClass* MyStruct_t514849583_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m3462307131_MetadataUsageId; extern RuntimeClass* Pedding_t3796070799_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m1246912004_MetadataUsageId; extern RuntimeClass* PushAsTableStruct_t2836609445_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m771874113_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m2994906217_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m1072732094_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2706600592_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3264801496_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m263650306_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m1469672863_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m89211293_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3984505855_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3040066023_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2242615095_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2927984372_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m561564370_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m397534689_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2610110742_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m4133534034_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2454374538_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m711461438_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2579689394_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2380163751_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m117647259_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m2138493953_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3962309409_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m525560233_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m762065945_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3323411505_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3258688166_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m1861718548_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m3600227531_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m4202580185_MetadataUsageId; extern RuntimeClass* Life_t1196123398_il2cpp_TypeInfo_var; extern const uint32_t Action_3_BeginInvoke_m835545027_MetadataUsageId; extern RuntimeClass* PathOptions_t2074623791_il2cpp_TypeInfo_var; extern const uint32_t Action_4_BeginInvoke_m1219209013_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3837913694_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3837913694_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2500457056_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2500457056_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m1192421843_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m1192421843_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_get_Item_m2988101436_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_get_Item_m2988101436_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_set_Item_m2916695038_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_set_Item_m2916695038_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Add_m899240452_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Add_m899240452_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Clear_m2564101847_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Clear_m2564101847_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Insert_m1827843425_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Insert_m1827843425_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Remove_m1724926862_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Remove_m1724926862_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_RemoveAt_m2104218585_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_RemoveAt_m2104218585_MetadataUsageId; extern String_t* _stringLiteral3853944826; extern const uint32_t ArrayReadOnlyList_1_ReadOnlyError_m1047641207_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_get_Item_m1974867852_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_get_Item_m1974867852_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_set_Item_m1428008044_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_set_Item_m1428008044_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Add_m3112646016_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Add_m3112646016_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Clear_m638462730_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Clear_m638462730_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Insert_m587555490_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Insert_m587555490_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Remove_m439579722_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Remove_m439579722_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_RemoveAt_m3226254084_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_RemoveAt_m3226254084_MetadataUsageId; extern const uint32_t ArrayReadOnlyList_1_ReadOnlyError_m3555240367_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_get_Item_m4135188594_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_get_Item_m4135188594_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_set_Item_m3769996290_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_set_Item_m3769996290_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Add_m302584359_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Add_m302584359_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Clear_m337906083_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Clear_m337906083_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Insert_m2929789526_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Insert_m2929789526_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_Remove_m1443718646_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_Remove_m1443718646_MetadataUsageId; extern const RuntimeMethod* ArrayReadOnlyList_1_RemoveAt_m791018368_RuntimeMethod_var; extern const uint32_t ArrayReadOnlyList_1_RemoveAt_m791018368_MetadataUsageId; extern const uint32_t ArrayReadOnlyList_1_ReadOnlyError_m865416608_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2075150107_RuntimeMethod_var; extern String_t* _stringLiteral2287514662; extern String_t* _stringLiteral3056411131; extern const uint32_t InternalEnumerator_1_get_Current_m2075150107_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m496858246_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m496858246_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2551125116_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2551125116_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2756622688_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2756622688_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m3466233775_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m3466233775_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m3563176775_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m3563176775_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1788824230_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1788824230_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2710818426_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2710818426_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m3223364110_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m3223364110_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2807267787_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2807267787_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1016289161_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1016289161_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m4067334356_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m4067334356_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1165481726_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1165481726_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2866893003_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2866893003_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1228925310_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1228925310_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2024547621_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2024547621_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1030595833_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1030595833_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2037879540_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2037879540_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1539456956_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1539456956_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2746872357_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2746872357_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2608927213_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2608927213_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2597556806_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2597556806_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1820064745_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1820064745_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m431558427_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m431558427_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m4245242303_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m4245242303_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1708547365_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1708547365_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m784420850_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m784420850_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m4293194123_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m4293194123_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m568178305_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m568178305_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2161220300_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2161220300_MetadataUsageId; struct Vector2U5BU5D_t1457185986; struct Vector3U5BU5D_t1718750761; struct ObjectU5BU5D_t2843939325; struct CustomAttributeNamedArgumentU5BU5D_t3710464795; struct CustomAttributeTypedArgumentU5BU5D_t1465843424; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef COMPARER_1_T3655984405_H #define COMPARER_1_T3655984405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t3655984405 : public RuntimeObject { public: public: }; struct Comparer_1_t3655984405_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t3655984405 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t3655984405_StaticFields, ____default_0)); } inline Comparer_1_t3655984405 * get__default_0() const { return ____default_0; } inline Comparer_1_t3655984405 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t3655984405 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T3655984405_H #ifndef ARRAYREADONLYLIST_1_T3913667990_H #define ARRAYREADONLYLIST_1_T3913667990_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/ArrayReadOnlyList`1 struct ArrayReadOnlyList_1_t3913667990 : public RuntimeObject { public: // T[] System.Array/ArrayReadOnlyList`1::array CustomAttributeTypedArgumentU5BU5D_t1465843424* ___array_0; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ArrayReadOnlyList_1_t3913667990, ___array_0)); } inline CustomAttributeTypedArgumentU5BU5D_t1465843424* get_array_0() const { return ___array_0; } inline CustomAttributeTypedArgumentU5BU5D_t1465843424** get_address_of_array_0() { return &___array_0; } inline void set_array_0(CustomAttributeTypedArgumentU5BU5D_t1465843424* value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYREADONLYLIST_1_T3913667990_H #ifndef EXPOSEDLIST_1_T2134458034_H #define EXPOSEDLIST_1_T2134458034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t2134458034 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Vector3U5BU5D_t1718750761* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t2134458034, ___Items_0)); } inline Vector3U5BU5D_t1718750761* get_Items_0() const { return ___Items_0; } inline Vector3U5BU5D_t1718750761** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Vector3U5BU5D_t1718750761* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t2134458034, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t2134458034, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t2134458034_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Vector3U5BU5D_t1718750761* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t2134458034_StaticFields, ___EmptyArray_3)); } inline Vector3U5BU5D_t1718750761* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Vector3U5BU5D_t1718750761** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Vector3U5BU5D_t1718750761* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T2134458034_H #ifndef ARRAYREADONLYLIST_1_T1478383543_H #define ARRAYREADONLYLIST_1_T1478383543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/ArrayReadOnlyList`1 struct ArrayReadOnlyList_1_t1478383543 : public RuntimeObject { public: // T[] System.Array/ArrayReadOnlyList`1::array CustomAttributeNamedArgumentU5BU5D_t3710464795* ___array_0; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ArrayReadOnlyList_1_t1478383543, ___array_0)); } inline CustomAttributeNamedArgumentU5BU5D_t3710464795* get_array_0() const { return ___array_0; } inline CustomAttributeNamedArgumentU5BU5D_t3710464795** get_address_of_array_0() { return &___array_0; } inline void set_array_0(CustomAttributeNamedArgumentU5BU5D_t3710464795* value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYREADONLYLIST_1_T1478383543_H #ifndef ARRAYREADONLYLIST_1_T4270623997_H #define ARRAYREADONLYLIST_1_T4270623997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/ArrayReadOnlyList`1 struct ArrayReadOnlyList_1_t4270623997 : public RuntimeObject { public: // T[] System.Array/ArrayReadOnlyList`1::array ObjectU5BU5D_t2843939325* ___array_0; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ArrayReadOnlyList_1_t4270623997, ___array_0)); } inline ObjectU5BU5D_t2843939325* get_array_0() const { return ___array_0; } inline ObjectU5BU5D_t2843939325** get_address_of_array_0() { return &___array_0; } inline void set_array_0(ObjectU5BU5D_t2843939325* value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYREADONLYLIST_1_T4270623997_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T4107749331_H #define U3CGETENUMERATORU3EC__ITERATOR0_T4107749331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t4107749331 : public RuntimeObject { public: // System.Int32 System.Array/ArrayReadOnlyList`1/c__Iterator0::__0 int32_t ___U3CiU3E__0_0; // System.Int32 System.Array/ArrayReadOnlyList`1/c__Iterator0::$PC int32_t ___U24PC_1; // T System.Array/ArrayReadOnlyList`1/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Array/ArrayReadOnlyList`1 System.Array/ArrayReadOnlyList`1/c__Iterator0::<>f__this ArrayReadOnlyList_1_t4270623997 * ___U3CU3Ef__this_3; public: inline static int32_t get_offset_of_U3CiU3E__0_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4107749331, ___U3CiU3E__0_0)); } inline int32_t get_U3CiU3E__0_0() const { return ___U3CiU3E__0_0; } inline int32_t* get_address_of_U3CiU3E__0_0() { return &___U3CiU3E__0_0; } inline void set_U3CiU3E__0_0(int32_t value) { ___U3CiU3E__0_0 = value; } inline static int32_t get_offset_of_U24PC_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4107749331, ___U24PC_1)); } inline int32_t get_U24PC_1() const { return ___U24PC_1; } inline int32_t* get_address_of_U24PC_1() { return &___U24PC_1; } inline void set_U24PC_1(int32_t value) { ___U24PC_1 = value; } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4107749331, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U3CU3Ef__this_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4107749331, ___U3CU3Ef__this_3)); } inline ArrayReadOnlyList_1_t4270623997 * get_U3CU3Ef__this_3() const { return ___U3CU3Ef__this_3; } inline ArrayReadOnlyList_1_t4270623997 ** get_address_of_U3CU3Ef__this_3() { return &___U3CU3Ef__this_3; } inline void set_U3CU3Ef__this_3(ArrayReadOnlyList_1_t4270623997 * value) { ___U3CU3Ef__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T4107749331_H #ifndef COMPARER_1_T927101050_H #define COMPARER_1_T927101050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t927101050 : public RuntimeObject { public: public: }; struct Comparer_1_t927101050_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t927101050 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t927101050_StaticFields, ____default_0)); } inline Comparer_1_t927101050 * get__default_0() const { return ____default_0; } inline Comparer_1_t927101050 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t927101050 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T927101050_H #ifndef DOUBLEBUFFERED_1_T749713640_H #define DOUBLEBUFFERED_1_T749713640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.DoubleBuffered`1 struct DoubleBuffered_1_t749713640 : public RuntimeObject { public: // T Spine.Unity.DoubleBuffered`1::a RuntimeObject * ___a_0; // T Spine.Unity.DoubleBuffered`1::b RuntimeObject * ___b_1; // System.Boolean Spine.Unity.DoubleBuffered`1::usingA bool ___usingA_2; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(DoubleBuffered_1_t749713640, ___a_0)); } inline RuntimeObject * get_a_0() const { return ___a_0; } inline RuntimeObject ** get_address_of_a_0() { return &___a_0; } inline void set_a_0(RuntimeObject * value) { ___a_0 = value; Il2CppCodeGenWriteBarrier((&___a_0), value); } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(DoubleBuffered_1_t749713640, ___b_1)); } inline RuntimeObject * get_b_1() const { return ___b_1; } inline RuntimeObject ** get_address_of_b_1() { return &___b_1; } inline void set_b_1(RuntimeObject * value) { ___b_1 = value; Il2CppCodeGenWriteBarrier((&___b_1), value); } inline static int32_t get_offset_of_usingA_2() { return static_cast(offsetof(DoubleBuffered_1_t749713640, ___usingA_2)); } inline bool get_usingA_2() const { return ___usingA_2; } inline bool* get_address_of_usingA_2() { return &___usingA_2; } inline void set_usingA_2(bool value) { ___usingA_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLEBUFFERED_1_T749713640_H #ifndef POOL_1_T2051005623_H #define POOL_1_T2051005623_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Pool`1 struct Pool_1_t2051005623 : public RuntimeObject { public: // System.Int32 Spine.Pool`1::max int32_t ___max_0; // System.Collections.Generic.Stack`1 Spine.Pool`1::freeObjects Stack_1_t3923495619 * ___freeObjects_1; // System.Int32 Spine.Pool`1::k__BackingField int32_t ___U3CPeakU3Ek__BackingField_2; public: inline static int32_t get_offset_of_max_0() { return static_cast(offsetof(Pool_1_t2051005623, ___max_0)); } inline int32_t get_max_0() const { return ___max_0; } inline int32_t* get_address_of_max_0() { return &___max_0; } inline void set_max_0(int32_t value) { ___max_0 = value; } inline static int32_t get_offset_of_freeObjects_1() { return static_cast(offsetof(Pool_1_t2051005623, ___freeObjects_1)); } inline Stack_1_t3923495619 * get_freeObjects_1() const { return ___freeObjects_1; } inline Stack_1_t3923495619 ** get_address_of_freeObjects_1() { return &___freeObjects_1; } inline void set_freeObjects_1(Stack_1_t3923495619 * value) { ___freeObjects_1 = value; Il2CppCodeGenWriteBarrier((&___freeObjects_1), value); } inline static int32_t get_offset_of_U3CPeakU3Ek__BackingField_2() { return static_cast(offsetof(Pool_1_t2051005623, ___U3CPeakU3Ek__BackingField_2)); } inline int32_t get_U3CPeakU3Ek__BackingField_2() const { return ___U3CPeakU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CPeakU3Ek__BackingField_2() { return &___U3CPeakU3Ek__BackingField_2; } inline void set_U3CPeakU3Ek__BackingField_2(int32_t value) { ___U3CPeakU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POOL_1_T2051005623_H #ifndef STACK_1_T3923495619_H #define STACK_1_T3923495619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_t2843939325* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t3923495619, ____array_1)); } inline ObjectU5BU5D_t2843939325* get__array_1() const { return ____array_1; } inline ObjectU5BU5D_t2843939325** get_address_of__array_1() { return &____array_1; } inline void set__array_1(ObjectU5BU5D_t2843939325* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t3923495619, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t3923495619, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T3923495619_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef EXPOSEDLIST_1_T568374093_H #define EXPOSEDLIST_1_T568374093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t568374093 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Vector2U5BU5D_t1457185986* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t568374093, ___Items_0)); } inline Vector2U5BU5D_t1457185986* get_Items_0() const { return ___Items_0; } inline Vector2U5BU5D_t1457185986** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Vector2U5BU5D_t1457185986* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t568374093, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t568374093, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t568374093_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Vector2U5BU5D_t1457185986* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t568374093_StaticFields, ___EmptyArray_3)); } inline Vector2U5BU5D_t1457185986* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Vector2U5BU5D_t1457185986** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Vector2U5BU5D_t1457185986* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T568374093_H #ifndef INTERNALENUMERATOR_1_T389396230_H #define INTERNALENUMERATOR_1_T389396230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t389396230 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t389396230, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t389396230, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T389396230_H #ifndef PUSHASTABLESTRUCT_T2836609445_H #define PUSHASTABLESTRUCT_T2836609445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.PushAsTableStruct struct PushAsTableStruct_t2836609445 { public: // System.Int32 XLuaTest.PushAsTableStruct::x int32_t ___x_0; // System.Int32 XLuaTest.PushAsTableStruct::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHASTABLESTRUCT_T2836609445_H #ifndef INTERNALENUMERATOR_1_T3956866935_H #define INTERNALENUMERATOR_1_T3956866935_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3956866935 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3956866935, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3956866935, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3956866935_H #ifndef INTERNALENUMERATOR_1_T3072667217_H #define INTERNALENUMERATOR_1_T3072667217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3072667217 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3072667217, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3072667217, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3072667217_H #ifndef INTERNALENUMERATOR_1_T2455946552_H #define INTERNALENUMERATOR_1_T2455946552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t2455946552 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t2455946552, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t2455946552, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T2455946552_H #ifndef INTERNALENUMERATOR_1_T622812215_H #define INTERNALENUMERATOR_1_T622812215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t622812215 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t622812215, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t622812215, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T622812215_H #ifndef INTERNALENUMERATOR_1_T3679022461_H #define INTERNALENUMERATOR_1_T3679022461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3679022461 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3679022461, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3679022461, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3679022461_H #ifndef INTERNALENUMERATOR_1_T2253228550_H #define INTERNALENUMERATOR_1_T2253228550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t2253228550 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t2253228550, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t2253228550, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T2253228550_H #ifndef INTERNALENUMERATOR_1_T3260097912_H #define INTERNALENUMERATOR_1_T3260097912_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3260097912 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3260097912, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3260097912, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3260097912_H #ifndef RECORDS_T2353033795_H #define RECORDS_T2353033795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVehicleBody/RecordS struct RecordS_t2353033795 { public: // System.Int32 CVehicleBody/RecordS::id int32_t ___id_0; // System.Single CVehicleBody/RecordS::elapsedTime float ___elapsedTime_1; // System.Int32 CVehicleBody/RecordS::key int32_t ___key_2; // System.Single CVehicleBody/RecordS::value float ___value_3; // System.Single CVehicleBody/RecordS::eulerAnglesY float ___eulerAnglesY_4; // System.Single CVehicleBody/RecordS::x float ___x_5; // System.Single CVehicleBody/RecordS::z float ___z_6; // System.Boolean CVehicleBody/RecordS::synPosition bool ___synPosition_7; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RecordS_t2353033795, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_elapsedTime_1() { return static_cast(offsetof(RecordS_t2353033795, ___elapsedTime_1)); } inline float get_elapsedTime_1() const { return ___elapsedTime_1; } inline float* get_address_of_elapsedTime_1() { return &___elapsedTime_1; } inline void set_elapsedTime_1(float value) { ___elapsedTime_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(RecordS_t2353033795, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(RecordS_t2353033795, ___value_3)); } inline float get_value_3() const { return ___value_3; } inline float* get_address_of_value_3() { return &___value_3; } inline void set_value_3(float value) { ___value_3 = value; } inline static int32_t get_offset_of_eulerAnglesY_4() { return static_cast(offsetof(RecordS_t2353033795, ___eulerAnglesY_4)); } inline float get_eulerAnglesY_4() const { return ___eulerAnglesY_4; } inline float* get_address_of_eulerAnglesY_4() { return &___eulerAnglesY_4; } inline void set_eulerAnglesY_4(float value) { ___eulerAnglesY_4 = value; } inline static int32_t get_offset_of_x_5() { return static_cast(offsetof(RecordS_t2353033795, ___x_5)); } inline float get_x_5() const { return ___x_5; } inline float* get_address_of_x_5() { return &___x_5; } inline void set_x_5(float value) { ___x_5 = value; } inline static int32_t get_offset_of_z_6() { return static_cast(offsetof(RecordS_t2353033795, ___z_6)); } inline float get_z_6() const { return ___z_6; } inline float* get_address_of_z_6() { return &___z_6; } inline void set_z_6(float value) { ___z_6 = value; } inline static int32_t get_offset_of_synPosition_7() { return static_cast(offsetof(RecordS_t2353033795, ___synPosition_7)); } inline bool get_synPosition_7() const { return ___synPosition_7; } inline bool* get_address_of_synPosition_7() { return &___synPosition_7; } inline void set_synPosition_7(bool value) { ___synPosition_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of CVehicleBody/RecordS struct RecordS_t2353033795_marshaled_pinvoke { int32_t ___id_0; float ___elapsedTime_1; int32_t ___key_2; float ___value_3; float ___eulerAnglesY_4; float ___x_5; float ___z_6; int32_t ___synPosition_7; }; // Native definition for COM marshalling of CVehicleBody/RecordS struct RecordS_t2353033795_marshaled_com { int32_t ___id_0; float ___elapsedTime_1; int32_t ___key_2; float ___value_3; float ___eulerAnglesY_4; float ___x_5; float ___z_6; int32_t ___synPosition_7; }; #endif // RECORDS_T2353033795_H #ifndef VECTOR2INT_T3469998543_H #define VECTOR2INT_T3469998543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2Int struct Vector2Int_t3469998543 { public: // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } }; struct Vector2Int_t3469998543_StaticFields { public: // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero Vector2Int_t3469998543 ___s_Zero_2; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One Vector2Int_t3469998543 ___s_One_3; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up Vector2Int_t3469998543 ___s_Up_4; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down Vector2Int_t3469998543 ___s_Down_5; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left Vector2Int_t3469998543 ___s_Left_6; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right Vector2Int_t3469998543 ___s_Right_7; public: inline static int32_t get_offset_of_s_Zero_2() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Zero_2)); } inline Vector2Int_t3469998543 get_s_Zero_2() const { return ___s_Zero_2; } inline Vector2Int_t3469998543 * get_address_of_s_Zero_2() { return &___s_Zero_2; } inline void set_s_Zero_2(Vector2Int_t3469998543 value) { ___s_Zero_2 = value; } inline static int32_t get_offset_of_s_One_3() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_One_3)); } inline Vector2Int_t3469998543 get_s_One_3() const { return ___s_One_3; } inline Vector2Int_t3469998543 * get_address_of_s_One_3() { return &___s_One_3; } inline void set_s_One_3(Vector2Int_t3469998543 value) { ___s_One_3 = value; } inline static int32_t get_offset_of_s_Up_4() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Up_4)); } inline Vector2Int_t3469998543 get_s_Up_4() const { return ___s_Up_4; } inline Vector2Int_t3469998543 * get_address_of_s_Up_4() { return &___s_Up_4; } inline void set_s_Up_4(Vector2Int_t3469998543 value) { ___s_Up_4 = value; } inline static int32_t get_offset_of_s_Down_5() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Down_5)); } inline Vector2Int_t3469998543 get_s_Down_5() const { return ___s_Down_5; } inline Vector2Int_t3469998543 * get_address_of_s_Down_5() { return &___s_Down_5; } inline void set_s_Down_5(Vector2Int_t3469998543 value) { ___s_Down_5 = value; } inline static int32_t get_offset_of_s_Left_6() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Left_6)); } inline Vector2Int_t3469998543 get_s_Left_6() const { return ___s_Left_6; } inline Vector2Int_t3469998543 * get_address_of_s_Left_6() { return &___s_Left_6; } inline void set_s_Left_6(Vector2Int_t3469998543 value) { ___s_Left_6 = value; } inline static int32_t get_offset_of_s_Right_7() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Right_7)); } inline Vector2Int_t3469998543 get_s_Right_7() const { return ___s_Right_7; } inline Vector2Int_t3469998543 * get_address_of_s_Right_7() { return &___s_Right_7; } inline void set_s_Right_7(Vector2Int_t3469998543 value) { ___s_Right_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2INT_T3469998543_H #ifndef UILINEINFO_T4195266810_H #define UILINEINFO_T4195266810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UILineInfo struct UILineInfo_t4195266810 { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_t4195266810, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_t4195266810, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_t4195266810, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_t4195266810, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILINEINFO_T4195266810_H #ifndef REFLECTIONPROBEBLENDINFO_T288657778_H #define REFLECTIONPROBEBLENDINFO_T288657778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778 { public: // UnityEngine.ReflectionProbe UnityEngine.Rendering.ReflectionProbeBlendInfo::probe ReflectionProbe_t175708936 * ___probe_0; // System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo::weight float ___weight_1; public: inline static int32_t get_offset_of_probe_0() { return static_cast(offsetof(ReflectionProbeBlendInfo_t288657778, ___probe_0)); } inline ReflectionProbe_t175708936 * get_probe_0() const { return ___probe_0; } inline ReflectionProbe_t175708936 ** get_address_of_probe_0() { return &___probe_0; } inline void set_probe_0(ReflectionProbe_t175708936 * value) { ___probe_0 = value; Il2CppCodeGenWriteBarrier((&___probe_0), value); } inline static int32_t get_offset_of_weight_1() { return static_cast(offsetof(ReflectionProbeBlendInfo_t288657778, ___weight_1)); } inline float get_weight_1() const { return ___weight_1; } inline float* get_address_of_weight_1() { return &___weight_1; } inline void set_weight_1(float value) { ___weight_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778_marshaled_pinvoke { ReflectionProbe_t175708936 * ___probe_0; float ___weight_1; }; // Native definition for COM marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778_marshaled_com { ReflectionProbe_t175708936 * ___probe_0; float ___weight_1; }; #endif // REFLECTIONPROBEBLENDINFO_T288657778_H #ifndef MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t2600501292, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t2600501292, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t2600501292, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t2600501292, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t2600501292, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_H #ifndef COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t2555686324, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t2555686324, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t2555686324, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t2555686324, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef BONEWEIGHT_T1955788027_H #define BONEWEIGHT_T1955788027_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BoneWeight struct BoneWeight_t1955788027 { public: // System.Single UnityEngine.BoneWeight::m_Weight0 float ___m_Weight0_0; // System.Single UnityEngine.BoneWeight::m_Weight1 float ___m_Weight1_1; // System.Single UnityEngine.BoneWeight::m_Weight2 float ___m_Weight2_2; // System.Single UnityEngine.BoneWeight::m_Weight3 float ___m_Weight3_3; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex0 int32_t ___m_BoneIndex0_4; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex1 int32_t ___m_BoneIndex1_5; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex2 int32_t ___m_BoneIndex2_6; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex3 int32_t ___m_BoneIndex3_7; public: inline static int32_t get_offset_of_m_Weight0_0() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight0_0)); } inline float get_m_Weight0_0() const { return ___m_Weight0_0; } inline float* get_address_of_m_Weight0_0() { return &___m_Weight0_0; } inline void set_m_Weight0_0(float value) { ___m_Weight0_0 = value; } inline static int32_t get_offset_of_m_Weight1_1() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight1_1)); } inline float get_m_Weight1_1() const { return ___m_Weight1_1; } inline float* get_address_of_m_Weight1_1() { return &___m_Weight1_1; } inline void set_m_Weight1_1(float value) { ___m_Weight1_1 = value; } inline static int32_t get_offset_of_m_Weight2_2() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight2_2)); } inline float get_m_Weight2_2() const { return ___m_Weight2_2; } inline float* get_address_of_m_Weight2_2() { return &___m_Weight2_2; } inline void set_m_Weight2_2(float value) { ___m_Weight2_2 = value; } inline static int32_t get_offset_of_m_Weight3_3() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight3_3)); } inline float get_m_Weight3_3() const { return ___m_Weight3_3; } inline float* get_address_of_m_Weight3_3() { return &___m_Weight3_3; } inline void set_m_Weight3_3(float value) { ___m_Weight3_3 = value; } inline static int32_t get_offset_of_m_BoneIndex0_4() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex0_4)); } inline int32_t get_m_BoneIndex0_4() const { return ___m_BoneIndex0_4; } inline int32_t* get_address_of_m_BoneIndex0_4() { return &___m_BoneIndex0_4; } inline void set_m_BoneIndex0_4(int32_t value) { ___m_BoneIndex0_4 = value; } inline static int32_t get_offset_of_m_BoneIndex1_5() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex1_5)); } inline int32_t get_m_BoneIndex1_5() const { return ___m_BoneIndex1_5; } inline int32_t* get_address_of_m_BoneIndex1_5() { return &___m_BoneIndex1_5; } inline void set_m_BoneIndex1_5(int32_t value) { ___m_BoneIndex1_5 = value; } inline static int32_t get_offset_of_m_BoneIndex2_6() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex2_6)); } inline int32_t get_m_BoneIndex2_6() const { return ___m_BoneIndex2_6; } inline int32_t* get_address_of_m_BoneIndex2_6() { return &___m_BoneIndex2_6; } inline void set_m_BoneIndex2_6(int32_t value) { ___m_BoneIndex2_6 = value; } inline static int32_t get_offset_of_m_BoneIndex3_7() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex3_7)); } inline int32_t get_m_BoneIndex3_7() const { return ___m_BoneIndex3_7; } inline int32_t* get_address_of_m_BoneIndex3_7() { return &___m_BoneIndex3_7; } inline void set_m_BoneIndex3_7(int32_t value) { ___m_BoneIndex3_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONEWEIGHT_T1955788027_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef PEDDING_T3796070799_H #define PEDDING_T3796070799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Pedding struct Pedding_t3796070799 { public: // System.Byte XLuaTest.Pedding::c uint8_t ___c_0; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(Pedding_t3796070799, ___c_0)); } inline uint8_t get_c_0() const { return ___c_0; } inline uint8_t* get_address_of_c_0() { return &___c_0; } inline void set_c_0(uint8_t value) { ___c_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEDDING_T3796070799_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t2301928331, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t2301928331, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t2301928331, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t2301928331, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef INTERNALENUMERATOR_1_T504768911_H #define INTERNALENUMERATOR_1_T504768911_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t504768911 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t504768911, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t504768911, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T504768911_H #ifndef URISCHEME_T2867806342_H #define URISCHEME_T2867806342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Uri/UriScheme struct UriScheme_t2867806342 { public: // System.String Mono.Security.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String Mono.Security.Uri/UriScheme::delimiter String_t* ___delimiter_1; // System.Int32 Mono.Security.Uri/UriScheme::defaultPort int32_t ___defaultPort_2; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriScheme_t2867806342, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_delimiter_1() { return static_cast(offsetof(UriScheme_t2867806342, ___delimiter_1)); } inline String_t* get_delimiter_1() const { return ___delimiter_1; } inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; } inline void set_delimiter_1(String_t* value) { ___delimiter_1 = value; Il2CppCodeGenWriteBarrier((&___delimiter_1), value); } inline static int32_t get_offset_of_defaultPort_2() { return static_cast(offsetof(UriScheme_t2867806342, ___defaultPort_2)); } inline int32_t get_defaultPort_2() const { return ___defaultPort_2; } inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; } inline void set_defaultPort_2(int32_t value) { ___defaultPort_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t2867806342_marshaled_pinvoke { char* ___scheme_0; char* ___delimiter_1; int32_t ___defaultPort_2; }; // Native definition for COM marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t2867806342_marshaled_com { Il2CppChar* ___scheme_0; Il2CppChar* ___delimiter_1; int32_t ___defaultPort_2; }; #endif // URISCHEME_T2867806342_H #ifndef INTERNALENUMERATOR_1_T3774870459_H #define INTERNALENUMERATOR_1_T3774870459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3774870459 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3774870459, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3774870459, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3774870459_H #ifndef INTERNALENUMERATOR_1_T1911769025_H #define INTERNALENUMERATOR_1_T1911769025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t1911769025 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t1911769025, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t1911769025, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T1911769025_H #ifndef TABLERANGE_T3332867892_H #define TABLERANGE_T3332867892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Globalization.Unicode.CodePointIndexer/TableRange struct TableRange_t3332867892 { public: // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Start int32_t ___Start_0; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::End int32_t ___End_1; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Count int32_t ___Count_2; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexStart int32_t ___IndexStart_3; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexEnd int32_t ___IndexEnd_4; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(TableRange_t3332867892, ___Start_0)); } inline int32_t get_Start_0() const { return ___Start_0; } inline int32_t* get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(int32_t value) { ___Start_0 = value; } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(TableRange_t3332867892, ___End_1)); } inline int32_t get_End_1() const { return ___End_1; } inline int32_t* get_address_of_End_1() { return &___End_1; } inline void set_End_1(int32_t value) { ___End_1 = value; } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(TableRange_t3332867892, ___Count_2)); } inline int32_t get_Count_2() const { return ___Count_2; } inline int32_t* get_address_of_Count_2() { return &___Count_2; } inline void set_Count_2(int32_t value) { ___Count_2 = value; } inline static int32_t get_offset_of_IndexStart_3() { return static_cast(offsetof(TableRange_t3332867892, ___IndexStart_3)); } inline int32_t get_IndexStart_3() const { return ___IndexStart_3; } inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; } inline void set_IndexStart_3(int32_t value) { ___IndexStart_3 = value; } inline static int32_t get_offset_of_IndexEnd_4() { return static_cast(offsetof(TableRange_t3332867892, ___IndexEnd_4)); } inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; } inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; } inline void set_IndexEnd_4(int32_t value) { ___IndexEnd_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TABLERANGE_T3332867892_H #ifndef INTERNALENUMERATOR_1_T4239932009_H #define INTERNALENUMERATOR_1_T4239932009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t4239932009 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t4239932009, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t4239932009, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T4239932009_H #ifndef INTERNALENUMERATOR_1_T1934607053_H #define INTERNALENUMERATOR_1_T1934607053_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t1934607053 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t1934607053, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t1934607053, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T1934607053_H #ifndef INTERNALENUMERATOR_1_T4281074189_H #define INTERNALENUMERATOR_1_T4281074189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t4281074189 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t4281074189, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t4281074189, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T4281074189_H #ifndef INTERNALENUMERATOR_1_T3798320372_H #define INTERNALENUMERATOR_1_T3798320372_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3798320372 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3798320372, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3798320372, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3798320372_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef TIMETYPE_T2507513283_H #define TIMETYPE_T2507513283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeZoneInfo/TimeType struct TimeType_t2507513283 { public: // System.Int32 System.TimeZoneInfo/TimeType::Offset int32_t ___Offset_0; // System.Boolean System.TimeZoneInfo/TimeType::IsDst bool ___IsDst_1; // System.String System.TimeZoneInfo/TimeType::Name String_t* ___Name_2; public: inline static int32_t get_offset_of_Offset_0() { return static_cast(offsetof(TimeType_t2507513283, ___Offset_0)); } inline int32_t get_Offset_0() const { return ___Offset_0; } inline int32_t* get_address_of_Offset_0() { return &___Offset_0; } inline void set_Offset_0(int32_t value) { ___Offset_0 = value; } inline static int32_t get_offset_of_IsDst_1() { return static_cast(offsetof(TimeType_t2507513283, ___IsDst_1)); } inline bool get_IsDst_1() const { return ___IsDst_1; } inline bool* get_address_of_IsDst_1() { return &___IsDst_1; } inline void set_IsDst_1(bool value) { ___IsDst_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(TimeType_t2507513283, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.TimeZoneInfo/TimeType struct TimeType_t2507513283_marshaled_pinvoke { int32_t ___Offset_0; int32_t ___IsDst_1; char* ___Name_2; }; // Native definition for COM marshalling of System.TimeZoneInfo/TimeType struct TimeType_t2507513283_marshaled_com { int32_t ___Offset_0; int32_t ___IsDst_1; Il2CppChar* ___Name_2; }; #endif // TIMETYPE_T2507513283_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef INTERNALENUMERATOR_1_T3502730766_H #define INTERNALENUMERATOR_1_T3502730766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3502730766 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3502730766, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3502730766, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3502730766_H #ifndef INTERNALENUMERATOR_1_T3435091831_H #define INTERNALENUMERATOR_1_T3435091831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3435091831 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3435091831, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3435091831, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3435091831_H #ifndef TAGNAME_T2891256255_H #define TAGNAME_T2891256255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255 { public: // System.String Mono.Xml2.XmlTextReader/TagName::Name String_t* ___Name_0; // System.String Mono.Xml2.XmlTextReader/TagName::LocalName String_t* ___LocalName_1; // System.String Mono.Xml2.XmlTextReader/TagName::Prefix String_t* ___Prefix_2; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(TagName_t2891256255, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_LocalName_1() { return static_cast(offsetof(TagName_t2891256255, ___LocalName_1)); } inline String_t* get_LocalName_1() const { return ___LocalName_1; } inline String_t** get_address_of_LocalName_1() { return &___LocalName_1; } inline void set_LocalName_1(String_t* value) { ___LocalName_1 = value; Il2CppCodeGenWriteBarrier((&___LocalName_1), value); } inline static int32_t get_offset_of_Prefix_2() { return static_cast(offsetof(TagName_t2891256255, ___Prefix_2)); } inline String_t* get_Prefix_2() const { return ___Prefix_2; } inline String_t** get_address_of_Prefix_2() { return &___Prefix_2; } inline void set_Prefix_2(String_t* value) { ___Prefix_2 = value; Il2CppCodeGenWriteBarrier((&___Prefix_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255_marshaled_pinvoke { char* ___Name_0; char* ___LocalName_1; char* ___Prefix_2; }; // Native definition for COM marshalling of Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255_marshaled_com { Il2CppChar* ___Name_0; Il2CppChar* ___LocalName_1; Il2CppChar* ___Prefix_2; }; #endif // TAGNAME_T2891256255_H #ifndef INTERNALENUMERATOR_1_T339537294_H #define INTERNALENUMERATOR_1_T339537294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t339537294 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t339537294, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t339537294, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T339537294_H #ifndef INTERNALENUMERATOR_1_T1742261305_H #define INTERNALENUMERATOR_1_T1742261305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t1742261305 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t1742261305, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t1742261305, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T1742261305_H #ifndef INTERNALENUMERATOR_1_T656192955_H #define INTERNALENUMERATOR_1_T656192955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t656192955 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t656192955, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t656192955, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T656192955_H #ifndef INTERNALENUMERATOR_1_T1362850998_H #define INTERNALENUMERATOR_1_T1362850998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t1362850998 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t1362850998, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t1362850998, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T1362850998_H #ifndef INTERNALENUMERATOR_1_T549826027_H #define INTERNALENUMERATOR_1_T549826027_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t549826027 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t549826027, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t549826027, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T549826027_H #ifndef INTERNALENUMERATOR_1_T2878737303_H #define INTERNALENUMERATOR_1_T2878737303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t2878737303 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t2878737303, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t2878737303, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T2878737303_H #ifndef INTERNALENUMERATOR_1_T2192337459_H #define INTERNALENUMERATOR_1_T2192337459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t2192337459 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t2192337459, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t2192337459, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T2192337459_H #ifndef INTERNALENUMERATOR_1_T3455634291_H #define INTERNALENUMERATOR_1_T3455634291_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t3455634291 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t3455634291, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t3455634291, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T3455634291_H #ifndef INTERNALENUMERATOR_1_T300531240_H #define INTERNALENUMERATOR_1_T300531240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t300531240 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t300531240, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t300531240, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T300531240_H #ifndef OBJECTMETADATA_T3566284522_H #define OBJECTMETADATA_T3566284522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ObjectMetadata struct ObjectMetadata_t3566284522 { public: // System.Type LitJson.ObjectMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ObjectMetadata::is_dictionary bool ___is_dictionary_1; // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::properties RuntimeObject* ___properties_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_dictionary_1() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___is_dictionary_1)); } inline bool get_is_dictionary_1() const { return ___is_dictionary_1; } inline bool* get_address_of_is_dictionary_1() { return &___is_dictionary_1; } inline void set_is_dictionary_1(bool value) { ___is_dictionary_1 = value; } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___properties_2)); } inline RuntimeObject* get_properties_2() const { return ___properties_2; } inline RuntimeObject** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(RuntimeObject* value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((&___properties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // Native definition for COM marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_com { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; #endif // OBJECTMETADATA_T3566284522_H #ifndef INTERNALENUMERATOR_1_T178381343_H #define INTERNALENUMERATOR_1_T178381343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t178381343 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t178381343, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t178381343, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T178381343_H #ifndef ARRAYMETADATA_T894288939_H #define ARRAYMETADATA_T894288939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ArrayMetadata struct ArrayMetadata_t894288939 { public: // System.Type LitJson.ArrayMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ArrayMetadata::is_array bool ___is_array_1; // System.Boolean LitJson.ArrayMetadata::is_list bool ___is_list_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ArrayMetadata_t894288939, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_array_1() { return static_cast(offsetof(ArrayMetadata_t894288939, ___is_array_1)); } inline bool get_is_array_1() const { return ___is_array_1; } inline bool* get_address_of_is_array_1() { return &___is_array_1; } inline void set_is_array_1(bool value) { ___is_array_1 = value; } inline static int32_t get_offset_of_is_list_2() { return static_cast(offsetof(ArrayMetadata_t894288939, ___is_list_2)); } inline bool get_is_list_2() const { return ___is_list_2; } inline bool* get_address_of_is_list_2() { return &___is_list_2; } inline void set_is_list_2(bool value) { ___is_list_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t894288939_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // Native definition for COM marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t894288939_marshaled_com { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; #endif // ARRAYMETADATA_T894288939_H #ifndef INTERNALENUMERATOR_1_T1801353056_H #define INTERNALENUMERATOR_1_T1801353056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t1801353056 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t1801353056, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t1801353056, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T1801353056_H #ifndef REQEUSTITEM_T1337038627_H #define REQEUSTITEM_T1337038627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627 { public: // CircleImage FitFun.CRequestManager/ReqeustItem::img CircleImage_t2126599838 * ___img_0; // System.String FitFun.CRequestManager/ReqeustItem::url String_t* ___url_1; // System.String FitFun.CRequestManager/ReqeustItem::key String_t* ___key_2; // System.String FitFun.CRequestManager/ReqeustItem::localFullPath String_t* ___localFullPath_3; public: inline static int32_t get_offset_of_img_0() { return static_cast(offsetof(ReqeustItem_t1337038627, ___img_0)); } inline CircleImage_t2126599838 * get_img_0() const { return ___img_0; } inline CircleImage_t2126599838 ** get_address_of_img_0() { return &___img_0; } inline void set_img_0(CircleImage_t2126599838 * value) { ___img_0 = value; Il2CppCodeGenWriteBarrier((&___img_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(ReqeustItem_t1337038627, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ReqeustItem_t1337038627, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_localFullPath_3() { return static_cast(offsetof(ReqeustItem_t1337038627, ___localFullPath_3)); } inline String_t* get_localFullPath_3() const { return ___localFullPath_3; } inline String_t** get_address_of_localFullPath_3() { return &___localFullPath_3; } inline void set_localFullPath_3(String_t* value) { ___localFullPath_3 = value; Il2CppCodeGenWriteBarrier((&___localFullPath_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627_marshaled_pinvoke { CircleImage_t2126599838 * ___img_0; char* ___url_1; char* ___key_2; char* ___localFullPath_3; }; // Native definition for COM marshalling of FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627_marshaled_com { CircleImage_t2126599838 * ___img_0; Il2CppChar* ___url_1; Il2CppChar* ___key_2; Il2CppChar* ___localFullPath_3; }; #endif // REQEUSTITEM_T1337038627_H #ifndef INTERNALENUMERATOR_1_T2244102744_H #define INTERNALENUMERATOR_1_T2244102744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t2244102744 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t2244102744, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t2244102744, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T2244102744_H #ifndef REQEUSTITEM_T1619640955_H #define REQEUSTITEM_T1619640955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955 { public: // CircleImage FitFun.CImageManager/ReqeustItem::img CircleImage_t2126599838 * ___img_0; // System.String FitFun.CImageManager/ReqeustItem::url String_t* ___url_1; // System.String FitFun.CImageManager/ReqeustItem::key String_t* ___key_2; // System.String FitFun.CImageManager/ReqeustItem::localFullPath String_t* ___localFullPath_3; // System.Int32 FitFun.CImageManager/ReqeustItem::failedTryCount int32_t ___failedTryCount_4; public: inline static int32_t get_offset_of_img_0() { return static_cast(offsetof(ReqeustItem_t1619640955, ___img_0)); } inline CircleImage_t2126599838 * get_img_0() const { return ___img_0; } inline CircleImage_t2126599838 ** get_address_of_img_0() { return &___img_0; } inline void set_img_0(CircleImage_t2126599838 * value) { ___img_0 = value; Il2CppCodeGenWriteBarrier((&___img_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(ReqeustItem_t1619640955, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ReqeustItem_t1619640955, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_localFullPath_3() { return static_cast(offsetof(ReqeustItem_t1619640955, ___localFullPath_3)); } inline String_t* get_localFullPath_3() const { return ___localFullPath_3; } inline String_t** get_address_of_localFullPath_3() { return &___localFullPath_3; } inline void set_localFullPath_3(String_t* value) { ___localFullPath_3 = value; Il2CppCodeGenWriteBarrier((&___localFullPath_3), value); } inline static int32_t get_offset_of_failedTryCount_4() { return static_cast(offsetof(ReqeustItem_t1619640955, ___failedTryCount_4)); } inline int32_t get_failedTryCount_4() const { return ___failedTryCount_4; } inline int32_t* get_address_of_failedTryCount_4() { return &___failedTryCount_4; } inline void set_failedTryCount_4(int32_t value) { ___failedTryCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955_marshaled_pinvoke { CircleImage_t2126599838 * ___img_0; char* ___url_1; char* ___key_2; char* ___localFullPath_3; int32_t ___failedTryCount_4; }; // Native definition for COM marshalling of FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955_marshaled_com { CircleImage_t2126599838 * ___img_0; Il2CppChar* ___url_1; Il2CppChar* ___key_2; Il2CppChar* ___localFullPath_3; int32_t ___failedTryCount_4; }; #endif // REQEUSTITEM_T1619640955_H #ifndef INTERNALENUMERATOR_1_T2526705072_H #define INTERNALENUMERATOR_1_T2526705072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/InternalEnumerator`1 struct InternalEnumerator_1_t2526705072 { public: // System.Array System.Array/InternalEnumerator`1::array RuntimeArray * ___array_0; // System.Int32 System.Array/InternalEnumerator`1::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(InternalEnumerator_1_t2526705072, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(InternalEnumerator_1_t2526705072, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_pinvoke_define #define InternalEnumerator_1_t2600413744_marshaled_pinvoke_define struct InternalEnumerator_1_t2600413744_marshaled_pinvoke { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif // Native definition for COM marshalling of System.Array/InternalEnumerator`1 #ifndef InternalEnumerator_1_t2600413744_marshaled_com_define #define InternalEnumerator_1_t2600413744_marshaled_com_define struct InternalEnumerator_1_t2600413744_marshaled_com { RuntimeArray * ___array_0; int32_t ___idx_1; }; #endif #endif // INTERNALENUMERATOR_1_T2526705072_H #ifndef ORDERBLOCK_T1585977831_H #define ORDERBLOCK_T1585977831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t1585977831 { public: // System.Int32 UnityEngine.BeforeRenderHelper/OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper/OrderBlock::callback UnityAction_t3245792599 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t1585977831, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t1585977831, ___callback_1)); } inline UnityAction_t3245792599 * get_callback_1() const { return ___callback_1; } inline UnityAction_t3245792599 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_t3245792599 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((&___callback_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t1585977831_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t1585977831_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; #endif // ORDERBLOCK_T1585977831_H #ifndef ATLASMATERIALOVERRIDE_T2435041389_H #define ATLASMATERIALOVERRIDE_T2435041389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389 { public: // System.Boolean Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::overrideDisabled bool ___overrideDisabled_0; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::originalMaterial Material_t340375123 * ___originalMaterial_1; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::replacementMaterial Material_t340375123 * ___replacementMaterial_2; public: inline static int32_t get_offset_of_overrideDisabled_0() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___overrideDisabled_0)); } inline bool get_overrideDisabled_0() const { return ___overrideDisabled_0; } inline bool* get_address_of_overrideDisabled_0() { return &___overrideDisabled_0; } inline void set_overrideDisabled_0(bool value) { ___overrideDisabled_0 = value; } inline static int32_t get_offset_of_originalMaterial_1() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___originalMaterial_1)); } inline Material_t340375123 * get_originalMaterial_1() const { return ___originalMaterial_1; } inline Material_t340375123 ** get_address_of_originalMaterial_1() { return &___originalMaterial_1; } inline void set_originalMaterial_1(Material_t340375123 * value) { ___originalMaterial_1 = value; Il2CppCodeGenWriteBarrier((&___originalMaterial_1), value); } inline static int32_t get_offset_of_replacementMaterial_2() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___replacementMaterial_2)); } inline Material_t340375123 * get_replacementMaterial_2() const { return ___replacementMaterial_2; } inline Material_t340375123 ** get_address_of_replacementMaterial_2() { return &___replacementMaterial_2; } inline void set_replacementMaterial_2(Material_t340375123 * value) { ___replacementMaterial_2 = value; Il2CppCodeGenWriteBarrier((&___replacementMaterial_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389_marshaled_pinvoke { int32_t ___overrideDisabled_0; Material_t340375123 * ___originalMaterial_1; Material_t340375123 * ___replacementMaterial_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389_marshaled_com { int32_t ___overrideDisabled_0; Material_t340375123 * ___originalMaterial_1; Material_t340375123 * ___replacementMaterial_2; }; #endif // ATLASMATERIALOVERRIDE_T2435041389_H #ifndef DELAYEDQUEUEITEM_T1027542936_H #define DELAYEDQUEUEITEM_T1027542936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936 { public: // System.Single Loom/DelayedQueueItem::time float ___time_0; // System.String Loom/DelayedQueueItem::txt String_t* ___txt_1; // System.Action`1 Loom/DelayedQueueItem::action Action_1_t2019918284 * ___action_2; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_txt_1() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___txt_1)); } inline String_t* get_txt_1() const { return ___txt_1; } inline String_t** get_address_of_txt_1() { return &___txt_1; } inline void set_txt_1(String_t* value) { ___txt_1 = value; Il2CppCodeGenWriteBarrier((&___txt_1), value); } inline static int32_t get_offset_of_action_2() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___action_2)); } inline Action_1_t2019918284 * get_action_2() const { return ___action_2; } inline Action_1_t2019918284 ** get_address_of_action_2() { return &___action_2; } inline void set_action_2(Action_1_t2019918284 * value) { ___action_2 = value; Il2CppCodeGenWriteBarrier((&___action_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_pinvoke { float ___time_0; char* ___txt_1; Il2CppMethodPointer ___action_2; }; // Native definition for COM marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_com { float ___time_0; Il2CppChar* ___txt_1; Il2CppMethodPointer ___action_2; }; #endif // DELAYEDQUEUEITEM_T1027542936_H #ifndef PROPERTYMETADATA_T3727440473_H #define PROPERTYMETADATA_T3727440473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.PropertyMetadata struct PropertyMetadata_t3727440473 { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((&___Info_0), value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((&___Type_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; #endif // PROPERTYMETADATA_T3727440473_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #define CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((&___argumentType_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; #endif // CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifndef SLOTMATERIALOVERRIDE_T1001979181_H #define SLOTMATERIALOVERRIDE_T1001979181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181 { public: // System.Boolean Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::overrideDisabled bool ___overrideDisabled_0; // System.String Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::slotName String_t* ___slotName_1; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::material Material_t340375123 * ___material_2; public: inline static int32_t get_offset_of_overrideDisabled_0() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___overrideDisabled_0)); } inline bool get_overrideDisabled_0() const { return ___overrideDisabled_0; } inline bool* get_address_of_overrideDisabled_0() { return &___overrideDisabled_0; } inline void set_overrideDisabled_0(bool value) { ___overrideDisabled_0 = value; } inline static int32_t get_offset_of_slotName_1() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___slotName_1)); } inline String_t* get_slotName_1() const { return ___slotName_1; } inline String_t** get_address_of_slotName_1() { return &___slotName_1; } inline void set_slotName_1(String_t* value) { ___slotName_1 = value; Il2CppCodeGenWriteBarrier((&___slotName_1), value); } inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___material_2)); } inline Material_t340375123 * get_material_2() const { return ___material_2; } inline Material_t340375123 ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t340375123 * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((&___material_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181_marshaled_pinvoke { int32_t ___overrideDisabled_0; char* ___slotName_1; Material_t340375123 * ___material_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181_marshaled_com { int32_t ___overrideDisabled_0; Il2CppChar* ___slotName_1; Material_t340375123 * ___material_2; }; #endif // SLOTMATERIALOVERRIDE_T1001979181_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2530217319_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef SUBMESHINSTRUCTION_T52121370_H #define SUBMESHINSTRUCTION_T52121370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370 { public: // Spine.Skeleton Spine.Unity.SubmeshInstruction::skeleton Skeleton_t3686076450 * ___skeleton_0; // System.Int32 Spine.Unity.SubmeshInstruction::startSlot int32_t ___startSlot_1; // System.Int32 Spine.Unity.SubmeshInstruction::endSlot int32_t ___endSlot_2; // UnityEngine.Material Spine.Unity.SubmeshInstruction::material Material_t340375123 * ___material_3; // System.Boolean Spine.Unity.SubmeshInstruction::forceSeparate bool ___forceSeparate_4; // System.Int32 Spine.Unity.SubmeshInstruction::preActiveClippingSlotSource int32_t ___preActiveClippingSlotSource_5; // System.Int32 Spine.Unity.SubmeshInstruction::rawTriangleCount int32_t ___rawTriangleCount_6; // System.Int32 Spine.Unity.SubmeshInstruction::rawVertexCount int32_t ___rawVertexCount_7; // System.Int32 Spine.Unity.SubmeshInstruction::rawFirstVertexIndex int32_t ___rawFirstVertexIndex_8; // System.Boolean Spine.Unity.SubmeshInstruction::hasClipping bool ___hasClipping_9; public: inline static int32_t get_offset_of_skeleton_0() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___skeleton_0)); } inline Skeleton_t3686076450 * get_skeleton_0() const { return ___skeleton_0; } inline Skeleton_t3686076450 ** get_address_of_skeleton_0() { return &___skeleton_0; } inline void set_skeleton_0(Skeleton_t3686076450 * value) { ___skeleton_0 = value; Il2CppCodeGenWriteBarrier((&___skeleton_0), value); } inline static int32_t get_offset_of_startSlot_1() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___startSlot_1)); } inline int32_t get_startSlot_1() const { return ___startSlot_1; } inline int32_t* get_address_of_startSlot_1() { return &___startSlot_1; } inline void set_startSlot_1(int32_t value) { ___startSlot_1 = value; } inline static int32_t get_offset_of_endSlot_2() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___endSlot_2)); } inline int32_t get_endSlot_2() const { return ___endSlot_2; } inline int32_t* get_address_of_endSlot_2() { return &___endSlot_2; } inline void set_endSlot_2(int32_t value) { ___endSlot_2 = value; } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___material_3)); } inline Material_t340375123 * get_material_3() const { return ___material_3; } inline Material_t340375123 ** get_address_of_material_3() { return &___material_3; } inline void set_material_3(Material_t340375123 * value) { ___material_3 = value; Il2CppCodeGenWriteBarrier((&___material_3), value); } inline static int32_t get_offset_of_forceSeparate_4() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___forceSeparate_4)); } inline bool get_forceSeparate_4() const { return ___forceSeparate_4; } inline bool* get_address_of_forceSeparate_4() { return &___forceSeparate_4; } inline void set_forceSeparate_4(bool value) { ___forceSeparate_4 = value; } inline static int32_t get_offset_of_preActiveClippingSlotSource_5() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___preActiveClippingSlotSource_5)); } inline int32_t get_preActiveClippingSlotSource_5() const { return ___preActiveClippingSlotSource_5; } inline int32_t* get_address_of_preActiveClippingSlotSource_5() { return &___preActiveClippingSlotSource_5; } inline void set_preActiveClippingSlotSource_5(int32_t value) { ___preActiveClippingSlotSource_5 = value; } inline static int32_t get_offset_of_rawTriangleCount_6() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawTriangleCount_6)); } inline int32_t get_rawTriangleCount_6() const { return ___rawTriangleCount_6; } inline int32_t* get_address_of_rawTriangleCount_6() { return &___rawTriangleCount_6; } inline void set_rawTriangleCount_6(int32_t value) { ___rawTriangleCount_6 = value; } inline static int32_t get_offset_of_rawVertexCount_7() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawVertexCount_7)); } inline int32_t get_rawVertexCount_7() const { return ___rawVertexCount_7; } inline int32_t* get_address_of_rawVertexCount_7() { return &___rawVertexCount_7; } inline void set_rawVertexCount_7(int32_t value) { ___rawVertexCount_7 = value; } inline static int32_t get_offset_of_rawFirstVertexIndex_8() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawFirstVertexIndex_8)); } inline int32_t get_rawFirstVertexIndex_8() const { return ___rawFirstVertexIndex_8; } inline int32_t* get_address_of_rawFirstVertexIndex_8() { return &___rawFirstVertexIndex_8; } inline void set_rawFirstVertexIndex_8(int32_t value) { ___rawFirstVertexIndex_8 = value; } inline static int32_t get_offset_of_hasClipping_9() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___hasClipping_9)); } inline bool get_hasClipping_9() const { return ___hasClipping_9; } inline bool* get_address_of_hasClipping_9() { return &___hasClipping_9; } inline void set_hasClipping_9(bool value) { ___hasClipping_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_pinvoke { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; // Native definition for COM marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_com { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; #endif // SUBMESHINSTRUCTION_T52121370_H #ifndef TRANSFORMPAIR_T3795417756_H #define TRANSFORMPAIR_T3795417756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756 { public: // UnityEngine.Transform Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair::dest Transform_t3600365921 * ___dest_0; // UnityEngine.Transform Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair::src Transform_t3600365921 * ___src_1; public: inline static int32_t get_offset_of_dest_0() { return static_cast(offsetof(TransformPair_t3795417756, ___dest_0)); } inline Transform_t3600365921 * get_dest_0() const { return ___dest_0; } inline Transform_t3600365921 ** get_address_of_dest_0() { return &___dest_0; } inline void set_dest_0(Transform_t3600365921 * value) { ___dest_0 = value; Il2CppCodeGenWriteBarrier((&___dest_0), value); } inline static int32_t get_offset_of_src_1() { return static_cast(offsetof(TransformPair_t3795417756, ___src_1)); } inline Transform_t3600365921 * get_src_1() const { return ___src_1; } inline Transform_t3600365921 ** get_address_of_src_1() { return &___src_1; } inline void set_src_1(Transform_t3600365921 * value) { ___src_1 = value; Il2CppCodeGenWriteBarrier((&___src_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756_marshaled_pinvoke { Transform_t3600365921 * ___dest_0; Transform_t3600365921 * ___src_1; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756_marshaled_com { Transform_t3600365921 * ___dest_0; Transform_t3600365921 * ___src_1; }; #endif // TRANSFORMPAIR_T3795417756_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef ANIMATORCLIPINFO_T3156717155_H #define ANIMATORCLIPINFO_T3156717155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimatorClipInfo struct AnimatorClipInfo_t3156717155 { public: // System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID int32_t ___m_ClipInstanceID_0; // System.Single UnityEngine.AnimatorClipInfo::m_Weight float ___m_Weight_1; public: inline static int32_t get_offset_of_m_ClipInstanceID_0() { return static_cast(offsetof(AnimatorClipInfo_t3156717155, ___m_ClipInstanceID_0)); } inline int32_t get_m_ClipInstanceID_0() const { return ___m_ClipInstanceID_0; } inline int32_t* get_address_of_m_ClipInstanceID_0() { return &___m_ClipInstanceID_0; } inline void set_m_ClipInstanceID_0(int32_t value) { ___m_ClipInstanceID_0 = value; } inline static int32_t get_offset_of_m_Weight_1() { return static_cast(offsetof(AnimatorClipInfo_t3156717155, ___m_Weight_1)); } inline float get_m_Weight_1() const { return ___m_Weight_1; } inline float* get_address_of_m_Weight_1() { return &___m_Weight_1; } inline void set_m_Weight_1(float value) { ___m_Weight_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATORCLIPINFO_T3156717155_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_t2156229523, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_t2156229523, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef MYENUM_T4134377632_H #define MYENUM_T4134377632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyEnum struct MyEnum_t4134377632 { public: // System.Int32 XLuaTest.MyEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MyEnum_t4134377632, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYENUM_T4134377632_H #ifndef MYSTRUCT_T514849583_H #define MYSTRUCT_T514849583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyStruct struct MyStruct_t514849583 { public: // System.Int32 XLuaTest.MyStruct::a int32_t ___a_0; // System.Int32 XLuaTest.MyStruct::b int32_t ___b_1; // System.Decimal XLuaTest.MyStruct::c Decimal_t2948259380 ___c_2; // XLuaTest.Pedding XLuaTest.MyStruct::e Pedding_t3796070799 ___e_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(MyStruct_t514849583, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(MyStruct_t514849583, ___b_1)); } inline int32_t get_b_1() const { return ___b_1; } inline int32_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int32_t value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(MyStruct_t514849583, ___c_2)); } inline Decimal_t2948259380 get_c_2() const { return ___c_2; } inline Decimal_t2948259380 * get_address_of_c_2() { return &___c_2; } inline void set_c_2(Decimal_t2948259380 value) { ___c_2 = value; } inline static int32_t get_offset_of_e_3() { return static_cast(offsetof(MyStruct_t514849583, ___e_3)); } inline Pedding_t3796070799 get_e_3() const { return ___e_3; } inline Pedding_t3796070799 * get_address_of_e_3() { return &___e_3; } inline void set_e_3(Pedding_t3796070799 value) { ___e_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYSTRUCT_T514849583_H #ifndef ENUMERATOR_T4192182544_H #define ENUMERATOR_T4192182544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t4192182544 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t568374093 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current Vector2_t2156229523 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t4192182544, ___l_0)); } inline ExposedList_1_t568374093 * get_l_0() const { return ___l_0; } inline ExposedList_1_t568374093 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t568374093 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4192182544, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t4192182544, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t4192182544, ___current_3)); } inline Vector2_t2156229523 get_current_3() const { return ___current_3; } inline Vector2_t2156229523 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector2_t2156229523 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4192182544_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef LIFE_T1196123398_H #define LIFE_T1196123398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CTimerManager/Life struct Life_t1196123398 { public: // System.Int32 CTimerManager/Life::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Life_t1196123398, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIFE_T1196123398_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef ORIENTTYPE_T1731166963_H #define ORIENTTYPE_T1731166963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.OrientType struct OrientType_t1731166963 { public: // System.Int32 DG.Tweening.Plugins.Options.OrientType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OrientType_t1731166963, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORIENTTYPE_T1731166963_H #ifndef RAY2D_T2082843914_H #define RAY2D_T2082843914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray2D struct Ray2D_t2082843914 { public: // UnityEngine.Vector2 UnityEngine.Ray2D::m_Origin Vector2_t2156229523 ___m_Origin_0; // UnityEngine.Vector2 UnityEngine.Ray2D::m_Direction Vector2_t2156229523 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Origin_0)); } inline Vector2_t2156229523 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector2_t2156229523 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector2_t2156229523 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Direction_1)); } inline Vector2_t2156229523 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector2_t2156229523 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector2_t2156229523 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY2D_T2082843914_H #ifndef SCRAMBLEMODE_T1285273342_H #define SCRAMBLEMODE_T1285273342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.ScrambleMode struct ScrambleMode_t1285273342 { public: // System.Int32 DG.Tweening.ScrambleMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrambleMode_t1285273342, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCRAMBLEMODE_T1285273342_H #ifndef TWEENTYPE_T1971673186_H #define TWEENTYPE_T1971673186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenType struct TweenType_t1971673186 { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TweenType_t1971673186, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENTYPE_T1971673186_H #ifndef UPDATETYPE_T3937729206_H #define UPDATETYPE_T3937729206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.UpdateType struct UpdateType_t3937729206 { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateType_t3937729206, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATETYPE_T3937729206_H #ifndef STATE_T2595666649_H #define STATE_T2595666649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter/State struct State_t2595666649 { public: // System.Int32 Newtonsoft.Json.JsonWriter/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t2595666649, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T2595666649_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T3750793324_H #define U3CGETENUMERATORU3EC__ITERATOR0_T3750793324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3750793324 : public RuntimeObject { public: // System.Int32 System.Array/ArrayReadOnlyList`1/c__Iterator0::__0 int32_t ___U3CiU3E__0_0; // System.Int32 System.Array/ArrayReadOnlyList`1/c__Iterator0::$PC int32_t ___U24PC_1; // T System.Array/ArrayReadOnlyList`1/c__Iterator0::$current CustomAttributeTypedArgument_t2723150157 ___U24current_2; // System.Array/ArrayReadOnlyList`1 System.Array/ArrayReadOnlyList`1/c__Iterator0::<>f__this ArrayReadOnlyList_1_t3913667990 * ___U3CU3Ef__this_3; public: inline static int32_t get_offset_of_U3CiU3E__0_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3750793324, ___U3CiU3E__0_0)); } inline int32_t get_U3CiU3E__0_0() const { return ___U3CiU3E__0_0; } inline int32_t* get_address_of_U3CiU3E__0_0() { return &___U3CiU3E__0_0; } inline void set_U3CiU3E__0_0(int32_t value) { ___U3CiU3E__0_0 = value; } inline static int32_t get_offset_of_U24PC_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3750793324, ___U24PC_1)); } inline int32_t get_U24PC_1() const { return ___U24PC_1; } inline int32_t* get_address_of_U24PC_1() { return &___U24PC_1; } inline void set_U24PC_1(int32_t value) { ___U24PC_1 = value; } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3750793324, ___U24current_2)); } inline CustomAttributeTypedArgument_t2723150157 get_U24current_2() const { return ___U24current_2; } inline CustomAttributeTypedArgument_t2723150157 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(CustomAttributeTypedArgument_t2723150157 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U3CU3Ef__this_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3750793324, ___U3CU3Ef__this_3)); } inline ArrayReadOnlyList_1_t3913667990 * get_U3CU3Ef__this_3() const { return ___U3CU3Ef__this_3; } inline ArrayReadOnlyList_1_t3913667990 ** get_address_of_U3CU3Ef__this_3() { return &___U3CU3Ef__this_3; } inline void set_U3CU3Ef__this_3(ArrayReadOnlyList_1_t3913667990 * value) { ___U3CU3Ef__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T3750793324_H #ifndef DASHTYPE_T3688434419_H #define DASHTYPE_T3688434419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/DashType struct DashType_t3688434419 { public: // System.Int32 FitFun.AssetManager/DashType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DashType_t3688434419, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DASHTYPE_T3688434419_H #ifndef EVENTTYPE_T1835192406_H #define EVENTTYPE_T1835192406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventType struct EventType_t1835192406 { public: // System.Int32 Spine.EventQueue/EventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventType_t1835192406, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTYPE_T1835192406_H #ifndef ENUMTHREADID_T4044096134_H #define ENUMTHREADID_T4044096134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.enumThreadID struct enumThreadID_t4044096134 { public: // System.Int32 DMCore.Framework.Thread.enumThreadID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumThreadID_t4044096134, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTHREADID_T4044096134_H #ifndef AVATARCATE_T455786881_H #define AVATARCATE_T455786881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarCate struct AvatarCate_t455786881 { public: // System.Int32 DMCore.Framework.Scene.AvatarCate::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AvatarCate_t455786881, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARCATE_T455786881_H #ifndef JSONCONTAINERTYPE_T3191599701_H #define JSONCONTAINERTYPE_T3191599701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t3191599701 { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonContainerType_t3191599701, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERTYPE_T3191599701_H #ifndef ENUMERATOR_T1463299189_H #define ENUMERATOR_T1463299189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t1463299189 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t2134458034 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current Vector3_t3722313464 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1463299189, ___l_0)); } inline ExposedList_1_t2134458034 * get_l_0() const { return ___l_0; } inline ExposedList_1_t2134458034 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t2134458034 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1463299189, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t1463299189, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1463299189, ___current_3)); } inline Vector3_t3722313464 get_current_3() const { return ___current_3; } inline Vector3_t3722313464 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector3_t3722313464 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1463299189_H #ifndef CLIENTCERTIFICATETYPE_T1004704908_H #define CLIENTCERTIFICATETYPE_T1004704908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType struct ClientCertificateType_t1004704908 { public: // System.Int32 Mono.Security.Protocol.Tls.Handshake.ClientCertificateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ClientCertificateType_t1004704908, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTCERTIFICATETYPE_T1004704908_H #ifndef ENUMDISPLAYLEVEL_T835197188_H #define ENUMDISPLAYLEVEL_T835197188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel struct enumDisplayLevel_t835197188 { public: // System.Int32 DMCore.Logic.CSuitAnimCfg/enumDisplayLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumDisplayLevel_t835197188, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMDISPLAYLEVEL_T835197188_H #ifndef AVAILABLETRACKINGDATA_T3752197997_H #define AVAILABLETRACKINGDATA_T3752197997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.XR.AvailableTrackingData struct AvailableTrackingData_t3752197997 { public: // System.Int32 UnityEngine.XR.AvailableTrackingData::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AvailableTrackingData_t3752197997, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVAILABLETRACKINGDATA_T3752197997_H #ifndef XRNODE_T3929440994_H #define XRNODE_T3929440994_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.XR.XRNode struct XRNode_t3929440994 { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XRNode_t3929440994, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XRNODE_T3929440994_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef PLAYABLEHANDLE_T1095853803_H #define PLAYABLEHANDLE_T1095853803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t1095853803 { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.Int32 UnityEngine.Playables.PlayableHandle::m_Version int32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t1095853803, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t1095853803, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLEHANDLE_T1095853803_H #ifndef DIAGNOSTICSWITCHFLAGS_T1577216330_H #define DIAGNOSTICSWITCHFLAGS_T1577216330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DiagnosticSwitchFlags struct DiagnosticSwitchFlags_t1577216330 { public: // System.Int32 UnityEngine.DiagnosticSwitchFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DiagnosticSwitchFlags_t1577216330, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSWITCHFLAGS_T1577216330_H #ifndef CONTROLPOINT_T3892672090_H #define CONTROLPOINT_T3892672090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.ControlPoint struct ControlPoint_t3892672090 { public: // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ControlPoint::a Vector3_t3722313464 ___a_0; // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ControlPoint::b Vector3_t3722313464 ___b_1; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(ControlPoint_t3892672090, ___a_0)); } inline Vector3_t3722313464 get_a_0() const { return ___a_0; } inline Vector3_t3722313464 * get_address_of_a_0() { return &___a_0; } inline void set_a_0(Vector3_t3722313464 value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(ControlPoint_t3892672090, ___b_1)); } inline Vector3_t3722313464 get_b_1() const { return ___b_1; } inline Vector3_t3722313464 * get_address_of_b_1() { return &___b_1; } inline void set_b_1(Vector3_t3722313464 value) { ___b_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTROLPOINT_T3892672090_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef LMRENDERERINFO_T3374010072_H #define LMRENDERERINFO_T3374010072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LMRendererInfo struct LMRendererInfo_t3374010072 { public: // UnityEngine.Renderer LMRendererInfo::renderer Renderer_t2627027031 * ___renderer_0; // System.Int32 LMRendererInfo::LightmapIndex int32_t ___LightmapIndex_1; // UnityEngine.Vector4 LMRendererInfo::LightmapOffsetScale Vector4_t3319028937 ___LightmapOffsetScale_2; public: inline static int32_t get_offset_of_renderer_0() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___renderer_0)); } inline Renderer_t2627027031 * get_renderer_0() const { return ___renderer_0; } inline Renderer_t2627027031 ** get_address_of_renderer_0() { return &___renderer_0; } inline void set_renderer_0(Renderer_t2627027031 * value) { ___renderer_0 = value; Il2CppCodeGenWriteBarrier((&___renderer_0), value); } inline static int32_t get_offset_of_LightmapIndex_1() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapIndex_1)); } inline int32_t get_LightmapIndex_1() const { return ___LightmapIndex_1; } inline int32_t* get_address_of_LightmapIndex_1() { return &___LightmapIndex_1; } inline void set_LightmapIndex_1(int32_t value) { ___LightmapIndex_1 = value; } inline static int32_t get_offset_of_LightmapOffsetScale_2() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapOffsetScale_2)); } inline Vector4_t3319028937 get_LightmapOffsetScale_2() const { return ___LightmapOffsetScale_2; } inline Vector4_t3319028937 * get_address_of_LightmapOffsetScale_2() { return &___LightmapOffsetScale_2; } inline void set_LightmapOffsetScale_2(Vector4_t3319028937 value) { ___LightmapOffsetScale_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_pinvoke { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; // Native definition for COM marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_com { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; #endif // LMRENDERERINFO_T3374010072_H #ifndef ROTATEMODE_T2548570174_H #define ROTATEMODE_T2548570174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.RotateMode struct RotateMode_t2548570174 { public: // System.Int32 DG.Tweening.RotateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RotateMode_t2548570174, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEMODE_T2548570174_H #ifndef UICHARINFO_T75501106_H #define UICHARINFO_T75501106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UICharInfo struct UICharInfo_t75501106 { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_t2156229523 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_t75501106, ___cursorPos_0)); } inline Vector2_t2156229523 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_t2156229523 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_t2156229523 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_t75501106, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHARINFO_T75501106_H #ifndef RAYCASTRESULT_T3360306849_H #define RAYCASTRESULT_T3360306849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_t1113636619 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_t4150874583 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t3722313464 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t3722313464 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_t2156229523 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t3360306849, ___m_GameObject_0)); } inline GameObject_t1113636619 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_t1113636619 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_t1113636619 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t3360306849, ___module_1)); } inline BaseRaycaster_t4150874583 * get_module_1() const { return ___module_1; } inline BaseRaycaster_t4150874583 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_t4150874583 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((&___module_1), value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t3360306849, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t3360306849, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t3360306849, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldPosition_7)); } inline Vector3_t3722313464 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t3722313464 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t3722313464 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldNormal_8)); } inline Vector3_t3722313464 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t3722313464 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t3722313464 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t3360306849, ___screenPosition_9)); } inline Vector2_t2156229523 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_t2156229523 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_t2156229523 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t3360306849, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_pinvoke { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_com { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; #endif // RAYCASTRESULT_T3360306849_H #ifndef AUTOPLAY_T1346164433_H #define AUTOPLAY_T1346164433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AutoPlay struct AutoPlay_t1346164433 { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoPlay_t1346164433, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTOPLAY_T1346164433_H #ifndef KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCODE_T2599294277_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef PATHMODE_T2165603100_H #define PATHMODE_T2165603100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathMode struct PathMode_t2165603100 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathMode_t2165603100, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHMODE_T2165603100_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #define CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710 { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_t2723150157 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___typedArgument_0)); } inline CustomAttributeTypedArgument_t2723150157 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_t2723150157 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_t2723150157 value) { ___typedArgument_0 = value; } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((&___memberInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_pinvoke { CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_com { CustomAttributeTypedArgument_t2723150157_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; #endif // CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifndef AXISCONSTRAINT_T2771958344_H #define AXISCONSTRAINT_T2771958344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AxisConstraint struct AxisConstraint_t2771958344 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AxisConstraint_t2771958344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISCONSTRAINT_T2771958344_H #ifndef EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASE_T4010715394_H #ifndef PATHTYPE_T3777299409_H #define PATHTYPE_T3777299409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathType struct PathType_t3777299409 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathType_t3777299409, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHTYPE_T3777299409_H #ifndef UIVERTEX_T4057497605_H #define UIVERTEX_T4057497605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UIVertex struct UIVertex_t4057497605 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t3722313464 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t3722313464 ___normal_1; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t2600501292 ___color_2; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_t2156229523 ___uv0_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_t2156229523 ___uv1_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_t2156229523 ___uv2_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_t2156229523 ___uv3_6; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_t3319028937 ___tangent_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_t4057497605, ___position_0)); } inline Vector3_t3722313464 get_position_0() const { return ___position_0; } inline Vector3_t3722313464 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t3722313464 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_t4057497605, ___normal_1)); } inline Vector3_t3722313464 get_normal_1() const { return ___normal_1; } inline Vector3_t3722313464 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t3722313464 value) { ___normal_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(UIVertex_t4057497605, ___color_2)); } inline Color32_t2600501292 get_color_2() const { return ___color_2; } inline Color32_t2600501292 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color32_t2600501292 value) { ___color_2 = value; } inline static int32_t get_offset_of_uv0_3() { return static_cast(offsetof(UIVertex_t4057497605, ___uv0_3)); } inline Vector2_t2156229523 get_uv0_3() const { return ___uv0_3; } inline Vector2_t2156229523 * get_address_of_uv0_3() { return &___uv0_3; } inline void set_uv0_3(Vector2_t2156229523 value) { ___uv0_3 = value; } inline static int32_t get_offset_of_uv1_4() { return static_cast(offsetof(UIVertex_t4057497605, ___uv1_4)); } inline Vector2_t2156229523 get_uv1_4() const { return ___uv1_4; } inline Vector2_t2156229523 * get_address_of_uv1_4() { return &___uv1_4; } inline void set_uv1_4(Vector2_t2156229523 value) { ___uv1_4 = value; } inline static int32_t get_offset_of_uv2_5() { return static_cast(offsetof(UIVertex_t4057497605, ___uv2_5)); } inline Vector2_t2156229523 get_uv2_5() const { return ___uv2_5; } inline Vector2_t2156229523 * get_address_of_uv2_5() { return &___uv2_5; } inline void set_uv2_5(Vector2_t2156229523 value) { ___uv2_5 = value; } inline static int32_t get_offset_of_uv3_6() { return static_cast(offsetof(UIVertex_t4057497605, ___uv3_6)); } inline Vector2_t2156229523 get_uv3_6() const { return ___uv3_6; } inline Vector2_t2156229523 * get_address_of_uv3_6() { return &___uv3_6; } inline void set_uv3_6(Vector2_t2156229523 value) { ___uv3_6 = value; } inline static int32_t get_offset_of_tangent_7() { return static_cast(offsetof(UIVertex_t4057497605, ___tangent_7)); } inline Vector4_t3319028937 get_tangent_7() const { return ___tangent_7; } inline Vector4_t3319028937 * get_address_of_tangent_7() { return &___tangent_7; } inline void set_tangent_7(Vector4_t3319028937 value) { ___tangent_7 = value; } }; struct UIVertex_t4057497605_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t2600501292 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t4057497605 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultColor_8)); } inline Color32_t2600501292 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t2600501292 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t2600501292 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_t3319028937 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_t3319028937 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_t3319028937 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___simpleVert_10)); } inline UIVertex_t4057497605 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t4057497605 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t4057497605 value) { ___simpleVert_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIVERTEX_T4057497605_H #ifndef EVENTQUEUEENTRY_T351831961_H #define EVENTQUEUEENTRY_T351831961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961 { public: // Spine.EventQueue/EventType Spine.EventQueue/EventQueueEntry::type int32_t ___type_0; // Spine.TrackEntry Spine.EventQueue/EventQueueEntry::entry TrackEntry_t1316488441 * ___entry_1; // Spine.Event Spine.EventQueue/EventQueueEntry::e Event_t1378573841 * ___e_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(EventQueueEntry_t351831961, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_entry_1() { return static_cast(offsetof(EventQueueEntry_t351831961, ___entry_1)); } inline TrackEntry_t1316488441 * get_entry_1() const { return ___entry_1; } inline TrackEntry_t1316488441 ** get_address_of_entry_1() { return &___entry_1; } inline void set_entry_1(TrackEntry_t1316488441 * value) { ___entry_1 = value; Il2CppCodeGenWriteBarrier((&___entry_1), value); } inline static int32_t get_offset_of_e_2() { return static_cast(offsetof(EventQueueEntry_t351831961, ___e_2)); } inline Event_t1378573841 * get_e_2() const { return ___e_2; } inline Event_t1378573841 ** get_address_of_e_2() { return &___e_2; } inline void set_e_2(Event_t1378573841 * value) { ___e_2 = value; Il2CppCodeGenWriteBarrier((&___e_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_pinvoke { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; // Native definition for COM marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_com { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; #endif // EVENTQUEUEENTRY_T351831961_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef PLAYABLE_T459825607_H #define PLAYABLE_T459825607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.Playable struct Playable_t459825607 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t1095853803 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_t459825607, ___m_Handle_0)); } inline PlayableHandle_t1095853803 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t1095853803 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t1095853803 value) { ___m_Handle_0 = value; } }; struct Playable_t459825607_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_t459825607 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_t459825607_StaticFields, ___m_NullPlayable_1)); } inline Playable_t459825607 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_t459825607 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_t459825607 value) { ___m_NullPlayable_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLE_T459825607_H #ifndef JSONPOSITION_T2528027714_H #define JSONPOSITION_T2528027714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714 { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t2528027714, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t2528027714, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t2528027714, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((&___PropertyName_3), value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t2528027714, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t2528027714_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t3528271667* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t2528027714_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t3528271667* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t3528271667* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___SpecialCharacters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; #endif // JSONPOSITION_T2528027714_H #ifndef XRNODESTATE_T3752602430_H #define XRNODESTATE_T3752602430_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.XR.XRNodeState struct XRNodeState_t3752602430 { public: // UnityEngine.XR.XRNode UnityEngine.XR.XRNodeState::m_Type int32_t ___m_Type_0; // UnityEngine.XR.AvailableTrackingData UnityEngine.XR.XRNodeState::m_AvailableFields int32_t ___m_AvailableFields_1; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Position Vector3_t3722313464 ___m_Position_2; // UnityEngine.Quaternion UnityEngine.XR.XRNodeState::m_Rotation Quaternion_t2301928331 ___m_Rotation_3; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Velocity Vector3_t3722313464 ___m_Velocity_4; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularVelocity Vector3_t3722313464 ___m_AngularVelocity_5; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Acceleration Vector3_t3722313464 ___m_Acceleration_6; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularAcceleration Vector3_t3722313464 ___m_AngularAcceleration_7; // System.Int32 UnityEngine.XR.XRNodeState::m_Tracked int32_t ___m_Tracked_8; // System.UInt64 UnityEngine.XR.XRNodeState::m_UniqueID uint64_t ___m_UniqueID_9; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_AvailableFields_1() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_AvailableFields_1)); } inline int32_t get_m_AvailableFields_1() const { return ___m_AvailableFields_1; } inline int32_t* get_address_of_m_AvailableFields_1() { return &___m_AvailableFields_1; } inline void set_m_AvailableFields_1(int32_t value) { ___m_AvailableFields_1 = value; } inline static int32_t get_offset_of_m_Position_2() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Position_2)); } inline Vector3_t3722313464 get_m_Position_2() const { return ___m_Position_2; } inline Vector3_t3722313464 * get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(Vector3_t3722313464 value) { ___m_Position_2 = value; } inline static int32_t get_offset_of_m_Rotation_3() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Rotation_3)); } inline Quaternion_t2301928331 get_m_Rotation_3() const { return ___m_Rotation_3; } inline Quaternion_t2301928331 * get_address_of_m_Rotation_3() { return &___m_Rotation_3; } inline void set_m_Rotation_3(Quaternion_t2301928331 value) { ___m_Rotation_3 = value; } inline static int32_t get_offset_of_m_Velocity_4() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Velocity_4)); } inline Vector3_t3722313464 get_m_Velocity_4() const { return ___m_Velocity_4; } inline Vector3_t3722313464 * get_address_of_m_Velocity_4() { return &___m_Velocity_4; } inline void set_m_Velocity_4(Vector3_t3722313464 value) { ___m_Velocity_4 = value; } inline static int32_t get_offset_of_m_AngularVelocity_5() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_AngularVelocity_5)); } inline Vector3_t3722313464 get_m_AngularVelocity_5() const { return ___m_AngularVelocity_5; } inline Vector3_t3722313464 * get_address_of_m_AngularVelocity_5() { return &___m_AngularVelocity_5; } inline void set_m_AngularVelocity_5(Vector3_t3722313464 value) { ___m_AngularVelocity_5 = value; } inline static int32_t get_offset_of_m_Acceleration_6() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Acceleration_6)); } inline Vector3_t3722313464 get_m_Acceleration_6() const { return ___m_Acceleration_6; } inline Vector3_t3722313464 * get_address_of_m_Acceleration_6() { return &___m_Acceleration_6; } inline void set_m_Acceleration_6(Vector3_t3722313464 value) { ___m_Acceleration_6 = value; } inline static int32_t get_offset_of_m_AngularAcceleration_7() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_AngularAcceleration_7)); } inline Vector3_t3722313464 get_m_AngularAcceleration_7() const { return ___m_AngularAcceleration_7; } inline Vector3_t3722313464 * get_address_of_m_AngularAcceleration_7() { return &___m_AngularAcceleration_7; } inline void set_m_AngularAcceleration_7(Vector3_t3722313464 value) { ___m_AngularAcceleration_7 = value; } inline static int32_t get_offset_of_m_Tracked_8() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Tracked_8)); } inline int32_t get_m_Tracked_8() const { return ___m_Tracked_8; } inline int32_t* get_address_of_m_Tracked_8() { return &___m_Tracked_8; } inline void set_m_Tracked_8(int32_t value) { ___m_Tracked_8 = value; } inline static int32_t get_offset_of_m_UniqueID_9() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_UniqueID_9)); } inline uint64_t get_m_UniqueID_9() const { return ___m_UniqueID_9; } inline uint64_t* get_address_of_m_UniqueID_9() { return &___m_UniqueID_9; } inline void set_m_UniqueID_9(uint64_t value) { ___m_UniqueID_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XRNODESTATE_T3752602430_H #ifndef PATHOPTIONS_T2074623791_H #define PATHOPTIONS_T2074623791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791 { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t3722313464 ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_t3600365921 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t2301928331 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_t3600365921 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t2301928331 ___startupRot_13; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_14; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_16; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_t2074623791, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_t2074623791, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_t2074623791, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_t2074623791, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_t2074623791, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtPosition_5)); } inline Vector3_t3722313464 get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t3722313464 * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t3722313464 value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtTransform_6)); } inline Transform_t3600365921 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_t3600365921 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_t3600365921 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((&___lookAtTransform_6), value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_t2074623791, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_t2074623791, ___forward_9)); } inline Quaternion_t2301928331 get_forward_9() const { return ___forward_9; } inline Quaternion_t2301928331 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t2301928331 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_t2074623791, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_t2074623791, ___parent_11)); } inline Transform_t3600365921 * get_parent_11() const { return ___parent_11; } inline Transform_t3600365921 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_t3600365921 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((&___parent_11), value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_t2074623791, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_startupRot_13() { return static_cast(offsetof(PathOptions_t2074623791, ___startupRot_13)); } inline Quaternion_t2301928331 get_startupRot_13() const { return ___startupRot_13; } inline Quaternion_t2301928331 * get_address_of_startupRot_13() { return &___startupRot_13; } inline void set_startupRot_13(Quaternion_t2301928331 value) { ___startupRot_13 = value; } inline static int32_t get_offset_of_startupZRot_14() { return static_cast(offsetof(PathOptions_t2074623791, ___startupZRot_14)); } inline float get_startupZRot_14() const { return ___startupZRot_14; } inline float* get_address_of_startupZRot_14() { return &___startupZRot_14; } inline void set_startupZRot_14(float value) { ___startupZRot_14 = value; } inline static int32_t get_offset_of_addedExtraStartWp_15() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraStartWp_15)); } inline bool get_addedExtraStartWp_15() const { return ___addedExtraStartWp_15; } inline bool* get_address_of_addedExtraStartWp_15() { return &___addedExtraStartWp_15; } inline void set_addedExtraStartWp_15(bool value) { ___addedExtraStartWp_15 = value; } inline static int32_t get_offset_of_addedExtraEndWp_16() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraEndWp_16)); } inline bool get_addedExtraEndWp_16() const { return ___addedExtraEndWp_16; } inline bool* get_address_of_addedExtraEndWp_16() { return &___addedExtraEndWp_16; } inline void set_addedExtraEndWp_16(bool value) { ___addedExtraEndWp_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; #endif // PATHOPTIONS_T2074623791_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T1315508877_H #define U3CGETENUMERATORU3EC__ITERATOR0_T1315508877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t1315508877 : public RuntimeObject { public: // System.Int32 System.Array/ArrayReadOnlyList`1/c__Iterator0::__0 int32_t ___U3CiU3E__0_0; // System.Int32 System.Array/ArrayReadOnlyList`1/c__Iterator0::$PC int32_t ___U24PC_1; // T System.Array/ArrayReadOnlyList`1/c__Iterator0::$current CustomAttributeNamedArgument_t287865710 ___U24current_2; // System.Array/ArrayReadOnlyList`1 System.Array/ArrayReadOnlyList`1/c__Iterator0::<>f__this ArrayReadOnlyList_1_t1478383543 * ___U3CU3Ef__this_3; public: inline static int32_t get_offset_of_U3CiU3E__0_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t1315508877, ___U3CiU3E__0_0)); } inline int32_t get_U3CiU3E__0_0() const { return ___U3CiU3E__0_0; } inline int32_t* get_address_of_U3CiU3E__0_0() { return &___U3CiU3E__0_0; } inline void set_U3CiU3E__0_0(int32_t value) { ___U3CiU3E__0_0 = value; } inline static int32_t get_offset_of_U24PC_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t1315508877, ___U24PC_1)); } inline int32_t get_U24PC_1() const { return ___U24PC_1; } inline int32_t* get_address_of_U24PC_1() { return &___U24PC_1; } inline void set_U24PC_1(int32_t value) { ___U24PC_1 = value; } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t1315508877, ___U24current_2)); } inline CustomAttributeNamedArgument_t287865710 get_U24current_2() const { return ___U24current_2; } inline CustomAttributeNamedArgument_t287865710 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(CustomAttributeNamedArgument_t287865710 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U3CU3Ef__this_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t1315508877, ___U3CU3Ef__this_3)); } inline ArrayReadOnlyList_1_t1478383543 * get_U3CU3Ef__this_3() const { return ___U3CU3Ef__this_3; } inline ArrayReadOnlyList_1_t1478383543 ** get_address_of_U3CU3Ef__this_3() { return &___U3CU3Ef__this_3; } inline void set_U3CU3Ef__this_3(ArrayReadOnlyList_1_t1478383543 * value) { ___U3CU3Ef__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T1315508877_H #ifndef DIAGNOSTICSWITCH_T2110704064_H #define DIAGNOSTICSWITCH_T2110704064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064 { public: // System.String UnityEngine.DiagnosticSwitch::name String_t* ___name_0; // System.String UnityEngine.DiagnosticSwitch::description String_t* ___description_1; // UnityEngine.DiagnosticSwitchFlags UnityEngine.DiagnosticSwitch::flags int32_t ___flags_2; // System.Object UnityEngine.DiagnosticSwitch::value RuntimeObject * ___value_3; // System.Object UnityEngine.DiagnosticSwitch::minValue RuntimeObject * ___minValue_4; // System.Object UnityEngine.DiagnosticSwitch::maxValue RuntimeObject * ___maxValue_5; // System.Object UnityEngine.DiagnosticSwitch::persistentValue RuntimeObject * ___persistentValue_6; // UnityEngine.EnumInfo UnityEngine.DiagnosticSwitch::enumInfo EnumInfo_t93260550 * ___enumInfo_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((&___description_1), value); } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((&___value_3), value); } inline static int32_t get_offset_of_minValue_4() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___minValue_4)); } inline RuntimeObject * get_minValue_4() const { return ___minValue_4; } inline RuntimeObject ** get_address_of_minValue_4() { return &___minValue_4; } inline void set_minValue_4(RuntimeObject * value) { ___minValue_4 = value; Il2CppCodeGenWriteBarrier((&___minValue_4), value); } inline static int32_t get_offset_of_maxValue_5() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___maxValue_5)); } inline RuntimeObject * get_maxValue_5() const { return ___maxValue_5; } inline RuntimeObject ** get_address_of_maxValue_5() { return &___maxValue_5; } inline void set_maxValue_5(RuntimeObject * value) { ___maxValue_5 = value; Il2CppCodeGenWriteBarrier((&___maxValue_5), value); } inline static int32_t get_offset_of_persistentValue_6() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___persistentValue_6)); } inline RuntimeObject * get_persistentValue_6() const { return ___persistentValue_6; } inline RuntimeObject ** get_address_of_persistentValue_6() { return &___persistentValue_6; } inline void set_persistentValue_6(RuntimeObject * value) { ___persistentValue_6 = value; Il2CppCodeGenWriteBarrier((&___persistentValue_6), value); } inline static int32_t get_offset_of_enumInfo_7() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___enumInfo_7)); } inline EnumInfo_t93260550 * get_enumInfo_7() const { return ___enumInfo_7; } inline EnumInfo_t93260550 ** get_address_of_enumInfo_7() { return &___enumInfo_7; } inline void set_enumInfo_7(EnumInfo_t93260550 * value) { ___enumInfo_7 = value; Il2CppCodeGenWriteBarrier((&___enumInfo_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064_marshaled_pinvoke { char* ___name_0; char* ___description_1; int32_t ___flags_2; Il2CppIUnknown* ___value_3; Il2CppIUnknown* ___minValue_4; Il2CppIUnknown* ___maxValue_5; Il2CppIUnknown* ___persistentValue_6; EnumInfo_t93260550 * ___enumInfo_7; }; // Native definition for COM marshalling of UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___description_1; int32_t ___flags_2; Il2CppIUnknown* ___value_3; Il2CppIUnknown* ___minValue_4; Il2CppIUnknown* ___maxValue_5; Il2CppIUnknown* ___persistentValue_6; EnumInfo_t93260550 * ___enumInfo_7; }; #endif // DIAGNOSTICSWITCH_T2110704064_H #ifndef ACTION_1_T460333305_H #define ACTION_1_T460333305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t460333305 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T460333305_H #ifndef ACTION_1_T2607508984_H #define ACTION_1_T2607508984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2607508984 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2607508984_H #ifndef ACTION_4_T309985972_H #define ACTION_4_T309985972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`4 struct Action_4_t309985972 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_4_T309985972_H #ifndef ACTION_1_T524299556_H #define ACTION_1_T524299556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t524299556 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T524299556_H #ifndef ACTION_3_T3632554945_H #define ACTION_3_T3632554945_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3632554945 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3632554945_H #ifndef ACTION_3_T3218643001_H #define ACTION_3_T3218643001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3218643001 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3218643001_H #ifndef ACTION_2_T3331287749_H #define ACTION_2_T3331287749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3331287749 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3331287749_H #ifndef ACTION_1_T2700495309_H #define ACTION_1_T2700495309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2700495309 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2700495309_H #ifndef ACTION_4_T2046206578_H #define ACTION_4_T2046206578_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`4 struct Action_4_t2046206578 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_4_T2046206578_H #ifndef ACTION_2_T11315885_H #define ACTION_2_T11315885_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t11315885 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T11315885_H #ifndef ACTION_1_T3925070025_H #define ACTION_1_T3925070025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3925070025 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3925070025_H #ifndef ACTION_1_T3806928065_H #define ACTION_1_T3806928065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3806928065 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3806928065_H #ifndef ACTION_2_T1905493838_H #define ACTION_2_T1905493838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1905493838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1905493838_H #ifndef ACTION_2_T4177122770_H #define ACTION_2_T4177122770_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4177122770 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4177122770_H #ifndef ACTION_1_T1306763971_H #define ACTION_1_T1306763971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1306763971 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1306763971_H #ifndef ACTION_1_T269755560_H #define ACTION_1_T269755560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef ACTION_2_T1820842380_H #define ACTION_2_T1820842380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1820842380 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1820842380_H #ifndef ACTION_1_T224588965_H #define ACTION_1_T224588965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t224588965 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T224588965_H #ifndef ACTION_2_T2523487705_H #define ACTION_2_T2523487705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2523487705 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2523487705_H #ifndef ACTION_1_T3967885351_H #define ACTION_1_T3967885351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3967885351 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3967885351_H #ifndef ACTION_1_T1174446776_H #define ACTION_1_T1174446776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1174446776 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1174446776_H #ifndef KEYVALUEPAIR_2_T298337405_H #define KEYVALUEPAIR_2_T298337405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t298337405 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_t3738529785 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TimeType_t2507513283 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t298337405, ___key_0)); } inline DateTime_t3738529785 get_key_0() const { return ___key_0; } inline DateTime_t3738529785 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_t3738529785 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t298337405, ___value_1)); } inline TimeType_t2507513283 get_value_1() const { return ___value_1; } inline TimeType_t2507513283 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(TimeType_t2507513283 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T298337405_H #ifndef ACTION_1_T3491496532_H #define ACTION_1_T3491496532_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3491496532 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3491496532_H #ifndef ACTION_1_T1990369438_H #define ACTION_1_T1990369438_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1990369438 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1990369438_H #ifndef ACTION_1_T1569734369_H #define ACTION_1_T1569734369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef ACTION_1_T632293202_H #define ACTION_1_T632293202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t632293202 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T632293202_H #ifndef PREDICATE_1_T2981523647_H #define PREDICATE_1_T2981523647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2981523647 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2981523647_H #ifndef ACTION_1_T2328697118_H #define ACTION_1_T2328697118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2328697118 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2328697118_H #ifndef ACTION_1_T461125373_H #define ACTION_1_T461125373_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t461125373 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T461125373_H #ifndef ACTION_1_T2771761872_H #define ACTION_1_T2771761872_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2771761872 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2771761872_H #ifndef ACTION_1_T1758445426_H #define ACTION_1_T1758445426_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1758445426 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1758445426_H #ifndef ACTION_1_T2128255622_H #define ACTION_1_T2128255622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2128255622 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2128255622_H #ifndef ACTION_1_T2728153919_H #define ACTION_1_T2728153919_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2728153919 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2728153919_H #ifndef ACTION_1_T3329184750_H #define ACTION_1_T3329184750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3329184750 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3329184750_H #ifndef ACTION_1_T2772968887_H #define ACTION_1_T2772968887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2772968887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2772968887_H #ifndef ACTION_1_T2283171659_H #define ACTION_1_T2283171659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2283171659 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2283171659_H #ifndef ACTION_1_T3532774444_H #define ACTION_1_T3532774444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3532774444 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3532774444_H #ifndef COMPARISON_1_T1931160702_H #define COMPARISON_1_T1931160702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t1931160702 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T1931160702_H #ifndef ACTION_1_T4216563729_H #define ACTION_1_T4216563729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t4216563729 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T4216563729_H #ifndef ACTION_1_T2895617752_H #define ACTION_1_T2895617752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2895617752 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2895617752_H #ifndef ACTION_1_T3899908068_H #define ACTION_1_T3899908068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3899908068 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3899908068_H #ifndef ACTION_1_T4229965200_H #define ACTION_1_T4229965200_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t4229965200 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T4229965200_H #ifndef ACTION_1_T3546477667_H #define ACTION_1_T3546477667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3546477667 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3546477667_H #ifndef ACTION_1_T3642466138_H #define ACTION_1_T3642466138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3642466138 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3642466138_H #ifndef ACTION_1_T1200010531_H #define ACTION_1_T1200010531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1200010531 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1200010531_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef WEIGHTINFO_T1982677921_H #define WEIGHTINFO_T1982677921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921 { public: // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::mixer Playable_t459825607 ___mixer_0; // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::parentMixer Playable_t459825607 ___parentMixer_1; // System.Int32 UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::port int32_t ___port_2; // System.Boolean UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::modulate bool ___modulate_3; public: inline static int32_t get_offset_of_mixer_0() { return static_cast(offsetof(WeightInfo_t1982677921, ___mixer_0)); } inline Playable_t459825607 get_mixer_0() const { return ___mixer_0; } inline Playable_t459825607 * get_address_of_mixer_0() { return &___mixer_0; } inline void set_mixer_0(Playable_t459825607 value) { ___mixer_0 = value; } inline static int32_t get_offset_of_parentMixer_1() { return static_cast(offsetof(WeightInfo_t1982677921, ___parentMixer_1)); } inline Playable_t459825607 get_parentMixer_1() const { return ___parentMixer_1; } inline Playable_t459825607 * get_address_of_parentMixer_1() { return &___parentMixer_1; } inline void set_parentMixer_1(Playable_t459825607 value) { ___parentMixer_1 = value; } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(WeightInfo_t1982677921, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } inline static int32_t get_offset_of_modulate_3() { return static_cast(offsetof(WeightInfo_t1982677921, ___modulate_3)); } inline bool get_modulate_3() const { return ___modulate_3; } inline bool* get_address_of_modulate_3() { return &___modulate_3; } inline void set_modulate_3(bool value) { ___modulate_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921_marshaled_pinvoke { Playable_t459825607 ___mixer_0; Playable_t459825607 ___parentMixer_1; int32_t ___port_2; int32_t ___modulate_3; }; // Native definition for COM marshalling of UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921_marshaled_com { Playable_t459825607 ___mixer_0; Playable_t459825607 ___parentMixer_1; int32_t ___port_2; int32_t ___modulate_3; }; #endif // WEIGHTINFO_T1982677921_H #ifndef PREDICATE_1_T252640292_H #define PREDICATE_1_T252640292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t252640292 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T252640292_H #ifndef ACTION_1_T3894781059_H #define ACTION_1_T3894781059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3894781059 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3894781059_H #ifndef ACTION_1_T247968701_H #define ACTION_1_T247968701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t247968701 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T247968701_H #ifndef COMPARISON_1_T3497244643_H #define COMPARISON_1_T3497244643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t3497244643 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T3497244643_H #ifndef ACTION_1_T628254476_H #define ACTION_1_T628254476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t628254476 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T628254476_H #ifndef ACTION_1_T72767109_H #define ACTION_1_T72767109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t72767109 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T72767109_H #ifndef ACTION_3_T4004249585_H #define ACTION_3_T4004249585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t4004249585 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T4004249585_H #ifndef ACTION_2_T2826167315_H #define ACTION_2_T2826167315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2826167315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2826167315_H #ifndef ACTION_2_T2724932505_H #define ACTION_2_T2724932505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2724932505 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2724932505_H #ifndef ACTION_2_T398402201_H #define ACTION_2_T398402201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t398402201 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T398402201_H #ifndef ACTION_1_T3123413348_H #define ACTION_1_T3123413348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3123413348 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3123413348_H #ifndef ACTION_2_T3119391383_H #define ACTION_2_T3119391383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3119391383 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3119391383_H #ifndef ACTION_1_T3909034899_H #define ACTION_1_T3909034899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3909034899 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3909034899_H #ifndef ACTION_2_T2737054363_H #define ACTION_2_T2737054363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2737054363 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2737054363_H #ifndef ACTION_2_T1956596179_H #define ACTION_2_T1956596179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1956596179 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1956596179_H #ifndef ACTION_2_T3115015729_H #define ACTION_2_T3115015729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3115015729 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3115015729_H #ifndef ACTION_2_T3878358342_H #define ACTION_2_T3878358342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3878358342 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3878358342_H #ifndef ACTION_2_T4281642869_H #define ACTION_2_T4281642869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4281642869 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4281642869_H #ifndef ACTION_2_T2715558928_H #define ACTION_2_T2715558928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2715558928 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2715558928_H #ifndef ACTION_2_T2642173319_H #define ACTION_2_T2642173319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2642173319 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2642173319_H #ifndef ACTION_2_T3609132223_H #define ACTION_2_T3609132223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3609132223 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3609132223_H #ifndef ACTION_2_T50213602_H #define ACTION_2_T50213602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t50213602 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T50213602_H #ifndef ACTION_1_T767132958_H #define ACTION_1_T767132958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t767132958 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T767132958_H #ifndef ACTION_2_T2861257736_H #define ACTION_2_T2861257736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2861257736 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2861257736_H #ifndef ACTION_2_T2228907067_H #define ACTION_2_T2228907067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2228907067 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2228907067_H #ifndef ACTION_2_T4193789875_H #define ACTION_2_T4193789875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4193789875 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4193789875_H #ifndef ACTION_2_T1693625781_H #define ACTION_2_T1693625781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1693625781 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1693625781_H #ifndef ACTION_2_T656617370_H #define ACTION_2_T656617370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t656617370 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T656617370_H #ifndef ACTION_2_T41661518_H #define ACTION_2_T41661518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t41661518 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T41661518_H #ifndef ACTION_2_T202091315_H #define ACTION_2_T202091315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t202091315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T202091315_H #ifndef ACTION_2_T2531002591_H #define ACTION_2_T2531002591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2531002591 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2531002591_H #ifndef ACTION_2_T3107899579_H #define ACTION_2_T3107899579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3107899579 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3107899579_H #ifndef ACTION_2_T1844602747_H #define ACTION_2_T1844602747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1844602747 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1844602747_H #ifndef ACTION_2_T3507588785_H #define ACTION_2_T3507588785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3507588785 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3507588785_H #ifndef ACTION_2_T3639435569_H #define ACTION_2_T3639435569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3639435569 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3639435569_H #ifndef ACTION_2_T1399479586_H #define ACTION_2_T1399479586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1399479586 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1399479586_H #ifndef ACTION_2_T929413_H #define ACTION_2_T929413_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t929413 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T929413_H #ifndef ACTION_2_T3510275158_H #define ACTION_2_T3510275158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3510275158 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3510275158_H #ifndef ACTION_1_T1012617776_H #define ACTION_1_T1012617776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1012617776 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1012617776_H #ifndef ACTION_2_T3112149792_H #define ACTION_2_T3112149792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3112149792 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3112149792_H #ifndef ACTION_2_T1153994768_H #define ACTION_2_T1153994768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1153994768 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1153994768_H #ifndef ACTION_1_T3252573759_H #define ACTION_1_T3252573759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3252573759 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3252573759_H #ifndef ACTION_2_T398739741_H #define ACTION_2_T398739741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t398739741 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T398739741_H #ifndef ACTION_3_T1315223304_H #define ACTION_3_T1315223304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1315223304 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1315223304_H #ifndef ACTION_3_T1568981297_H #define ACTION_3_T1568981297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1568981297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1568981297_H #ifndef ACTION_3_T1280132883_H #define ACTION_3_T1280132883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1280132883 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1280132883_H #ifndef ACTION_3_T2093401137_H #define ACTION_3_T2093401137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2093401137 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2093401137_H #ifndef ACTION_3_T2951024179_H #define ACTION_3_T2951024179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2951024179 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2951024179_H #ifndef ACTION_3_T984968159_H #define ACTION_3_T984968159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t984968159 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T984968159_H #ifndef ACTION_3_T298568315_H #define ACTION_3_T298568315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t298568315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T298568315_H #ifndef ACTION_3_T1561865147_H #define ACTION_3_T1561865147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1561865147 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1561865147_H #ifndef ACTION_3_T2799146466_H #define ACTION_3_T2799146466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2799146466 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2799146466_H #ifndef ACTION_3_T1849904418_H #define ACTION_3_T1849904418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1849904418 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1849904418_H #ifndef ACTION_3_T2809365772_H #define ACTION_3_T2809365772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2809365772 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2809365772_H #ifndef ACTION_3_T3823111852_H #define ACTION_3_T3823111852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3823111852 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3823111852_H #ifndef ACTION_3_T3147672605_H #define ACTION_3_T3147672605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3147672605 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3147672605_H #ifndef ACTION_3_T2332323910_H #define ACTION_3_T2332323910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2332323910 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2332323910_H #ifndef ACTION_3_T2735608437_H #define ACTION_3_T2735608437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2735608437 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2735608437_H #ifndef ACTION_3_T1169524496_H #define ACTION_3_T1169524496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1169524496 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1169524496_H #ifndef ACTION_3_T1096138887_H #define ACTION_3_T1096138887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1096138887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1096138887_H #ifndef ACTION_3_T2790594382_H #define ACTION_3_T2790594382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2790594382 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2790594382_H #ifndef ACTION_3_T3578807402_H #define ACTION_3_T3578807402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3578807402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3578807402_H #ifndef ACTION_2_T2470008838_H #define ACTION_2_T2470008838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2470008838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2470008838_H #ifndef ACTION_1_T2702684914_H #define ACTION_1_T2702684914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1> struct Action_1_t2702684914 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2702684914_H #ifndef ACTION_2_T3395938850_H #define ACTION_2_T3395938850_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3395938850 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3395938850_H #ifndef ACTION_2_T275077503_H #define ACTION_2_T275077503_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t275077503 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T275077503_H #ifndef ACTION_2_T60432908_H #define ACTION_2_T60432908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t60432908 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T60432908_H #ifndef ACTION_2_T1074178988_H #define ACTION_2_T1074178988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1074178988 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1074178988_H #ifndef ACTION_2_T2108211840_H #define ACTION_2_T2108211840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2108211840 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2108211840_H #ifndef ACTION_3_T1784814493_H #define ACTION_3_T1784814493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1784814493 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1784814493_H #ifndef ACTION_3_T1178898073_H #define ACTION_3_T1178898073_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1178898073 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1178898073_H #ifndef ACTION_3_T2063097791_H #define ACTION_3_T2063097791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2063097791 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2063097791_H #ifndef ACTION_3_T562177408_H #define ACTION_3_T562177408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t562177408 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T562177408_H #ifndef ACTION_3_T3024010367_H #define ACTION_3_T3024010367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3024010367 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3024010367_H #ifndef ACTION_3_T1785253317_H #define ACTION_3_T1785253317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1785253317 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1785253317_H #ifndef ACTION_3_T359459406_H #define ACTION_3_T359459406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t359459406 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T359459406_H #ifndef ACTION_3_T3409849893_H #define ACTION_3_T3409849893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3409849893 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3409849893_H #ifndef ACTION_2_T2340848427_H #define ACTION_2_T2340848427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2340848427 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2340848427_H #ifndef ACTION_1_T2155145516_H #define ACTION_1_T2155145516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2155145516 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2155145516_H #ifndef ACTION_1_T470805000_H #define ACTION_1_T470805000_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1> struct Action_1_t470805000 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T470805000_H // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_t2156229523 m_Items[1]; public: inline Vector2_t2156229523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t2156229523 * 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, Vector2_t2156229523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t2156229523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t2156229523 value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * 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, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: 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(m_Items + index, 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(m_Items + index, value); } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t287865710 m_Items[1]; public: inline CustomAttributeNamedArgument_t287865710 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * 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, CustomAttributeNamedArgument_t287865710 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeNamedArgument_t287865710 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t287865710 value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_t2723150157 m_Items[1]; public: inline CustomAttributeTypedArgument_t2723150157 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * 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, CustomAttributeTypedArgument_t2723150157 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeTypedArgument_t2723150157 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_t2723150157 value) { m_Items[index] = value; } }; // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m2272695539_gshared (Enumerator_t4192182544 * __this, ExposedList_1_t568374093 * p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3412679293_gshared (Enumerator_t1463299189 * __this, ExposedList_1_t2134458034 * p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m445036673_gshared (Action_1_t628254476 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3853964961_gshared (Action_1_t4216563729 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1117018106_gshared (Action_1_t3899908068 * __this, PropertyMetadata_t3727440473 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m969417133_gshared (Action_1_t3546477667 * __this, LMRendererInfo_t3374010072 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1079792348_gshared (Action_1_t1200010531 * __this, DelayedQueueItem_t1027542936 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m222259082_gshared (Action_1_t2700495309 * __this, JsonPosition_t2528027714 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3651564243_gshared (Action_1_t524299556 * __this, EventQueueEntry_t351831961 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1115676473_gshared (Action_1_t2607508984 * __this, AtlasMaterialOverride_t2435041389 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3355954454_gshared (Action_1_t1174446776 * __this, SlotMaterialOverride_t1001979181 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m27397167_gshared (Action_1_t3967885351 * __this, TransformPair_t3795417756 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2918960160_gshared (Action_1_t224588965 * __this, SubmeshInstruction_t52121370 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1933767679_gshared (Action_1_t269755560 * __this, bool ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2695639814_gshared (Action_1_t1306763971 * __this, uint8_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3562123968_gshared (Action_1_t3806928065 * __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3357910183_gshared (Action_1_t470805000 * __this, KeyValuePair_2_t298337405 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m935636751_gshared (Action_1_t2702684914 * __this, KeyValuePair_2_t2530217319 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2981672420_gshared (Action_1_t767132958 * __this, double ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3401007060_gshared (Action_1_t3123413348 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2885381054_gshared (Action_1_t3909034899 * __this, int64_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3233585485_gshared (Action_1_t1012617776 * __this, intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m204588146_gshared (Action_1_t460333305 * __this, CustomAttributeNamedArgument_t287865710 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m617571463_gshared (Action_1_t2895617752 * __this, CustomAttributeTypedArgument_t2723150157 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2159083576_gshared (Action_1_t1569734369 * __this, float ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m4052784393_gshared (Action_1_t3329184750 * __this, AnimatorClipInfo_t3156717155 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2595688817_gshared (Action_1_t1758445426 * __this, OrderBlock_t1585977831 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m285050745_gshared (Action_1_t2128255622 * __this, BoneWeight_t1955788027 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2292704347_gshared (Action_1_t2728153919 * __this, Color_t2555686324 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1324157515_gshared (Action_1_t2772968887 * __this, Color32_t2600501292 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2818302753_gshared (Action_1_t2283171659 * __this, DiagnosticSwitch_t2110704064 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3012567015_gshared (Action_1_t3532774444 * __this, RaycastResult_t3360306849 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3784486553_gshared (Action_1_t2771761872 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2952939469_gshared (Action_1_t1990369438 * __this, Matrix4x4_t1817901843 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m968461688_gshared (Action_1_t632293202 * __this, Playable_t459825607 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m4136684719_gshared (Action_1_t461125373 * __this, ReflectionProbeBlendInfo_t288657778 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3638219298_gshared (Action_1_t2155145516 * __this, WeightInfo_t1982677921 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1732149901_gshared (Action_1_t247968701 * __this, UICharInfo_t75501106 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2185158838_gshared (Action_1_t72767109 * __this, UILineInfo_t4195266810 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3569619222_gshared (Action_1_t4229965200 * __this, UIVertex_t4057497605 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1179104721_gshared (Action_1_t2328697118 * __this, Vector2_t2156229523 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1578229118_gshared (Action_1_t3642466138 * __this, Vector2Int_t3469998543 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2231225499_gshared (Action_1_t3894781059 * __this, Vector3_t3722313464 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3313647926_gshared (Action_1_t3491496532 * __this, Vector4_t3319028937 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m4131074248_gshared (Action_1_t3925070025 * __this, XRNodeState_t3752602430 ___obj0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1763453775_gshared (Action_2_t2523487705 * __this, bool ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2236318716_gshared (Action_2_t1820842380 * __this, int32_t ___arg10, double ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3616124733_gshared (Action_2_t4177122770 * __this, int32_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m873780839_gshared (Action_2_t11315885 * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2443567398_gshared (Action_2_t1905493838 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1162238978_gshared (Action_2_t3331287749 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3569224953_gshared (Action_2_t275077503 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3880393846_gshared (Action_2_t2108211840 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m734766786_gshared (Action_2_t3609132223 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3158620260_gshared (Action_2_t2724932505 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2617273163_gshared (Action_2_t41661518 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1779072190_gshared (Action_2_t3107899579 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2642900382_gshared (Action_2_t1844602747 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m990407179_gshared (Action_2_t2531002591 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1974728983_gshared (Action_2_t202091315 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3769522327_gshared (Action_2_t656617370 * __this, intptr_t ___arg10, bool ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m623508158_gshared (Action_2_t1693625781 * __this, intptr_t ___arg10, uint8_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2865276963_gshared (Action_2_t4193789875 * __this, intptr_t ___arg10, Il2CppChar ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2765963992_gshared (Action_2_t3507588785 * __this, intptr_t ___arg10, Decimal_t2948259380 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m928921030_gshared (Action_2_t1153994768 * __this, intptr_t ___arg10, double ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3407695909_gshared (Action_2_t3112149792 * __this, intptr_t ___arg10, int16_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2911489451_gshared (Action_2_t3510275158 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2666678022_gshared (Action_2_t929413 * __this, intptr_t ___arg10, int64_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1475553256_gshared (Action_2_t1399479586 * __this, intptr_t ___arg10, intptr_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2156776438_gshared (Action_2_t3639435569 * __this, intptr_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2333132258_gshared (Action_2_t2228907067 * __this, intptr_t ___arg10, int8_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1649001970_gshared (Action_2_t1956596179 * __this, intptr_t ___arg10, float ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4280544937_gshared (Action_2_t2737054363 * __this, intptr_t ___arg10, uint16_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m107791771_gshared (Action_2_t3119391383 * __this, intptr_t ___arg10, uint32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3462911206_gshared (Action_2_t398402201 * __this, intptr_t ___arg10, uint64_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2336650387_gshared (Action_2_t2826167315 * __this, intptr_t ___arg10, Bounds_t2266837910 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1416134578_gshared (Action_2_t3115015729 * __this, intptr_t ___arg10, Color_t2555686324 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m818111829_gshared (Action_2_t2861257736 * __this, intptr_t ___arg10, Quaternion_t2301928331 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2323901667_gshared (Action_2_t50213602 * __this, intptr_t ___arg10, Ray_t3785851493 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4228069011_gshared (Action_2_t2642173319 * __this, intptr_t ___arg10, Ray2D_t2082843914 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1179913580_gshared (Action_2_t2715558928 * __this, intptr_t ___arg10, Vector2_t2156229523 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1185631921_gshared (Action_2_t4281642869 * __this, intptr_t ___arg10, Vector3_t3722313464 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1174314486_gshared (Action_2_t3878358342 * __this, intptr_t ___arg10, Vector4_t3319028937 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3505474186_gshared (Action_2_t398739741 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3399537057_gshared (Action_2_t1074178988 * __this, intptr_t ___arg10, MyStruct_t514849583 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1270569287_gshared (Action_2_t60432908 * __this, intptr_t ___arg10, Pedding_t3796070799 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1944614988_gshared (Action_2_t3395938850 * __this, intptr_t ___arg10, PushAsTableStruct_t2836609445 ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4165775587_gshared (Action_2_t2340848427 * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m709903032_gshared (Action_2_t2470008838 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1713880820_gshared (Action_3_t3578807402 * __this, int32_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3659272085_gshared (Action_3_t1784814493 * __this, int32_t ___arg10, float ___arg21, bool ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3177843047_gshared (Action_3_t3409849893 * __this, int64_t ___arg10, int64_t ___arg21, int64_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2710422340_gshared (Action_3_t359459406 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1401156373_gshared (Action_3_t1785253317 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1668964061_gshared (Action_3_t3024010367 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1815597050_gshared (Action_3_t562177408 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m629892626_gshared (Action_3_t2063097791 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3342266346_gshared (Action_3_t1178898073 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1537554662_gshared (Action_3_t2790594382 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3858955598_gshared (Action_3_t1561865147 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3489500358_gshared (Action_3_t298568315 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2671099046_gshared (Action_3_t984968159 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m4197786350_gshared (Action_3_t2951024179 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m108157130_gshared (Action_3_t2093401137 * __this, intptr_t ___arg10, int32_t ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3578334881_gshared (Action_3_t1280132883 * __this, intptr_t ___arg10, int32_t ___arg21, Bounds_t2266837910 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m332589546_gshared (Action_3_t1568981297 * __this, intptr_t ___arg10, int32_t ___arg21, Color_t2555686324 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m685238226_gshared (Action_3_t1315223304 * __this, intptr_t ___arg10, int32_t ___arg21, Quaternion_t2301928331 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m782871541_gshared (Action_3_t2799146466 * __this, intptr_t ___arg10, int32_t ___arg21, Ray_t3785851493 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3531817229_gshared (Action_3_t1096138887 * __this, intptr_t ___arg10, int32_t ___arg21, Ray2D_t2082843914 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2125827081_gshared (Action_3_t1169524496 * __this, intptr_t ___arg10, int32_t ___arg21, Vector2_t2156229523 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3658517922_gshared (Action_3_t2735608437 * __this, intptr_t ___arg10, int32_t ___arg21, Vector3_t3722313464 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m4262694590_gshared (Action_3_t2332323910 * __this, intptr_t ___arg10, int32_t ___arg21, Vector4_t3319028937 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m312683794_gshared (Action_3_t3147672605 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2653675795_gshared (Action_3_t3823111852 * __this, intptr_t ___arg10, int32_t ___arg21, MyStruct_t514849583 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3309172335_gshared (Action_3_t2809365772 * __this, intptr_t ___arg10, int32_t ___arg21, Pedding_t3796070799 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3820350330_gshared (Action_3_t1849904418 * __this, intptr_t ___arg10, int32_t ___arg21, PushAsTableStruct_t2836609445 ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2093729120_gshared (Action_3_t4004249585 * __this, RuntimeObject * ___arg10, int64_t ___arg21, int64_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1376317295_gshared (Action_3_t3632554945 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1769225614_gshared (Action_3_t3218643001 * __this, float ___arg10, int32_t ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method); // System.Void System.Action`4::Invoke(T1,T2,T3,T4) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m1115689442_gshared (Action_4_t2046206578 * __this, PathOptions_t2074623791 ___arg10, RuntimeObject * ___arg21, Quaternion_t2301928331 ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method); // System.Void System.Action`4::Invoke(T1,T2,T3,T4) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m2531049084_gshared (Action_4_t309985972 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1716952049_gshared (InternalEnumerator_1_t3260097912 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2377072219_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR RecordS_t2353033795 InternalEnumerator_1_get_Current_m2075150107_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2659969639_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3739096376_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1324592077_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2821581541_gshared (InternalEnumerator_1_t2253228550 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1753951650_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m496858246_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2221765563_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1929309840_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m951048384_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3593857183_gshared (InternalEnumerator_1_t3679022461 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m595761044_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2551125116_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93550599_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3845256204_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1753304738_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1002659381_gshared (InternalEnumerator_1_t622812215 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3908264301_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2756622688_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1322563323_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2314359439_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2302661226_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4062591929_gshared (InternalEnumerator_1_t2455946552 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4074977480_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3466233775_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1905130965_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m4141268572_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m192823533_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4175805423_gshared (InternalEnumerator_1_t3956866935 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2838892556_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3563176775_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1863021666_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1487403332_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1370470481_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2065494313_gshared (InternalEnumerator_1_t3072667217 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3846019919_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1788824230_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3292709663_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3402911939_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1779951826_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m931659085_gshared (InternalEnumerator_1_t389396230 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4281675802_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2710818426_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m741955490_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1974467025_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1770432781_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4245618796_gshared (InternalEnumerator_1_t504768911 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1625466773_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ControlPoint_t3892672090 InternalEnumerator_1_get_Current_m3223364110_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2233709755_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m543657756_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2707339849_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3079265463_gshared (InternalEnumerator_1_t3455634291 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4214882961_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2807267787_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3437962531_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1498253064_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m722134665_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1024976092_gshared (InternalEnumerator_1_t2192337459 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2952231251_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1016289161_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2287883371_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3580218326_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1639099761_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m480280555_gshared (InternalEnumerator_1_t2878737303 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3841128941_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m4067334356_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2673780630_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1220087246_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m871777519_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1398684754_gshared (InternalEnumerator_1_t549826027 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2530446375_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1165481726_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2186673934_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m840856597_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2009526959_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m468031693_gshared (InternalEnumerator_1_t1362850998 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1490924309_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2866893003_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m436454149_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m4188612906_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m652202807_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4155865676_gshared (InternalEnumerator_1_t656192955 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4218871573_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1228925310_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2818766831_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2070770726_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3101078712_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1055288177_gshared (InternalEnumerator_1_t1742261305 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4175899121_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2024547621_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2143381477_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1379818149_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3374896434_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m688876303_gshared (InternalEnumerator_1_t300531240 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3521228361_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1030595833_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m771031329_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3831347655_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2418110696_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3049947419_gshared (InternalEnumerator_1_t2526705072 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m54562560_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ReqeustItem_t1619640955 InternalEnumerator_1_get_Current_m2037879540_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2966045356_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3140455618_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1598691400_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2124330709_gshared (InternalEnumerator_1_t2244102744 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2312500002_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ReqeustItem_t1337038627 InternalEnumerator_1_get_Current_m1539456956_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3730520454_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m576614871_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2675762706_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2980597965_gshared (InternalEnumerator_1_t1801353056 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1394395022_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ArrayMetadata_t894288939 InternalEnumerator_1_get_Current_m2746872357_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3121310385_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3200291779_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1439724028_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3193665258_gshared (InternalEnumerator_1_t178381343 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2006725664_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ObjectMetadata_t3566284522 InternalEnumerator_1_get_Current_m2608927213_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m177159026_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2717850677_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2752374182_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3337644433_gshared (InternalEnumerator_1_t339537294 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1694348991_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR PropertyMetadata_t3727440473 InternalEnumerator_1_get_Current_m2597556806_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3865845908_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1606295072_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m299856312_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3400045248_gshared (InternalEnumerator_1_t4281074189 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3123158383_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR LMRendererInfo_t3374010072 InternalEnumerator_1_get_Current_m1820064745_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1665576688_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2712513309_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m4112176589_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2456448141_gshared (InternalEnumerator_1_t1934607053 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2094978347_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR DelayedQueueItem_t1027542936 InternalEnumerator_1_get_Current_m431558427_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m235157293_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2279707498_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m235948469_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1359891754_gshared (InternalEnumerator_1_t4239932009 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m81420524_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR TableRange_t3332867892 InternalEnumerator_1_get_Current_m4245242303_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2980550840_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m33109155_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m4138845038_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3734861738_gshared (InternalEnumerator_1_t1911769025 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707779927_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1708547365_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m55999184_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2447779733_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2850975202_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m306322012_gshared (InternalEnumerator_1_t3774870459 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3070136912_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR UriScheme_t2867806342 InternalEnumerator_1_get_Current_m784420850_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1886339287_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2564631340_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2153095634_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3748780765_gshared (InternalEnumerator_1_t3798320372 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2412227116_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR TagName_t2891256255 InternalEnumerator_1_get_Current_m4293194123_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m151987804_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1933160977_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2768064244_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m671827116_gshared (InternalEnumerator_1_t3435091831 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3486698006_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 InternalEnumerator_1_get_Current_m568178305_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m869335580_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m403590569_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2471240603_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2778883694_gshared (InternalEnumerator_1_t3502730766 * __this, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2159676331_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2161220300_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method); // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3030743737_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3533074164_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1047934457_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m2272695539(__this, p0, method) (( void (*) (Enumerator_t4192182544 *, ExposedList_1_t568374093 *, const RuntimeMethod*))Enumerator__ctor_m2272695539_gshared)(__this, p0, method) // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m4164965325 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, RuntimeObject * p1, String_t* p2, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m816310962 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m3412679293(__this, p0, method) (( void (*) (Enumerator_t1463299189 *, ExposedList_1_t2134458034 *, const RuntimeMethod*))Enumerator__ctor_m3412679293_gshared)(__this, p0, method) // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m445036673(__this, ___obj0, method) (( void (*) (Action_1_t628254476 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m445036673_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3853964961(__this, ___obj0, method) (( void (*) (Action_1_t4216563729 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3853964961_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1117018106(__this, ___obj0, method) (( void (*) (Action_1_t3899908068 *, PropertyMetadata_t3727440473 , const RuntimeMethod*))Action_1_Invoke_m1117018106_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m969417133(__this, ___obj0, method) (( void (*) (Action_1_t3546477667 *, LMRendererInfo_t3374010072 , const RuntimeMethod*))Action_1_Invoke_m969417133_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1079792348(__this, ___obj0, method) (( void (*) (Action_1_t1200010531 *, DelayedQueueItem_t1027542936 , const RuntimeMethod*))Action_1_Invoke_m1079792348_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m222259082(__this, ___obj0, method) (( void (*) (Action_1_t2700495309 *, JsonPosition_t2528027714 , const RuntimeMethod*))Action_1_Invoke_m222259082_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3651564243(__this, ___obj0, method) (( void (*) (Action_1_t524299556 *, EventQueueEntry_t351831961 , const RuntimeMethod*))Action_1_Invoke_m3651564243_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1115676473(__this, ___obj0, method) (( void (*) (Action_1_t2607508984 *, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*))Action_1_Invoke_m1115676473_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3355954454(__this, ___obj0, method) (( void (*) (Action_1_t1174446776 *, SlotMaterialOverride_t1001979181 , const RuntimeMethod*))Action_1_Invoke_m3355954454_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m27397167(__this, ___obj0, method) (( void (*) (Action_1_t3967885351 *, TransformPair_t3795417756 , const RuntimeMethod*))Action_1_Invoke_m27397167_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2918960160(__this, ___obj0, method) (( void (*) (Action_1_t224588965 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))Action_1_Invoke_m2918960160_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1933767679(__this, ___obj0, method) (( void (*) (Action_1_t269755560 *, bool, const RuntimeMethod*))Action_1_Invoke_m1933767679_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2695639814(__this, ___obj0, method) (( void (*) (Action_1_t1306763971 *, uint8_t, const RuntimeMethod*))Action_1_Invoke_m2695639814_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3562123968(__this, ___obj0, method) (( void (*) (Action_1_t3806928065 *, Il2CppChar, const RuntimeMethod*))Action_1_Invoke_m3562123968_gshared)(__this, ___obj0, method) // System.Void System.Action`1>::Invoke(T) #define Action_1_Invoke_m3357910183(__this, ___obj0, method) (( void (*) (Action_1_t470805000 *, KeyValuePair_2_t298337405 , const RuntimeMethod*))Action_1_Invoke_m3357910183_gshared)(__this, ___obj0, method) // System.Void System.Action`1>::Invoke(T) #define Action_1_Invoke_m935636751(__this, ___obj0, method) (( void (*) (Action_1_t2702684914 *, KeyValuePair_2_t2530217319 , const RuntimeMethod*))Action_1_Invoke_m935636751_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2981672420(__this, ___obj0, method) (( void (*) (Action_1_t767132958 *, double, const RuntimeMethod*))Action_1_Invoke_m2981672420_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3401007060(__this, ___obj0, method) (( void (*) (Action_1_t3123413348 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3401007060_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2885381054(__this, ___obj0, method) (( void (*) (Action_1_t3909034899 *, int64_t, const RuntimeMethod*))Action_1_Invoke_m2885381054_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3233585485(__this, ___obj0, method) (( void (*) (Action_1_t1012617776 *, intptr_t, const RuntimeMethod*))Action_1_Invoke_m3233585485_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2461023210(__this, ___obj0, method) (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m204588146(__this, ___obj0, method) (( void (*) (Action_1_t460333305 *, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*))Action_1_Invoke_m204588146_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m617571463(__this, ___obj0, method) (( void (*) (Action_1_t2895617752 *, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*))Action_1_Invoke_m617571463_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2159083576(__this, ___obj0, method) (( void (*) (Action_1_t1569734369 *, float, const RuntimeMethod*))Action_1_Invoke_m2159083576_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m4052784393(__this, ___obj0, method) (( void (*) (Action_1_t3329184750 *, AnimatorClipInfo_t3156717155 , const RuntimeMethod*))Action_1_Invoke_m4052784393_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2595688817(__this, ___obj0, method) (( void (*) (Action_1_t1758445426 *, OrderBlock_t1585977831 , const RuntimeMethod*))Action_1_Invoke_m2595688817_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m285050745(__this, ___obj0, method) (( void (*) (Action_1_t2128255622 *, BoneWeight_t1955788027 , const RuntimeMethod*))Action_1_Invoke_m285050745_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2292704347(__this, ___obj0, method) (( void (*) (Action_1_t2728153919 *, Color_t2555686324 , const RuntimeMethod*))Action_1_Invoke_m2292704347_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1324157515(__this, ___obj0, method) (( void (*) (Action_1_t2772968887 *, Color32_t2600501292 , const RuntimeMethod*))Action_1_Invoke_m1324157515_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2818302753(__this, ___obj0, method) (( void (*) (Action_1_t2283171659 *, DiagnosticSwitch_t2110704064 , const RuntimeMethod*))Action_1_Invoke_m2818302753_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3012567015(__this, ___obj0, method) (( void (*) (Action_1_t3532774444 *, RaycastResult_t3360306849 , const RuntimeMethod*))Action_1_Invoke_m3012567015_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3784486553(__this, ___obj0, method) (( void (*) (Action_1_t2771761872 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3784486553_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2952939469(__this, ___obj0, method) (( void (*) (Action_1_t1990369438 *, Matrix4x4_t1817901843 , const RuntimeMethod*))Action_1_Invoke_m2952939469_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m968461688(__this, ___obj0, method) (( void (*) (Action_1_t632293202 *, Playable_t459825607 , const RuntimeMethod*))Action_1_Invoke_m968461688_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m4136684719(__this, ___obj0, method) (( void (*) (Action_1_t461125373 *, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*))Action_1_Invoke_m4136684719_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3638219298(__this, ___obj0, method) (( void (*) (Action_1_t2155145516 *, WeightInfo_t1982677921 , const RuntimeMethod*))Action_1_Invoke_m3638219298_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1732149901(__this, ___obj0, method) (( void (*) (Action_1_t247968701 *, UICharInfo_t75501106 , const RuntimeMethod*))Action_1_Invoke_m1732149901_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2185158838(__this, ___obj0, method) (( void (*) (Action_1_t72767109 *, UILineInfo_t4195266810 , const RuntimeMethod*))Action_1_Invoke_m2185158838_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3569619222(__this, ___obj0, method) (( void (*) (Action_1_t4229965200 *, UIVertex_t4057497605 , const RuntimeMethod*))Action_1_Invoke_m3569619222_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1179104721(__this, ___obj0, method) (( void (*) (Action_1_t2328697118 *, Vector2_t2156229523 , const RuntimeMethod*))Action_1_Invoke_m1179104721_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1578229118(__this, ___obj0, method) (( void (*) (Action_1_t3642466138 *, Vector2Int_t3469998543 , const RuntimeMethod*))Action_1_Invoke_m1578229118_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m2231225499(__this, ___obj0, method) (( void (*) (Action_1_t3894781059 *, Vector3_t3722313464 , const RuntimeMethod*))Action_1_Invoke_m2231225499_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3313647926(__this, ___obj0, method) (( void (*) (Action_1_t3491496532 *, Vector4_t3319028937 , const RuntimeMethod*))Action_1_Invoke_m3313647926_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m4131074248(__this, ___obj0, method) (( void (*) (Action_1_t3925070025 *, XRNodeState_t3752602430 , const RuntimeMethod*))Action_1_Invoke_m4131074248_gshared)(__this, ___obj0, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1763453775(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2523487705 *, bool, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m1763453775_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2236318716(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1820842380 *, int32_t, double, const RuntimeMethod*))Action_2_Invoke_m2236318716_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3616124733(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t4177122770 *, int32_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3616124733_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m873780839(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t11315885 *, int32_t, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m873780839_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2443567398(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1905493838 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m2443567398_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1162238978(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3331287749 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m1162238978_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3569224953(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t275077503 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3569224953_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3880393846(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2108211840 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3880393846_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m734766786(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3609132223 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m734766786_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3158620260(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2724932505 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3158620260_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2617273163(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t41661518 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m2617273163_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1779072190(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3107899579 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m1779072190_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2642900382(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1844602747 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m2642900382_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m990407179(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2531002591 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m990407179_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1974728983(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t202091315 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m1974728983_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3769522327(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t656617370 *, intptr_t, bool, const RuntimeMethod*))Action_2_Invoke_m3769522327_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m623508158(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1693625781 *, intptr_t, uint8_t, const RuntimeMethod*))Action_2_Invoke_m623508158_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2865276963(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t4193789875 *, intptr_t, Il2CppChar, const RuntimeMethod*))Action_2_Invoke_m2865276963_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2765963992(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3507588785 *, intptr_t, Decimal_t2948259380 , const RuntimeMethod*))Action_2_Invoke_m2765963992_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m928921030(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1153994768 *, intptr_t, double, const RuntimeMethod*))Action_2_Invoke_m928921030_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3407695909(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3112149792 *, intptr_t, int16_t, const RuntimeMethod*))Action_2_Invoke_m3407695909_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2911489451(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3510275158 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m2911489451_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2666678022(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t929413 *, intptr_t, int64_t, const RuntimeMethod*))Action_2_Invoke_m2666678022_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1475553256(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1399479586 *, intptr_t, intptr_t, const RuntimeMethod*))Action_2_Invoke_m1475553256_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2156776438(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3639435569 *, intptr_t, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m2156776438_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2333132258(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2228907067 *, intptr_t, int8_t, const RuntimeMethod*))Action_2_Invoke_m2333132258_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1649001970(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1956596179 *, intptr_t, float, const RuntimeMethod*))Action_2_Invoke_m1649001970_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m4280544937(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2737054363 *, intptr_t, uint16_t, const RuntimeMethod*))Action_2_Invoke_m4280544937_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m107791771(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3119391383 *, intptr_t, uint32_t, const RuntimeMethod*))Action_2_Invoke_m107791771_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3462911206(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t398402201 *, intptr_t, uint64_t, const RuntimeMethod*))Action_2_Invoke_m3462911206_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2336650387(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2826167315 *, intptr_t, Bounds_t2266837910 , const RuntimeMethod*))Action_2_Invoke_m2336650387_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1416134578(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3115015729 *, intptr_t, Color_t2555686324 , const RuntimeMethod*))Action_2_Invoke_m1416134578_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m818111829(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2861257736 *, intptr_t, Quaternion_t2301928331 , const RuntimeMethod*))Action_2_Invoke_m818111829_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m2323901667(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t50213602 *, intptr_t, Ray_t3785851493 , const RuntimeMethod*))Action_2_Invoke_m2323901667_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m4228069011(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2642173319 *, intptr_t, Ray2D_t2082843914 , const RuntimeMethod*))Action_2_Invoke_m4228069011_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1179913580(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2715558928 *, intptr_t, Vector2_t2156229523 , const RuntimeMethod*))Action_2_Invoke_m1179913580_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1185631921(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t4281642869 *, intptr_t, Vector3_t3722313464 , const RuntimeMethod*))Action_2_Invoke_m1185631921_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1174314486(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3878358342 *, intptr_t, Vector4_t3319028937 , const RuntimeMethod*))Action_2_Invoke_m1174314486_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3505474186(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t398739741 *, intptr_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3505474186_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3399537057(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1074178988 *, intptr_t, MyStruct_t514849583 , const RuntimeMethod*))Action_2_Invoke_m3399537057_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1270569287(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t60432908 *, intptr_t, Pedding_t3796070799 , const RuntimeMethod*))Action_2_Invoke_m1270569287_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1944614988(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3395938850 *, intptr_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*))Action_2_Invoke_m1944614988_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m4165775587(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2340848427 *, RuntimeObject *, int32_t, const RuntimeMethod*))Action_2_Invoke_m4165775587_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m709903032(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2470008838 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m709903032_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1713880820(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3578807402 *, int32_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m1713880820_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3659272085(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1784814493 *, int32_t, float, bool, const RuntimeMethod*))Action_3_Invoke_m3659272085_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3177843047(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3409849893 *, int64_t, int64_t, int64_t, const RuntimeMethod*))Action_3_Invoke_m3177843047_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m2710422340(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t359459406 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m2710422340_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1401156373(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1785253317 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m1401156373_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1668964061(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3024010367 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m1668964061_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1815597050(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t562177408 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m1815597050_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m629892626(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2063097791 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m629892626_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3342266346(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1178898073 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m3342266346_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1537554662(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2790594382 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m1537554662_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3858955598(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1561865147 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m3858955598_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3489500358(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t298568315 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m3489500358_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m2671099046(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t984968159 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m2671099046_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m4197786350(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2951024179 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m4197786350_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m108157130(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2093401137 *, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*))Action_3_Invoke_m108157130_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3578334881(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1280132883 *, intptr_t, int32_t, Bounds_t2266837910 , const RuntimeMethod*))Action_3_Invoke_m3578334881_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m332589546(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1568981297 *, intptr_t, int32_t, Color_t2555686324 , const RuntimeMethod*))Action_3_Invoke_m332589546_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m685238226(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1315223304 *, intptr_t, int32_t, Quaternion_t2301928331 , const RuntimeMethod*))Action_3_Invoke_m685238226_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m782871541(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2799146466 *, intptr_t, int32_t, Ray_t3785851493 , const RuntimeMethod*))Action_3_Invoke_m782871541_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3531817229(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1096138887 *, intptr_t, int32_t, Ray2D_t2082843914 , const RuntimeMethod*))Action_3_Invoke_m3531817229_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m2125827081(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1169524496 *, intptr_t, int32_t, Vector2_t2156229523 , const RuntimeMethod*))Action_3_Invoke_m2125827081_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3658517922(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2735608437 *, intptr_t, int32_t, Vector3_t3722313464 , const RuntimeMethod*))Action_3_Invoke_m3658517922_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m4262694590(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2332323910 *, intptr_t, int32_t, Vector4_t3319028937 , const RuntimeMethod*))Action_3_Invoke_m4262694590_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m312683794(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3147672605 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m312683794_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m2653675795(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3823111852 *, intptr_t, int32_t, MyStruct_t514849583 , const RuntimeMethod*))Action_3_Invoke_m2653675795_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3309172335(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t2809365772 *, intptr_t, int32_t, Pedding_t3796070799 , const RuntimeMethod*))Action_3_Invoke_m3309172335_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m3820350330(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t1849904418 *, intptr_t, int32_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*))Action_3_Invoke_m3820350330_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m2093729120(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t4004249585 *, RuntimeObject *, int64_t, int64_t, const RuntimeMethod*))Action_3_Invoke_m2093729120_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1376317295(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3632554945 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Action_3_Invoke_m1376317295_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`3::Invoke(T1,T2,T3) #define Action_3_Invoke_m1769225614(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t3218643001 *, float, int32_t, RuntimeObject *, const RuntimeMethod*))Action_3_Invoke_m1769225614_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`4::Invoke(T1,T2,T3,T4) #define Action_4_Invoke_m1115689442(__this, ___arg10, ___arg21, ___arg32, ___arg43, method) (( void (*) (Action_4_t2046206578 *, PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject *, const RuntimeMethod*))Action_4_Invoke_m1115689442_gshared)(__this, ___arg10, ___arg21, ___arg32, ___arg43, method) // System.Void System.Action`4::Invoke(T1,T2,T3,T4) #define Action_4_Invoke_m2531049084(__this, ___arg10, ___arg21, ___arg32, ___arg43, method) (( void (*) (Action_4_t309985972 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Action_4_Invoke_m2531049084_gshared)(__this, ___arg10, ___arg21, ___arg32, ___arg43, method) // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1716952049(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3260097912 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1716952049_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2377072219(__this, method) (( void (*) (InternalEnumerator_1_t3260097912 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2377072219_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2075150107(__this, method) (( RecordS_t2353033795 (*) (InternalEnumerator_1_t3260097912 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2075150107_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2659969639(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3260097912 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2659969639_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3739096376(__this, method) (( void (*) (InternalEnumerator_1_t3260097912 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3739096376_gshared)(__this, method) // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1324592077(__this, method) (( bool (*) (InternalEnumerator_1_t3260097912 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1324592077_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2821581541(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2253228550 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2821581541_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1753951650(__this, method) (( void (*) (InternalEnumerator_1_t2253228550 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1753951650_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m496858246(__this, method) (( int32_t (*) (InternalEnumerator_1_t2253228550 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m496858246_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2221765563(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2253228550 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2221765563_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1929309840(__this, method) (( void (*) (InternalEnumerator_1_t2253228550 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1929309840_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m951048384(__this, method) (( bool (*) (InternalEnumerator_1_t2253228550 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m951048384_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3593857183(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3679022461 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3593857183_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m595761044(__this, method) (( void (*) (InternalEnumerator_1_t3679022461 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m595761044_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2551125116(__this, method) (( int32_t (*) (InternalEnumerator_1_t3679022461 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2551125116_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93550599(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3679022461 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93550599_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3845256204(__this, method) (( void (*) (InternalEnumerator_1_t3679022461 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3845256204_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1753304738(__this, method) (( bool (*) (InternalEnumerator_1_t3679022461 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1753304738_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1002659381(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t622812215 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1002659381_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3908264301(__this, method) (( void (*) (InternalEnumerator_1_t622812215 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3908264301_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2756622688(__this, method) (( int32_t (*) (InternalEnumerator_1_t622812215 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2756622688_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1322563323(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t622812215 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1322563323_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2314359439(__this, method) (( void (*) (InternalEnumerator_1_t622812215 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2314359439_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2302661226(__this, method) (( bool (*) (InternalEnumerator_1_t622812215 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2302661226_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m4062591929(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2455946552 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4062591929_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4074977480(__this, method) (( void (*) (InternalEnumerator_1_t2455946552 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4074977480_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m3466233775(__this, method) (( int32_t (*) (InternalEnumerator_1_t2455946552 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m3466233775_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1905130965(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2455946552 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1905130965_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m4141268572(__this, method) (( void (*) (InternalEnumerator_1_t2455946552 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m4141268572_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m192823533(__this, method) (( bool (*) (InternalEnumerator_1_t2455946552 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m192823533_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m4175805423(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3956866935 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4175805423_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2838892556(__this, method) (( void (*) (InternalEnumerator_1_t3956866935 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2838892556_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m3563176775(__this, method) (( int32_t (*) (InternalEnumerator_1_t3956866935 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m3563176775_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1863021666(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3956866935 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1863021666_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1487403332(__this, method) (( void (*) (InternalEnumerator_1_t3956866935 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1487403332_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1370470481(__this, method) (( bool (*) (InternalEnumerator_1_t3956866935 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1370470481_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2065494313(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3072667217 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2065494313_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3846019919(__this, method) (( void (*) (InternalEnumerator_1_t3072667217 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3846019919_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1788824230(__this, method) (( int32_t (*) (InternalEnumerator_1_t3072667217 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1788824230_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3292709663(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3072667217 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3292709663_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3402911939(__this, method) (( void (*) (InternalEnumerator_1_t3072667217 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3402911939_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1779951826(__this, method) (( bool (*) (InternalEnumerator_1_t3072667217 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1779951826_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m931659085(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t389396230 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m931659085_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4281675802(__this, method) (( void (*) (InternalEnumerator_1_t389396230 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4281675802_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2710818426(__this, method) (( int32_t (*) (InternalEnumerator_1_t389396230 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2710818426_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m741955490(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t389396230 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m741955490_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1974467025(__this, method) (( void (*) (InternalEnumerator_1_t389396230 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1974467025_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1770432781(__this, method) (( bool (*) (InternalEnumerator_1_t389396230 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1770432781_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m4245618796(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t504768911 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4245618796_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1625466773(__this, method) (( void (*) (InternalEnumerator_1_t504768911 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1625466773_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m3223364110(__this, method) (( ControlPoint_t3892672090 (*) (InternalEnumerator_1_t504768911 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m3223364110_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2233709755(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t504768911 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2233709755_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m543657756(__this, method) (( void (*) (InternalEnumerator_1_t504768911 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m543657756_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2707339849(__this, method) (( bool (*) (InternalEnumerator_1_t504768911 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2707339849_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3079265463(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3455634291 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3079265463_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4214882961(__this, method) (( void (*) (InternalEnumerator_1_t3455634291 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4214882961_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2807267787(__this, method) (( int32_t (*) (InternalEnumerator_1_t3455634291 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2807267787_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3437962531(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3455634291 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3437962531_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1498253064(__this, method) (( void (*) (InternalEnumerator_1_t3455634291 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1498253064_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m722134665(__this, method) (( bool (*) (InternalEnumerator_1_t3455634291 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m722134665_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1024976092(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2192337459 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1024976092_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2952231251(__this, method) (( void (*) (InternalEnumerator_1_t2192337459 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2952231251_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1016289161(__this, method) (( int32_t (*) (InternalEnumerator_1_t2192337459 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1016289161_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2287883371(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2192337459 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2287883371_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3580218326(__this, method) (( void (*) (InternalEnumerator_1_t2192337459 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3580218326_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1639099761(__this, method) (( bool (*) (InternalEnumerator_1_t2192337459 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1639099761_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m480280555(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2878737303 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m480280555_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3841128941(__this, method) (( void (*) (InternalEnumerator_1_t2878737303 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3841128941_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m4067334356(__this, method) (( int32_t (*) (InternalEnumerator_1_t2878737303 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m4067334356_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2673780630(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2878737303 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2673780630_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1220087246(__this, method) (( void (*) (InternalEnumerator_1_t2878737303 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1220087246_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m871777519(__this, method) (( bool (*) (InternalEnumerator_1_t2878737303 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m871777519_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1398684754(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t549826027 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1398684754_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2530446375(__this, method) (( void (*) (InternalEnumerator_1_t549826027 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2530446375_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1165481726(__this, method) (( int32_t (*) (InternalEnumerator_1_t549826027 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1165481726_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2186673934(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t549826027 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2186673934_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m840856597(__this, method) (( void (*) (InternalEnumerator_1_t549826027 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m840856597_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2009526959(__this, method) (( bool (*) (InternalEnumerator_1_t549826027 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2009526959_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m468031693(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1362850998 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m468031693_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1490924309(__this, method) (( void (*) (InternalEnumerator_1_t1362850998 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1490924309_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2866893003(__this, method) (( int32_t (*) (InternalEnumerator_1_t1362850998 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2866893003_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m436454149(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1362850998 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m436454149_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m4188612906(__this, method) (( void (*) (InternalEnumerator_1_t1362850998 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m4188612906_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m652202807(__this, method) (( bool (*) (InternalEnumerator_1_t1362850998 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m652202807_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m4155865676(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t656192955 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4155865676_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4218871573(__this, method) (( void (*) (InternalEnumerator_1_t656192955 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4218871573_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1228925310(__this, method) (( int32_t (*) (InternalEnumerator_1_t656192955 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1228925310_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2818766831(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t656192955 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2818766831_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2070770726(__this, method) (( void (*) (InternalEnumerator_1_t656192955 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2070770726_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3101078712(__this, method) (( bool (*) (InternalEnumerator_1_t656192955 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3101078712_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1055288177(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1742261305 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1055288177_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4175899121(__this, method) (( void (*) (InternalEnumerator_1_t1742261305 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4175899121_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2024547621(__this, method) (( int32_t (*) (InternalEnumerator_1_t1742261305 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2024547621_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2143381477(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1742261305 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2143381477_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1379818149(__this, method) (( void (*) (InternalEnumerator_1_t1742261305 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1379818149_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3374896434(__this, method) (( bool (*) (InternalEnumerator_1_t1742261305 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3374896434_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m688876303(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t300531240 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m688876303_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3521228361(__this, method) (( void (*) (InternalEnumerator_1_t300531240 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3521228361_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1030595833(__this, method) (( int32_t (*) (InternalEnumerator_1_t300531240 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1030595833_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m771031329(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t300531240 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m771031329_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3831347655(__this, method) (( void (*) (InternalEnumerator_1_t300531240 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3831347655_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2418110696(__this, method) (( bool (*) (InternalEnumerator_1_t300531240 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2418110696_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3049947419(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2526705072 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3049947419_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m54562560(__this, method) (( void (*) (InternalEnumerator_1_t2526705072 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m54562560_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2037879540(__this, method) (( ReqeustItem_t1619640955 (*) (InternalEnumerator_1_t2526705072 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2037879540_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2966045356(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2526705072 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2966045356_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3140455618(__this, method) (( void (*) (InternalEnumerator_1_t2526705072 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3140455618_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1598691400(__this, method) (( bool (*) (InternalEnumerator_1_t2526705072 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1598691400_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2124330709(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2244102744 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2124330709_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2312500002(__this, method) (( void (*) (InternalEnumerator_1_t2244102744 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2312500002_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1539456956(__this, method) (( ReqeustItem_t1337038627 (*) (InternalEnumerator_1_t2244102744 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1539456956_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3730520454(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2244102744 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3730520454_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m576614871(__this, method) (( void (*) (InternalEnumerator_1_t2244102744 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m576614871_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2675762706(__this, method) (( bool (*) (InternalEnumerator_1_t2244102744 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2675762706_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2980597965(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1801353056 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2980597965_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1394395022(__this, method) (( void (*) (InternalEnumerator_1_t1801353056 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1394395022_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2746872357(__this, method) (( ArrayMetadata_t894288939 (*) (InternalEnumerator_1_t1801353056 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2746872357_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3121310385(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1801353056 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3121310385_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3200291779(__this, method) (( void (*) (InternalEnumerator_1_t1801353056 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3200291779_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1439724028(__this, method) (( bool (*) (InternalEnumerator_1_t1801353056 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1439724028_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3193665258(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t178381343 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3193665258_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2006725664(__this, method) (( void (*) (InternalEnumerator_1_t178381343 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2006725664_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2608927213(__this, method) (( ObjectMetadata_t3566284522 (*) (InternalEnumerator_1_t178381343 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2608927213_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m177159026(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t178381343 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m177159026_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2717850677(__this, method) (( void (*) (InternalEnumerator_1_t178381343 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2717850677_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2752374182(__this, method) (( bool (*) (InternalEnumerator_1_t178381343 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2752374182_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3337644433(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t339537294 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3337644433_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1694348991(__this, method) (( void (*) (InternalEnumerator_1_t339537294 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1694348991_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2597556806(__this, method) (( PropertyMetadata_t3727440473 (*) (InternalEnumerator_1_t339537294 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2597556806_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3865845908(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t339537294 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3865845908_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1606295072(__this, method) (( void (*) (InternalEnumerator_1_t339537294 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1606295072_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m299856312(__this, method) (( bool (*) (InternalEnumerator_1_t339537294 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m299856312_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3400045248(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t4281074189 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3400045248_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3123158383(__this, method) (( void (*) (InternalEnumerator_1_t4281074189 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3123158383_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1820064745(__this, method) (( LMRendererInfo_t3374010072 (*) (InternalEnumerator_1_t4281074189 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1820064745_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1665576688(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t4281074189 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1665576688_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2712513309(__this, method) (( void (*) (InternalEnumerator_1_t4281074189 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2712513309_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m4112176589(__this, method) (( bool (*) (InternalEnumerator_1_t4281074189 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m4112176589_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2456448141(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1934607053 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2456448141_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2094978347(__this, method) (( void (*) (InternalEnumerator_1_t1934607053 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2094978347_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m431558427(__this, method) (( DelayedQueueItem_t1027542936 (*) (InternalEnumerator_1_t1934607053 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m431558427_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m235157293(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1934607053 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m235157293_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2279707498(__this, method) (( void (*) (InternalEnumerator_1_t1934607053 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2279707498_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m235948469(__this, method) (( bool (*) (InternalEnumerator_1_t1934607053 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m235948469_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1359891754(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t4239932009 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1359891754_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m81420524(__this, method) (( void (*) (InternalEnumerator_1_t4239932009 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m81420524_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m4245242303(__this, method) (( TableRange_t3332867892 (*) (InternalEnumerator_1_t4239932009 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m4245242303_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2980550840(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t4239932009 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2980550840_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m33109155(__this, method) (( void (*) (InternalEnumerator_1_t4239932009 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m33109155_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m4138845038(__this, method) (( bool (*) (InternalEnumerator_1_t4239932009 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m4138845038_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3734861738(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1911769025 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3734861738_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707779927(__this, method) (( void (*) (InternalEnumerator_1_t1911769025 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707779927_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1708547365(__this, method) (( int32_t (*) (InternalEnumerator_1_t1911769025 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1708547365_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m55999184(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1911769025 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m55999184_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2447779733(__this, method) (( void (*) (InternalEnumerator_1_t1911769025 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2447779733_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2850975202(__this, method) (( bool (*) (InternalEnumerator_1_t1911769025 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2850975202_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m306322012(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3774870459 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m306322012_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3070136912(__this, method) (( void (*) (InternalEnumerator_1_t3774870459 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3070136912_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m784420850(__this, method) (( UriScheme_t2867806342 (*) (InternalEnumerator_1_t3774870459 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m784420850_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1886339287(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3774870459 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1886339287_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2564631340(__this, method) (( void (*) (InternalEnumerator_1_t3774870459 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2564631340_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2153095634(__this, method) (( bool (*) (InternalEnumerator_1_t3774870459 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2153095634_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m3748780765(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3798320372 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3748780765_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2412227116(__this, method) (( void (*) (InternalEnumerator_1_t3798320372 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2412227116_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m4293194123(__this, method) (( TagName_t2891256255 (*) (InternalEnumerator_1_t3798320372 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m4293194123_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m151987804(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3798320372 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m151987804_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1933160977(__this, method) (( void (*) (InternalEnumerator_1_t3798320372 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1933160977_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2768064244(__this, method) (( bool (*) (InternalEnumerator_1_t3798320372 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2768064244_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m671827116(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3435091831 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m671827116_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3486698006(__this, method) (( void (*) (InternalEnumerator_1_t3435091831 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3486698006_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m568178305(__this, method) (( JsonPosition_t2528027714 (*) (InternalEnumerator_1_t3435091831 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m568178305_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m869335580(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3435091831 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m869335580_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m403590569(__this, method) (( void (*) (InternalEnumerator_1_t3435091831 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m403590569_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2471240603(__this, method) (( bool (*) (InternalEnumerator_1_t3435091831 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2471240603_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2778883694(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3502730766 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2778883694_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2159676331(__this, method) (( void (*) (InternalEnumerator_1_t3502730766 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2159676331_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2161220300(__this, method) (( int32_t (*) (InternalEnumerator_1_t3502730766 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2161220300_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3030743737(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3502730766 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3030743737_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3533074164(__this, method) (( void (*) (InternalEnumerator_1_t3502730766 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3533074164_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1047934457(__this, method) (( bool (*) (InternalEnumerator_1_t3502730766 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1047934457_gshared)(__this, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2343744373_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Vector2U5BU5D_t1457185986* L_0 = ((ExposedList_1_t568374093_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3315608069_gshared (ExposedList_1_t568374093 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Vector2U5BU5D_t1457185986* L_3 = ((ExposedList_1_t568374093_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3902463542_gshared (ExposedList_1_t568374093 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m3902463542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m3902463542_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1928403042_gshared (ExposedList_1_t568374093 * __this, Vector2U5BU5D_t1457185986* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Vector2U5BU5D_t1457185986* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m191416555_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; Vector2_t2156229523 L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Vector2_t2156229523 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m2315956069_gshared (ExposedList_1_t568374093 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t568374093 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t568374093 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t568374093 * ExposedList_1_Resize_m575125562_gshared (ExposedList_1_t568374093 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; Vector2U5BU5D_t1457185986* V_1 = NULL; int32_t V_2 = 0; Vector2_t2156229523 V_3; memset(&V_3, 0, sizeof(V_3)); { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); V_1 = (Vector2U5BU5D_t1457185986*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { Vector2U5BU5D_t1457185986** L_4 = (Vector2U5BU5D_t1457185986**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { Vector2U5BU5D_t1457185986* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (Vector2_t2156229523 )L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m4215497265_gshared (ExposedList_1_t568374093 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m1156755242_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m1156755242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m1156755242_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m1156755242_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m1156755242_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m610107409_gshared (ExposedList_1_t568374093 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< Vector2U5BU5D_t1457185986*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (Vector2U5BU5D_t1457185986*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m2822962470_gshared (ExposedList_1_t568374093 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m2822962470_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); Vector2_t2156229523 L_3 = InterfaceFuncInvoker0< Vector2_t2156229523 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (Vector2_t2156229523 )L_3; Vector2_t2156229523 L_4 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t568374093 *)__this, (Vector2_t2156229523 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m1329987567_gshared (ExposedList_1_t568374093 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m4294938884_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Vector2_t2156229523 L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, int32_t, int32_t, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (int32_t)0, (int32_t)L_1, (Vector2_t2156229523 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m2698343350_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Vector2_t2156229523 L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, int32_t, int32_t, Vector2_t2156229523 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (int32_t)0, (int32_t)L_1, (Vector2_t2156229523 )L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m3373348481_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, int32_t ___count1, Vector2_t2156229523 ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Vector2_t2156229523 L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, int32_t, int32_t, Vector2_t2156229523 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_2, (int32_t)L_3, (int32_t)L_4, (Vector2_t2156229523 )L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m1405878336_gshared (ExposedList_1_t568374093 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m3546892405_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (Vector2_t2156229523 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m4168204389_gshared (ExposedList_1_t568374093 * __this, Vector2U5BU5D_t1457185986* ___array0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2U5BU5D_t1457185986* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m3440114749_gshared (ExposedList_1_t568374093 * __this, Vector2U5BU5D_t1457185986* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2U5BU5D_t1457185986* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m901096109_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, Vector2U5BU5D_t1457185986* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = ___index0; Vector2U5BU5D_t1457185986* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m1069729016_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2981523647 * L_2 = ___match0; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2981523647 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 ExposedList_1_Find_m1118369905_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2981523647 * L_2 = ___match0; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2981523647 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Vector2_t2156229523 L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m2806361705_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m2806361705_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t2981523647 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m2806361705_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t568374093 * ExposedList_1_FindAll_m4024954978_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t2981523647 * L_1 = ___match0; NullCheck((ExposedList_1_t568374093 *)__this); ExposedList_1_t568374093 * L_2 = (( ExposedList_1_t568374093 * (*) (ExposedList_1_t568374093 *, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t568374093 *)__this, (Predicate_1_t2981523647 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t568374093 * ExposedList_1_FindAllList_m1314319828_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { ExposedList_1_t568374093 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t568374093 * L_0 = (ExposedList_1_t568374093 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t568374093 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t568374093 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t2981523647 * L_1 = ___match0; Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Vector2_t2156229523 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t2981523647 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2981523647 *)L_1, (Vector2_t2156229523 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t568374093 * L_7 = V_0; Vector2U5BU5D_t1457185986* L_8 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Vector2_t2156229523 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t568374093 *)L_7); (( void (*) (ExposedList_1_t568374093 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t568374093 *)L_7, (Vector2_t2156229523 )L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t568374093 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3701788726_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2981523647 * L_2 = ___match0; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2981523647 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m2609459678_gshared (ExposedList_1_t568374093 * __this, int32_t ___startIndex0, Predicate_1_t2981523647 * ___match1, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t2981523647 * L_5 = ___match1; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t2981523647 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1966387506_gshared (ExposedList_1_t568374093 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2981523647 * ___match2, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t2981523647 * L_5 = ___match2; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t2981523647 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m2627719329_gshared (ExposedList_1_t568374093 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2981523647 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t2981523647 * L_3 = ___match2; Vector2U5BU5D_t1457185986* L_4 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Vector2_t2156229523 L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t2981523647 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2981523647 *)L_3, (Vector2_t2156229523 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 ExposedList_1_FindLast_m1437544654_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2981523647 * L_2 = ___match0; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2981523647 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { Vector2U5BU5D_t1457185986* L_6 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Vector2_t2156229523 L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1250346252_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2981523647 * L_2 = ___match0; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2981523647 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m4199337606_gshared (ExposedList_1_t568374093 * __this, int32_t ___startIndex0, Predicate_1_t2981523647 * ___match1, const RuntimeMethod* method) { { Predicate_1_t2981523647 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t2981523647 * L_3 = ___match1; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t2981523647 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1258497304_gshared (ExposedList_1_t568374093 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2981523647 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t2981523647 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t2981523647 * L_7 = ___match2; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t568374093 *, int32_t, int32_t, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t2981523647 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m2926708097_gshared (ExposedList_1_t568374093 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2981523647 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t2981523647 * L_2 = ___match2; Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; Vector2_t2156229523 L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t2981523647 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2981523647 *)L_2, (Vector2_t2156229523 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m1619627443_gshared (ExposedList_1_t568374093 * __this, Action_1_t2328697118 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m1619627443_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t2328697118 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m1619627443_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t2328697118 * L_2 = ___action0; Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Vector2_t2156229523 L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t2328697118 *)L_2); (( void (*) (Action_1_t2328697118 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t2328697118 *)L_2, (Vector2_t2156229523 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t4192182544 ExposedList_1_GetEnumerator_m2690437269_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { Enumerator_t4192182544 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m2272695539((&L_0), (ExposedList_1_t568374093 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t568374093 * ExposedList_1_GetRange_m2488839689_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { Vector2U5BU5D_t1457185986* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (Vector2U5BU5D_t1457185986*)((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_4 = ___index0; Vector2U5BU5D_t1457185986* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); Vector2U5BU5D_t1457185986* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t568374093 * L_9 = (ExposedList_1_t568374093 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t568374093 *, Vector2U5BU5D_t1457185986*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (Vector2U5BU5D_t1457185986*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m830905702_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (Vector2_t2156229523 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m3242700460_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_1, (Vector2_t2156229523 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m3037168190_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m3037168190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m3037168190_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m3037168190_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m3037168190_RuntimeMethod_var); } IL_003d: { Vector2U5BU5D_t1457185986* L_8 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_8, (Vector2_t2156229523 )L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m768955483_gshared (ExposedList_1_t568374093 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_6 = ___start0; Vector2U5BU5D_t1457185986* L_7 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { Vector2U5BU5D_t1457185986* L_15 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m449415646_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m449415646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m449415646_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m4176203764_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, Vector2_t2156229523 ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector2U5BU5D_t1457185986* L_4 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_5 = ___index0; Vector2_t2156229523 L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector2_t2156229523 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m1616868438_gshared (ExposedList_1_t568374093 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m1616868438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m1616868438_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m1112260787_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { Vector2U5BU5D_t1457185986* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t568374093 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t568374093 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (Vector2U5BU5D_t1457185986*)((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); Vector2U5BU5D_t1457185986* L_4 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, Vector2U5BU5D_t1457185986*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t568374093 *)__this, (Vector2U5BU5D_t1457185986*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; Vector2U5BU5D_t1457185986* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector2U5BU5D_t1457185986* L_8 = V_0; Vector2U5BU5D_t1457185986* L_9 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_10 = ___index0; Vector2U5BU5D_t1457185986* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m4074665349_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; Vector2U5BU5D_t1457185986* L_6 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< Vector2U5BU5D_t1457185986*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (Vector2U5BU5D_t1457185986*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m2137968036_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m2137968036_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); Vector2_t2156229523 L_3 = InterfaceFuncInvoker0< Vector2_t2156229523 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (Vector2_t2156229523 )L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); Vector2_t2156229523 L_6 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_5, (Vector2_t2156229523 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1032420752_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (Vector2_t2156229523 )L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m2070137330_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_1, (Vector2_t2156229523 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1611663720_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m1611663720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m1611663720_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m1611663720_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m1611663720_RuntimeMethod_var); } IL_005b: { Vector2U5BU5D_t1457185986* L_16 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2_t2156229523 L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Vector2_t2156229523 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_16, (Vector2_t2156229523 )L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m1019323688_gshared (ExposedList_1_t568374093 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector2_t2156229523 L_0 = ___item0; NullCheck((ExposedList_1_t568374093 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t568374093 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t568374093 *)__this, (Vector2_t2156229523 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m3758100823_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t2981523647 * L_1 = ___match0; Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Vector2_t2156229523 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t2981523647 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2981523647 *)L_1, (Vector2_t2156229523 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t2981523647 * L_14 = ___match0; Vector2U5BU5D_t1457185986* L_15 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; Vector2_t2156229523 L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t2981523647 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2981523647 *)L_14, (Vector2_t2156229523 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { Vector2U5BU5D_t1457185986* L_20 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); Vector2U5BU5D_t1457185986* L_23 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; Vector2_t2156229523 L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (Vector2_t2156229523 )L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { Vector2U5BU5D_t1457185986* L_32 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m1018365169_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m1018365169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m1018365169_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 ExposedList_1_Pop_m3512958481_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m3512958481_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m3512958481_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Vector2_t2156229523 L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (Vector2_t2156229523 )L_6; Vector2U5BU5D_t1457185986* L_7 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (Vector2_t2156229523 )L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); Vector2_t2156229523 L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m320465202_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m334905713_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m1472586344_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3073124319_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t3655984405 * L_2 = (( Comparer_1_t3655984405 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3905794106_gshared (ExposedList_1_t568374093 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1589272605_gshared (ExposedList_1_t568374093 * __this, Comparison_1_t1931160702 * ___comparison0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Comparison_1_t1931160702 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, Comparison_1_t1931160702 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_0, (Comparison_1_t1931160702 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1082859709_gshared (ExposedList_1_t568374093 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector2U5BU5D_t1457185986* ExposedList_1_ToArray_m1765200145_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { Vector2U5BU5D_t1457185986* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (Vector2U5BU5D_t1457185986*)((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); Vector2U5BU5D_t1457185986* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); Vector2U5BU5D_t1457185986* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m2849180601_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t568374093 *)__this); (( void (*) (ExposedList_1_t568374093 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t568374093 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m2853272644_gshared (ExposedList_1_t568374093 * __this, Predicate_1_t2981523647 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t2981523647 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2981523647 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2981523647 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t2981523647 * L_1 = ___match0; Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Vector2_t2156229523 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t2981523647 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2981523647 *)L_1, (Vector2_t2156229523 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m1810804900_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m4162761341_gshared (ExposedList_1_t568374093 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m4162761341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m4162761341_RuntimeMethod_var); } IL_0012: { Vector2U5BU5D_t1457185986** L_3 = (Vector2U5BU5D_t1457185986**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, Vector2U5BU5D_t1457185986**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Vector2U5BU5D_t1457185986**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m3602429221_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t568374093 *)__this); Enumerator_t4192182544 L_0 = (( Enumerator_t4192182544 (*) (ExposedList_1_t568374093 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t568374093 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t4192182544 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m1563243806_gshared (ExposedList_1_t568374093 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t568374093 *)__this); Enumerator_t4192182544 L_0 = (( Enumerator_t4192182544 (*) (ExposedList_1_t568374093 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t568374093 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t4192182544 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m1351944646_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t568374093_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)0))); return; } } #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.Void Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1535883664_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Vector3U5BU5D_t1718750761* L_0 = ((ExposedList_1_t2134458034_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2782416194_gshared (ExposedList_1_t2134458034 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Vector3U5BU5D_t1718750761* L_3 = ((ExposedList_1_t2134458034_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3684064253_gshared (ExposedList_1_t2134458034 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m3684064253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m3684064253_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1696660335_gshared (ExposedList_1_t2134458034 * __this, Vector3U5BU5D_t1718750761* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m3516382672_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; Vector3_t3722313464 L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Vector3_t3722313464 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m4287525916_gshared (ExposedList_1_t2134458034 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t2134458034 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t2134458034 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2134458034 * ExposedList_1_Resize_m968214812_gshared (ExposedList_1_t2134458034 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; Vector3U5BU5D_t1718750761* V_1 = NULL; int32_t V_2 = 0; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); V_1 = (Vector3U5BU5D_t1718750761*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { Vector3U5BU5D_t1718750761** L_4 = (Vector3U5BU5D_t1718750761**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { Vector3U5BU5D_t1718750761* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (Vector3_t3722313464 )L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m2225411365_gshared (ExposedList_1_t2134458034 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m1990506996_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m1990506996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m1990506996_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m1990506996_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m1990506996_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m844978009_gshared (ExposedList_1_t2134458034 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< Vector3U5BU5D_t1718750761*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (Vector3U5BU5D_t1718750761*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m967842868_gshared (ExposedList_1_t2134458034 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m967842868_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); Vector3_t3722313464 L_3 = InterfaceFuncInvoker0< Vector3_t3722313464 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (Vector3_t3722313464 )L_3; Vector3_t3722313464 L_4 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t2134458034 *)__this, (Vector3_t3722313464 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m398833498_gshared (ExposedList_1_t2134458034 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m1846495650_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Vector3_t3722313464 L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, int32_t, int32_t, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (int32_t)0, (int32_t)L_1, (Vector3_t3722313464 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m3454442869_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Vector3_t3722313464 L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, int32_t, int32_t, Vector3_t3722313464 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (int32_t)0, (int32_t)L_1, (Vector3_t3722313464 )L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m1396737633_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, int32_t ___count1, Vector3_t3722313464 ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Vector3_t3722313464 L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, int32_t, int32_t, Vector3_t3722313464 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_2, (int32_t)L_3, (int32_t)L_4, (Vector3_t3722313464 )L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m2930873748_gshared (ExposedList_1_t2134458034 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m2009483379_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (Vector3_t3722313464 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m495487136_gshared (ExposedList_1_t2134458034 * __this, Vector3U5BU5D_t1718750761* ___array0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3U5BU5D_t1718750761* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m719029473_gshared (ExposedList_1_t2134458034 * __this, Vector3U5BU5D_t1718750761* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3U5BU5D_t1718750761* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m2443720747_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, Vector3U5BU5D_t1718750761* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = ___index0; Vector3U5BU5D_t1718750761* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m913284806_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t252640292 * L_2 = ___match0; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t252640292 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ExposedList_1_Find_m4176517900_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t252640292 * L_2 = ___match0; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t252640292 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Vector3_t3722313464 L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m659842627_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m659842627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t252640292 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m659842627_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2134458034 * ExposedList_1_FindAll_m681342586_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t252640292 * L_1 = ___match0; NullCheck((ExposedList_1_t2134458034 *)__this); ExposedList_1_t2134458034 * L_2 = (( ExposedList_1_t2134458034 * (*) (ExposedList_1_t2134458034 *, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t2134458034 *)__this, (Predicate_1_t252640292 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2134458034 * ExposedList_1_FindAllList_m877505513_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { ExposedList_1_t2134458034 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t2134458034 * L_0 = (ExposedList_1_t2134458034 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t2134458034 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t2134458034 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t252640292 * L_1 = ___match0; Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Vector3_t3722313464 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t252640292 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t252640292 *)L_1, (Vector3_t3722313464 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t2134458034 * L_7 = V_0; Vector3U5BU5D_t1718750761* L_8 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Vector3_t3722313464 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t2134458034 *)L_7); (( void (*) (ExposedList_1_t2134458034 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t2134458034 *)L_7, (Vector3_t3722313464 )L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t2134458034 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m2475451012_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t252640292 * L_2 = ___match0; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t252640292 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m650097471_gshared (ExposedList_1_t2134458034 * __this, int32_t ___startIndex0, Predicate_1_t252640292 * ___match1, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t252640292 * L_5 = ___match1; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t252640292 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3294619939_gshared (ExposedList_1_t2134458034 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t252640292 * ___match2, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t252640292 * L_5 = ___match2; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t252640292 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m1700127579_gshared (ExposedList_1_t2134458034 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t252640292 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t252640292 * L_3 = ___match2; Vector3U5BU5D_t1718750761* L_4 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Vector3_t3722313464 L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t252640292 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t252640292 *)L_3, (Vector3_t3722313464 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ExposedList_1_FindLast_m2429795063_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t252640292 * L_2 = ___match0; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t252640292 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { Vector3U5BU5D_t1718750761* L_6 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Vector3_t3722313464 L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2506004528_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t252640292 * L_2 = ___match0; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t252640292 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1490291223_gshared (ExposedList_1_t2134458034 * __this, int32_t ___startIndex0, Predicate_1_t252640292 * ___match1, const RuntimeMethod* method) { { Predicate_1_t252640292 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t252640292 * L_3 = ___match1; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t252640292 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m3087923815_gshared (ExposedList_1_t2134458034 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t252640292 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t252640292 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t252640292 * L_7 = ___match2; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t252640292 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m3154020009_gshared (ExposedList_1_t2134458034 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t252640292 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t252640292 * L_2 = ___match2; Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; Vector3_t3722313464 L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t252640292 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t252640292 *)L_2, (Vector3_t3722313464 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m1857186884_gshared (ExposedList_1_t2134458034 * __this, Action_1_t3894781059 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m1857186884_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t3894781059 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m1857186884_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t3894781059 * L_2 = ___action0; Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Vector3_t3722313464 L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t3894781059 *)L_2); (( void (*) (Action_1_t3894781059 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t3894781059 *)L_2, (Vector3_t3722313464 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1463299189 ExposedList_1_GetEnumerator_m2697467586_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { Enumerator_t1463299189 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m3412679293((&L_0), (ExposedList_1_t2134458034 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2134458034 * ExposedList_1_GetRange_m2501255846_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { Vector3U5BU5D_t1718750761* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (Vector3U5BU5D_t1718750761*)((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_4 = ___index0; Vector3U5BU5D_t1718750761* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t2134458034 * L_9 = (ExposedList_1_t2134458034 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t2134458034 *, Vector3U5BU5D_t1718750761*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (Vector3U5BU5D_t1718750761*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m3133537079_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (Vector3_t3722313464 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m359985276_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_1, (Vector3_t3722313464 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m3788810565_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m3788810565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m3788810565_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m3788810565_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m3788810565_RuntimeMethod_var); } IL_003d: { Vector3U5BU5D_t1718750761* L_8 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_8, (Vector3_t3722313464 )L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m2706398438_gshared (ExposedList_1_t2134458034 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_6 = ___start0; Vector3U5BU5D_t1718750761* L_7 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { Vector3U5BU5D_t1718750761* L_15 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m3237343865_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m3237343865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m3237343865_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m4199881335_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, Vector3_t3722313464 ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector3U5BU5D_t1718750761* L_4 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_5 = ___index0; Vector3_t3722313464 L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector3_t3722313464 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m3898569555_gshared (ExposedList_1_t2134458034 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m3898569555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m3898569555_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m2691584551_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { Vector3U5BU5D_t1718750761* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2134458034 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t2134458034 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (Vector3U5BU5D_t1718750761*)((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); Vector3U5BU5D_t1718750761* L_4 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, Vector3U5BU5D_t1718750761*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t2134458034 *)__this, (Vector3U5BU5D_t1718750761*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; Vector3U5BU5D_t1718750761* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector3U5BU5D_t1718750761* L_8 = V_0; Vector3U5BU5D_t1718750761* L_9 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_10 = ___index0; Vector3U5BU5D_t1718750761* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m2588863132_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; Vector3U5BU5D_t1718750761* L_6 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< Vector3U5BU5D_t1718750761*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (Vector3U5BU5D_t1718750761*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m1250833000_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m1250833000_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); Vector3_t3722313464 L_3 = InterfaceFuncInvoker0< Vector3_t3722313464 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (Vector3_t3722313464 )L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); Vector3_t3722313464 L_6 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_5, (Vector3_t3722313464 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1366641708_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (Vector3_t3722313464 )L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1689992288_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_1, (Vector3_t3722313464 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m421053821_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m421053821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m421053821_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m421053821_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m421053821_RuntimeMethod_var); } IL_005b: { Vector3U5BU5D_t1718750761* L_16 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3_t3722313464 L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Vector3_t3722313464 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_16, (Vector3_t3722313464 )L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m3633095986_gshared (ExposedList_1_t2134458034 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector3_t3722313464 L_0 = ___item0; NullCheck((ExposedList_1_t2134458034 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t2134458034 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t2134458034 *)__this, (Vector3_t3722313464 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m2693858998_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t252640292 * L_1 = ___match0; Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Vector3_t3722313464 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t252640292 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t252640292 *)L_1, (Vector3_t3722313464 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t252640292 * L_14 = ___match0; Vector3U5BU5D_t1718750761* L_15 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; Vector3_t3722313464 L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t252640292 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t252640292 *)L_14, (Vector3_t3722313464 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { Vector3U5BU5D_t1718750761* L_20 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); Vector3U5BU5D_t1718750761* L_23 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; Vector3_t3722313464 L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (Vector3_t3722313464 )L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { Vector3U5BU5D_t1718750761* L_32 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m1270041137_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m1270041137_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m1270041137_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ExposedList_1_Pop_m3512957394_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m3512957394_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m3512957394_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Vector3_t3722313464 L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (Vector3_t3722313464 )L_6; Vector3U5BU5D_t1718750761* L_7 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (Vector3_t3722313464 )L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); Vector3_t3722313464 L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m3879860451_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m1159702178_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m2819382783_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m2103123140_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t927101050 * L_2 = (( Comparer_1_t927101050 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3090377314_gshared (ExposedList_1_t2134458034 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1266083526_gshared (ExposedList_1_t2134458034 * __this, Comparison_1_t3497244643 * ___comparison0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Comparison_1_t3497244643 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, Comparison_1_t3497244643 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_0, (Comparison_1_t3497244643 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3872048176_gshared (ExposedList_1_t2134458034 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* ExposedList_1_ToArray_m1321889546_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { Vector3U5BU5D_t1718750761* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (Vector3U5BU5D_t1718750761*)((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); Vector3U5BU5D_t1718750761* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m1796103156_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t2134458034 *)__this); (( void (*) (ExposedList_1_t2134458034 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2134458034 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m13399016_gshared (ExposedList_1_t2134458034 * __this, Predicate_1_t252640292 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t252640292 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t252640292 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t252640292 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t252640292 * L_1 = ___match0; Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Vector3_t3722313464 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t252640292 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t252640292 *)L_1, (Vector3_t3722313464 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m2372905810_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m3079840776_gshared (ExposedList_1_t2134458034 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m3079840776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m3079840776_RuntimeMethod_var); } IL_0012: { Vector3U5BU5D_t1718750761** L_3 = (Vector3U5BU5D_t1718750761**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, Vector3U5BU5D_t1718750761**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Vector3U5BU5D_t1718750761**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m3809966504_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t2134458034 *)__this); Enumerator_t1463299189 L_0 = (( Enumerator_t1463299189 (*) (ExposedList_1_t2134458034 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t2134458034 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t1463299189 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m3031518703_gshared (ExposedList_1_t2134458034 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t2134458034 *)__this); Enumerator_t1463299189 L_0 = (( Enumerator_t1463299189 (*) (ExposedList_1_t2134458034 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t2134458034 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t1463299189 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m3676251819_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t2134458034_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)0))); return; } } #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 #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.Void Spine.Pool`1::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Pool_1__ctor_m63417183_gshared (Pool_1_t2051005623 * __this, int32_t ___initialCapacity0, int32_t ___max1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCapacity0; Stack_1_t3923495619 * L_1 = (Stack_1_t3923495619 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Stack_1_t3923495619 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_freeObjects_1(L_1); int32_t L_2 = ___max1; __this->set_max_0(L_2); return; } } // System.Int32 Spine.Pool`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Pool_1_get_Count_m1766810708_gshared (Pool_1_t2051005623 * __this, const RuntimeMethod* method) { { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); NullCheck((Stack_1_t3923495619 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return L_1; } } // System.Int32 Spine.Pool`1::get_Peak() extern "C" IL2CPP_METHOD_ATTR int32_t Pool_1_get_Peak_m2482078649_gshared (Pool_1_t2051005623 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CPeakU3Ek__BackingField_2(); return L_0; } } // System.Void Spine.Pool`1::set_Peak(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Pool_1_set_Peak_m2510219713_gshared (Pool_1_t2051005623 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CPeakU3Ek__BackingField_2(L_0); return; } } // T Spine.Pool`1::Obtain() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Pool_1_Obtain_m3850637489_gshared (Pool_1_t2051005623 * __this, const RuntimeMethod* method) { RuntimeObject * G_B3_0 = NULL; { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); NullCheck((Stack_1_t3923495619 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_1) { goto IL_001a; } } { RuntimeObject * L_2 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); G_B3_0 = L_2; goto IL_0025; } IL_001a: { Stack_1_t3923495619 * L_3 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); NullCheck((Stack_1_t3923495619 *)L_3); RuntimeObject * L_4 = (( RuntimeObject * (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Stack_1_t3923495619 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); G_B3_0 = L_4; } IL_0025: { return G_B3_0; } } // System.Void Spine.Pool`1::Free(T) extern "C" IL2CPP_METHOD_ATTR void Pool_1_Free_m4168637232_gshared (Pool_1_t2051005623 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pool_1_Free_m4168637232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_001b; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, (String_t*)_stringLiteral1746845353, (String_t*)_stringLiteral1730803431, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Pool_1_Free_m4168637232_RuntimeMethod_var); } IL_001b: { Stack_1_t3923495619 * L_2 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); NullCheck((Stack_1_t3923495619 *)L_2); int32_t L_3 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Stack_1_t3923495619 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); int32_t L_4 = (int32_t)__this->get_max_0(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0059; } } { Stack_1_t3923495619 * L_5 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); RuntimeObject * L_6 = ___obj0; NullCheck((Stack_1_t3923495619 *)L_5); (( void (*) (Stack_1_t3923495619 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((Stack_1_t3923495619 *)L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); NullCheck((Pool_1_t2051005623 *)__this); int32_t L_7 = (( int32_t (*) (Pool_1_t2051005623 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((Pool_1_t2051005623 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); Stack_1_t3923495619 * L_8 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); NullCheck((Stack_1_t3923495619 *)L_8); int32_t L_9 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Stack_1_t3923495619 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); int32_t L_10 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_7, (int32_t)L_9, /*hidden argument*/NULL); NullCheck((Pool_1_t2051005623 *)__this); (( void (*) (Pool_1_t2051005623 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((Pool_1_t2051005623 *)__this, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0059: { RuntimeObject * L_11 = ___obj0; NullCheck((Pool_1_t2051005623 *)__this); (( void (*) (Pool_1_t2051005623 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((Pool_1_t2051005623 *)__this, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Void Spine.Pool`1::Clear() extern "C" IL2CPP_METHOD_ATTR void Pool_1_Clear_m2917390850_gshared (Pool_1_t2051005623 * __this, const RuntimeMethod* method) { { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_freeObjects_1(); NullCheck((Stack_1_t3923495619 *)L_0); (( void (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Void Spine.Pool`1::Reset(T) extern "C" IL2CPP_METHOD_ATTR void Pool_1_Reset_m672235089_gshared (Pool_1_t2051005623 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11))); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0018; } } { RuntimeObject* L_2 = V_0; NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void Spine.Pool`1/IPoolable::Reset() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); } IL_0018: { return; } } #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.Void Spine.Unity.DoubleBuffered`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void DoubleBuffered_1__ctor_m2054331807_gshared (DoubleBuffered_1_t749713640 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); __this->set_a_0(L_0); RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); __this->set_b_1(L_1); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T Spine.Unity.DoubleBuffered`1::GetCurrent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DoubleBuffered_1_GetCurrent_m3905342838_gshared (DoubleBuffered_1_t749713640 * __this, const RuntimeMethod* method) { RuntimeObject * G_B3_0 = NULL; { bool L_0 = (bool)__this->get_usingA_2(); if (!L_0) { goto IL_0016; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get_a_0(); G_B3_0 = L_1; goto IL_001c; } IL_0016: { RuntimeObject * L_2 = (RuntimeObject *)__this->get_b_1(); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // T Spine.Unity.DoubleBuffered`1::GetNext() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DoubleBuffered_1_GetNext_m3455299884_gshared (DoubleBuffered_1_t749713640 * __this, const RuntimeMethod* method) { RuntimeObject * G_B3_0 = NULL; { bool L_0 = (bool)__this->get_usingA_2(); __this->set_usingA_2((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); bool L_1 = (bool)__this->get_usingA_2(); if (!L_1) { goto IL_0025; } } { RuntimeObject * L_2 = (RuntimeObject *)__this->get_a_0(); G_B3_0 = L_2; goto IL_002b; } IL_0025: { RuntimeObject * L_3 = (RuntimeObject *)__this->get_b_1(); G_B3_0 = L_3; } IL_002b: { return G_B3_0; } } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m3299896249_gshared (Action_1_t628254476 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m445036673_gshared (Action_1_t628254476 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m445036673((Action_1_t628254476 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2590493936_gshared (Action_1_t628254476 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2590493936_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AvatarCate_t455786881_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2641729446_gshared (Action_1_t628254476 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1928545673_gshared (Action_1_t4216563729 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3853964961_gshared (Action_1_t4216563729 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3853964961((Action_1_t4216563729 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4235193962_gshared (Action_1_t4216563729 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4235193962_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(enumThreadID_t4044096134_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m747373800_gshared (Action_1_t4216563729 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m3236859644_gshared (Action_1_t3899908068 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1117018106_gshared (Action_1_t3899908068 * __this, PropertyMetadata_t3727440473 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1117018106((Action_1_t3899908068 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyMetadata_t3727440473 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, PropertyMetadata_t3727440473 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< PropertyMetadata_t3727440473 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< PropertyMetadata_t3727440473 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PropertyMetadata_t3727440473 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< PropertyMetadata_t3727440473 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, PropertyMetadata_t3727440473 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m3795076494_gshared (Action_1_t3899908068 * __this, PropertyMetadata_t3727440473 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3795076494_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PropertyMetadata_t3727440473_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3441614049_gshared (Action_1_t3899908068 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1973694690_gshared (Action_1_t3546477667 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m969417133_gshared (Action_1_t3546477667 * __this, LMRendererInfo_t3374010072 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m969417133((Action_1_t3546477667 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, LMRendererInfo_t3374010072 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, LMRendererInfo_t3374010072 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< LMRendererInfo_t3374010072 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< LMRendererInfo_t3374010072 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< LMRendererInfo_t3374010072 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< LMRendererInfo_t3374010072 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, LMRendererInfo_t3374010072 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m867786935_gshared (Action_1_t3546477667 * __this, LMRendererInfo_t3374010072 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m867786935_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(LMRendererInfo_t3374010072_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1046871832_gshared (Action_1_t3546477667 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2439416412_gshared (Action_1_t1200010531 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1079792348_gshared (Action_1_t1200010531 * __this, DelayedQueueItem_t1027542936 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1079792348((Action_1_t1200010531 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, DelayedQueueItem_t1027542936 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, DelayedQueueItem_t1027542936 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< DelayedQueueItem_t1027542936 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< DelayedQueueItem_t1027542936 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< DelayedQueueItem_t1027542936 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< DelayedQueueItem_t1027542936 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, DelayedQueueItem_t1027542936 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2275100017_gshared (Action_1_t1200010531 * __this, DelayedQueueItem_t1027542936 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2275100017_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DelayedQueueItem_t1027542936_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2982561563_gshared (Action_1_t1200010531 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1951996789_gshared (Action_1_t2700495309 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m222259082_gshared (Action_1_t2700495309 * __this, JsonPosition_t2528027714 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m222259082((Action_1_t2700495309 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, JsonPosition_t2528027714 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, JsonPosition_t2528027714 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< JsonPosition_t2528027714 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< JsonPosition_t2528027714 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< JsonPosition_t2528027714 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< JsonPosition_t2528027714 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, JsonPosition_t2528027714 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1139414708_gshared (Action_1_t2700495309 * __this, JsonPosition_t2528027714 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1139414708_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(JsonPosition_t2528027714_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2528798557_gshared (Action_1_t2700495309 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2389907647_gshared (Action_1_t524299556 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3651564243_gshared (Action_1_t524299556 * __this, EventQueueEntry_t351831961 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3651564243((Action_1_t524299556 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, EventQueueEntry_t351831961 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, EventQueueEntry_t351831961 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< EventQueueEntry_t351831961 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< EventQueueEntry_t351831961 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< EventQueueEntry_t351831961 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< EventQueueEntry_t351831961 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, EventQueueEntry_t351831961 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m371887652_gshared (Action_1_t524299556 * __this, EventQueueEntry_t351831961 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m371887652_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(EventQueueEntry_t351831961_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1720265837_gshared (Action_1_t524299556 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2546428727_gshared (Action_1_t2607508984 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1115676473_gshared (Action_1_t2607508984 * __this, AtlasMaterialOverride_t2435041389 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1115676473((Action_1_t2607508984 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AtlasMaterialOverride_t2435041389 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< AtlasMaterialOverride_t2435041389 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AtlasMaterialOverride_t2435041389 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< AtlasMaterialOverride_t2435041389 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2508087813_gshared (Action_1_t2607508984 * __this, AtlasMaterialOverride_t2435041389 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2508087813_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AtlasMaterialOverride_t2435041389_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m961672539_gshared (Action_1_t2607508984 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2461684653_gshared (Action_1_t1174446776 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3355954454_gshared (Action_1_t1174446776 * __this, SlotMaterialOverride_t1001979181 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3355954454((Action_1_t1174446776 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, SlotMaterialOverride_t1001979181 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, SlotMaterialOverride_t1001979181 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< SlotMaterialOverride_t1001979181 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< SlotMaterialOverride_t1001979181 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< SlotMaterialOverride_t1001979181 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< SlotMaterialOverride_t1001979181 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, SlotMaterialOverride_t1001979181 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2989467304_gshared (Action_1_t1174446776 * __this, SlotMaterialOverride_t1001979181 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2989467304_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SlotMaterialOverride_t1001979181_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m556502978_gshared (Action_1_t1174446776 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m790795266_gshared (Action_1_t3967885351 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m27397167_gshared (Action_1_t3967885351 * __this, TransformPair_t3795417756 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m27397167((Action_1_t3967885351 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, TransformPair_t3795417756 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, TransformPair_t3795417756 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< TransformPair_t3795417756 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< TransformPair_t3795417756 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< TransformPair_t3795417756 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< TransformPair_t3795417756 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, TransformPair_t3795417756 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2479892594_gshared (Action_1_t3967885351 * __this, TransformPair_t3795417756 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2479892594_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(TransformPair_t3795417756_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3592706761_gshared (Action_1_t3967885351 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4188798052_gshared (Action_1_t224588965 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2918960160_gshared (Action_1_t224588965 * __this, SubmeshInstruction_t52121370 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2918960160((Action_1_t224588965 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, SubmeshInstruction_t52121370 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, SubmeshInstruction_t52121370 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< SubmeshInstruction_t52121370 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< SubmeshInstruction_t52121370 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< SubmeshInstruction_t52121370 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< SubmeshInstruction_t52121370 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, SubmeshInstruction_t52121370 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2595482100_gshared (Action_1_t224588965 * __this, SubmeshInstruction_t52121370 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2595482100_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SubmeshInstruction_t52121370_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m955264234_gshared (Action_1_t224588965 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1363151734_gshared (Action_1_t269755560 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1933767679_gshared (Action_1_t269755560 * __this, bool ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1933767679((Action_1_t269755560 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1817882028_gshared (Action_1_t269755560 * __this, bool ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1817882028_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m4173505031_gshared (Action_1_t269755560 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2854134821_gshared (Action_1_t1306763971 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2695639814_gshared (Action_1_t1306763971 * __this, uint8_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2695639814((Action_1_t1306763971 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint8_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< uint8_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1946396983_gshared (Action_1_t1306763971 * __this, uint8_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1946396983_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2319254288_gshared (Action_1_t1306763971 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m452576855_gshared (Action_1_t3806928065 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3562123968_gshared (Action_1_t3806928065 * __this, Il2CppChar ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3562123968((Action_1_t3806928065 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Il2CppChar >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Il2CppChar >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m992165502_gshared (Action_1_t3806928065 * __this, Il2CppChar ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m992165502_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Char_t3634460470_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2749291467_gshared (Action_1_t3806928065 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1>::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1175552414_gshared (Action_1_t470805000 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3357910183_gshared (Action_1_t470805000 * __this, KeyValuePair_2_t298337405 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3357910183((Action_1_t470805000 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, KeyValuePair_2_t298337405 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t298337405 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< KeyValuePair_2_t298337405 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t298337405 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t298337405 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t298337405 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t298337405 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1>::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1113550047_gshared (Action_1_t470805000 * __this, KeyValuePair_2_t298337405 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1113550047_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t298337405_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1>::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1090686570_gshared (Action_1_t470805000 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1>::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2956100918_gshared (Action_1_t2702684914 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m935636751_gshared (Action_1_t2702684914 * __this, KeyValuePair_2_t2530217319 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m935636751((Action_1_t2702684914 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, KeyValuePair_2_t2530217319 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t2530217319 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< KeyValuePair_2_t2530217319 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t2530217319 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t2530217319 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t2530217319 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t2530217319 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1>::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2683044682_gshared (Action_1_t2702684914 * __this, KeyValuePair_2_t2530217319 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2683044682_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t2530217319_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1>::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1760246200_gshared (Action_1_t2702684914 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4144119920_gshared (Action_1_t767132958 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2981672420_gshared (Action_1_t767132958 * __this, double ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2981672420((Action_1_t767132958 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< double >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< double >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1215798164_gshared (Action_1_t767132958 * __this, double ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1215798164_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Double_t594665363_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1214116609_gshared (Action_1_t767132958 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4058363731_gshared (Action_1_t3123413348 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3401007060_gshared (Action_1_t3123413348 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3401007060((Action_1_t3123413348 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2153049542_gshared (Action_1_t3123413348 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2153049542_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1709390633_gshared (Action_1_t3123413348 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1784647891_gshared (Action_1_t3909034899 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2885381054_gshared (Action_1_t3909034899 * __this, int64_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2885381054((Action_1_t3909034899 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int64_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int64_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1745660382_gshared (Action_1_t3909034899 * __this, int64_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1745660382_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3085916820_gshared (Action_1_t3909034899 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1948193236_gshared (Action_1_t1012617776 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3233585485_gshared (Action_1_t1012617776 * __this, intptr_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3233585485((Action_1_t1012617776 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< intptr_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< intptr_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m609754361_gshared (Action_1_t1012617776 * __this, intptr_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m609754361_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m418249786_gshared (Action_1_t1012617776 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2461023210((Action_1_t3252573759 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___obj0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2344209729_gshared (Action_1_t3252573759 * __this, RuntimeObject * ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___obj0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2989437122_gshared (Action_1_t3252573759 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2247450314_gshared (Action_1_t460333305 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m204588146_gshared (Action_1_t460333305 * __this, CustomAttributeNamedArgument_t287865710 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m204588146((Action_1_t460333305 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CustomAttributeNamedArgument_t287865710 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< CustomAttributeNamedArgument_t287865710 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CustomAttributeNamedArgument_t287865710 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< CustomAttributeNamedArgument_t287865710 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m3894817262_gshared (Action_1_t460333305 * __this, CustomAttributeNamedArgument_t287865710 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3894817262_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3401290319_gshared (Action_1_t460333305 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1627185259_gshared (Action_1_t2895617752 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m617571463_gshared (Action_1_t2895617752 * __this, CustomAttributeTypedArgument_t2723150157 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m617571463((Action_1_t2895617752 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CustomAttributeTypedArgument_t2723150157 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< CustomAttributeTypedArgument_t2723150157 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CustomAttributeTypedArgument_t2723150157 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< CustomAttributeTypedArgument_t2723150157 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2417191024_gshared (Action_1_t2895617752 * __this, CustomAttributeTypedArgument_t2723150157 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2417191024_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2501013944_gshared (Action_1_t2895617752 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4059354831_gshared (Action_1_t1569734369 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2159083576_gshared (Action_1_t1569734369 * __this, float ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2159083576((Action_1_t1569734369 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m3066011033_gshared (Action_1_t1569734369 * __this, float ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3066011033_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3460325896_gshared (Action_1_t1569734369 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2288722244_gshared (Action_1_t3329184750 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m4052784393_gshared (Action_1_t3329184750 * __this, AnimatorClipInfo_t3156717155 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m4052784393((Action_1_t3329184750 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, AnimatorClipInfo_t3156717155 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, AnimatorClipInfo_t3156717155 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AnimatorClipInfo_t3156717155 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< AnimatorClipInfo_t3156717155 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AnimatorClipInfo_t3156717155 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< AnimatorClipInfo_t3156717155 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, AnimatorClipInfo_t3156717155 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2021010749_gshared (Action_1_t3329184750 * __this, AnimatorClipInfo_t3156717155 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2021010749_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AnimatorClipInfo_t3156717155_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m211118147_gshared (Action_1_t3329184750 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m648689793_gshared (Action_1_t1758445426 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2595688817_gshared (Action_1_t1758445426 * __this, OrderBlock_t1585977831 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2595688817((Action_1_t1758445426 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, OrderBlock_t1585977831 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, OrderBlock_t1585977831 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< OrderBlock_t1585977831 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< OrderBlock_t1585977831 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< OrderBlock_t1585977831 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< OrderBlock_t1585977831 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, OrderBlock_t1585977831 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m897331299_gshared (Action_1_t1758445426 * __this, OrderBlock_t1585977831 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m897331299_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(OrderBlock_t1585977831_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m4202566020_gshared (Action_1_t1758445426 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2644282644_gshared (Action_1_t2128255622 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m285050745_gshared (Action_1_t2128255622 * __this, BoneWeight_t1955788027 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m285050745((Action_1_t2128255622 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, BoneWeight_t1955788027 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, BoneWeight_t1955788027 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< BoneWeight_t1955788027 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< BoneWeight_t1955788027 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< BoneWeight_t1955788027 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< BoneWeight_t1955788027 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, BoneWeight_t1955788027 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m127216168_gshared (Action_1_t2128255622 * __this, BoneWeight_t1955788027 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m127216168_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(BoneWeight_t1955788027_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3744515226_gshared (Action_1_t2128255622 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2984835936_gshared (Action_1_t2728153919 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2292704347_gshared (Action_1_t2728153919 * __this, Color_t2555686324 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2292704347((Action_1_t2728153919 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Color_t2555686324 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Color_t2555686324 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m368299137_gshared (Action_1_t2728153919 * __this, Color_t2555686324 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m368299137_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3260624871_gshared (Action_1_t2728153919 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m73694011_gshared (Action_1_t2772968887 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1324157515_gshared (Action_1_t2772968887 * __this, Color32_t2600501292 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1324157515((Action_1_t2772968887 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Color32_t2600501292 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Color32_t2600501292 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Color32_t2600501292 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Color32_t2600501292 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Color32_t2600501292 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Color32_t2600501292 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Color32_t2600501292 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1231013767_gshared (Action_1_t2772968887 * __this, Color32_t2600501292 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1231013767_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color32_t2600501292_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m956756688_gshared (Action_1_t2772968887 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2493262212_gshared (Action_1_t2283171659 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2818302753_gshared (Action_1_t2283171659 * __this, DiagnosticSwitch_t2110704064 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2818302753((Action_1_t2283171659 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, DiagnosticSwitch_t2110704064 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, DiagnosticSwitch_t2110704064 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< DiagnosticSwitch_t2110704064 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< DiagnosticSwitch_t2110704064 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< DiagnosticSwitch_t2110704064 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< DiagnosticSwitch_t2110704064 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, DiagnosticSwitch_t2110704064 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2692094390_gshared (Action_1_t2283171659 * __this, DiagnosticSwitch_t2110704064 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2692094390_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DiagnosticSwitch_t2110704064_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m79021287_gshared (Action_1_t2283171659 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1143216236_gshared (Action_1_t3532774444 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3012567015_gshared (Action_1_t3532774444 * __this, RaycastResult_t3360306849 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3012567015((Action_1_t3532774444 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RaycastResult_t3360306849 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RaycastResult_t3360306849 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RaycastResult_t3360306849 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< RaycastResult_t3360306849 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RaycastResult_t3360306849 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< RaycastResult_t3360306849 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, RaycastResult_t3360306849 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m8106917_gshared (Action_1_t3532774444 * __this, RaycastResult_t3360306849 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m8106917_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(RaycastResult_t3360306849_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3260648574_gshared (Action_1_t3532774444 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2895923548_gshared (Action_1_t2771761872 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3784486553_gshared (Action_1_t2771761872 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3784486553((Action_1_t2771761872 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m3834927030_gshared (Action_1_t2771761872 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3834927030_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyCode_t2599294277_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3629036010_gshared (Action_1_t2771761872 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m630516968_gshared (Action_1_t1990369438 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2952939469_gshared (Action_1_t1990369438 * __this, Matrix4x4_t1817901843 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2952939469((Action_1_t1990369438 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Matrix4x4_t1817901843 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Matrix4x4_t1817901843 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Matrix4x4_t1817901843 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Matrix4x4_t1817901843 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Matrix4x4_t1817901843 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Matrix4x4_t1817901843 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Matrix4x4_t1817901843 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m70996356_gshared (Action_1_t1990369438 * __this, Matrix4x4_t1817901843 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m70996356_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Matrix4x4_t1817901843_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1827456125_gshared (Action_1_t1990369438 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1938506974_gshared (Action_1_t632293202 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m968461688_gshared (Action_1_t632293202 * __this, Playable_t459825607 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m968461688((Action_1_t632293202 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Playable_t459825607 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Playable_t459825607 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Playable_t459825607 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Playable_t459825607 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Playable_t459825607 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Playable_t459825607 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Playable_t459825607 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4022091689_gshared (Action_1_t632293202 * __this, Playable_t459825607 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4022091689_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Playable_t459825607_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m237666174_gshared (Action_1_t632293202 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1387873511_gshared (Action_1_t461125373 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m4136684719_gshared (Action_1_t461125373 * __this, ReflectionProbeBlendInfo_t288657778 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m4136684719((Action_1_t461125373 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ReflectionProbeBlendInfo_t288657778 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< ReflectionProbeBlendInfo_t288657778 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ReflectionProbeBlendInfo_t288657778 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< ReflectionProbeBlendInfo_t288657778 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1722340090_gshared (Action_1_t461125373 * __this, ReflectionProbeBlendInfo_t288657778 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1722340090_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ReflectionProbeBlendInfo_t288657778_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m475983029_gshared (Action_1_t461125373 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m334044499_gshared (Action_1_t2155145516 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3638219298_gshared (Action_1_t2155145516 * __this, WeightInfo_t1982677921 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3638219298((Action_1_t2155145516 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, WeightInfo_t1982677921 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, WeightInfo_t1982677921 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< WeightInfo_t1982677921 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< WeightInfo_t1982677921 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< WeightInfo_t1982677921 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< WeightInfo_t1982677921 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, WeightInfo_t1982677921 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2709862484_gshared (Action_1_t2155145516 * __this, WeightInfo_t1982677921 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2709862484_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(WeightInfo_t1982677921_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2177907755_gshared (Action_1_t2155145516 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m757636414_gshared (Action_1_t247968701 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1732149901_gshared (Action_1_t247968701 * __this, UICharInfo_t75501106 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1732149901((Action_1_t247968701 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, UICharInfo_t75501106 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, UICharInfo_t75501106 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UICharInfo_t75501106 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< UICharInfo_t75501106 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UICharInfo_t75501106 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< UICharInfo_t75501106 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, UICharInfo_t75501106 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2924310400_gshared (Action_1_t247968701 * __this, UICharInfo_t75501106 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2924310400_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UICharInfo_t75501106_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m143713683_gshared (Action_1_t247968701 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m447725024_gshared (Action_1_t72767109 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2185158838_gshared (Action_1_t72767109 * __this, UILineInfo_t4195266810 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2185158838((Action_1_t72767109 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, UILineInfo_t4195266810 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, UILineInfo_t4195266810 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UILineInfo_t4195266810 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< UILineInfo_t4195266810 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UILineInfo_t4195266810 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< UILineInfo_t4195266810 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, UILineInfo_t4195266810 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2430490437_gshared (Action_1_t72767109 * __this, UILineInfo_t4195266810 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2430490437_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UILineInfo_t4195266810_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1545897476_gshared (Action_1_t72767109 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1106113906_gshared (Action_1_t4229965200 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3569619222_gshared (Action_1_t4229965200 * __this, UIVertex_t4057497605 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3569619222((Action_1_t4229965200 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, UIVertex_t4057497605 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, UIVertex_t4057497605 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UIVertex_t4057497605 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< UIVertex_t4057497605 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UIVertex_t4057497605 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< UIVertex_t4057497605 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, UIVertex_t4057497605 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1305512730_gshared (Action_1_t4229965200 * __this, UIVertex_t4057497605 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1305512730_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UIVertex_t4057497605_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2183590528_gshared (Action_1_t4229965200 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2141535334_gshared (Action_1_t2328697118 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1179104721_gshared (Action_1_t2328697118 * __this, Vector2_t2156229523 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1179104721((Action_1_t2328697118 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4003445064_gshared (Action_1_t2328697118 * __this, Vector2_t2156229523 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4003445064_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2842123015_gshared (Action_1_t2328697118 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2928219521_gshared (Action_1_t3642466138 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1578229118_gshared (Action_1_t3642466138 * __this, Vector2Int_t3469998543 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1578229118((Action_1_t3642466138 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector2Int_t3469998543 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector2Int_t3469998543 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector2Int_t3469998543 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector2Int_t3469998543 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector2Int_t3469998543 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector2Int_t3469998543 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Vector2Int_t3469998543 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m456230735_gshared (Action_1_t3642466138 * __this, Vector2Int_t3469998543 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m456230735_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2Int_t3469998543_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1578976207_gshared (Action_1_t3642466138 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1584612155_gshared (Action_1_t3894781059 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2231225499_gshared (Action_1_t3894781059 * __this, Vector3_t3722313464 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2231225499((Action_1_t3894781059 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m2251050024_gshared (Action_1_t3894781059 * __this, Vector3_t3722313464 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2251050024_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m2101971507_gshared (Action_1_t3894781059 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m3482616127_gshared (Action_1_t3491496532 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3313647926_gshared (Action_1_t3491496532 * __this, Vector4_t3319028937 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3313647926((Action_1_t3491496532 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1662208378_gshared (Action_1_t3491496532 * __this, Vector4_t3319028937 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1662208378_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m4173881597_gshared (Action_1_t3491496532 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m2682184780_gshared (Action_1_t3925070025 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m4131074248_gshared (Action_1_t3925070025 * __this, XRNodeState_t3752602430 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m4131074248((Action_1_t3925070025 *)__this->get_prev_9(), ___obj0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, XRNodeState_t3752602430 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, XRNodeState_t3752602430 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< XRNodeState_t3752602430 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< XRNodeState_t3752602430 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XRNodeState_t3752602430 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< XRNodeState_t3752602430 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, XRNodeState_t3752602430 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m937231289_gshared (Action_1_t3925070025 * __this, XRNodeState_t3752602430 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m937231289_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(XRNodeState_t3752602430_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m3791513725_gshared (Action_1_t3925070025 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1520833393_gshared (Action_2_t2523487705 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1763453775_gshared (Action_2_t2523487705 * __this, bool ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1763453775((Action_2_t2523487705 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1990245223_gshared (Action_2_t2523487705 * __this, bool ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1990245223_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m4064486054_gshared (Action_2_t2523487705 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2280607158_gshared (Action_2_t1820842380 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2236318716_gshared (Action_2_t1820842380 * __this, int32_t ___arg10, double ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2236318716((Action_2_t1820842380 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, double >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< int32_t, double >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< int32_t, double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, int32_t, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3683198158_gshared (Action_2_t1820842380 * __this, int32_t ___arg10, double ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3683198158_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Double_t594665363_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m82210011_gshared (Action_2_t1820842380 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2116231154_gshared (Action_2_t4177122770 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3616124733_gshared (Action_2_t4177122770 * __this, int32_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3616124733((Action_2_t4177122770 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m272625329_gshared (Action_2_t4177122770 * __this, int32_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m272625329_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m595376364_gshared (Action_2_t4177122770 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1548220042_gshared (Action_2_t11315885 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m873780839_gshared (Action_2_t11315885 * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m873780839((Action_2_t11315885 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1672667562_gshared (Action_2_t11315885 * __this, int32_t ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1672667562_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1505009406_gshared (Action_2_t11315885 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1930516337_gshared (Action_2_t1905493838 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2443567398_gshared (Action_2_t1905493838 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2443567398((Action_2_t1905493838 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1845635171_gshared (Action_2_t1905493838 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1845635171_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(AutoPlay_t1346164433_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1658142376_gshared (Action_2_t1905493838 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m640394970_gshared (Action_2_t3331287749 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1162238978_gshared (Action_2_t3331287749 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1162238978((Action_2_t3331287749 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3914679779_gshared (Action_2_t3331287749 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3914679779_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m2563720075_gshared (Action_2_t3331287749 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m610894072_gshared (Action_2_t275077503 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3569224953_gshared (Action_2_t275077503 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3569224953((Action_2_t275077503 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1278567140_gshared (Action_2_t275077503 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1278567140_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3637738359_gshared (Action_2_t275077503 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3253990114_gshared (Action_2_t2108211840 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3880393846_gshared (Action_2_t2108211840 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3880393846((Action_2_t2108211840 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m219770142_gshared (Action_2_t2108211840 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m219770142_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(LogBehaviour_t1548882435_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1907404054_gshared (Action_2_t2108211840 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1517537903_gshared (Action_2_t3609132223 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m734766786_gshared (Action_2_t3609132223 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m734766786((Action_2_t3609132223 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m509369011_gshared (Action_2_t3609132223 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m509369011_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(LoopType_t3049802818_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3549165127_gshared (Action_2_t3609132223 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m33444022_gshared (Action_2_t2724932505 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3158620260_gshared (Action_2_t2724932505 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3158620260((Action_2_t2724932505 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3356247176_gshared (Action_2_t2724932505 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3356247176_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(PathMode_t2165603100_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m825050789_gshared (Action_2_t2724932505 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m58470251_gshared (Action_2_t41661518 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2617273163_gshared (Action_2_t41661518 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2617273163((Action_2_t41661518 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3513251492_gshared (Action_2_t41661518 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3513251492_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(PathType_t3777299409_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m594452014_gshared (Action_2_t41661518 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m109857175_gshared (Action_2_t3107899579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1779072190_gshared (Action_2_t3107899579 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1779072190((Action_2_t3107899579 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2422089713_gshared (Action_2_t3107899579 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2422089713_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3821445569_gshared (Action_2_t3107899579 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1930819314_gshared (Action_2_t1844602747 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2642900382_gshared (Action_2_t1844602747 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2642900382((Action_2_t1844602747 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1942400649_gshared (Action_2_t1844602747 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1942400649_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1743200543_gshared (Action_2_t1844602747 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m53037110_gshared (Action_2_t2531002591 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m990407179_gshared (Action_2_t2531002591 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m990407179((Action_2_t2531002591 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3639110332_gshared (Action_2_t2531002591 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3639110332_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(TweenType_t1971673186_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1448096121_gshared (Action_2_t2531002591 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2008913480_gshared (Action_2_t202091315 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1974728983_gshared (Action_2_t202091315 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1974728983((Action_2_t202091315 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2968920807_gshared (Action_2_t202091315 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2968920807_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m4192962874_gshared (Action_2_t202091315 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m334089172_gshared (Action_2_t656617370 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3769522327_gshared (Action_2_t656617370 * __this, intptr_t ___arg10, bool ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3769522327((Action_2_t656617370 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2818558946_gshared (Action_2_t656617370 * __this, intptr_t ___arg10, bool ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2818558946_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1514092404_gshared (Action_2_t656617370 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3150915556_gshared (Action_2_t1693625781 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m623508158_gshared (Action_2_t1693625781 * __this, intptr_t ___arg10, uint8_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m623508158((Action_2_t1693625781 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, uint8_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, uint8_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1844351980_gshared (Action_2_t1693625781 * __this, intptr_t ___arg10, uint8_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1844351980_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m627723224_gshared (Action_2_t1693625781 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3991975913_gshared (Action_2_t4193789875 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2865276963_gshared (Action_2_t4193789875 * __this, intptr_t ___arg10, Il2CppChar ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2865276963((Action_2_t4193789875 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Il2CppChar >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Il2CppChar >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2287561852_gshared (Action_2_t4193789875 * __this, intptr_t ___arg10, Il2CppChar ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2287561852_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Char_t3634460470_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m2921952720_gshared (Action_2_t4193789875 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m10644080_gshared (Action_2_t3507588785 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2765963992_gshared (Action_2_t3507588785 * __this, intptr_t ___arg10, Decimal_t2948259380 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2765963992((Action_2_t3507588785 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Decimal_t2948259380 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Decimal_t2948259380 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Decimal_t2948259380 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Decimal_t2948259380 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Decimal_t2948259380 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Decimal_t2948259380 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Decimal_t2948259380 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1430372126_gshared (Action_2_t3507588785 * __this, intptr_t ___arg10, Decimal_t2948259380 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1430372126_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1199133517_gshared (Action_2_t3507588785 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1591118118_gshared (Action_2_t1153994768 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m928921030_gshared (Action_2_t1153994768 * __this, intptr_t ___arg10, double ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m928921030((Action_2_t1153994768 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, double >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, double >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3184468695_gshared (Action_2_t1153994768 * __this, intptr_t ___arg10, double ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3184468695_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Double_t594665363_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3286076490_gshared (Action_2_t1153994768 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m30406256_gshared (Action_2_t3112149792 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3407695909_gshared (Action_2_t3112149792 * __this, intptr_t ___arg10, int16_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3407695909((Action_2_t3112149792 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int16_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int16_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2781119108_gshared (Action_2_t3112149792 * __this, intptr_t ___arg10, int16_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2781119108_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3181189903_gshared (Action_2_t3112149792 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1218986974_gshared (Action_2_t3510275158 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2911489451_gshared (Action_2_t3510275158 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2911489451((Action_2_t3510275158 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2130558887_gshared (Action_2_t3510275158 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2130558887_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1677272881_gshared (Action_2_t3510275158 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3624313283_gshared (Action_2_t929413 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2666678022_gshared (Action_2_t929413 * __this, intptr_t ___arg10, int64_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2666678022((Action_2_t929413 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m86221215_gshared (Action_2_t929413 * __this, intptr_t ___arg10, int64_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m86221215_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3185653571_gshared (Action_2_t929413 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m658695893_gshared (Action_2_t1399479586 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1475553256_gshared (Action_2_t1399479586 * __this, intptr_t ___arg10, intptr_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1475553256((Action_2_t1399479586 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m336842590_gshared (Action_2_t1399479586 * __this, intptr_t ___arg10, intptr_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m336842590_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m64092308_gshared (Action_2_t1399479586 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2844006619_gshared (Action_2_t3639435569 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2156776438_gshared (Action_2_t3639435569 * __this, intptr_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2156776438((Action_2_t3639435569 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m4093686475_gshared (Action_2_t3639435569 * __this, intptr_t ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m4093686475_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m367842215_gshared (Action_2_t3639435569 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3820091693_gshared (Action_2_t2228907067 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2333132258_gshared (Action_2_t2228907067 * __this, intptr_t ___arg10, int8_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2333132258((Action_2_t2228907067 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int8_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int8_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2757290976_gshared (Action_2_t2228907067 * __this, intptr_t ___arg10, int8_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2757290976_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1621693685_gshared (Action_2_t2228907067 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2759311442_gshared (Action_2_t1956596179 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1649001970_gshared (Action_2_t1956596179 * __this, intptr_t ___arg10, float ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1649001970((Action_2_t1956596179 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, float >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, float >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1508987092_gshared (Action_2_t1956596179 * __this, intptr_t ___arg10, float ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1508987092_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m2867085527_gshared (Action_2_t1956596179 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1320197360_gshared (Action_2_t2737054363 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4280544937_gshared (Action_2_t2737054363 * __this, intptr_t ___arg10, uint16_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m4280544937((Action_2_t2737054363 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, uint16_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, uint16_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, uint16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, uint16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1037336388_gshared (Action_2_t2737054363 * __this, intptr_t ___arg10, uint16_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1037336388_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3949740107_gshared (Action_2_t2737054363 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1110726923_gshared (Action_2_t3119391383 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m107791771_gshared (Action_2_t3119391383 * __this, intptr_t ___arg10, uint32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m107791771((Action_2_t3119391383 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m4076540126_gshared (Action_2_t3119391383 * __this, intptr_t ___arg10, uint32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m4076540126_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3191410967_gshared (Action_2_t3119391383 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1670975781_gshared (Action_2_t398402201 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3462911206_gshared (Action_2_t398402201 * __this, intptr_t ___arg10, uint64_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3462911206((Action_2_t398402201 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, uint64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, uint64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1810965435_gshared (Action_2_t398402201 * __this, intptr_t ___arg10, uint64_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1810965435_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1209841363_gshared (Action_2_t398402201 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2802246566_gshared (Action_2_t2826167315 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2336650387_gshared (Action_2_t2826167315 * __this, intptr_t ___arg10, Bounds_t2266837910 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2336650387((Action_2_t2826167315 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Bounds_t2266837910 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Bounds_t2266837910 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Bounds_t2266837910 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Bounds_t2266837910 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Bounds_t2266837910 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Bounds_t2266837910 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Bounds_t2266837910 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2957257173_gshared (Action_2_t2826167315 * __this, intptr_t ___arg10, Bounds_t2266837910 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2957257173_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Bounds_t2266837910_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m2238550223_gshared (Action_2_t2826167315 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1715527655_gshared (Action_2_t3115015729 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1416134578_gshared (Action_2_t3115015729 * __this, intptr_t ___arg10, Color_t2555686324 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1416134578((Action_2_t3115015729 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Color_t2555686324 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Color_t2555686324 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3681045141_gshared (Action_2_t3115015729 * __this, intptr_t ___arg10, Color_t2555686324 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3681045141_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1776882740_gshared (Action_2_t3115015729 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m924721618_gshared (Action_2_t2861257736 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m818111829_gshared (Action_2_t2861257736 * __this, intptr_t ___arg10, Quaternion_t2301928331 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m818111829((Action_2_t2861257736 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Quaternion_t2301928331 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Quaternion_t2301928331 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2789433602_gshared (Action_2_t2861257736 * __this, intptr_t ___arg10, Quaternion_t2301928331 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2789433602_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3284123915_gshared (Action_2_t2861257736 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2562893154_gshared (Action_2_t50213602 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m2323901667_gshared (Action_2_t50213602 * __this, intptr_t ___arg10, Ray_t3785851493 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2323901667((Action_2_t50213602 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Ray_t3785851493 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Ray_t3785851493 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Ray_t3785851493 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Ray_t3785851493 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Ray_t3785851493 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Ray_t3785851493 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Ray_t3785851493 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1424605693_gshared (Action_2_t50213602 * __this, intptr_t ___arg10, Ray_t3785851493 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1424605693_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Ray_t3785851493_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1237629906_gshared (Action_2_t50213602 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3760153047_gshared (Action_2_t2642173319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4228069011_gshared (Action_2_t2642173319 * __this, intptr_t ___arg10, Ray2D_t2082843914 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m4228069011((Action_2_t2642173319 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Ray2D_t2082843914 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Ray2D_t2082843914 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Ray2D_t2082843914 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Ray2D_t2082843914 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Ray2D_t2082843914 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Ray2D_t2082843914 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Ray2D_t2082843914 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3102530071_gshared (Action_2_t2642173319 * __this, intptr_t ___arg10, Ray2D_t2082843914 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3102530071_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Ray2D_t2082843914_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m429940944_gshared (Action_2_t2642173319 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3328826376_gshared (Action_2_t2715558928 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1179913580_gshared (Action_2_t2715558928 * __this, intptr_t ___arg10, Vector2_t2156229523 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1179913580((Action_2_t2715558928 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1622513224_gshared (Action_2_t2715558928 * __this, intptr_t ___arg10, Vector2_t2156229523 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1622513224_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3875185617_gshared (Action_2_t2715558928 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m777399620_gshared (Action_2_t4281642869 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1185631921_gshared (Action_2_t4281642869 * __this, intptr_t ___arg10, Vector3_t3722313464 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1185631921((Action_2_t4281642869 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m699138669_gshared (Action_2_t4281642869 * __this, intptr_t ___arg10, Vector3_t3722313464 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m699138669_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m913499110_gshared (Action_2_t4281642869 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m144446335_gshared (Action_2_t3878358342 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1174314486_gshared (Action_2_t3878358342 * __this, intptr_t ___arg10, Vector4_t3319028937 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1174314486((Action_2_t3878358342 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m741650238_gshared (Action_2_t3878358342 * __this, intptr_t ___arg10, Vector4_t3319028937 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m741650238_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3244809486_gshared (Action_2_t3878358342 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2894142489_gshared (Action_2_t398739741 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3505474186_gshared (Action_2_t398739741 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3505474186((Action_2_t398739741 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1683934800_gshared (Action_2_t398739741 * __this, intptr_t ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1683934800_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3581652403_gshared (Action_2_t398739741 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m205169698_gshared (Action_2_t1074178988 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3399537057_gshared (Action_2_t1074178988 * __this, intptr_t ___arg10, MyStruct_t514849583 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3399537057((Action_2_t1074178988 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, MyStruct_t514849583 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, MyStruct_t514849583 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, MyStruct_t514849583 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, MyStruct_t514849583 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, MyStruct_t514849583 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, MyStruct_t514849583 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, MyStruct_t514849583 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3462307131_gshared (Action_2_t1074178988 * __this, intptr_t ___arg10, MyStruct_t514849583 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m3462307131_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(MyStruct_t514849583_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1734504820_gshared (Action_2_t1074178988 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m4277152501_gshared (Action_2_t60432908 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1270569287_gshared (Action_2_t60432908 * __this, intptr_t ___arg10, Pedding_t3796070799 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1270569287((Action_2_t60432908 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, Pedding_t3796070799 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, Pedding_t3796070799 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, Pedding_t3796070799 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, Pedding_t3796070799 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, Pedding_t3796070799 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, Pedding_t3796070799 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, Pedding_t3796070799 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1246912004_gshared (Action_2_t60432908 * __this, intptr_t ___arg10, Pedding_t3796070799 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1246912004_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Pedding_t3796070799_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m767350086_gshared (Action_2_t60432908 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3591319301_gshared (Action_2_t3395938850 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1944614988_gshared (Action_2_t3395938850 * __this, intptr_t ___arg10, PushAsTableStruct_t2836609445 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1944614988((Action_2_t3395938850 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, PushAsTableStruct_t2836609445 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< intptr_t, PushAsTableStruct_t2836609445 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, PushAsTableStruct_t2836609445 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< intptr_t, PushAsTableStruct_t2836609445 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m771874113_gshared (Action_2_t3395938850 * __this, intptr_t ___arg10, PushAsTableStruct_t2836609445 ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m771874113_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(PushAsTableStruct_t2836609445_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1918825324_gshared (Action_2_t3395938850 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1095989290_gshared (Action_2_t2340848427 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4165775587_gshared (Action_2_t2340848427 * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m4165775587((Action_2_t2340848427 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m2994906217_gshared (Action_2_t2340848427 * __this, RuntimeObject * ___arg10, int32_t ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m2994906217_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m3707937393_gshared (Action_2_t2340848427 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1578862614_gshared (Action_2_t2470008838 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m709903032_gshared (Action_2_t2470008838 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m709903032((Action_2_t2470008838 *)__this->get_prev_9(), ___arg10, ___arg21, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m3374412194_gshared (Action_2_t2470008838 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m304506319_gshared (Action_2_t2470008838 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1024942235_gshared (Action_3_t3578807402 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1713880820_gshared (Action_3_t3578807402 * __this, int32_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1713880820((Action_3_t3578807402 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m1072732094_gshared (Action_3_t3578807402 * __this, int32_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m1072732094_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m4004848564_gshared (Action_3_t3578807402 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2636453860_gshared (Action_3_t1784814493 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3659272085_gshared (Action_3_t1784814493 * __this, int32_t ___arg10, float ___arg21, bool ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3659272085((Action_3_t1784814493 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< int32_t, float, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< int32_t, float, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, int32_t, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2706600592_gshared (Action_3_t1784814493 * __this, int32_t ___arg10, float ___arg21, bool ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2706600592_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1607921125_gshared (Action_3_t1784814493 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1510624085_gshared (Action_3_t3409849893 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3177843047_gshared (Action_3_t3409849893 * __this, int64_t ___arg10, int64_t ___arg21, int64_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3177843047((Action_3_t3409849893 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int64_t, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int64_t, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< int64_t, int64_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< int64_t, int64_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int64_t, int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< int64_t, int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, int64_t, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3264801496_gshared (Action_3_t3409849893 * __this, int64_t ___arg10, int64_t ___arg21, int64_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3264801496_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m784514763_gshared (Action_3_t3409849893 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3340322593_gshared (Action_3_t359459406 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2710422340_gshared (Action_3_t359459406 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m2710422340((Action_3_t359459406 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m263650306_gshared (Action_3_t359459406 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m263650306_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(AutoPlay_t1346164433_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m744943549_gshared (Action_3_t359459406 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2637837205_gshared (Action_3_t1785253317 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1401156373_gshared (Action_3_t1785253317 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1401156373((Action_3_t1785253317 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m1469672863_gshared (Action_3_t1785253317 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m1469672863_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1630985378_gshared (Action_3_t1785253317 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3616950338_gshared (Action_3_t3024010367 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1668964061_gshared (Action_3_t3024010367 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1668964061((Action_3_t3024010367 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m89211293_gshared (Action_3_t3024010367 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m89211293_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1533544692_gshared (Action_3_t3024010367 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m189699984_gshared (Action_3_t562177408 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1815597050_gshared (Action_3_t562177408 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1815597050((Action_3_t562177408 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3984505855_gshared (Action_3_t562177408 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3984505855_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(LogBehaviour_t1548882435_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m80596748_gshared (Action_3_t562177408 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4194668243_gshared (Action_3_t2063097791 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m629892626_gshared (Action_3_t2063097791 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m629892626((Action_3_t2063097791 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3040066023_gshared (Action_3_t2063097791 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3040066023_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(LoopType_t3049802818_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1429964028_gshared (Action_3_t2063097791 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2370607708_gshared (Action_3_t1178898073 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3342266346_gshared (Action_3_t1178898073 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3342266346((Action_3_t1178898073 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2242615095_gshared (Action_3_t1178898073 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2242615095_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(PathMode_t2165603100_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3664037029_gshared (Action_3_t1178898073 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1522236192_gshared (Action_3_t2790594382 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1537554662_gshared (Action_3_t2790594382 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1537554662((Action_3_t2790594382 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2927984372_gshared (Action_3_t2790594382 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2927984372_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(PathType_t3777299409_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3227770892_gshared (Action_3_t2790594382 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3380138179_gshared (Action_3_t1561865147 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3858955598_gshared (Action_3_t1561865147 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3858955598((Action_3_t1561865147 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m561564370_gshared (Action_3_t1561865147 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m561564370_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m2162708626_gshared (Action_3_t1561865147 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3834639968_gshared (Action_3_t298568315 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3489500358_gshared (Action_3_t298568315 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3489500358((Action_3_t298568315 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m397534689_gshared (Action_3_t298568315 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m397534689_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1879480025_gshared (Action_3_t298568315 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1744396458_gshared (Action_3_t984968159 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2671099046_gshared (Action_3_t984968159 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m2671099046((Action_3_t984968159 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2610110742_gshared (Action_3_t984968159 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2610110742_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(TweenType_t1971673186_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m2325497902_gshared (Action_3_t984968159 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3876241935_gshared (Action_3_t2951024179 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m4197786350_gshared (Action_3_t2951024179 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m4197786350((Action_3_t2951024179 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m4133534034_gshared (Action_3_t2951024179 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m4133534034_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1606395918_gshared (Action_3_t2951024179 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3134520308_gshared (Action_3_t2093401137 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m108157130_gshared (Action_3_t2093401137 * __this, intptr_t ___arg10, int32_t ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m108157130((Action_3_t2093401137 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2454374538_gshared (Action_3_t2093401137 * __this, intptr_t ___arg10, int32_t ___arg21, RuntimeObject * ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2454374538_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = ___arg32; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1364937742_gshared (Action_3_t2093401137 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3180935990_gshared (Action_3_t1280132883 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3578334881_gshared (Action_3_t1280132883 * __this, intptr_t ___arg10, int32_t ___arg21, Bounds_t2266837910 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3578334881((Action_3_t1280132883 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Bounds_t2266837910 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Bounds_t2266837910 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Bounds_t2266837910 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m711461438_gshared (Action_3_t1280132883 * __this, intptr_t ___arg10, int32_t ___arg21, Bounds_t2266837910 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m711461438_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Bounds_t2266837910_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m4153693337_gshared (Action_3_t1280132883 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4242613009_gshared (Action_3_t1568981297 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m332589546_gshared (Action_3_t1568981297 * __this, intptr_t ___arg10, int32_t ___arg21, Color_t2555686324 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m332589546((Action_3_t1568981297 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Color_t2555686324 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Color_t2555686324 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2579689394_gshared (Action_3_t1568981297 * __this, intptr_t ___arg10, int32_t ___arg21, Color_t2555686324 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2579689394_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3568481455_gshared (Action_3_t1568981297 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3619848857_gshared (Action_3_t1315223304 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m685238226_gshared (Action_3_t1315223304 * __this, intptr_t ___arg10, int32_t ___arg21, Quaternion_t2301928331 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m685238226((Action_3_t1315223304 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Quaternion_t2301928331 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Quaternion_t2301928331 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2380163751_gshared (Action_3_t1315223304 * __this, intptr_t ___arg10, int32_t ___arg21, Quaternion_t2301928331 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2380163751_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1919584557_gshared (Action_3_t1315223304 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4114207330_gshared (Action_3_t2799146466 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m782871541_gshared (Action_3_t2799146466 * __this, intptr_t ___arg10, int32_t ___arg21, Ray_t3785851493 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m782871541((Action_3_t2799146466 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Ray_t3785851493 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Ray_t3785851493 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Ray_t3785851493 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Ray_t3785851493 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Ray_t3785851493 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Ray_t3785851493 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Ray_t3785851493 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m117647259_gshared (Action_3_t2799146466 * __this, intptr_t ___arg10, int32_t ___arg21, Ray_t3785851493 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m117647259_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Ray_t3785851493_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3477724784_gshared (Action_3_t2799146466 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m104467511_gshared (Action_3_t1096138887 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3531817229_gshared (Action_3_t1096138887 * __this, intptr_t ___arg10, int32_t ___arg21, Ray2D_t2082843914 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3531817229((Action_3_t1096138887 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Ray2D_t2082843914 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Ray2D_t2082843914 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Ray2D_t2082843914 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Ray2D_t2082843914 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Ray2D_t2082843914 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Ray2D_t2082843914 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Ray2D_t2082843914 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m2138493953_gshared (Action_3_t1096138887 * __this, intptr_t ___arg10, int32_t ___arg21, Ray2D_t2082843914 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m2138493953_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Ray2D_t2082843914_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m2548135777_gshared (Action_3_t1096138887 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3566901789_gshared (Action_3_t1169524496 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2125827081_gshared (Action_3_t1169524496 * __this, intptr_t ___arg10, int32_t ___arg21, Vector2_t2156229523 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m2125827081((Action_3_t1169524496 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3962309409_gshared (Action_3_t1169524496 * __this, intptr_t ___arg10, int32_t ___arg21, Vector2_t2156229523 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3962309409_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m767863418_gshared (Action_3_t1169524496 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4020574245_gshared (Action_3_t2735608437 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3658517922_gshared (Action_3_t2735608437 * __this, intptr_t ___arg10, int32_t ___arg21, Vector3_t3722313464 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3658517922((Action_3_t2735608437 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m525560233_gshared (Action_3_t2735608437 * __this, intptr_t ___arg10, int32_t ___arg21, Vector3_t3722313464 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m525560233_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m221248652_gshared (Action_3_t2735608437 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2930410803_gshared (Action_3_t2332323910 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m4262694590_gshared (Action_3_t2332323910 * __this, intptr_t ___arg10, int32_t ___arg21, Vector4_t3319028937 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m4262694590((Action_3_t2332323910 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m762065945_gshared (Action_3_t2332323910 * __this, intptr_t ___arg10, int32_t ___arg21, Vector4_t3319028937 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m762065945_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3991061626_gshared (Action_3_t2332323910 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2927018890_gshared (Action_3_t3147672605 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m312683794_gshared (Action_3_t3147672605 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m312683794((Action_3_t3147672605 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3323411505_gshared (Action_3_t3147672605 * __this, intptr_t ___arg10, int32_t ___arg21, int32_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3323411505_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3216251796_gshared (Action_3_t3147672605 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m679353483_gshared (Action_3_t3823111852 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2653675795_gshared (Action_3_t3823111852 * __this, intptr_t ___arg10, int32_t ___arg21, MyStruct_t514849583 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m2653675795((Action_3_t3823111852 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, MyStruct_t514849583 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, MyStruct_t514849583 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, MyStruct_t514849583 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, MyStruct_t514849583 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, MyStruct_t514849583 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, MyStruct_t514849583 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, MyStruct_t514849583 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3258688166_gshared (Action_3_t3823111852 * __this, intptr_t ___arg10, int32_t ___arg21, MyStruct_t514849583 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3258688166_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(MyStruct_t514849583_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m2784745388_gshared (Action_3_t3823111852 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2174896501_gshared (Action_3_t2809365772 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3309172335_gshared (Action_3_t2809365772 * __this, intptr_t ___arg10, int32_t ___arg21, Pedding_t3796070799 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3309172335((Action_3_t2809365772 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Pedding_t3796070799 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Pedding_t3796070799 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Pedding_t3796070799 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, Pedding_t3796070799 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Pedding_t3796070799 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, Pedding_t3796070799 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Pedding_t3796070799 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m1861718548_gshared (Action_3_t2809365772 * __this, intptr_t ___arg10, int32_t ___arg21, Pedding_t3796070799 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m1861718548_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Pedding_t3796070799_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3500086970_gshared (Action_3_t2809365772 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m10545248_gshared (Action_3_t1849904418 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m3820350330_gshared (Action_3_t1849904418 * __this, intptr_t ___arg10, int32_t ___arg21, PushAsTableStruct_t2836609445 ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m3820350330((Action_3_t1849904418 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, PushAsTableStruct_t2836609445 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< intptr_t, int32_t, PushAsTableStruct_t2836609445 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, PushAsTableStruct_t2836609445 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< intptr_t, int32_t, PushAsTableStruct_t2836609445 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m3600227531_gshared (Action_3_t1849904418 * __this, intptr_t ___arg10, int32_t ___arg21, PushAsTableStruct_t2836609445 ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m3600227531_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(PushAsTableStruct_t2836609445_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m3900628171_gshared (Action_3_t1849904418 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3522373906_gshared (Action_3_t4004249585 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m2093729120_gshared (Action_3_t4004249585 * __this, RuntimeObject * ___arg10, int64_t ___arg21, int64_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m2093729120((Action_3_t4004249585 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, int64_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< RuntimeObject *, int64_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< RuntimeObject *, int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int64_t, int64_t >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker2< int64_t, int64_t >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtActionInvoker2< int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m4202580185_gshared (Action_3_t4004249585 * __this, RuntimeObject * ___arg10, int64_t ___arg21, int64_t ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m4202580185_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m990534857_gshared (Action_3_t4004249585 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m967275408_gshared (Action_3_t3632554945 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1376317295_gshared (Action_3_t3632554945 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1376317295((Action_3_t3632554945 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m222978689_gshared (Action_3_t3632554945 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___arg10; __d_args[1] = ___arg21; __d_args[2] = ___arg32; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1410110426_gshared (Action_3_t3632554945 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2886562062_gshared (Action_3_t3218643001 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1769225614_gshared (Action_3_t3218643001 * __this, float ___arg10, int32_t ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1769225614((Action_3_t3218643001 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, float, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, float, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< float, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< float, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< float, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< float, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, float, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_m835545027_gshared (Action_3_t3218643001 * __this, float ___arg10, int32_t ___arg21, RuntimeObject * ___arg32, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_m835545027_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Life_t1196123398_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = ___arg32; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m189731527_gshared (Action_3_t3218643001 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`4::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_4__ctor_m3791666291_gshared (Action_4_t2046206578 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`4::Invoke(T1,T2,T3,T4) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m1115689442_gshared (Action_4_t2046206578 * __this, PathOptions_t2074623791 ___arg10, RuntimeObject * ___arg21, Quaternion_t2301928331 ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_4_Invoke_m1115689442((Action_4_t2046206578 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, ___arg43, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker4< PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43); else GenericVirtActionInvoker4< PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43); else VirtActionInvoker4< PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43); } } else { typedef void (*FunctionPointerType) (void*, PathOptions_t2074623791 , RuntimeObject *, Quaternion_t2301928331 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } } } // System.IAsyncResult System.Action`4::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_4_BeginInvoke_m1219209013_gshared (Action_4_t2046206578 * __this, PathOptions_t2074623791 ___arg10, RuntimeObject * ___arg21, Quaternion_t2301928331 ___arg32, RuntimeObject * ___arg43, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_4_BeginInvoke_m1219209013_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(PathOptions_t2074623791_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; __d_args[2] = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &___arg32); __d_args[3] = ___arg43; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void System.Action`4::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_4_EndInvoke_m1159601056_gshared (Action_4_t2046206578 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Action`4::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_4__ctor_m39300636_gshared (Action_4_t309985972 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`4::Invoke(T1,T2,T3,T4) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m2531049084_gshared (Action_4_t309985972 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_4_Invoke_m2531049084((Action_4_t309985972 *)__this->get_prev_9(), ___arg10, ___arg21, ___arg32, ___arg43, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43); else GenericVirtActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43); else VirtActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43); else GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43); else VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } } } // System.IAsyncResult System.Action`4::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Action_4_BeginInvoke_m3588609305_gshared (Action_4_t309985972 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { void *__d_args[5] = {0}; __d_args[0] = ___arg10; __d_args[1] = ___arg21; __d_args[2] = ___arg32; __d_args[3] = ___arg43; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void System.Action`4::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Action_4_EndInvoke_m50358641_gshared (Action_4_t309985972 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3091529227_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T System.Array/ArrayReadOnlyList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m9057020_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_2(); return L_0; } } // System.Object System.Array/ArrayReadOnlyList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3208659014_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_2(); return L_0; } } // System.Boolean System.Array/ArrayReadOnlyList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m4047948264_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = (int32_t)__this->get_U24PC_1(); V_0 = (uint32_t)L_0; __this->set_U24PC_1((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0055; } } } { goto IL_0082; } IL_0021: { __this->set_U3CiU3E__0_0(0); goto IL_0063; } IL_002d: { ArrayReadOnlyList_1_t4270623997 * L_2 = (ArrayReadOnlyList_1_t4270623997 *)__this->get_U3CU3Ef__this_3(); NullCheck(L_2); ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)L_2->get_array_0(); int32_t L_4 = (int32_t)__this->get_U3CiU3E__0_0(); NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); __this->set_U24current_2(L_6); __this->set_U24PC_1(1); goto IL_0084; } IL_0055: { int32_t L_7 = (int32_t)__this->get_U3CiU3E__0_0(); __this->set_U3CiU3E__0_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); } IL_0063: { int32_t L_8 = (int32_t)__this->get_U3CiU3E__0_0(); ArrayReadOnlyList_1_t4270623997 * L_9 = (ArrayReadOnlyList_1_t4270623997 *)__this->get_U3CU3Ef__this_3(); NullCheck(L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9->get_array_0(); NullCheck(L_10); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_002d; } } { __this->set_U24PC_1((-1)); } IL_0082: { return (bool)0; } IL_0084: { return (bool)1; } // Dead block : IL_0086: ldloc.1 } // System.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m503464442_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * __this, const RuntimeMethod* method) { { __this->set_U24PC_1((-1)); return; } } // System.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3837913694_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3837913694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m3837913694_RuntimeMethod_var); } } #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.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3941491744_gshared (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T System.Array/ArrayReadOnlyList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t287865710 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m52354244_gshared (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * __this, const RuntimeMethod* method) { { CustomAttributeNamedArgument_t287865710 L_0 = (CustomAttributeNamedArgument_t287865710 )__this->get_U24current_2(); return L_0; } } // System.Object System.Array/ArrayReadOnlyList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1580332103_gshared (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * __this, const RuntimeMethod* method) { { CustomAttributeNamedArgument_t287865710 L_0 = (CustomAttributeNamedArgument_t287865710 )__this->get_U24current_2(); CustomAttributeNamedArgument_t287865710 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Boolean System.Array/ArrayReadOnlyList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m1358891892_gshared (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = (int32_t)__this->get_U24PC_1(); V_0 = (uint32_t)L_0; __this->set_U24PC_1((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0055; } } } { goto IL_0082; } IL_0021: { __this->set_U3CiU3E__0_0(0); goto IL_0063; } IL_002d: { ArrayReadOnlyList_1_t1478383543 * L_2 = (ArrayReadOnlyList_1_t1478383543 *)__this->get_U3CU3Ef__this_3(); NullCheck(L_2); CustomAttributeNamedArgumentU5BU5D_t3710464795* L_3 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)L_2->get_array_0(); int32_t L_4 = (int32_t)__this->get_U3CiU3E__0_0(); NullCheck(L_3); int32_t L_5 = L_4; CustomAttributeNamedArgument_t287865710 L_6 = (L_3)->GetAt(static_cast(L_5)); __this->set_U24current_2(L_6); __this->set_U24PC_1(1); goto IL_0084; } IL_0055: { int32_t L_7 = (int32_t)__this->get_U3CiU3E__0_0(); __this->set_U3CiU3E__0_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); } IL_0063: { int32_t L_8 = (int32_t)__this->get_U3CiU3E__0_0(); ArrayReadOnlyList_1_t1478383543 * L_9 = (ArrayReadOnlyList_1_t1478383543 *)__this->get_U3CU3Ef__this_3(); NullCheck(L_9); CustomAttributeNamedArgumentU5BU5D_t3710464795* L_10 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)L_9->get_array_0(); NullCheck(L_10); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_002d; } } { __this->set_U24PC_1((-1)); } IL_0082: { return (bool)0; } IL_0084: { return (bool)1; } // Dead block : IL_0086: ldloc.1 } // System.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1800277885_gshared (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * __this, const RuntimeMethod* method) { { __this->set_U24PC_1((-1)); return; } } // System.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2500457056_gshared (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2500457056_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m2500457056_RuntimeMethod_var); } } #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.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m1150758267_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T System.Array/ArrayReadOnlyList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_t2723150157 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1566629109_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * __this, const RuntimeMethod* method) { { CustomAttributeTypedArgument_t2723150157 L_0 = (CustomAttributeTypedArgument_t2723150157 )__this->get_U24current_2(); return L_0; } } // System.Object System.Array/ArrayReadOnlyList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m283764921_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * __this, const RuntimeMethod* method) { { CustomAttributeTypedArgument_t2723150157 L_0 = (CustomAttributeTypedArgument_t2723150157 )__this->get_U24current_2(); CustomAttributeTypedArgument_t2723150157 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Boolean System.Array/ArrayReadOnlyList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m1185613002_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = (int32_t)__this->get_U24PC_1(); V_0 = (uint32_t)L_0; __this->set_U24PC_1((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0055; } } } { goto IL_0082; } IL_0021: { __this->set_U3CiU3E__0_0(0); goto IL_0063; } IL_002d: { ArrayReadOnlyList_1_t3913667990 * L_2 = (ArrayReadOnlyList_1_t3913667990 *)__this->get_U3CU3Ef__this_3(); NullCheck(L_2); CustomAttributeTypedArgumentU5BU5D_t1465843424* L_3 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)L_2->get_array_0(); int32_t L_4 = (int32_t)__this->get_U3CiU3E__0_0(); NullCheck(L_3); int32_t L_5 = L_4; CustomAttributeTypedArgument_t2723150157 L_6 = (L_3)->GetAt(static_cast(L_5)); __this->set_U24current_2(L_6); __this->set_U24PC_1(1); goto IL_0084; } IL_0055: { int32_t L_7 = (int32_t)__this->get_U3CiU3E__0_0(); __this->set_U3CiU3E__0_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); } IL_0063: { int32_t L_8 = (int32_t)__this->get_U3CiU3E__0_0(); ArrayReadOnlyList_1_t3913667990 * L_9 = (ArrayReadOnlyList_1_t3913667990 *)__this->get_U3CU3Ef__this_3(); NullCheck(L_9); CustomAttributeTypedArgumentU5BU5D_t1465843424* L_10 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)L_9->get_array_0(); NullCheck(L_10); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_002d; } } { __this->set_U24PC_1((-1)); } IL_0082: { return (bool)0; } IL_0084: { return (bool)1; } // Dead block : IL_0086: ldloc.1 } // System.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m3298287955_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * __this, const RuntimeMethod* method) { { __this->set_U24PC_1((-1)); return; } } // System.Void System.Array/ArrayReadOnlyList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m1192421843_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m1192421843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m1192421843_RuntimeMethod_var); } } #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.Void System.Array/ArrayReadOnlyList`1::.ctor(T[]) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1__ctor_m3411930943_gshared (ArrayReadOnlyList_1_t4270623997 * __this, ObjectU5BU5D_t2843939325* ___array0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_0 = ___array0; __this->set_array_0(L_0); return; } } // System.Collections.IEnumerator System.Array/ArrayReadOnlyList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayReadOnlyList_1_System_Collections_IEnumerable_GetEnumerator_m1042758841_gshared (ArrayReadOnlyList_1_t4270623997 * __this, const RuntimeMethod* method) { { NullCheck((ArrayReadOnlyList_1_t4270623997 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (ArrayReadOnlyList_1_t4270623997 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((ArrayReadOnlyList_1_t4270623997 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return L_0; } } // T System.Array/ArrayReadOnlyList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayReadOnlyList_1_get_Item_m2988101436_gshared (ArrayReadOnlyList_1_t4270623997 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_get_Item_m2988101436_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) >= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0019; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ArrayReadOnlyList_1_get_Item_m2988101436_RuntimeMethod_var); } IL_0019: { ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_array_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Void System.Array/ArrayReadOnlyList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_set_Item_m2916695038_gshared (ArrayReadOnlyList_1_t4270623997 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_set_Item_m2916695038_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_set_Item_m2916695038_RuntimeMethod_var); } } // System.Int32 System.Array/ArrayReadOnlyList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayReadOnlyList_1_get_Count_m3450004702_gshared (ArrayReadOnlyList_1_t4270623997 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_array_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Boolean System.Array/ArrayReadOnlyList`1::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_get_IsReadOnly_m1365711605_gshared (ArrayReadOnlyList_1_t4270623997 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Array/ArrayReadOnlyList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Add_m899240452_gshared (ArrayReadOnlyList_1_t4270623997 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Add_m899240452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Add_m899240452_RuntimeMethod_var); } } // System.Void System.Array/ArrayReadOnlyList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Clear_m2564101847_gshared (ArrayReadOnlyList_1_t4270623997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Clear_m2564101847_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Clear_m2564101847_RuntimeMethod_var); } } // System.Boolean System.Array/ArrayReadOnlyList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_Contains_m381552673_gshared (ArrayReadOnlyList_1_t4270623997 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_array_0(); RuntimeObject * L_1 = ___item0; int32_t L_2 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Array/ArrayReadOnlyList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_CopyTo_m544662236_gshared (ArrayReadOnlyList_1_t4270623997 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_array_0(); ObjectU5BU5D_t2843939325* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 System.Array/ArrayReadOnlyList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayReadOnlyList_1_GetEnumerator_m1835926958_gshared (ArrayReadOnlyList_1_t4270623997 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t4107749331 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_3(__this); U3CGetEnumeratorU3Ec__Iterator0_t4107749331 * L_2 = V_0; return L_2; } } // System.Int32 System.Array/ArrayReadOnlyList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayReadOnlyList_1_IndexOf_m562338247_gshared (ArrayReadOnlyList_1_t4270623997 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_array_0(); RuntimeObject * L_1 = ___item0; int32_t L_2 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_2; } } // System.Void System.Array/ArrayReadOnlyList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Insert_m1827843425_gshared (ArrayReadOnlyList_1_t4270623997 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Insert_m1827843425_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Insert_m1827843425_RuntimeMethod_var); } } // System.Boolean System.Array/ArrayReadOnlyList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_Remove_m1724926862_gshared (ArrayReadOnlyList_1_t4270623997 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Remove_m1724926862_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Remove_m1724926862_RuntimeMethod_var); } } // System.Void System.Array/ArrayReadOnlyList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_RemoveAt_m2104218585_gshared (ArrayReadOnlyList_1_t4270623997 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_RemoveAt_m2104218585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_RemoveAt_m2104218585_RuntimeMethod_var); } } // System.Exception System.Array/ArrayReadOnlyList`1::ReadOnlyError() extern "C" IL2CPP_METHOD_ATTR Exception_t * ArrayReadOnlyList_1_ReadOnlyError_m1047641207_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_ReadOnlyError_m1047641207_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral3853944826, /*hidden argument*/NULL); return L_0; } } #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.Void System.Array/ArrayReadOnlyList`1::.ctor(T[]) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1__ctor_m2942507207_gshared (ArrayReadOnlyList_1_t1478383543 * __this, CustomAttributeNamedArgumentU5BU5D_t3710464795* ___array0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); CustomAttributeNamedArgumentU5BU5D_t3710464795* L_0 = ___array0; __this->set_array_0(L_0); return; } } // System.Collections.IEnumerator System.Array/ArrayReadOnlyList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayReadOnlyList_1_System_Collections_IEnumerable_GetEnumerator_m3164285357_gshared (ArrayReadOnlyList_1_t1478383543 * __this, const RuntimeMethod* method) { { NullCheck((ArrayReadOnlyList_1_t1478383543 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (ArrayReadOnlyList_1_t1478383543 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((ArrayReadOnlyList_1_t1478383543 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return L_0; } } // T System.Array/ArrayReadOnlyList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t287865710 ArrayReadOnlyList_1_get_Item_m1974867852_gshared (ArrayReadOnlyList_1_t1478383543 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_get_Item_m1974867852_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; CustomAttributeNamedArgumentU5BU5D_t3710464795* L_1 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)__this->get_array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) >= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0019; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ArrayReadOnlyList_1_get_Item_m1974867852_RuntimeMethod_var); } IL_0019: { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_3 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)__this->get_array_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; CustomAttributeNamedArgument_t287865710 L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Void System.Array/ArrayReadOnlyList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_set_Item_m1428008044_gshared (ArrayReadOnlyList_1_t1478383543 * __this, int32_t ___index0, CustomAttributeNamedArgument_t287865710 ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_set_Item_m1428008044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_set_Item_m1428008044_RuntimeMethod_var); } } // System.Int32 System.Array/ArrayReadOnlyList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayReadOnlyList_1_get_Count_m2463504623_gshared (ArrayReadOnlyList_1_t1478383543 * __this, const RuntimeMethod* method) { { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_0 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)__this->get_array_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Boolean System.Array/ArrayReadOnlyList`1::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_get_IsReadOnly_m2046554184_gshared (ArrayReadOnlyList_1_t1478383543 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Array/ArrayReadOnlyList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Add_m3112646016_gshared (ArrayReadOnlyList_1_t1478383543 * __this, CustomAttributeNamedArgument_t287865710 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Add_m3112646016_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Add_m3112646016_RuntimeMethod_var); } } // System.Void System.Array/ArrayReadOnlyList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Clear_m638462730_gshared (ArrayReadOnlyList_1_t1478383543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Clear_m638462730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Clear_m638462730_RuntimeMethod_var); } } // System.Boolean System.Array/ArrayReadOnlyList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_Contains_m232667507_gshared (ArrayReadOnlyList_1_t1478383543 * __this, CustomAttributeNamedArgument_t287865710 ___item0, const RuntimeMethod* method) { { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_0 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)__this->get_array_0(); CustomAttributeNamedArgument_t287865710 L_1 = ___item0; int32_t L_2 = (( int32_t (*) (RuntimeObject * /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795*, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (CustomAttributeNamedArgumentU5BU5D_t3710464795*)L_0, (CustomAttributeNamedArgument_t287865710 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Array/ArrayReadOnlyList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_CopyTo_m1127871639_gshared (ArrayReadOnlyList_1_t1478383543 * __this, CustomAttributeNamedArgumentU5BU5D_t3710464795* ___array0, int32_t ___index1, const RuntimeMethod* method) { { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_0 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)__this->get_array_0(); CustomAttributeNamedArgumentU5BU5D_t3710464795* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 System.Array/ArrayReadOnlyList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayReadOnlyList_1_GetEnumerator_m3931906247_gshared (ArrayReadOnlyList_1_t1478383543 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t1315508877 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_3(__this); U3CGetEnumeratorU3Ec__Iterator0_t1315508877 * L_2 = V_0; return L_2; } } // System.Int32 System.Array/ArrayReadOnlyList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayReadOnlyList_1_IndexOf_m1911574180_gshared (ArrayReadOnlyList_1_t1478383543 * __this, CustomAttributeNamedArgument_t287865710 ___item0, const RuntimeMethod* method) { { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_0 = (CustomAttributeNamedArgumentU5BU5D_t3710464795*)__this->get_array_0(); CustomAttributeNamedArgument_t287865710 L_1 = ___item0; int32_t L_2 = (( int32_t (*) (RuntimeObject * /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795*, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (CustomAttributeNamedArgumentU5BU5D_t3710464795*)L_0, (CustomAttributeNamedArgument_t287865710 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_2; } } // System.Void System.Array/ArrayReadOnlyList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Insert_m587555490_gshared (ArrayReadOnlyList_1_t1478383543 * __this, int32_t ___index0, CustomAttributeNamedArgument_t287865710 ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Insert_m587555490_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Insert_m587555490_RuntimeMethod_var); } } // System.Boolean System.Array/ArrayReadOnlyList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_Remove_m439579722_gshared (ArrayReadOnlyList_1_t1478383543 * __this, CustomAttributeNamedArgument_t287865710 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Remove_m439579722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Remove_m439579722_RuntimeMethod_var); } } // System.Void System.Array/ArrayReadOnlyList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_RemoveAt_m3226254084_gshared (ArrayReadOnlyList_1_t1478383543 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_RemoveAt_m3226254084_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_RemoveAt_m3226254084_RuntimeMethod_var); } } // System.Exception System.Array/ArrayReadOnlyList`1::ReadOnlyError() extern "C" IL2CPP_METHOD_ATTR Exception_t * ArrayReadOnlyList_1_ReadOnlyError_m3555240367_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_ReadOnlyError_m3555240367_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral3853944826, /*hidden argument*/NULL); return L_0; } } #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.Void System.Array/ArrayReadOnlyList`1::.ctor(T[]) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1__ctor_m556992429_gshared (ArrayReadOnlyList_1_t3913667990 * __this, CustomAttributeTypedArgumentU5BU5D_t1465843424* ___array0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); CustomAttributeTypedArgumentU5BU5D_t1465843424* L_0 = ___array0; __this->set_array_0(L_0); return; } } // System.Collections.IEnumerator System.Array/ArrayReadOnlyList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayReadOnlyList_1_System_Collections_IEnumerable_GetEnumerator_m1143471103_gshared (ArrayReadOnlyList_1_t3913667990 * __this, const RuntimeMethod* method) { { NullCheck((ArrayReadOnlyList_1_t3913667990 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (ArrayReadOnlyList_1_t3913667990 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((ArrayReadOnlyList_1_t3913667990 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return L_0; } } // T System.Array/ArrayReadOnlyList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_t2723150157 ArrayReadOnlyList_1_get_Item_m4135188594_gshared (ArrayReadOnlyList_1_t3913667990 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_get_Item_m4135188594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; CustomAttributeTypedArgumentU5BU5D_t1465843424* L_1 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)__this->get_array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) >= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0019; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ArrayReadOnlyList_1_get_Item_m4135188594_RuntimeMethod_var); } IL_0019: { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_3 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)__this->get_array_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; CustomAttributeTypedArgument_t2723150157 L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Void System.Array/ArrayReadOnlyList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_set_Item_m3769996290_gshared (ArrayReadOnlyList_1_t3913667990 * __this, int32_t ___index0, CustomAttributeTypedArgument_t2723150157 ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_set_Item_m3769996290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_set_Item_m3769996290_RuntimeMethod_var); } } // System.Int32 System.Array/ArrayReadOnlyList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayReadOnlyList_1_get_Count_m2924672952_gshared (ArrayReadOnlyList_1_t3913667990 * __this, const RuntimeMethod* method) { { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_0 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)__this->get_array_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Boolean System.Array/ArrayReadOnlyList`1::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_get_IsReadOnly_m467578319_gshared (ArrayReadOnlyList_1_t3913667990 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Array/ArrayReadOnlyList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Add_m302584359_gshared (ArrayReadOnlyList_1_t3913667990 * __this, CustomAttributeTypedArgument_t2723150157 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Add_m302584359_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Add_m302584359_RuntimeMethod_var); } } // System.Void System.Array/ArrayReadOnlyList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Clear_m337906083_gshared (ArrayReadOnlyList_1_t3913667990 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Clear_m337906083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Clear_m337906083_RuntimeMethod_var); } } // System.Boolean System.Array/ArrayReadOnlyList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_Contains_m2459654648_gshared (ArrayReadOnlyList_1_t3913667990 * __this, CustomAttributeTypedArgument_t2723150157 ___item0, const RuntimeMethod* method) { { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_0 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)__this->get_array_0(); CustomAttributeTypedArgument_t2723150157 L_1 = ___item0; int32_t L_2 = (( int32_t (*) (RuntimeObject * /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424*, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (CustomAttributeTypedArgumentU5BU5D_t1465843424*)L_0, (CustomAttributeTypedArgument_t2723150157 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Array/ArrayReadOnlyList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_CopyTo_m1534406454_gshared (ArrayReadOnlyList_1_t3913667990 * __this, CustomAttributeTypedArgumentU5BU5D_t1465843424* ___array0, int32_t ___index1, const RuntimeMethod* method) { { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_0 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)__this->get_array_0(); CustomAttributeTypedArgumentU5BU5D_t1465843424* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 System.Array/ArrayReadOnlyList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayReadOnlyList_1_GetEnumerator_m3297894971_gshared (ArrayReadOnlyList_1_t3913667990 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3750793324 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_3(__this); U3CGetEnumeratorU3Ec__Iterator0_t3750793324 * L_2 = V_0; return L_2; } } // System.Int32 System.Array/ArrayReadOnlyList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayReadOnlyList_1_IndexOf_m3750264679_gshared (ArrayReadOnlyList_1_t3913667990 * __this, CustomAttributeTypedArgument_t2723150157 ___item0, const RuntimeMethod* method) { { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_0 = (CustomAttributeTypedArgumentU5BU5D_t1465843424*)__this->get_array_0(); CustomAttributeTypedArgument_t2723150157 L_1 = ___item0; int32_t L_2 = (( int32_t (*) (RuntimeObject * /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424*, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (CustomAttributeTypedArgumentU5BU5D_t1465843424*)L_0, (CustomAttributeTypedArgument_t2723150157 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_2; } } // System.Void System.Array/ArrayReadOnlyList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_Insert_m2929789526_gshared (ArrayReadOnlyList_1_t3913667990 * __this, int32_t ___index0, CustomAttributeTypedArgument_t2723150157 ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Insert_m2929789526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Insert_m2929789526_RuntimeMethod_var); } } // System.Boolean System.Array/ArrayReadOnlyList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ArrayReadOnlyList_1_Remove_m1443718646_gshared (ArrayReadOnlyList_1_t3913667990 * __this, CustomAttributeTypedArgument_t2723150157 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_Remove_m1443718646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_Remove_m1443718646_RuntimeMethod_var); } } // System.Void System.Array/ArrayReadOnlyList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayReadOnlyList_1_RemoveAt_m791018368_gshared (ArrayReadOnlyList_1_t3913667990 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_RemoveAt_m791018368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (( Exception_t * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ArrayReadOnlyList_1_RemoveAt_m791018368_RuntimeMethod_var); } } // System.Exception System.Array/ArrayReadOnlyList`1::ReadOnlyError() extern "C" IL2CPP_METHOD_ATTR Exception_t * ArrayReadOnlyList_1_ReadOnlyError_m865416608_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayReadOnlyList_1_ReadOnlyError_m865416608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral3853944826, /*hidden argument*/NULL); return L_0; } } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1716952049_gshared (InternalEnumerator_1_t3260097912 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m1716952049_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3260097912 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1716952049(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2377072219_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2377072219_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3260097912 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2377072219(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2659969639_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method) { { RecordS_t2353033795 L_0 = InternalEnumerator_1_get_Current_m2075150107((InternalEnumerator_1_t3260097912 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); RecordS_t2353033795 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2659969639_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3260097912 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2659969639(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3739096376_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3739096376_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3260097912 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3739096376(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1324592077_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1324592077_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3260097912 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1324592077(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR RecordS_t2353033795 InternalEnumerator_1_get_Current_m2075150107_gshared (InternalEnumerator_1_t3260097912 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2075150107_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2075150107_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2075150107_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); RecordS_t2353033795 L_8 = (( RecordS_t2353033795 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" RecordS_t2353033795 InternalEnumerator_1_get_Current_m2075150107_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3260097912 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2075150107(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2821581541_gshared (InternalEnumerator_1_t2253228550 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m2821581541_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2253228550 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2821581541(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1753951650_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1753951650_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2253228550 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1753951650(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2221765563_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m496858246((InternalEnumerator_1_t2253228550 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2221765563_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2253228550 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2221765563(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1929309840_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1929309840_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2253228550 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1929309840(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m951048384_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m951048384_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2253228550 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m951048384(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m496858246_gshared (InternalEnumerator_1_t2253228550 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m496858246_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m496858246_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m496858246_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m496858246_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2253228550 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m496858246(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3593857183_gshared (InternalEnumerator_1_t3679022461 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3593857183_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3679022461 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3593857183(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m595761044_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m595761044_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3679022461 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m595761044(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93550599_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2551125116((InternalEnumerator_1_t3679022461 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93550599_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3679022461 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93550599(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3845256204_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3845256204_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3679022461 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3845256204(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1753304738_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1753304738_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3679022461 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1753304738(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2551125116_gshared (InternalEnumerator_1_t3679022461 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2551125116_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2551125116_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2551125116_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2551125116_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3679022461 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2551125116(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1002659381_gshared (InternalEnumerator_1_t622812215 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m1002659381_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t622812215 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1002659381(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3908264301_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3908264301_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t622812215 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3908264301(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1322563323_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2756622688((InternalEnumerator_1_t622812215 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1322563323_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t622812215 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1322563323(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2314359439_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2314359439_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t622812215 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2314359439(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2302661226_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2302661226_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t622812215 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2302661226(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2756622688_gshared (InternalEnumerator_1_t622812215 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2756622688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2756622688_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2756622688_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2756622688_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t622812215 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2756622688(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4062591929_gshared (InternalEnumerator_1_t2455946552 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m4062591929_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2455946552 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m4062591929(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4074977480_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4074977480_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2455946552 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4074977480(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1905130965_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m3466233775((InternalEnumerator_1_t2455946552 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1905130965_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2455946552 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1905130965(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m4141268572_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m4141268572_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2455946552 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m4141268572(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m192823533_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m192823533_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2455946552 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m192823533(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3466233775_gshared (InternalEnumerator_1_t2455946552 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m3466233775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m3466233775_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m3466233775_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m3466233775_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2455946552 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m3466233775(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4175805423_gshared (InternalEnumerator_1_t3956866935 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m4175805423_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3956866935 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m4175805423(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2838892556_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2838892556_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3956866935 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2838892556(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1863021666_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m3563176775((InternalEnumerator_1_t3956866935 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1863021666_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3956866935 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1863021666(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1487403332_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1487403332_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3956866935 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1487403332(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1370470481_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1370470481_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3956866935 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1370470481(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3563176775_gshared (InternalEnumerator_1_t3956866935 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m3563176775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m3563176775_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m3563176775_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m3563176775_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3956866935 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m3563176775(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2065494313_gshared (InternalEnumerator_1_t3072667217 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m2065494313_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3072667217 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2065494313(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3846019919_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3846019919_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3072667217 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3846019919(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3292709663_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1788824230((InternalEnumerator_1_t3072667217 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3292709663_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3072667217 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3292709663(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3402911939_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3402911939_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3072667217 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3402911939(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1779951826_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1779951826_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3072667217 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1779951826(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1788824230_gshared (InternalEnumerator_1_t3072667217 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1788824230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1788824230_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1788824230_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m1788824230_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3072667217 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1788824230(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m931659085_gshared (InternalEnumerator_1_t389396230 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m931659085_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t389396230 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m931659085(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4281675802_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4281675802_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t389396230 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4281675802(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m741955490_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2710818426((InternalEnumerator_1_t389396230 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m741955490_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t389396230 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m741955490(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1974467025_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1974467025_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t389396230 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1974467025(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1770432781_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1770432781_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t389396230 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1770432781(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2710818426_gshared (InternalEnumerator_1_t389396230 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2710818426_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2710818426_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2710818426_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2710818426_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t389396230 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2710818426(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4245618796_gshared (InternalEnumerator_1_t504768911 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m4245618796_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t504768911 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m4245618796(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1625466773_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1625466773_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t504768911 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1625466773(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2233709755_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method) { { ControlPoint_t3892672090 L_0 = InternalEnumerator_1_get_Current_m3223364110((InternalEnumerator_1_t504768911 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ControlPoint_t3892672090 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2233709755_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t504768911 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2233709755(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m543657756_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m543657756_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t504768911 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m543657756(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2707339849_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2707339849_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t504768911 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2707339849(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ControlPoint_t3892672090 InternalEnumerator_1_get_Current_m3223364110_gshared (InternalEnumerator_1_t504768911 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m3223364110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m3223364110_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m3223364110_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); ControlPoint_t3892672090 L_8 = (( ControlPoint_t3892672090 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" ControlPoint_t3892672090 InternalEnumerator_1_get_Current_m3223364110_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t504768911 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m3223364110(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3079265463_gshared (InternalEnumerator_1_t3455634291 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3079265463_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3455634291 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3079265463(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4214882961_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4214882961_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3455634291 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4214882961(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3437962531_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2807267787((InternalEnumerator_1_t3455634291 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3437962531_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3455634291 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3437962531(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1498253064_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1498253064_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3455634291 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1498253064(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m722134665_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m722134665_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3455634291 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m722134665(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2807267787_gshared (InternalEnumerator_1_t3455634291 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2807267787_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2807267787_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2807267787_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2807267787_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3455634291 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2807267787(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1024976092_gshared (InternalEnumerator_1_t2192337459 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m1024976092_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2192337459 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1024976092(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2952231251_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2952231251_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2192337459 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2952231251(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2287883371_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1016289161((InternalEnumerator_1_t2192337459 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2287883371_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2192337459 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2287883371(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3580218326_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3580218326_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2192337459 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3580218326(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1639099761_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1639099761_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2192337459 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1639099761(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1016289161_gshared (InternalEnumerator_1_t2192337459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1016289161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1016289161_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1016289161_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m1016289161_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2192337459 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1016289161(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m480280555_gshared (InternalEnumerator_1_t2878737303 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m480280555_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2878737303 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m480280555(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3841128941_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3841128941_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2878737303 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3841128941(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2673780630_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m4067334356((InternalEnumerator_1_t2878737303 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2673780630_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2878737303 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2673780630(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1220087246_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1220087246_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2878737303 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1220087246(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m871777519_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m871777519_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2878737303 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m871777519(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m4067334356_gshared (InternalEnumerator_1_t2878737303 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m4067334356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m4067334356_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m4067334356_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m4067334356_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2878737303 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m4067334356(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1398684754_gshared (InternalEnumerator_1_t549826027 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m1398684754_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t549826027 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1398684754(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2530446375_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2530446375_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t549826027 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2530446375(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2186673934_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1165481726((InternalEnumerator_1_t549826027 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2186673934_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t549826027 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2186673934(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m840856597_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m840856597_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t549826027 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m840856597(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2009526959_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2009526959_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t549826027 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2009526959(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1165481726_gshared (InternalEnumerator_1_t549826027 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1165481726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1165481726_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1165481726_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m1165481726_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t549826027 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1165481726(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m468031693_gshared (InternalEnumerator_1_t1362850998 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m468031693_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1362850998 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m468031693(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1490924309_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1490924309_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1362850998 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1490924309(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m436454149_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2866893003((InternalEnumerator_1_t1362850998 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m436454149_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1362850998 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m436454149(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m4188612906_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m4188612906_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1362850998 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m4188612906(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m652202807_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m652202807_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1362850998 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m652202807(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2866893003_gshared (InternalEnumerator_1_t1362850998 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2866893003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2866893003_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2866893003_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2866893003_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1362850998 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2866893003(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4155865676_gshared (InternalEnumerator_1_t656192955 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m4155865676_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t656192955 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m4155865676(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4218871573_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4218871573_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t656192955 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4218871573(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2818766831_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1228925310((InternalEnumerator_1_t656192955 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2818766831_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t656192955 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2818766831(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2070770726_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2070770726_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t656192955 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2070770726(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3101078712_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m3101078712_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t656192955 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3101078712(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1228925310_gshared (InternalEnumerator_1_t656192955 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1228925310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1228925310_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1228925310_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m1228925310_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t656192955 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1228925310(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1055288177_gshared (InternalEnumerator_1_t1742261305 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m1055288177_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1742261305 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1055288177(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4175899121_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4175899121_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1742261305 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m4175899121(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2143381477_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2024547621((InternalEnumerator_1_t1742261305 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2143381477_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1742261305 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2143381477(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1379818149_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1379818149_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1742261305 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1379818149(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3374896434_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m3374896434_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1742261305 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3374896434(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2024547621_gshared (InternalEnumerator_1_t1742261305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2024547621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2024547621_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2024547621_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2024547621_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1742261305 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2024547621(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m688876303_gshared (InternalEnumerator_1_t300531240 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m688876303_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t300531240 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m688876303(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3521228361_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3521228361_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t300531240 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3521228361(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m771031329_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1030595833((InternalEnumerator_1_t300531240 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m771031329_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t300531240 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m771031329(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3831347655_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3831347655_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t300531240 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3831347655(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2418110696_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2418110696_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t300531240 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2418110696(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1030595833_gshared (InternalEnumerator_1_t300531240 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1030595833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1030595833_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1030595833_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m1030595833_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t300531240 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1030595833(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3049947419_gshared (InternalEnumerator_1_t2526705072 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3049947419_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2526705072 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3049947419(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m54562560_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m54562560_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2526705072 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m54562560(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2966045356_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method) { { ReqeustItem_t1619640955 L_0 = InternalEnumerator_1_get_Current_m2037879540((InternalEnumerator_1_t2526705072 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ReqeustItem_t1619640955 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2966045356_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2526705072 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2966045356(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3140455618_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3140455618_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2526705072 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3140455618(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1598691400_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1598691400_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2526705072 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1598691400(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ReqeustItem_t1619640955 InternalEnumerator_1_get_Current_m2037879540_gshared (InternalEnumerator_1_t2526705072 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2037879540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2037879540_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2037879540_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); ReqeustItem_t1619640955 L_8 = (( ReqeustItem_t1619640955 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" ReqeustItem_t1619640955 InternalEnumerator_1_get_Current_m2037879540_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2526705072 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2037879540(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2124330709_gshared (InternalEnumerator_1_t2244102744 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m2124330709_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2244102744 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2124330709(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2312500002_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2312500002_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2244102744 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2312500002(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3730520454_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method) { { ReqeustItem_t1337038627 L_0 = InternalEnumerator_1_get_Current_m1539456956((InternalEnumerator_1_t2244102744 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ReqeustItem_t1337038627 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3730520454_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2244102744 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3730520454(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m576614871_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m576614871_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2244102744 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m576614871(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2675762706_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2675762706_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2244102744 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2675762706(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ReqeustItem_t1337038627 InternalEnumerator_1_get_Current_m1539456956_gshared (InternalEnumerator_1_t2244102744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1539456956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1539456956_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1539456956_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); ReqeustItem_t1337038627 L_8 = (( ReqeustItem_t1337038627 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" ReqeustItem_t1337038627 InternalEnumerator_1_get_Current_m1539456956_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2244102744 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1539456956(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2980597965_gshared (InternalEnumerator_1_t1801353056 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m2980597965_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1801353056 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2980597965(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1394395022_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1394395022_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1801353056 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1394395022(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3121310385_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method) { { ArrayMetadata_t894288939 L_0 = InternalEnumerator_1_get_Current_m2746872357((InternalEnumerator_1_t1801353056 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ArrayMetadata_t894288939 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3121310385_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1801353056 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3121310385(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3200291779_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3200291779_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1801353056 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3200291779(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1439724028_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1439724028_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1801353056 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1439724028(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ArrayMetadata_t894288939 InternalEnumerator_1_get_Current_m2746872357_gshared (InternalEnumerator_1_t1801353056 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2746872357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2746872357_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2746872357_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); ArrayMetadata_t894288939 L_8 = (( ArrayMetadata_t894288939 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" ArrayMetadata_t894288939 InternalEnumerator_1_get_Current_m2746872357_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1801353056 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2746872357(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3193665258_gshared (InternalEnumerator_1_t178381343 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3193665258_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t178381343 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3193665258(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2006725664_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2006725664_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t178381343 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2006725664(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m177159026_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method) { { ObjectMetadata_t3566284522 L_0 = InternalEnumerator_1_get_Current_m2608927213((InternalEnumerator_1_t178381343 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ObjectMetadata_t3566284522 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m177159026_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t178381343 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m177159026(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2717850677_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2717850677_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t178381343 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2717850677(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2752374182_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2752374182_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t178381343 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2752374182(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR ObjectMetadata_t3566284522 InternalEnumerator_1_get_Current_m2608927213_gshared (InternalEnumerator_1_t178381343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2608927213_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2608927213_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2608927213_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); ObjectMetadata_t3566284522 L_8 = (( ObjectMetadata_t3566284522 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" ObjectMetadata_t3566284522 InternalEnumerator_1_get_Current_m2608927213_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t178381343 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2608927213(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3337644433_gshared (InternalEnumerator_1_t339537294 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3337644433_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t339537294 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3337644433(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1694348991_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1694348991_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t339537294 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1694348991(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3865845908_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method) { { PropertyMetadata_t3727440473 L_0 = InternalEnumerator_1_get_Current_m2597556806((InternalEnumerator_1_t339537294 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); PropertyMetadata_t3727440473 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3865845908_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t339537294 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3865845908(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1606295072_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1606295072_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t339537294 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1606295072(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m299856312_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m299856312_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t339537294 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m299856312(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR PropertyMetadata_t3727440473 InternalEnumerator_1_get_Current_m2597556806_gshared (InternalEnumerator_1_t339537294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2597556806_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2597556806_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2597556806_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); PropertyMetadata_t3727440473 L_8 = (( PropertyMetadata_t3727440473 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" PropertyMetadata_t3727440473 InternalEnumerator_1_get_Current_m2597556806_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t339537294 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2597556806(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3400045248_gshared (InternalEnumerator_1_t4281074189 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3400045248_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t4281074189 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3400045248(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3123158383_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3123158383_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4281074189 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3123158383(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1665576688_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method) { { LMRendererInfo_t3374010072 L_0 = InternalEnumerator_1_get_Current_m1820064745((InternalEnumerator_1_t4281074189 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); LMRendererInfo_t3374010072 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1665576688_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4281074189 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1665576688(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2712513309_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2712513309_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4281074189 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2712513309(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m4112176589_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m4112176589_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4281074189 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m4112176589(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR LMRendererInfo_t3374010072 InternalEnumerator_1_get_Current_m1820064745_gshared (InternalEnumerator_1_t4281074189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1820064745_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1820064745_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1820064745_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); LMRendererInfo_t3374010072 L_8 = (( LMRendererInfo_t3374010072 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" LMRendererInfo_t3374010072 InternalEnumerator_1_get_Current_m1820064745_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4281074189 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1820064745(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2456448141_gshared (InternalEnumerator_1_t1934607053 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m2456448141_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1934607053 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2456448141(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2094978347_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2094978347_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1934607053 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2094978347(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m235157293_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method) { { DelayedQueueItem_t1027542936 L_0 = InternalEnumerator_1_get_Current_m431558427((InternalEnumerator_1_t1934607053 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); DelayedQueueItem_t1027542936 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m235157293_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1934607053 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m235157293(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2279707498_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2279707498_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1934607053 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2279707498(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m235948469_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m235948469_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1934607053 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m235948469(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR DelayedQueueItem_t1027542936 InternalEnumerator_1_get_Current_m431558427_gshared (InternalEnumerator_1_t1934607053 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m431558427_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m431558427_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m431558427_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); DelayedQueueItem_t1027542936 L_8 = (( DelayedQueueItem_t1027542936 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" DelayedQueueItem_t1027542936 InternalEnumerator_1_get_Current_m431558427_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1934607053 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m431558427(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1359891754_gshared (InternalEnumerator_1_t4239932009 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m1359891754_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t4239932009 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1359891754(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m81420524_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m81420524_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4239932009 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m81420524(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2980550840_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method) { { TableRange_t3332867892 L_0 = InternalEnumerator_1_get_Current_m4245242303((InternalEnumerator_1_t4239932009 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); TableRange_t3332867892 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2980550840_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4239932009 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2980550840(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m33109155_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m33109155_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4239932009 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m33109155(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m4138845038_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m4138845038_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4239932009 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m4138845038(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR TableRange_t3332867892 InternalEnumerator_1_get_Current_m4245242303_gshared (InternalEnumerator_1_t4239932009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m4245242303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m4245242303_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m4245242303_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); TableRange_t3332867892 L_8 = (( TableRange_t3332867892 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" TableRange_t3332867892 InternalEnumerator_1_get_Current_m4245242303_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4239932009 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m4245242303(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3734861738_gshared (InternalEnumerator_1_t1911769025 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3734861738_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1911769025 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3734861738(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707779927_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707779927_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1911769025 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707779927(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m55999184_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1708547365((InternalEnumerator_1_t1911769025 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m55999184_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1911769025 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m55999184(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2447779733_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2447779733_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1911769025 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2447779733(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2850975202_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2850975202_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1911769025 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2850975202(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1708547365_gshared (InternalEnumerator_1_t1911769025 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1708547365_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m1708547365_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m1708547365_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m1708547365_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1911769025 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1708547365(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m306322012_gshared (InternalEnumerator_1_t3774870459 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m306322012_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3774870459 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m306322012(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3070136912_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3070136912_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3774870459 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3070136912(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1886339287_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method) { { UriScheme_t2867806342 L_0 = InternalEnumerator_1_get_Current_m784420850((InternalEnumerator_1_t3774870459 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); UriScheme_t2867806342 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1886339287_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3774870459 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1886339287(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2564631340_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2564631340_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3774870459 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2564631340(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2153095634_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2153095634_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3774870459 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2153095634(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR UriScheme_t2867806342 InternalEnumerator_1_get_Current_m784420850_gshared (InternalEnumerator_1_t3774870459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m784420850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m784420850_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m784420850_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); UriScheme_t2867806342 L_8 = (( UriScheme_t2867806342 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" UriScheme_t2867806342 InternalEnumerator_1_get_Current_m784420850_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3774870459 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m784420850(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3748780765_gshared (InternalEnumerator_1_t3798320372 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m3748780765_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3798320372 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m3748780765(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2412227116_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2412227116_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3798320372 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2412227116(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m151987804_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method) { { TagName_t2891256255 L_0 = InternalEnumerator_1_get_Current_m4293194123((InternalEnumerator_1_t3798320372 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); TagName_t2891256255 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m151987804_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3798320372 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m151987804(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1933160977_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1933160977_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3798320372 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1933160977(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2768064244_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2768064244_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3798320372 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2768064244(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR TagName_t2891256255 InternalEnumerator_1_get_Current_m4293194123_gshared (InternalEnumerator_1_t3798320372 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m4293194123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m4293194123_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m4293194123_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); TagName_t2891256255 L_8 = (( TagName_t2891256255 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" TagName_t2891256255 InternalEnumerator_1_get_Current_m4293194123_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3798320372 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m4293194123(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m671827116_gshared (InternalEnumerator_1_t3435091831 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m671827116_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3435091831 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m671827116(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3486698006_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3486698006_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3435091831 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3486698006(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m869335580_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method) { { JsonPosition_t2528027714 L_0 = InternalEnumerator_1_get_Current_m568178305((InternalEnumerator_1_t3435091831 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); JsonPosition_t2528027714 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m869335580_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3435091831 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m869335580(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m403590569_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m403590569_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3435091831 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m403590569(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2471240603_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m2471240603_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3435091831 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2471240603(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 InternalEnumerator_1_get_Current_m568178305_gshared (InternalEnumerator_1_t3435091831 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m568178305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m568178305_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m568178305_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); JsonPosition_t2528027714 L_8 = (( JsonPosition_t2528027714 (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" JsonPosition_t2528027714 InternalEnumerator_1_get_Current_m568178305_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3435091831 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m568178305(_thisAdjusted, method); } #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.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2778883694_gshared (InternalEnumerator_1_t3502730766 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1__ctor_m2778883694_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3502730766 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2778883694(_thisAdjusted, ___array0, method); } // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2159676331_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2159676331_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3502730766 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2159676331(_thisAdjusted, method); } // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3030743737_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2161220300((InternalEnumerator_1_t3502730766 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), &L_1); return L_2; } } extern "C" RuntimeObject * InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3030743737_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3502730766 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3030743737(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3533074164_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3533074164_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3502730766 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3533074164(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1047934457_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_001e; } } { RuntimeArray * L_1 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_1); int32_t L_2 = Array_get_Length_m21610649((RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_idx_1(L_2); } IL_001e: { int32_t L_3 = (int32_t)__this->get_idx_1(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_4 = (int32_t)__this->get_idx_1(); int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; __this->set_idx_1(L_5); int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { return (bool)G_B5_0; } } extern "C" bool InternalEnumerator_1_MoveNext_m1047934457_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3502730766 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1047934457(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2161220300_gshared (InternalEnumerator_1_t3502730766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2161220300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2287514662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InternalEnumerator_1_get_Current_m2161220300_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_idx_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, (String_t*)_stringLiteral3056411131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,InternalEnumerator_1_get_Current_m2161220300_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_4 = (RuntimeArray *)__this->get_array_0(); RuntimeArray * L_5 = (RuntimeArray *)__this->get_array_0(); NullCheck((RuntimeArray *)L_5); int32_t L_6 = Array_get_Length_m21610649((RuntimeArray *)L_5, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_idx_1(); NullCheck((RuntimeArray *)L_4); int32_t L_8 = (( int32_t (*) (RuntimeArray *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); return L_8; } } extern "C" int32_t InternalEnumerator_1_get_Current_m2161220300_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3502730766 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2161220300(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif