#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 VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)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 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 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 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 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); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, 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 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); } }; 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, 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 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 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 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); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, 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 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); } }; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t4133466899; // System.NotSupportedException struct NotSupportedException_t1314879016; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t963266374; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2014036368; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t983456336; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2800105713; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3585727264; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2929266124; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2404846284; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2449661252; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2209639819; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2005389483; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3571473424; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3168188897; // BetterList`1 struct BetterList_1_t3439327257; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t421910111; // DMCore.Framework.Misc.CImageHelp/triData[] struct triDataU5BU5D_t4032783290; // System.Comparison`1 struct Comparison_1_t4059238118; // BetterList`1 struct BetterList_1_t269126732; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1546676882; // DMCore.Logic.CActivityFortuneCat/PlayerInfo[] struct PlayerInfoU5BU5D_t1241674075; // System.Comparison`1 struct Comparison_1_t889037593; // BetterList`1 struct BetterList_1_t1319896726; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2597446876; // DMCore.Logic.enumPersonPage[] struct enumPersonPageU5BU5D_t2446123689; // System.Comparison`1 struct Comparison_1_t1939807587; // BetterList`1 struct BetterList_1_t289316694; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1566866844; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Comparison`1 struct Comparison_1_t909227555; // BetterList`1 struct BetterList_1_t2105966071; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3383516221; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Comparison`1 struct Comparison_1_t2725876932; // BetterList`1 struct BetterList_1_t2891587622; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4169137772; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Comparison`1 struct Comparison_1_t3511498483; // BetterList`1 struct BetterList_1_t2235126482; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Comparison`1 struct Comparison_1_t2855037343; // BetterList`1 struct BetterList_1_t1710706642; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2988256792; // UnityEngine.Color[] struct ColorU5BU5D_t941916413; // System.Comparison`1 struct Comparison_1_t2330617503; // BetterList`1 struct BetterList_1_t1755521610; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3033071760; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773; // System.Comparison`1 struct Comparison_1_t2375432471; // BetterList`1 struct BetterList_1_t1515500177; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2793050327; // UnityEngine.Rect[] struct RectU5BU5D_t2936723554; // System.Comparison`1 struct Comparison_1_t2135411038; // BetterList`1 struct BetterList_1_t1311249841; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2588799991; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // System.Comparison`1 struct Comparison_1_t1931160702; // BetterList`1 struct BetterList_1_t2877333782; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4154883932; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // System.Comparison`1 struct Comparison_1_t3497244643; // BetterList`1 struct BetterList_1_t2474049255; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3751599405; // UnityEngine.Vector4[] struct Vector4U5BU5D_t934056436; // System.Comparison`1 struct Comparison_1_t3093960116; // Boo.Lang.List`1/c__Iterator6 struct U3CGetEnumeratorU3Ec__Iterator6_t1401825746; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.String struct String_t; // Boo.Lang.List`1 struct List_1_t942764925; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.Type struct Type_t; // CBetterSet`1 struct CBetterSet_1_t3194383868; // System.Action`1 struct Action_1_t3252573759; // CDataWrapper`1 struct CDataWrapper_1_t2631656993; // CDataWrapper`1 struct CDataWrapper_1_t2077302687; // DMCore.Framework.Misc.CEncrptHelp`1 struct CEncrptHelp_1_t2107105261; // DMCore.Framework.Misc.CEncrptHelp`1 struct CEncrptHelp_1_t2236265672; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t1810328984; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t1939489395; // DMCore.Framework.Thread.CSafeLinkedList`1 struct CSafeLinkedList_1_t1705214213; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t3416460893; // DMCore.Logic.CAwardList struct CAwardList_t4094041907; // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915; // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t3545621304; // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t1862781914; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t110361559; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3748867715; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t2066028325; // LitJson.ExporterFunc`1 struct ExporterFunc_1_t1983223696; // LitJson.JsonWriter struct JsonWriter_t3570089748; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t3974708465; // LitJson.JsonMapper/c__AnonStorey0`1 struct U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425; // LitJson.JsonMapper/c__AnonStorey1`2 struct U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337; // Response`1 struct Response_1_t3363644753; // System.Action`1 struct Action_1_t4216563729; // System.Action`1 struct Action_1_t3858554001; // System.Action`1 struct Action_1_t3289283678; // System.Action`1 struct Action_1_t3799231067; // System.Action`1 struct Action_1_t1631686707; // System.Action`1 struct Action_1_t1368688201; // System.Action`1 struct Action_1_t4125600956; // System.Action`1 struct Action_1_t971193282; // System.Action`1 struct Action_1_t4270802482; // System.Action`1 struct Action_1_t1920336567; // System.Action`1 struct Action_1_t549372201; // System.Action`1 struct Action_1_t2494310805; // System.Action`1 struct Action_1_t1496631129; // System.Action`1 struct Action_1_t3899908068; // System.Action`1 struct Action_1_t269755560; // System.Action`1> struct Action_1_t114831550; // System.Action`1> struct Action_1_t243991961; // System.Action`1> struct Action_1_t2288758003; // System.Action`1> struct Action_1_t2417918414; // System.Action`1> struct Action_1_t2573524503; // System.Action`1> struct Action_1_t2702684914; // System.Action`1 struct Action_1_t3123413348; // System.Action`1 struct Action_1_t3909034899; // 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_t1758445426; // System.Action`1 struct Action_1_t2728153919; // System.Action`1 struct Action_1_t2532947454; // System.Action`1 struct Action_1_t2328697118; // System.Action`1 struct Action_1_t3894781059; // System.Action`1 struct Action_1_t3925070025; // System.Action`2 struct Action_2_t2072193202; // System.Action`2 struct Action_2_t2523487705; // System.Action`2 struct Action_2_t4177122770; // System.Action`2 struct Action_2_t3782157935; // System.Action`2 struct Action_2_t2470008838; // System.Action`2 struct Action_2_t787169448; // System.Action`2 struct Action_2_t1989196951; // System.Action`2 struct Action_2_t1546132197; // System.Action`3 struct Action_3_t3578807402; // System.Action`3 struct Action_3_t21919991; // System.Action`3 struct Action_3_t3632554945; // System.Action`3 struct Action_3_t626214215; // System.Action`4 struct Action_4_t2141122718; // System.Action`4 struct Action_4_t309985972; // System.Array/ArrayReadOnlyList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t4107749331; // 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.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // 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.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // LitJson.WriterContext struct WriterContext_t1011093999; // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.List`1 struct List_1_t3149535657; // System.Reflection.MemberInfo struct MemberInfo_t; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // System.Void struct Void_t1185182177; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m140416497_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m140416497_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2253088348_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2253088348_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2898496073_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2898496073_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3085466600_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3085466600_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m1349952763_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m1349952763_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3737904005_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3737904005_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m1138528102_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m1138528102_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3674836838_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3674836838_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2209255270_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2209255270_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t BetterList_1_Resize_m145810809_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m3807782625_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m2290966377_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m1214785232_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m2261480876_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m132820154_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m3002882258_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m4277090774_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m3114021081_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m286855991_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m262458578_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m4274888185_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m2801707268_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m2999227842_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m3558601324_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m1968001449_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m2003683625_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m1148839271_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m771269936_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m4175758419_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m700097119_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m2273833626_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m2639820123_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m2596579602_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m3928953428_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m3432564399_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m4170215807_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m3854873820_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m264966673_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m801802968_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m2237077868_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m3747399586_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m3251643819_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m1695891432_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m4197364539_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m4204534880_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m142889316_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m486644447_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m4052754546_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m269694345_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m3264655626_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m1144126011_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m3034186365_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m4133594480_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m878851142_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m2359895243_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m4204169906_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m1898730564_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m2287498070_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m292724022_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m2702836266_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m1466959945_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator6_MoveNext_m309013379_RuntimeMethod_var; extern String_t* _stringLiteral926113555; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator6_MoveNext_m309013379_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator6_Reset_m3753361072_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator6_Reset_m3753361072_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3452614643; extern const uint32_t List_1_ToString_m1765807662_MetadataUsageId; extern RuntimeClass* RuntimeServices_t2098243569_il2cpp_TypeInfo_var; extern const uint32_t List_1_Equals_m1003775281_MetadataUsageId; extern const uint32_t List_1_IndexOf_m1324040614_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_CheckIndex_m434764904_RuntimeMethod_var; extern const uint32_t List_1_CheckIndex_m434764904_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t List_1_Coerce_m3191743533_MetadataUsageId; extern RuntimeClass* BetterList_1_t289316694_il2cpp_TypeInfo_var; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m916496649_RuntimeMethod_var; extern const uint32_t CEncrptHelp_1__ctor_m739074458_MetadataUsageId; extern const uint32_t CEncrptHelp_1_Get_m2053086496_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m2496795138_RuntimeMethod_var; extern const uint32_t CEncrptHelp_1_Set_m402441972_MetadataUsageId; extern const uint32_t CEncrptHelp_1__ctor_m2947463215_MetadataUsageId; extern const uint32_t CEncrptHelp_1_Get_m1525137300_MetadataUsageId; extern const uint32_t CEncrptHelp_1_Set_m1921489190_MetadataUsageId; extern RuntimeClass* CAwardList_t4094041907_il2cpp_TypeInfo_var; extern const uint32_t CAwardInfo_1__ctor_m3573950917_MetadataUsageId; extern const uint32_t CAwardInfo_1__ctor_m985986308_MetadataUsageId; extern const uint32_t CAwardInfo_1__ctor_m3193139049_MetadataUsageId; extern const uint32_t CAwardInfo_1__ctor_m1346490782_MetadataUsageId; extern const uint32_t CAwardInfo_1__ctor_m1749396789_MetadataUsageId; extern const uint32_t CAwardInfo_1__ctor_m3110181373_MetadataUsageId; extern RuntimeClass* enumThreadID_t4044096134_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m4235193962_MetadataUsageId; extern RuntimeClass* ADTypeEnum_t3686086406_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2312054581_MetadataUsageId; extern RuntimeClass* enumFamilyType_t3116816083_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1260138722_MetadataUsageId; extern RuntimeClass* EquipUnit_t3626763472_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1600713886_MetadataUsageId; extern RuntimeClass* ITEM_NEW_TYPE_t1459219112_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2616678650_MetadataUsageId; extern RuntimeClass* ITEM_SHOP_TYPE_t1196220606_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2607265652_MetadataUsageId; extern RuntimeClass* ItemQuality_t3953133361_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m800973470_MetadataUsageId; extern RuntimeClass* PosterUnit_t798725687_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3233253966_MetadataUsageId; extern RuntimeClass* SameStylePkgUnit_t4098334887_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m26856553_MetadataUsageId; extern RuntimeClass* PlunderUserInfo_t1747868972_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1997616691_MetadataUsageId; extern RuntimeClass* Tryst_Role_t376904606_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2678312324_MetadataUsageId; extern RuntimeClass* PropData_t2321843210_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2463082654_MetadataUsageId; extern RuntimeClass* avatarData_t1324163534_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1558608127_MetadataUsageId; extern RuntimeClass* PropertyMetadata_t3727440473_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3795076494_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m1817882028_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t4237331251_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m403153941_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t71524366_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m406288925_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2116290408_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2636712222_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2245450819_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3453226318_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2401056908_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m3068882277_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2530217319_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2683044682_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; 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* 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* OrderBlock_t1585977831_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m897331299_MetadataUsageId; extern RuntimeClass* Color_t2555686324_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m368299137_MetadataUsageId; extern RuntimeClass* Rect_t2360479859_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2649735375_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m4003445064_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m2251050024_MetadataUsageId; extern RuntimeClass* XRNodeState_t3752602430_il2cpp_TypeInfo_var; extern const uint32_t Action_1_BeginInvoke_m937231289_MetadataUsageId; extern RuntimeClass* enumPersonPage_t2164876408_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m2032628088_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m1990245223_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m272625329_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m882486095_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m2007567273_MetadataUsageId; extern RuntimeClass* KeyCode_t2599294277_il2cpp_TypeInfo_var; extern const uint32_t Action_2_BeginInvoke_m199744710_MetadataUsageId; extern const uint32_t Action_2_BeginInvoke_m2874742686_MetadataUsageId; extern const uint32_t Action_3_BeginInvoke_m1072732094_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Action_3_BeginInvoke_m2520418081_MetadataUsageId; extern RuntimeClass* LogType_t73765434_il2cpp_TypeInfo_var; extern const uint32_t Action_3_BeginInvoke_m2460093215_MetadataUsageId; extern const uint32_t Action_4_BeginInvoke_m1148429214_MetadataUsageId; 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 RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayReadOnlyList_1_get_Item_m2988101436_RuntimeMethod_var; extern String_t* _stringLiteral797640427; 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_m1550553218_RuntimeMethod_var; extern String_t* _stringLiteral2287514662; extern String_t* _stringLiteral3056411131; extern const uint32_t InternalEnumerator_1_get_Current_m1550553218_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2098027458_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2098027458_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m4261463672_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m4261463672_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m2502948185_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m2502948185_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_m3407006051_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m3407006051_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m3049964654_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m3049964654_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m3181488584_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m3181488584_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1544020864_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1544020864_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m744097251_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m744097251_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m525312468_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m525312468_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1971323376_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1971323376_MetadataUsageId; extern const RuntimeMethod* InternalEnumerator_1_get_Current_m1110604171_RuntimeMethod_var; extern const uint32_t InternalEnumerator_1_get_Current_m1110604171_MetadataUsageId; struct triDataU5BU5D_t4032783290; struct PlayerInfoU5BU5D_t1241674075; struct enumPersonPageU5BU5D_t2446123689; struct ByteU5BU5D_t4116647657; struct Int32U5BU5D_t385246372; struct Int64U5BU5D_t2559172825; struct ObjectU5BU5D_t2843939325; struct ColorU5BU5D_t941916413; struct Color32U5BU5D_t3850468773; struct RectU5BU5D_t2936723554; struct Vector2U5BU5D_t1457185986; struct Vector3U5BU5D_t1718750761; struct Vector4U5BU5D_t934056436; 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 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 LIST_1_T942764925_H #define LIST_1_T942764925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Boo.Lang.List`1 struct List_1_t942764925 : public RuntimeObject { public: // T[] Boo.Lang.List`1::_items ObjectU5BU5D_t2843939325* ____items_1; // System.Int32 Boo.Lang.List`1::_count int32_t ____count_2; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t942764925, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__count_2() { return static_cast(offsetof(List_1_t942764925, ____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; } }; struct List_1_t942764925_StaticFields { public: // T[] Boo.Lang.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_0; public: inline static int32_t get_offset_of_EmptyArray_0() { return static_cast(offsetof(List_1_t942764925_StaticFields, ___EmptyArray_0)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_0() const { return ___EmptyArray_0; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_0() { return &___EmptyArray_0; } inline void set_EmptyArray_0(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_0 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T942764925_H #ifndef CBETTERSET_1_T3194383868_H #define CBETTERSET_1_T3194383868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBetterSet`1 struct CBetterSet_1_t3194383868 : public RuntimeObject { public: // BetterList`1 CBetterSet`1::m_array BetterList_1_t2235126482 * ___m_array_0; // System.Int32 CBetterSet`1::m_itor int32_t ___m_itor_1; // System.Boolean CBetterSet`1::m_removeFlag bool ___m_removeFlag_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CBetterSet_1_t3194383868, ___m_array_0)); } inline BetterList_1_t2235126482 * get_m_array_0() const { return ___m_array_0; } inline BetterList_1_t2235126482 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(BetterList_1_t2235126482 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_itor_1() { return static_cast(offsetof(CBetterSet_1_t3194383868, ___m_itor_1)); } inline int32_t get_m_itor_1() const { return ___m_itor_1; } inline int32_t* get_address_of_m_itor_1() { return &___m_itor_1; } inline void set_m_itor_1(int32_t value) { ___m_itor_1 = value; } inline static int32_t get_offset_of_m_removeFlag_2() { return static_cast(offsetof(CBetterSet_1_t3194383868, ___m_removeFlag_2)); } inline bool get_m_removeFlag_2() const { return ___m_removeFlag_2; } inline bool* get_address_of_m_removeFlag_2() { return &___m_removeFlag_2; } inline void set_m_removeFlag_2(bool value) { ___m_removeFlag_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBETTERSET_1_T3194383868_H #ifndef CDATAWRAPPER_1_T2631656993_H #define CDATAWRAPPER_1_T2631656993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataWrapper`1 struct CDataWrapper_1_t2631656993 : public RuntimeObject { public: // T CDataWrapper`1::k__BackingField Il2CppChar ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataWrapper_1_t2631656993, ___U3CDataU3Ek__BackingField_0)); } inline Il2CppChar get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline Il2CppChar* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(Il2CppChar value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAWRAPPER_1_T2631656993_H #ifndef CDATAWRAPPER_1_T2077302687_H #define CDATAWRAPPER_1_T2077302687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataWrapper`1 struct CDataWrapper_1_t2077302687 : public RuntimeObject { public: // T CDataWrapper`1::k__BackingField RuntimeObject * ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataWrapper_1_t2077302687, ___U3CDataU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(RuntimeObject * value) { ___U3CDataU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDataU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAWRAPPER_1_T2077302687_H #ifndef CENCRPTHELP_1_T2107105261_H #define CENCRPTHELP_1_T2107105261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CEncrptHelp`1 struct CEncrptHelp_1_t2107105261 : public RuntimeObject { public: // BetterList`1 DMCore.Framework.Misc.CEncrptHelp`1::m_result BetterList_1_t289316694 * ___m_result_0; // System.Byte[] DMCore.Framework.Misc.CEncrptHelp`1::m_keyVal ByteU5BU5D_t4116647657* ___m_keyVal_1; public: inline static int32_t get_offset_of_m_result_0() { return static_cast(offsetof(CEncrptHelp_1_t2107105261, ___m_result_0)); } inline BetterList_1_t289316694 * get_m_result_0() const { return ___m_result_0; } inline BetterList_1_t289316694 ** get_address_of_m_result_0() { return &___m_result_0; } inline void set_m_result_0(BetterList_1_t289316694 * value) { ___m_result_0 = value; Il2CppCodeGenWriteBarrier((&___m_result_0), value); } inline static int32_t get_offset_of_m_keyVal_1() { return static_cast(offsetof(CEncrptHelp_1_t2107105261, ___m_keyVal_1)); } inline ByteU5BU5D_t4116647657* get_m_keyVal_1() const { return ___m_keyVal_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyVal_1() { return &___m_keyVal_1; } inline void set_m_keyVal_1(ByteU5BU5D_t4116647657* value) { ___m_keyVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_keyVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CENCRPTHELP_1_T2107105261_H #ifndef CENCRPTHELP_1_T2236265672_H #define CENCRPTHELP_1_T2236265672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CEncrptHelp`1 struct CEncrptHelp_1_t2236265672 : public RuntimeObject { public: // BetterList`1 DMCore.Framework.Misc.CEncrptHelp`1::m_result BetterList_1_t289316694 * ___m_result_0; // System.Byte[] DMCore.Framework.Misc.CEncrptHelp`1::m_keyVal ByteU5BU5D_t4116647657* ___m_keyVal_1; public: inline static int32_t get_offset_of_m_result_0() { return static_cast(offsetof(CEncrptHelp_1_t2236265672, ___m_result_0)); } inline BetterList_1_t289316694 * get_m_result_0() const { return ___m_result_0; } inline BetterList_1_t289316694 ** get_address_of_m_result_0() { return &___m_result_0; } inline void set_m_result_0(BetterList_1_t289316694 * value) { ___m_result_0 = value; Il2CppCodeGenWriteBarrier((&___m_result_0), value); } inline static int32_t get_offset_of_m_keyVal_1() { return static_cast(offsetof(CEncrptHelp_1_t2236265672, ___m_keyVal_1)); } inline ByteU5BU5D_t4116647657* get_m_keyVal_1() const { return ___m_keyVal_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyVal_1() { return &___m_keyVal_1; } inline void set_m_keyVal_1(ByteU5BU5D_t4116647657* value) { ___m_keyVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_keyVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CENCRPTHELP_1_T2236265672_H #ifndef ITASKBASE_1_T1810328984_H #define ITASKBASE_1_T1810328984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t1810328984 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Task.ITaskBase`1::m_TaskContainer List_1_t128053199 * ___m_TaskContainer_0; public: inline static int32_t get_offset_of_m_TaskContainer_0() { return static_cast(offsetof(ITaskBase_1_t1810328984, ___m_TaskContainer_0)); } inline List_1_t128053199 * get_m_TaskContainer_0() const { return ___m_TaskContainer_0; } inline List_1_t128053199 ** get_address_of_m_TaskContainer_0() { return &___m_TaskContainer_0; } inline void set_m_TaskContainer_0(List_1_t128053199 * value) { ___m_TaskContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_TaskContainer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITASKBASE_1_T1810328984_H #ifndef LIST_1_T128053199_H #define LIST_1_T128053199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t128053199 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t385246372* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t128053199, ____items_1)); } inline Int32U5BU5D_t385246372* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t385246372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t385246372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t128053199, ____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(List_1_t128053199, ____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; } }; struct List_1_t128053199_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t128053199_StaticFields, ___EmptyArray_4)); } inline Int32U5BU5D_t385246372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int32U5BU5D_t385246372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T128053199_H #ifndef ITASKBASE_1_T2595950535_H #define ITASKBASE_1_T2595950535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Task.ITaskBase`1::m_TaskContainer List_1_t913674750 * ___m_TaskContainer_0; public: inline static int32_t get_offset_of_m_TaskContainer_0() { return static_cast(offsetof(ITaskBase_1_t2595950535, ___m_TaskContainer_0)); } inline List_1_t913674750 * get_m_TaskContainer_0() const { return ___m_TaskContainer_0; } inline List_1_t913674750 ** get_address_of_m_TaskContainer_0() { return &___m_TaskContainer_0; } inline void set_m_TaskContainer_0(List_1_t913674750 * value) { ___m_TaskContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_TaskContainer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITASKBASE_1_T2595950535_H #ifndef U3CGETENUMERATORU3EC__ITERATOR6_T1401825746_H #define U3CGETENUMERATORU3EC__ITERATOR6_T1401825746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Boo.Lang.List`1/c__Iterator6 struct U3CGetEnumeratorU3Ec__Iterator6_t1401825746 : public RuntimeObject { public: // System.Int32 Boo.Lang.List`1/c__Iterator6::__0 int32_t ___U3CoriginalCountU3E__0_0; // T[] Boo.Lang.List`1/c__Iterator6::__1 ObjectU5BU5D_t2843939325* ___U3CoriginalItemsU3E__1_1; // System.Int32 Boo.Lang.List`1/c__Iterator6::__2 int32_t ___U3CiU3E__2_2; // System.Int32 Boo.Lang.List`1/c__Iterator6::$PC int32_t ___U24PC_3; // T Boo.Lang.List`1/c__Iterator6::$current RuntimeObject * ___U24current_4; // Boo.Lang.List`1 Boo.Lang.List`1/c__Iterator6::<>f__this List_1_t942764925 * ___U3CU3Ef__this_5; public: inline static int32_t get_offset_of_U3CoriginalCountU3E__0_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator6_t1401825746, ___U3CoriginalCountU3E__0_0)); } inline int32_t get_U3CoriginalCountU3E__0_0() const { return ___U3CoriginalCountU3E__0_0; } inline int32_t* get_address_of_U3CoriginalCountU3E__0_0() { return &___U3CoriginalCountU3E__0_0; } inline void set_U3CoriginalCountU3E__0_0(int32_t value) { ___U3CoriginalCountU3E__0_0 = value; } inline static int32_t get_offset_of_U3CoriginalItemsU3E__1_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator6_t1401825746, ___U3CoriginalItemsU3E__1_1)); } inline ObjectU5BU5D_t2843939325* get_U3CoriginalItemsU3E__1_1() const { return ___U3CoriginalItemsU3E__1_1; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CoriginalItemsU3E__1_1() { return &___U3CoriginalItemsU3E__1_1; } inline void set_U3CoriginalItemsU3E__1_1(ObjectU5BU5D_t2843939325* value) { ___U3CoriginalItemsU3E__1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CoriginalItemsU3E__1_1), value); } inline static int32_t get_offset_of_U3CiU3E__2_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator6_t1401825746, ___U3CiU3E__2_2)); } inline int32_t get_U3CiU3E__2_2() const { return ___U3CiU3E__2_2; } inline int32_t* get_address_of_U3CiU3E__2_2() { return &___U3CiU3E__2_2; } inline void set_U3CiU3E__2_2(int32_t value) { ___U3CiU3E__2_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator6_t1401825746, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator6_t1401825746, ___U24current_4)); } inline RuntimeObject * get_U24current_4() const { return ___U24current_4; } inline RuntimeObject ** get_address_of_U24current_4() { return &___U24current_4; } inline void set_U24current_4(RuntimeObject * value) { ___U24current_4 = value; Il2CppCodeGenWriteBarrier((&___U24current_4), value); } inline static int32_t get_offset_of_U3CU3Ef__this_5() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator6_t1401825746, ___U3CU3Ef__this_5)); } inline List_1_t942764925 * get_U3CU3Ef__this_5() const { return ___U3CU3Ef__this_5; } inline List_1_t942764925 ** get_address_of_U3CU3Ef__this_5() { return &___U3CU3Ef__this_5; } inline void set_U3CU3Ef__this_5(List_1_t942764925 * value) { ___U3CU3Ef__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR6_T1401825746_H #ifndef EQUALITYCOMPARER_1_T334648744_H #define EQUALITYCOMPARER_1_T334648744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t334648744 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t334648744_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t334648744 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t334648744_StaticFields, ____default_0)); } inline EqualityComparer_1_t334648744 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t334648744 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t334648744 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T334648744_H #ifndef EQUALITYCOMPARER_1_T3599036008_H #define EQUALITYCOMPARER_1_T3599036008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3599036008 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t3599036008_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t3599036008 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t3599036008_StaticFields, ____default_0)); } inline EqualityComparer_1_t3599036008 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t3599036008 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t3599036008 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T3599036008_H #ifndef EQUALITYCOMPARER_1_T1120718089_H #define EQUALITYCOMPARER_1_T1120718089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1120718089 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1120718089_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1120718089 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1120718089_StaticFields, ____default_0)); } inline EqualityComparer_1_t1120718089 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1120718089 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1120718089 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1120718089_H #ifndef EQUALITYCOMPARER_1_T1906339640_H #define EQUALITYCOMPARER_1_T1906339640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1906339640 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1906339640_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1906339640 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1906339640_StaticFields, ____default_0)); } inline EqualityComparer_1_t1906339640 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1906339640 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1906339640 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1906339640_H #ifndef EQUALITYCOMPARER_1_T1249878500_H #define EQUALITYCOMPARER_1_T1249878500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1249878500 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1249878500_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1249878500 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1249878500_StaticFields, ____default_0)); } inline EqualityComparer_1_t1249878500 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1249878500 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1249878500 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1249878500_H #ifndef EQUALITYCOMPARER_1_T725458660_H #define EQUALITYCOMPARER_1_T725458660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t725458660 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t725458660_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t725458660 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t725458660_StaticFields, ____default_0)); } inline EqualityComparer_1_t725458660 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t725458660 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t725458660 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T725458660_H #ifndef EQUALITYCOMPARER_1_T770273628_H #define EQUALITYCOMPARER_1_T770273628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t770273628 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t770273628_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t770273628 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t770273628_StaticFields, ____default_0)); } inline EqualityComparer_1_t770273628 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t770273628 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t770273628 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T770273628_H #ifndef EQUALITYCOMPARER_1_T530252195_H #define EQUALITYCOMPARER_1_T530252195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t530252195 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t530252195_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t530252195 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t530252195_StaticFields, ____default_0)); } inline EqualityComparer_1_t530252195 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t530252195 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t530252195 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T530252195_H #ifndef EQUALITYCOMPARER_1_T326001859_H #define EQUALITYCOMPARER_1_T326001859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t326001859 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t326001859_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t326001859 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t326001859_StaticFields, ____default_0)); } inline EqualityComparer_1_t326001859 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t326001859 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t326001859 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T326001859_H #ifndef EQUALITYCOMPARER_1_T1892085800_H #define EQUALITYCOMPARER_1_T1892085800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1892085800 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1892085800_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1892085800 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1892085800_StaticFields, ____default_0)); } inline EqualityComparer_1_t1892085800 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1892085800 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1892085800 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1892085800_H #ifndef EQUALITYCOMPARER_1_T1488801273_H #define EQUALITYCOMPARER_1_T1488801273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1488801273 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1488801273_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1488801273 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1488801273_StaticFields, ____default_0)); } inline EqualityComparer_1_t1488801273 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1488801273 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1488801273 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1488801273_H #ifndef LIST_1_T913674750_H #define LIST_1_T913674750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t913674750 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int64U5BU5D_t2559172825* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t913674750, ____items_1)); } inline Int64U5BU5D_t2559172825* get__items_1() const { return ____items_1; } inline Int64U5BU5D_t2559172825** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int64U5BU5D_t2559172825* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t913674750, ____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(List_1_t913674750, ____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; } }; struct List_1_t913674750_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int64U5BU5D_t2559172825* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t913674750_StaticFields, ___EmptyArray_4)); } inline Int64U5BU5D_t2559172825* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int64U5BU5D_t2559172825** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int64U5BU5D_t2559172825* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T913674750_H #ifndef U3CREGISTEREXPORTERU3EC__ANONSTOREY0_1_T1306306425_H #define U3CREGISTEREXPORTERU3EC__ANONSTOREY0_1_T1306306425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMapper/c__AnonStorey0`1 struct U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425 : public RuntimeObject { public: // LitJson.ExporterFunc`1 LitJson.JsonMapper/c__AnonStorey0`1::exporter ExporterFunc_1_t1983223696 * ___exporter_0; public: inline static int32_t get_offset_of_exporter_0() { return static_cast(offsetof(U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425, ___exporter_0)); } inline ExporterFunc_1_t1983223696 * get_exporter_0() const { return ___exporter_0; } inline ExporterFunc_1_t1983223696 ** get_address_of_exporter_0() { return &___exporter_0; } inline void set_exporter_0(ExporterFunc_1_t1983223696 * value) { ___exporter_0 = value; Il2CppCodeGenWriteBarrier((&___exporter_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTEREXPORTERU3EC__ANONSTOREY0_1_T1306306425_H #ifndef U3CREGISTERIMPORTERU3EC__ANONSTOREY1_2_T1504413337_H #define U3CREGISTERIMPORTERU3EC__ANONSTOREY1_2_T1504413337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMapper/c__AnonStorey1`2 struct U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337 : public RuntimeObject { public: // LitJson.ImporterFunc`2 LitJson.JsonMapper/c__AnonStorey1`2::importer ImporterFunc_2_t3974708465 * ___importer_0; public: inline static int32_t get_offset_of_importer_0() { return static_cast(offsetof(U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337, ___importer_0)); } inline ImporterFunc_2_t3974708465 * get_importer_0() const { return ___importer_0; } inline ImporterFunc_2_t3974708465 ** get_address_of_importer_0() { return &___importer_0; } inline void set_importer_0(ImporterFunc_2_t3974708465 * value) { ___importer_0 = value; Il2CppCodeGenWriteBarrier((&___importer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERIMPORTERU3EC__ANONSTOREY1_2_T1504413337_H #ifndef RESPONSE_1_T3363644753_H #define RESPONSE_1_T3363644753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Response`1 struct Response_1_t3363644753 : public RuntimeObject { public: // System.Collections.Generic.List`1 Response`1::list List_1_t257213610 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Response_1_t3363644753, ___list_0)); } inline List_1_t257213610 * get_list_0() const { return ___list_0; } inline List_1_t257213610 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t257213610 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESPONSE_1_T3363644753_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 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 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_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 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 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 MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef JSONWRITER_T3570089748_H #define JSONWRITER_T3570089748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonWriter struct JsonWriter_t3570089748 : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_t1011093999 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t1854483454 * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t3528271667* ___hex_seq_4; // System.Int32 LitJson.JsonWriter::indentation int32_t ___indentation_5; // System.Int32 LitJson.JsonWriter::indent_value int32_t ___indent_value_6; // System.Text.StringBuilder LitJson.JsonWriter::inst_string_builder StringBuilder_t * ___inst_string_builder_7; // System.Boolean LitJson.JsonWriter::pretty_print bool ___pretty_print_8; // System.Boolean LitJson.JsonWriter::validate bool ___validate_9; // System.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t3478189236 * ___writer_10; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_t3570089748, ___context_1)); } inline WriterContext_t1011093999 * get_context_1() const { return ___context_1; } inline WriterContext_t1011093999 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_t1011093999 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((&___context_1), value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_t3570089748, ___ctx_stack_2)); } inline Stack_1_t1854483454 * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t1854483454 ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t1854483454 * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((&___ctx_stack_2), value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_t3570089748, ___has_reached_end_3)); } inline bool get_has_reached_end_3() const { return ___has_reached_end_3; } inline bool* get_address_of_has_reached_end_3() { return &___has_reached_end_3; } inline void set_has_reached_end_3(bool value) { ___has_reached_end_3 = value; } inline static int32_t get_offset_of_hex_seq_4() { return static_cast(offsetof(JsonWriter_t3570089748, ___hex_seq_4)); } inline CharU5BU5D_t3528271667* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t3528271667** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t3528271667* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((&___hex_seq_4), value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_t3570089748, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indent_value_6() { return static_cast(offsetof(JsonWriter_t3570089748, ___indent_value_6)); } inline int32_t get_indent_value_6() const { return ___indent_value_6; } inline int32_t* get_address_of_indent_value_6() { return &___indent_value_6; } inline void set_indent_value_6(int32_t value) { ___indent_value_6 = value; } inline static int32_t get_offset_of_inst_string_builder_7() { return static_cast(offsetof(JsonWriter_t3570089748, ___inst_string_builder_7)); } inline StringBuilder_t * get_inst_string_builder_7() const { return ___inst_string_builder_7; } inline StringBuilder_t ** get_address_of_inst_string_builder_7() { return &___inst_string_builder_7; } inline void set_inst_string_builder_7(StringBuilder_t * value) { ___inst_string_builder_7 = value; Il2CppCodeGenWriteBarrier((&___inst_string_builder_7), value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_t3570089748, ___pretty_print_8)); } inline bool get_pretty_print_8() const { return ___pretty_print_8; } inline bool* get_address_of_pretty_print_8() { return &___pretty_print_8; } inline void set_pretty_print_8(bool value) { ___pretty_print_8 = value; } inline static int32_t get_offset_of_validate_9() { return static_cast(offsetof(JsonWriter_t3570089748, ___validate_9)); } inline bool get_validate_9() const { return ___validate_9; } inline bool* get_address_of_validate_9() { return &___validate_9; } inline void set_validate_9(bool value) { ___validate_9 = value; } inline static int32_t get_offset_of_writer_10() { return static_cast(offsetof(JsonWriter_t3570089748, ___writer_10)); } inline TextWriter_t3478189236 * get_writer_10() const { return ___writer_10; } inline TextWriter_t3478189236 ** get_address_of_writer_10() { return &___writer_10; } inline void set_writer_10(TextWriter_t3478189236 * value) { ___writer_10 = value; Il2CppCodeGenWriteBarrier((&___writer_10), value); } }; struct JsonWriter_t3570089748_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_t435877138 * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_t3570089748_StaticFields, ___number_format_0)); } inline NumberFormatInfo_t435877138 * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_t435877138 ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_t435877138 * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((&___number_format_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITER_T3570089748_H #ifndef ITASKBASE_1_T1939489395_H #define ITASKBASE_1_T1939489395_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t1939489395 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Task.ITaskBase`1::m_TaskContainer List_1_t257213610 * ___m_TaskContainer_0; public: inline static int32_t get_offset_of_m_TaskContainer_0() { return static_cast(offsetof(ITaskBase_1_t1939489395, ___m_TaskContainer_0)); } inline List_1_t257213610 * get_m_TaskContainer_0() const { return ___m_TaskContainer_0; } inline List_1_t257213610 ** get_address_of_m_TaskContainer_0() { return &___m_TaskContainer_0; } inline void set_m_TaskContainer_0(List_1_t257213610 * value) { ___m_TaskContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_TaskContainer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITASKBASE_1_T1939489395_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____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(List_1_t257213610, ____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; } }; struct List_1_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef CSAFELINKEDLIST_1_T1705214213_H #define CSAFELINKEDLIST_1_T1705214213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CSafeLinkedList`1 struct CSafeLinkedList_1_t1705214213 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.Framework.Thread.CSafeLinkedList`1::m_list LinkedList_1_t1919752173 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(CSafeLinkedList_1_t1705214213, ___m_list_0)); } inline LinkedList_1_t1919752173 * get_m_list_0() const { return ___m_list_0; } inline LinkedList_1_t1919752173 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(LinkedList_1_t1919752173 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((&___m_list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSAFELINKEDLIST_1_T1705214213_H #ifndef LINKEDLIST_1_T1919752173_H #define LINKEDLIST_1_T1919752173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t2825281267 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t1919752173, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t1919752173, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t1919752173, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t1919752173, ___first_5)); } inline LinkedListNode_1_t2825281267 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t2825281267 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t2825281267 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t1919752173, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T1919752173_H #ifndef LINKEDLISTNODE_1_T2825281267_H #define LINKEDLISTNODE_1_T2825281267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item RuntimeObject * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t1919752173 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t2825281267 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t2825281267 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___item_0)); } inline RuntimeObject * get_item_0() const { return ___item_0; } inline RuntimeObject ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(RuntimeObject * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___container_1)); } inline LinkedList_1_t1919752173 * get_container_1() const { return ___container_1; } inline LinkedList_1_t1919752173 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t1919752173 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___forward_2)); } inline LinkedListNode_1_t2825281267 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t2825281267 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t2825281267 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___back_3)); } inline LinkedListNode_1_t2825281267 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t2825281267 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t2825281267 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T2825281267_H #ifndef CAWARDLIST_T4094041907_H #define CAWARDLIST_T4094041907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardList struct CAwardList_t4094041907 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CAwardList::m_AwardList List_1_t3149535657 * ___m_AwardList_0; public: inline static int32_t get_offset_of_m_AwardList_0() { return static_cast(offsetof(CAwardList_t4094041907, ___m_AwardList_0)); } inline List_1_t3149535657 * get_m_AwardList_0() const { return ___m_AwardList_0; } inline List_1_t3149535657 ** get_address_of_m_AwardList_0() { return &___m_AwardList_0; } inline void set_m_AwardList_0(List_1_t3149535657 * value) { ___m_AwardList_0 = value; Il2CppCodeGenWriteBarrier((&___m_AwardList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDLIST_T4094041907_H #ifndef CAWARDITEM_T1677460915_H #define CAWARDITEM_T1677460915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CAwardItem::m_configId int32_t ___m_configId_0; // System.Int32 DMCore.Logic.CAwardItem::m_amount int32_t ___m_amount_1; // System.Int32 DMCore.Logic.CAwardItem::m_valid int32_t ___m_valid_2; // System.Int32 DMCore.Logic.CAwardItem::m_sex int32_t ___m_sex_3; public: inline static int32_t get_offset_of_m_configId_0() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_configId_0)); } inline int32_t get_m_configId_0() const { return ___m_configId_0; } inline int32_t* get_address_of_m_configId_0() { return &___m_configId_0; } inline void set_m_configId_0(int32_t value) { ___m_configId_0 = value; } inline static int32_t get_offset_of_m_amount_1() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_amount_1)); } inline int32_t get_m_amount_1() const { return ___m_amount_1; } inline int32_t* get_address_of_m_amount_1() { return &___m_amount_1; } inline void set_m_amount_1(int32_t value) { ___m_amount_1 = value; } inline static int32_t get_offset_of_m_valid_2() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_valid_2)); } inline int32_t get_m_valid_2() const { return ___m_valid_2; } inline int32_t* get_address_of_m_valid_2() { return &___m_valid_2; } inline void set_m_valid_2(int32_t value) { ___m_valid_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDITEM_T1677460915_H #ifndef SORTKEYINFO_1_T3619707304_H #define SORTKEYINFO_1_T3619707304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV int32_t ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV int32_t ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___LKV_0)); } inline int32_t get_LKV_0() const { return ___LKV_0; } inline int32_t* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(int32_t value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___RKV_1)); } inline int32_t get_RKV_1() const { return ___RKV_1; } inline int32_t* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(int32_t value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T3619707304_H #ifndef SORTKEYINFO_1_T110361559_H #define SORTKEYINFO_1_T110361559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t110361559 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV int64_t ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV int64_t ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___LKV_0)); } inline int64_t get_LKV_0() const { return ___LKV_0; } inline int64_t* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(int64_t value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___RKV_1)); } inline int64_t get_RKV_1() const { return ___RKV_1; } inline int64_t* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(int64_t value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T110361559_H #ifndef SORTKEYINFO_1_T3748867715_H #define SORTKEYINFO_1_T3748867715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3748867715 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV RuntimeObject * ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV RuntimeObject * ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t3748867715, ___LKV_0)); } inline RuntimeObject * get_LKV_0() const { return ___LKV_0; } inline RuntimeObject ** get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(RuntimeObject * value) { ___LKV_0 = value; Il2CppCodeGenWriteBarrier((&___LKV_0), value); } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t3748867715, ___RKV_1)); } inline RuntimeObject * get_RKV_1() const { return ___RKV_1; } inline RuntimeObject ** get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(RuntimeObject * value) { ___RKV_1 = value; Il2CppCodeGenWriteBarrier((&___RKV_1), value); } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t3748867715, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T3748867715_H #ifndef SORTKEYINFO_1_T2066028325_H #define SORTKEYINFO_1_T2066028325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t2066028325 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV float ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV float ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___LKV_0)); } inline float get_LKV_0() const { return ___LKV_0; } inline float* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(float value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___RKV_1)); } inline float get_RKV_1() const { return ___RKV_1; } inline float* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(float value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T2066028325_H #ifndef BETTERLIST_1_T2891587622_H #define BETTERLIST_1_T2891587622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2891587622 : public RuntimeObject { public: // T[] BetterList`1::buffer Int64U5BU5D_t2559172825* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2891587622, ___buffer_0)); } inline Int64U5BU5D_t2559172825* get_buffer_0() const { return ___buffer_0; } inline Int64U5BU5D_t2559172825** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Int64U5BU5D_t2559172825* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2891587622, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2891587622_H #ifndef BETTERLIST_1_T1319896726_H #define BETTERLIST_1_T1319896726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1319896726 : public RuntimeObject { public: // T[] BetterList`1::buffer enumPersonPageU5BU5D_t2446123689* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1319896726, ___buffer_0)); } inline enumPersonPageU5BU5D_t2446123689* get_buffer_0() const { return ___buffer_0; } inline enumPersonPageU5BU5D_t2446123689** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(enumPersonPageU5BU5D_t2446123689* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1319896726, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1319896726_H #ifndef BETTERLIST_1_T1515500177_H #define BETTERLIST_1_T1515500177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1515500177 : public RuntimeObject { public: // T[] BetterList`1::buffer RectU5BU5D_t2936723554* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1515500177, ___buffer_0)); } inline RectU5BU5D_t2936723554* get_buffer_0() const { return ___buffer_0; } inline RectU5BU5D_t2936723554** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(RectU5BU5D_t2936723554* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1515500177, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1515500177_H #ifndef BETTERLIST_1_T269126732_H #define BETTERLIST_1_T269126732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t269126732 : public RuntimeObject { public: // T[] BetterList`1::buffer PlayerInfoU5BU5D_t1241674075* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t269126732, ___buffer_0)); } inline PlayerInfoU5BU5D_t1241674075* get_buffer_0() const { return ___buffer_0; } inline PlayerInfoU5BU5D_t1241674075** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(PlayerInfoU5BU5D_t1241674075* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t269126732, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T269126732_H #ifndef BETTERLIST_1_T2105966071_H #define BETTERLIST_1_T2105966071_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2105966071 : public RuntimeObject { public: // T[] BetterList`1::buffer Int32U5BU5D_t385246372* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2105966071, ___buffer_0)); } inline Int32U5BU5D_t385246372* get_buffer_0() const { return ___buffer_0; } inline Int32U5BU5D_t385246372** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Int32U5BU5D_t385246372* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2105966071, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2105966071_H #ifndef BETTERLIST_1_T1311249841_H #define BETTERLIST_1_T1311249841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1311249841 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector2U5BU5D_t1457185986* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1311249841, ___buffer_0)); } inline Vector2U5BU5D_t1457185986* get_buffer_0() const { return ___buffer_0; } inline Vector2U5BU5D_t1457185986** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector2U5BU5D_t1457185986* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1311249841, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1311249841_H #ifndef BETTERLIST_1_T3439327257_H #define BETTERLIST_1_T3439327257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t3439327257 : public RuntimeObject { public: // T[] BetterList`1::buffer triDataU5BU5D_t4032783290* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t3439327257, ___buffer_0)); } inline triDataU5BU5D_t4032783290* get_buffer_0() const { return ___buffer_0; } inline triDataU5BU5D_t4032783290** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(triDataU5BU5D_t4032783290* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3439327257, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T3439327257_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T983456336_H #define U3CGETENUMERATORU3EC__ITERATOR0_T983456336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t983456336 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t289316694 * ___U24this_1; // T BetterList`1/c__Iterator0::$current uint8_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24this_1)); } inline BetterList_1_t289316694 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t289316694 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t289316694 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24current_2)); } inline uint8_t get_U24current_2() const { return ___U24current_2; } inline uint8_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(uint8_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T983456336_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T3585727264_H #define U3CGETENUMERATORU3EC__ITERATOR0_T3585727264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3585727264 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2891587622 * ___U24this_1; // T BetterList`1/c__Iterator0::$current int64_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24this_1)); } inline BetterList_1_t2891587622 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2891587622 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2891587622 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24current_2)); } inline int64_t get_U24current_2() const { return ___U24current_2; } inline int64_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(int64_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T3585727264_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2800105713_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2800105713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2800105713 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2105966071 * ___U24this_1; // T BetterList`1/c__Iterator0::$current int32_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24this_1)); } inline BetterList_1_t2105966071 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2105966071 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2105966071 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24current_2)); } inline int32_t get_U24current_2() const { return ___U24current_2; } inline int32_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(int32_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2800105713_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2929266124_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2929266124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2929266124 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2235126482 * ___U24this_1; // T BetterList`1/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24this_1)); } inline BetterList_1_t2235126482 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2235126482 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2235126482 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___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_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2929266124_H #ifndef BETTERLIST_1_T2235126482_H #define BETTERLIST_1_T2235126482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2235126482 : public RuntimeObject { public: // T[] BetterList`1::buffer ObjectU5BU5D_t2843939325* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2235126482, ___buffer_0)); } inline ObjectU5BU5D_t2843939325* get_buffer_0() const { return ___buffer_0; } inline ObjectU5BU5D_t2843939325** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ObjectU5BU5D_t2843939325* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2235126482, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2235126482_H #ifndef BETTERLIST_1_T1710706642_H #define BETTERLIST_1_T1710706642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1710706642 : public RuntimeObject { public: // T[] BetterList`1::buffer ColorU5BU5D_t941916413* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1710706642, ___buffer_0)); } inline ColorU5BU5D_t941916413* get_buffer_0() const { return ___buffer_0; } inline ColorU5BU5D_t941916413** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ColorU5BU5D_t941916413* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1710706642, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1710706642_H #ifndef BETTERLIST_1_T289316694_H #define BETTERLIST_1_T289316694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t289316694 : public RuntimeObject { public: // T[] BetterList`1::buffer ByteU5BU5D_t4116647657* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t289316694, ___buffer_0)); } inline ByteU5BU5D_t4116647657* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_t4116647657* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t289316694, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T289316694_H #ifndef BETTERLIST_1_T1755521610_H #define BETTERLIST_1_T1755521610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1755521610 : public RuntimeObject { public: // T[] BetterList`1::buffer Color32U5BU5D_t3850468773* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1755521610, ___buffer_0)); } inline Color32U5BU5D_t3850468773* get_buffer_0() const { return ___buffer_0; } inline Color32U5BU5D_t3850468773** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Color32U5BU5D_t3850468773* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1755521610, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1755521610_H #ifndef BETTERLIST_1_T2877333782_H #define BETTERLIST_1_T2877333782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2877333782 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector3U5BU5D_t1718750761* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2877333782, ___buffer_0)); } inline Vector3U5BU5D_t1718750761* get_buffer_0() const { return ___buffer_0; } inline Vector3U5BU5D_t1718750761** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector3U5BU5D_t1718750761* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2877333782, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2877333782_H #ifndef EQUALITYCOMPARER_1_T2454079275_H #define EQUALITYCOMPARER_1_T2454079275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t2454079275 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t2454079275_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t2454079275 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t2454079275_StaticFields, ____default_0)); } inline EqualityComparer_1_t2454079275 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t2454079275 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t2454079275 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T2454079275_H #ifndef BETTERLIST_1_T2474049255_H #define BETTERLIST_1_T2474049255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2474049255 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector4U5BU5D_t934056436* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2474049255, ___buffer_0)); } inline Vector4U5BU5D_t934056436* get_buffer_0() const { return ___buffer_0; } inline Vector4U5BU5D_t934056436** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector4U5BU5D_t934056436* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2474049255, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2474049255_H #ifndef EQUALITYCOMPARER_1_T3578846046_H #define EQUALITYCOMPARER_1_T3578846046_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3578846046 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t3578846046_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t3578846046 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t3578846046_StaticFields, ____default_0)); } inline EqualityComparer_1_t3578846046 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t3578846046 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t3578846046 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T3578846046_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 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 INTERNALENUMERATOR_1_T1450519098_H #define INTERNALENUMERATOR_1_T1450519098_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_t1450519098 { 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_t1450519098, ___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_t1450519098, ___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_T1450519098_H #ifndef AVATARDATA_T1324163534_H #define AVATARDATA_T1324163534_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoleAvatar/avatarData struct avatarData_t1324163534 { public: // System.Int32 DMCore.Net.Protocol.SMsgRoleAvatar/avatarData::avatarIndex int32_t ___avatarIndex_0; // System.Int32 DMCore.Net.Protocol.SMsgRoleAvatar/avatarData::avatarModel int32_t ___avatarModel_1; public: inline static int32_t get_offset_of_avatarIndex_0() { return static_cast(offsetof(avatarData_t1324163534, ___avatarIndex_0)); } inline int32_t get_avatarIndex_0() const { return ___avatarIndex_0; } inline int32_t* get_address_of_avatarIndex_0() { return &___avatarIndex_0; } inline void set_avatarIndex_0(int32_t value) { ___avatarIndex_0 = value; } inline static int32_t get_offset_of_avatarModel_1() { return static_cast(offsetof(avatarData_t1324163534, ___avatarModel_1)); } inline int32_t get_avatarModel_1() const { return ___avatarModel_1; } inline int32_t* get_address_of_avatarModel_1() { return &___avatarModel_1; } inline void set_avatarModel_1(int32_t value) { ___avatarModel_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARDATA_T1324163534_H #ifndef POSTERUNIT_T798725687_H #define POSTERUNIT_T798725687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterUnit struct PosterUnit_t798725687 { public: // System.Int32 DMCore.Logic.PosterUnit::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PosterUnit_t798725687, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSTERUNIT_T798725687_H #ifndef PLUNDERUSERINFO_T1747868972_H #define PLUNDERUSERINFO_T1747868972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo struct PlunderUserInfo_t1747868972 { public: // System.Int64 DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo::userId int64_t ___userId_0; // System.Int32 DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo::userSex int32_t ___userSex_1; // System.String DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo::userName String_t* ___userName_2; // System.Int64 DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo::userPhotoId int64_t ___userPhotoId_3; // System.Boolean DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo::bEnemy bool ___bEnemy_4; public: inline static int32_t get_offset_of_userId_0() { return static_cast(offsetof(PlunderUserInfo_t1747868972, ___userId_0)); } inline int64_t get_userId_0() const { return ___userId_0; } inline int64_t* get_address_of_userId_0() { return &___userId_0; } inline void set_userId_0(int64_t value) { ___userId_0 = value; } inline static int32_t get_offset_of_userSex_1() { return static_cast(offsetof(PlunderUserInfo_t1747868972, ___userSex_1)); } inline int32_t get_userSex_1() const { return ___userSex_1; } inline int32_t* get_address_of_userSex_1() { return &___userSex_1; } inline void set_userSex_1(int32_t value) { ___userSex_1 = value; } inline static int32_t get_offset_of_userName_2() { return static_cast(offsetof(PlunderUserInfo_t1747868972, ___userName_2)); } inline String_t* get_userName_2() const { return ___userName_2; } inline String_t** get_address_of_userName_2() { return &___userName_2; } inline void set_userName_2(String_t* value) { ___userName_2 = value; Il2CppCodeGenWriteBarrier((&___userName_2), value); } inline static int32_t get_offset_of_userPhotoId_3() { return static_cast(offsetof(PlunderUserInfo_t1747868972, ___userPhotoId_3)); } inline int64_t get_userPhotoId_3() const { return ___userPhotoId_3; } inline int64_t* get_address_of_userPhotoId_3() { return &___userPhotoId_3; } inline void set_userPhotoId_3(int64_t value) { ___userPhotoId_3 = value; } inline static int32_t get_offset_of_bEnemy_4() { return static_cast(offsetof(PlunderUserInfo_t1747868972, ___bEnemy_4)); } inline bool get_bEnemy_4() const { return ___bEnemy_4; } inline bool* get_address_of_bEnemy_4() { return &___bEnemy_4; } inline void set_bEnemy_4(bool value) { ___bEnemy_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo struct PlunderUserInfo_t1747868972_marshaled_pinvoke { int64_t ___userId_0; int32_t ___userSex_1; char* ___userName_2; int64_t ___userPhotoId_3; int32_t ___bEnemy_4; }; // Native definition for COM marshalling of DMCore.Logic.Tryst_PlunderTask/PlunderUserInfo struct PlunderUserInfo_t1747868972_marshaled_com { int64_t ___userId_0; int32_t ___userSex_1; Il2CppChar* ___userName_2; int64_t ___userPhotoId_3; int32_t ___bEnemy_4; }; #endif // PLUNDERUSERINFO_T1747868972_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 SAMESTYLEPKGUNIT_T4098334887_H #define SAMESTYLEPKGUNIT_T4098334887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SameStylePkgUnit struct SameStylePkgUnit_t4098334887 { public: // System.Int32 DMCore.Logic.SameStylePkgUnit::configId int32_t ___configId_0; // System.Int32 DMCore.Logic.SameStylePkgUnit::payType int32_t ___payType_1; // System.Int32 DMCore.Logic.SameStylePkgUnit::price int32_t ___price_2; // System.Int32 DMCore.Logic.SameStylePkgUnit::valid int32_t ___valid_3; // System.Int32 DMCore.Logic.SameStylePkgUnit::fashion int32_t ___fashion_4; public: inline static int32_t get_offset_of_configId_0() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___configId_0)); } inline int32_t get_configId_0() const { return ___configId_0; } inline int32_t* get_address_of_configId_0() { return &___configId_0; } inline void set_configId_0(int32_t value) { ___configId_0 = value; } inline static int32_t get_offset_of_payType_1() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___payType_1)); } inline int32_t get_payType_1() const { return ___payType_1; } inline int32_t* get_address_of_payType_1() { return &___payType_1; } inline void set_payType_1(int32_t value) { ___payType_1 = value; } inline static int32_t get_offset_of_price_2() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___price_2)); } inline int32_t get_price_2() const { return ___price_2; } inline int32_t* get_address_of_price_2() { return &___price_2; } inline void set_price_2(int32_t value) { ___price_2 = value; } inline static int32_t get_offset_of_valid_3() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___valid_3)); } inline int32_t get_valid_3() const { return ___valid_3; } inline int32_t* get_address_of_valid_3() { return &___valid_3; } inline void set_valid_3(int32_t value) { ___valid_3 = value; } inline static int32_t get_offset_of_fashion_4() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___fashion_4)); } inline int32_t get_fashion_4() const { return ___fashion_4; } inline int32_t* get_address_of_fashion_4() { return &___fashion_4; } inline void set_fashion_4(int32_t value) { ___fashion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAMESTYLEPKGUNIT_T4098334887_H #ifndef TRYST_ROLE_T376904606_H #define TRYST_ROLE_T376904606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.Tryst_Role struct Tryst_Role_t376904606 { public: // System.Int64 DMCore.Logic.Tryst_Role::roleId int64_t ___roleId_0; // System.String DMCore.Logic.Tryst_Role::roleName String_t* ___roleName_1; // System.Int32 DMCore.Logic.Tryst_Role::roleSex int32_t ___roleSex_2; // System.Int64 DMCore.Logic.Tryst_Role::rolePhotoId int64_t ___rolePhotoId_3; // System.Int32 DMCore.Logic.Tryst_Role::teamId int32_t ___teamId_4; // System.Int32 DMCore.Logic.Tryst_Role::score int32_t ___score_5; public: inline static int32_t get_offset_of_roleId_0() { return static_cast(offsetof(Tryst_Role_t376904606, ___roleId_0)); } inline int64_t get_roleId_0() const { return ___roleId_0; } inline int64_t* get_address_of_roleId_0() { return &___roleId_0; } inline void set_roleId_0(int64_t value) { ___roleId_0 = value; } inline static int32_t get_offset_of_roleName_1() { return static_cast(offsetof(Tryst_Role_t376904606, ___roleName_1)); } inline String_t* get_roleName_1() const { return ___roleName_1; } inline String_t** get_address_of_roleName_1() { return &___roleName_1; } inline void set_roleName_1(String_t* value) { ___roleName_1 = value; Il2CppCodeGenWriteBarrier((&___roleName_1), value); } inline static int32_t get_offset_of_roleSex_2() { return static_cast(offsetof(Tryst_Role_t376904606, ___roleSex_2)); } inline int32_t get_roleSex_2() const { return ___roleSex_2; } inline int32_t* get_address_of_roleSex_2() { return &___roleSex_2; } inline void set_roleSex_2(int32_t value) { ___roleSex_2 = value; } inline static int32_t get_offset_of_rolePhotoId_3() { return static_cast(offsetof(Tryst_Role_t376904606, ___rolePhotoId_3)); } inline int64_t get_rolePhotoId_3() const { return ___rolePhotoId_3; } inline int64_t* get_address_of_rolePhotoId_3() { return &___rolePhotoId_3; } inline void set_rolePhotoId_3(int64_t value) { ___rolePhotoId_3 = value; } inline static int32_t get_offset_of_teamId_4() { return static_cast(offsetof(Tryst_Role_t376904606, ___teamId_4)); } inline int32_t get_teamId_4() const { return ___teamId_4; } inline int32_t* get_address_of_teamId_4() { return &___teamId_4; } inline void set_teamId_4(int32_t value) { ___teamId_4 = value; } inline static int32_t get_offset_of_score_5() { return static_cast(offsetof(Tryst_Role_t376904606, ___score_5)); } inline int32_t get_score_5() const { return ___score_5; } inline int32_t* get_address_of_score_5() { return &___score_5; } inline void set_score_5(int32_t value) { ___score_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.Tryst_Role struct Tryst_Role_t376904606_marshaled_pinvoke { int64_t ___roleId_0; char* ___roleName_1; int32_t ___roleSex_2; int64_t ___rolePhotoId_3; int32_t ___teamId_4; int32_t ___score_5; }; // Native definition for COM marshalling of DMCore.Logic.Tryst_Role struct Tryst_Role_t376904606_marshaled_com { int64_t ___roleId_0; Il2CppChar* ___roleName_1; int32_t ___roleSex_2; int64_t ___rolePhotoId_3; int32_t ___teamId_4; int32_t ___score_5; }; #endif // TRYST_ROLE_T376904606_H #ifndef INTERNALENUMERATOR_1_T585474963_H #define INTERNALENUMERATOR_1_T585474963_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_t585474963 { 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_t585474963, ___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_t585474963, ___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_T585474963_H #ifndef INTERNALENUMERATOR_1_T896403760_H #define INTERNALENUMERATOR_1_T896403760_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_t896403760 { 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_t896403760, ___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_t896403760, ___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_T896403760_H #ifndef KEYVALUEPAIR_2_T2245450819_H #define KEYVALUEPAIR_2_T2245450819_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_t2245450819 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___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_t2245450819, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2245450819, ___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_T2245450819_H #ifndef KEYVALUEPAIR_2_T2401056908_H #define KEYVALUEPAIR_2_T2401056908_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_t2401056908 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2401056908, ___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_t2401056908, ___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 // KEYVALUEPAIR_2_T2401056908_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 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 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 EQUIPUNIT_T3626763472_H #define EQUIPUNIT_T3626763472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EquipUnit struct EquipUnit_t3626763472 { public: // System.Int32 DMCore.Logic.EquipUnit::nSex int32_t ___nSex_0; // System.Int32 DMCore.Logic.EquipUnit::configId int32_t ___configId_1; // System.Int32 DMCore.Logic.EquipUnit::originPrice int32_t ___originPrice_2; // System.Int32 DMCore.Logic.EquipUnit::salePrice int32_t ___salePrice_3; // System.Int32 DMCore.Logic.EquipUnit::payType int32_t ___payType_4; public: inline static int32_t get_offset_of_nSex_0() { return static_cast(offsetof(EquipUnit_t3626763472, ___nSex_0)); } inline int32_t get_nSex_0() const { return ___nSex_0; } inline int32_t* get_address_of_nSex_0() { return &___nSex_0; } inline void set_nSex_0(int32_t value) { ___nSex_0 = value; } inline static int32_t get_offset_of_configId_1() { return static_cast(offsetof(EquipUnit_t3626763472, ___configId_1)); } inline int32_t get_configId_1() const { return ___configId_1; } inline int32_t* get_address_of_configId_1() { return &___configId_1; } inline void set_configId_1(int32_t value) { ___configId_1 = value; } inline static int32_t get_offset_of_originPrice_2() { return static_cast(offsetof(EquipUnit_t3626763472, ___originPrice_2)); } inline int32_t get_originPrice_2() const { return ___originPrice_2; } inline int32_t* get_address_of_originPrice_2() { return &___originPrice_2; } inline void set_originPrice_2(int32_t value) { ___originPrice_2 = value; } inline static int32_t get_offset_of_salePrice_3() { return static_cast(offsetof(EquipUnit_t3626763472, ___salePrice_3)); } inline int32_t get_salePrice_3() const { return ___salePrice_3; } inline int32_t* get_address_of_salePrice_3() { return &___salePrice_3; } inline void set_salePrice_3(int32_t value) { ___salePrice_3 = value; } inline static int32_t get_offset_of_payType_4() { return static_cast(offsetof(EquipUnit_t3626763472, ___payType_4)); } inline int32_t get_payType_4() const { return ___payType_4; } inline int32_t* get_address_of_payType_4() { return &___payType_4; } inline void set_payType_4(int32_t value) { ___payType_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUIPUNIT_T3626763472_H #ifndef KEYVALUEPAIR_2_T2116290408_H #define KEYVALUEPAIR_2_T2116290408_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_t2116290408 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2116290408, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2116290408, ___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 // KEYVALUEPAIR_2_T2116290408_H #ifndef INTERNALENUMERATOR_1_T2807139534_H #define INTERNALENUMERATOR_1_T2807139534_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_t2807139534 { 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_t2807139534, ___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_t2807139534, ___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_T2807139534_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 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 PLAYERINFO_T1114106414_H #define PLAYERINFO_T1114106414_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFortuneCat/PlayerInfo struct PlayerInfo_t1114106414 { public: // System.Int32 DMCore.Logic.CActivityFortuneCat/PlayerInfo::awardCount int32_t ___awardCount_0; // System.String DMCore.Logic.CActivityFortuneCat/PlayerInfo::name String_t* ___name_1; public: inline static int32_t get_offset_of_awardCount_0() { return static_cast(offsetof(PlayerInfo_t1114106414, ___awardCount_0)); } inline int32_t get_awardCount_0() const { return ___awardCount_0; } inline int32_t* get_address_of_awardCount_0() { return &___awardCount_0; } inline void set_awardCount_0(int32_t value) { ___awardCount_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(PlayerInfo_t1114106414, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.CActivityFortuneCat/PlayerInfo struct PlayerInfo_t1114106414_marshaled_pinvoke { int32_t ___awardCount_0; char* ___name_1; }; // Native definition for COM marshalling of DMCore.Logic.CActivityFortuneCat/PlayerInfo struct PlayerInfo_t1114106414_marshaled_com { int32_t ___awardCount_0; Il2CppChar* ___name_1; }; #endif // PLAYERINFO_T1114106414_H #ifndef KEYVALUEPAIR_2_T4237331251_H #define KEYVALUEPAIR_2_T4237331251_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_t4237331251 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4237331251, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4237331251, ___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 // KEYVALUEPAIR_2_T4237331251_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 KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_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_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___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_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___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_T71524366_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 INTERNALENUMERATOR_1_T4023880200_H #define INTERNALENUMERATOR_1_T4023880200_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_t4023880200 { 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_t4023880200, ___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_t4023880200, ___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_T4023880200_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 INTERNALENUMERATOR_1_T1069496366_H #define INTERNALENUMERATOR_1_T1069496366_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_t1069496366 { 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_t1069496366, ___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_t1069496366, ___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_T1069496366_H #ifndef TASKDETAILS_T596638303_H #define TASKDETAILS_T596638303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTaskConfig/TaskDetails struct TaskDetails_t596638303 { public: // System.Int32 DMCore.Logic.CTaskConfig/TaskDetails::descriptionID int32_t ___descriptionID_0; // System.Int32 DMCore.Logic.CTaskConfig/TaskDetails::pageID int32_t ___pageID_1; // System.Int32 DMCore.Logic.CTaskConfig/TaskDetails::nameID int32_t ___nameID_2; public: inline static int32_t get_offset_of_descriptionID_0() { return static_cast(offsetof(TaskDetails_t596638303, ___descriptionID_0)); } inline int32_t get_descriptionID_0() const { return ___descriptionID_0; } inline int32_t* get_address_of_descriptionID_0() { return &___descriptionID_0; } inline void set_descriptionID_0(int32_t value) { ___descriptionID_0 = value; } inline static int32_t get_offset_of_pageID_1() { return static_cast(offsetof(TaskDetails_t596638303, ___pageID_1)); } inline int32_t get_pageID_1() const { return ___pageID_1; } inline int32_t* get_address_of_pageID_1() { return &___pageID_1; } inline void set_pageID_1(int32_t value) { ___pageID_1 = value; } inline static int32_t get_offset_of_nameID_2() { return static_cast(offsetof(TaskDetails_t596638303, ___nameID_2)); } inline int32_t get_nameID_2() const { return ___nameID_2; } inline int32_t* get_address_of_nameID_2() { return &___nameID_2; } inline void set_nameID_2(int32_t value) { ___nameID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TASKDETAILS_T596638303_H #ifndef INTERNALENUMERATOR_1_T1503702420_H #define INTERNALENUMERATOR_1_T1503702420_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_t1503702420 { 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_t1503702420, ___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_t1503702420, ___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_T1503702420_H #ifndef RECT_T2360479859_H #define RECT_T2360479859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rect struct Rect_t2360479859 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t2360479859, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t2360479859, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t2360479859, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t2360479859, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECT_T2360479859_H #ifndef INTERNALENUMERATOR_1_T385954113_H #define INTERNALENUMERATOR_1_T385954113_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_t385954113 { 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_t385954113, ___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_t385954113, ___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_T385954113_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 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 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 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 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 MEMBERINFO_T2195004153_H #define MEMBERINFO_T2195004153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo struct MemberInfo_t2195004153 { public: // System.Int64 DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo::_nUserId int64_t ____nUserId_0; // System.String DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo::_strNickName String_t* ____strNickName_1; // System.Int32 DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo::_nSex int32_t ____nSex_2; // System.Int32 DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo::_nLv int32_t ____nLv_3; // System.Int32 DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo::_nVipLv int32_t ____nVipLv_4; // System.Int32 DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo::_nMemberLv int32_t ____nMemberLv_5; public: inline static int32_t get_offset_of__nUserId_0() { return static_cast(offsetof(MemberInfo_t2195004153, ____nUserId_0)); } inline int64_t get__nUserId_0() const { return ____nUserId_0; } inline int64_t* get_address_of__nUserId_0() { return &____nUserId_0; } inline void set__nUserId_0(int64_t value) { ____nUserId_0 = value; } inline static int32_t get_offset_of__strNickName_1() { return static_cast(offsetof(MemberInfo_t2195004153, ____strNickName_1)); } inline String_t* get__strNickName_1() const { return ____strNickName_1; } inline String_t** get_address_of__strNickName_1() { return &____strNickName_1; } inline void set__strNickName_1(String_t* value) { ____strNickName_1 = value; Il2CppCodeGenWriteBarrier((&____strNickName_1), value); } inline static int32_t get_offset_of__nSex_2() { return static_cast(offsetof(MemberInfo_t2195004153, ____nSex_2)); } inline int32_t get__nSex_2() const { return ____nSex_2; } inline int32_t* get_address_of__nSex_2() { return &____nSex_2; } inline void set__nSex_2(int32_t value) { ____nSex_2 = value; } inline static int32_t get_offset_of__nLv_3() { return static_cast(offsetof(MemberInfo_t2195004153, ____nLv_3)); } inline int32_t get__nLv_3() const { return ____nLv_3; } inline int32_t* get_address_of__nLv_3() { return &____nLv_3; } inline void set__nLv_3(int32_t value) { ____nLv_3 = value; } inline static int32_t get_offset_of__nVipLv_4() { return static_cast(offsetof(MemberInfo_t2195004153, ____nVipLv_4)); } inline int32_t get__nVipLv_4() const { return ____nVipLv_4; } inline int32_t* get_address_of__nVipLv_4() { return &____nVipLv_4; } inline void set__nVipLv_4(int32_t value) { ____nVipLv_4 = value; } inline static int32_t get_offset_of__nMemberLv_5() { return static_cast(offsetof(MemberInfo_t2195004153, ____nMemberLv_5)); } inline int32_t get__nMemberLv_5() const { return ____nMemberLv_5; } inline int32_t* get_address_of__nMemberLv_5() { return &____nMemberLv_5; } inline void set__nMemberLv_5(int32_t value) { ____nMemberLv_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo struct MemberInfo_t2195004153_marshaled_pinvoke { int64_t ____nUserId_0; char* ____strNickName_1; int32_t ____nSex_2; int32_t ____nLv_3; int32_t ____nVipLv_4; int32_t ____nMemberLv_5; }; // Native definition for COM marshalling of DMCore.Logic.CRoomMananger/RoomDetail/MemberInfo struct MemberInfo_t2195004153_marshaled_com { int64_t ____nUserId_0; Il2CppChar* ____strNickName_1; int32_t ____nSex_2; int32_t ____nLv_3; int32_t ____nVipLv_4; int32_t ____nMemberLv_5; }; #endif // MEMBERINFO_T2195004153_H #ifndef INTERNALENUMERATOR_1_T298183227_H #define INTERNALENUMERATOR_1_T298183227_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_t298183227 { 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_t298183227, ___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_t298183227, ___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_T298183227_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 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 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 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 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 PROPDATA_T2321843210_H #define PROPDATA_T2321843210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgPropertyTable/PropData struct PropData_t2321843210 { public: // System.String DMCore.Net.Protocol.SMsgPropertyTable/PropData::propName String_t* ___propName_0; // System.Int32 DMCore.Net.Protocol.SMsgPropertyTable/PropData::propType int32_t ___propType_1; public: inline static int32_t get_offset_of_propName_0() { return static_cast(offsetof(PropData_t2321843210, ___propName_0)); } inline String_t* get_propName_0() const { return ___propName_0; } inline String_t** get_address_of_propName_0() { return &___propName_0; } inline void set_propName_0(String_t* value) { ___propName_0 = value; Il2CppCodeGenWriteBarrier((&___propName_0), value); } inline static int32_t get_offset_of_propType_1() { return static_cast(offsetof(PropData_t2321843210, ___propType_1)); } inline int32_t get_propType_1() const { return ___propType_1; } inline int32_t* get_address_of_propType_1() { return &___propType_1; } inline void set_propType_1(int32_t value) { ___propType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Net.Protocol.SMsgPropertyTable/PropData struct PropData_t2321843210_marshaled_pinvoke { char* ___propName_0; int32_t ___propType_1; }; // Native definition for COM marshalling of DMCore.Net.Protocol.SMsgPropertyTable/PropData struct PropData_t2321843210_marshaled_com { Il2CppChar* ___propName_0; int32_t ___propType_1; }; #endif // PROPDATA_T2321843210_H #ifndef INTERNALENUMERATOR_1_T3606131590_H #define INTERNALENUMERATOR_1_T3606131590_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_t3606131590 { 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_t3606131590, ___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_t3606131590, ___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_T3606131590_H #ifndef INTERNALENUMERATOR_1_T3102068270_H #define INTERNALENUMERATOR_1_T3102068270_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_t3102068270 { 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_t3102068270, ___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_t3102068270, ___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_T3102068270_H #ifndef INTERNALENUMERATOR_1_T2021170531_H #define INTERNALENUMERATOR_1_T2021170531_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_t2021170531 { 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_t2021170531, ___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_t2021170531, ___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_T2021170531_H #ifndef ENUMMODELCATEGORY_T3973378142_H #define ENUMMODELCATEGORY_T3973378142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumModelCategory struct enumModelCategory_t3973378142 { public: // System.Int32 DMCore.Framework.Scene.enumModelCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumModelCategory_t3973378142, ___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 // ENUMMODELCATEGORY_T3973378142_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___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 // BINDINGFLAGS_T2721792723_H #ifndef FS_ENUM_T2699067473_H #define FS_ENUM_T2699067473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFunctionSwitchConfig/FS_ENUM struct FS_ENUM_t2699067473 { public: // System.Int32 DMCore.Logic.CFunctionSwitchConfig/FS_ENUM::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FS_ENUM_t2699067473, ___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 // FS_ENUM_T2699067473_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 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 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 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 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 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 TRIDATA_T4284306939_H #define TRIDATA_T4284306939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CImageHelp/triData struct triData_t4284306939 { public: // UnityEngine.Vector3 DMCore.Framework.Misc.CImageHelp/triData::vet0 Vector3_t3722313464 ___vet0_0; // UnityEngine.Vector3 DMCore.Framework.Misc.CImageHelp/triData::vet1 Vector3_t3722313464 ___vet1_1; // UnityEngine.Vector3 DMCore.Framework.Misc.CImageHelp/triData::vet2 Vector3_t3722313464 ___vet2_2; // UnityEngine.Vector2 DMCore.Framework.Misc.CImageHelp/triData::uv0 Vector2_t2156229523 ___uv0_3; // UnityEngine.Vector2 DMCore.Framework.Misc.CImageHelp/triData::uv1 Vector2_t2156229523 ___uv1_4; // UnityEngine.Vector2 DMCore.Framework.Misc.CImageHelp/triData::uv2 Vector2_t2156229523 ___uv2_5; // System.Single DMCore.Framework.Misc.CImageHelp/triData::alpha float ___alpha_6; public: inline static int32_t get_offset_of_vet0_0() { return static_cast(offsetof(triData_t4284306939, ___vet0_0)); } inline Vector3_t3722313464 get_vet0_0() const { return ___vet0_0; } inline Vector3_t3722313464 * get_address_of_vet0_0() { return &___vet0_0; } inline void set_vet0_0(Vector3_t3722313464 value) { ___vet0_0 = value; } inline static int32_t get_offset_of_vet1_1() { return static_cast(offsetof(triData_t4284306939, ___vet1_1)); } inline Vector3_t3722313464 get_vet1_1() const { return ___vet1_1; } inline Vector3_t3722313464 * get_address_of_vet1_1() { return &___vet1_1; } inline void set_vet1_1(Vector3_t3722313464 value) { ___vet1_1 = value; } inline static int32_t get_offset_of_vet2_2() { return static_cast(offsetof(triData_t4284306939, ___vet2_2)); } inline Vector3_t3722313464 get_vet2_2() const { return ___vet2_2; } inline Vector3_t3722313464 * get_address_of_vet2_2() { return &___vet2_2; } inline void set_vet2_2(Vector3_t3722313464 value) { ___vet2_2 = value; } inline static int32_t get_offset_of_uv0_3() { return static_cast(offsetof(triData_t4284306939, ___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(triData_t4284306939, ___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(triData_t4284306939, ___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_alpha_6() { return static_cast(offsetof(triData_t4284306939, ___alpha_6)); } inline float get_alpha_6() const { return ___alpha_6; } inline float* get_address_of_alpha_6() { return &___alpha_6; } inline void set_alpha_6(float value) { ___alpha_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIDATA_T4284306939_H #ifndef ENUMCHATCHANNEL_T162432249_H #define ENUMCHATCHANNEL_T162432249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatChannel struct enumChatChannel_t162432249 { public: // System.Int32 DMCore.Logic.enumChatChannel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatChannel_t162432249, ___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 // ENUMCHATCHANNEL_T162432249_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 BEATKEYINFO_T1900075417_H #define BEATKEYINFO_T1900075417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyInfo struct BeatKeyInfo_t1900075417 { public: // UnityEngine.Vector2 DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyInfo::m_PosStart Vector2_t2156229523 ___m_PosStart_0; // UnityEngine.Vector2 DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyInfo::m_PosEnd Vector2_t2156229523 ___m_PosEnd_1; // System.Single DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyInfo::m_Time float ___m_Time_2; // System.Single DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyInfo::m_JudgeTime float ___m_JudgeTime_3; // System.Single DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyInfo::m_TimeMax float ___m_TimeMax_4; public: inline static int32_t get_offset_of_m_PosStart_0() { return static_cast(offsetof(BeatKeyInfo_t1900075417, ___m_PosStart_0)); } inline Vector2_t2156229523 get_m_PosStart_0() const { return ___m_PosStart_0; } inline Vector2_t2156229523 * get_address_of_m_PosStart_0() { return &___m_PosStart_0; } inline void set_m_PosStart_0(Vector2_t2156229523 value) { ___m_PosStart_0 = value; } inline static int32_t get_offset_of_m_PosEnd_1() { return static_cast(offsetof(BeatKeyInfo_t1900075417, ___m_PosEnd_1)); } inline Vector2_t2156229523 get_m_PosEnd_1() const { return ___m_PosEnd_1; } inline Vector2_t2156229523 * get_address_of_m_PosEnd_1() { return &___m_PosEnd_1; } inline void set_m_PosEnd_1(Vector2_t2156229523 value) { ___m_PosEnd_1 = value; } inline static int32_t get_offset_of_m_Time_2() { return static_cast(offsetof(BeatKeyInfo_t1900075417, ___m_Time_2)); } inline float get_m_Time_2() const { return ___m_Time_2; } inline float* get_address_of_m_Time_2() { return &___m_Time_2; } inline void set_m_Time_2(float value) { ___m_Time_2 = value; } inline static int32_t get_offset_of_m_JudgeTime_3() { return static_cast(offsetof(BeatKeyInfo_t1900075417, ___m_JudgeTime_3)); } inline float get_m_JudgeTime_3() const { return ___m_JudgeTime_3; } inline float* get_address_of_m_JudgeTime_3() { return &___m_JudgeTime_3; } inline void set_m_JudgeTime_3(float value) { ___m_JudgeTime_3 = value; } inline static int32_t get_offset_of_m_TimeMax_4() { return static_cast(offsetof(BeatKeyInfo_t1900075417, ___m_TimeMax_4)); } inline float get_m_TimeMax_4() const { return ___m_TimeMax_4; } inline float* get_address_of_m_TimeMax_4() { return &___m_TimeMax_4; } inline void set_m_TimeMax_4(float value) { ___m_TimeMax_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEATKEYINFO_T1900075417_H #ifndef ENUMIDOLSHOWPAGE_T3773857292_H #define ENUMIDOLSHOWPAGE_T3773857292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumIdolShowPage struct enumIdolShowPage_t3773857292 { public: // System.Int32 DMCore.Logic.enumIdolShowPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolShowPage_t3773857292, ___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 // ENUMIDOLSHOWPAGE_T3773857292_H #ifndef ENUM_KEY_MODE_T543454981_H #define ENUM_KEY_MODE_T543454981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_KEY_MODE struct ENUM_KEY_MODE_t543454981 { public: // System.Int32 DMCore.DanceMode.ENUM_KEY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_KEY_MODE_t543454981, ___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 // ENUM_KEY_MODE_T543454981_H #ifndef LOGTYPE_T73765434_H #define LOGTYPE_T73765434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LogType struct LogType_t73765434 { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogType_t73765434, ___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 // LOGTYPE_T73765434_H #ifndef ENUMFAMILYTYPE_T3116816083_H #define ENUMFAMILYTYPE_T3116816083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFamilyType struct enumFamilyType_t3116816083 { public: // System.Int32 DMCore.Logic.enumFamilyType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFamilyType_t3116816083, ___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 // ENUMFAMILYTYPE_T3116816083_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 RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_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 U3CGETENUMERATORU3EC__ITERATOR0_T2005389483_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2005389483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2005389483 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t1311249841 * ___U24this_1; // T BetterList`1/c__Iterator0::$current Vector2_t2156229523 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2005389483, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2005389483, ___U24this_1)); } inline BetterList_1_t1311249841 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t1311249841 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t1311249841 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2005389483, ___U24current_2)); } inline Vector2_t2156229523 get_U24current_2() const { return ___U24current_2; } inline Vector2_t2156229523 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(Vector2_t2156229523 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2005389483, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2005389483, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2005389483_H #ifndef ITEM_NEW_TYPE_T1459219112_H #define ITEM_NEW_TYPE_T1459219112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_NEW_TYPE struct ITEM_NEW_TYPE_t1459219112 { public: // System.Int32 DMCore.Logic.ITEM_NEW_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_NEW_TYPE_t1459219112, ___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 // ITEM_NEW_TYPE_T1459219112_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2209639819_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2209639819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2209639819 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t1515500177 * ___U24this_1; // T BetterList`1/c__Iterator0::$current Rect_t2360479859 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2209639819, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2209639819, ___U24this_1)); } inline BetterList_1_t1515500177 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t1515500177 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t1515500177 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2209639819, ___U24current_2)); } inline Rect_t2360479859 get_U24current_2() const { return ___U24current_2; } inline Rect_t2360479859 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(Rect_t2360479859 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2209639819, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2209639819, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2209639819_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 U3CGETENUMERATORU3EC__ITERATOR0_T963266374_H #define U3CGETENUMERATORU3EC__ITERATOR0_T963266374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t963266374 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t269126732 * ___U24this_1; // T BetterList`1/c__Iterator0::$current PlayerInfo_t1114106414 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t963266374, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t963266374, ___U24this_1)); } inline BetterList_1_t269126732 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t269126732 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t269126732 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t963266374, ___U24current_2)); } inline PlayerInfo_t1114106414 get_U24current_2() const { return ___U24current_2; } inline PlayerInfo_t1114106414 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(PlayerInfo_t1114106414 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t963266374, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t963266374, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T963266374_H #ifndef ENUMPERSONPAGE_T2164876408_H #define ENUMPERSONPAGE_T2164876408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumPersonPage struct enumPersonPage_t2164876408 { public: // System.Int32 DMCore.Logic.enumPersonPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPersonPage_t2164876408, ___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 // ENUMPERSONPAGE_T2164876408_H #ifndef ENUMAWARDSTATE_T2552493366_H #define ENUMAWARDSTATE_T2552493366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumAwardState struct enumAwardState_t2552493366 { public: // System.Int32 DMCore.Logic.enumAwardState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumAwardState_t2552493366, ___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 // ENUMAWARDSTATE_T2552493366_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2404846284_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2404846284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2404846284 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t1710706642 * ___U24this_1; // T BetterList`1/c__Iterator0::$current Color_t2555686324 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2404846284, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2404846284, ___U24this_1)); } inline BetterList_1_t1710706642 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t1710706642 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t1710706642 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2404846284, ___U24current_2)); } inline Color_t2555686324 get_U24current_2() const { return ___U24current_2; } inline Color_t2555686324 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(Color_t2555686324 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2404846284, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2404846284, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2404846284_H #ifndef ADTYPEENUM_T3686086406_H #define ADTYPEENUM_T3686086406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ADTypeEnum struct ADTypeEnum_t3686086406 { public: // System.Int32 DMCore.Logic.ADTypeEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ADTypeEnum_t3686086406, ___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 // ADTYPEENUM_T3686086406_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2449661252_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2449661252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2449661252 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t1755521610 * ___U24this_1; // T BetterList`1/c__Iterator0::$current Color32_t2600501292 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2449661252, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2449661252, ___U24this_1)); } inline BetterList_1_t1755521610 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t1755521610 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t1755521610 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2449661252, ___U24current_2)); } inline Color32_t2600501292 get_U24current_2() const { return ___U24current_2; } inline Color32_t2600501292 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(Color32_t2600501292 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2449661252, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2449661252, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2449661252_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T3571473424_H #define U3CGETENUMERATORU3EC__ITERATOR0_T3571473424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3571473424 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2877333782 * ___U24this_1; // T BetterList`1/c__Iterator0::$current Vector3_t3722313464 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3571473424, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3571473424, ___U24this_1)); } inline BetterList_1_t2877333782 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2877333782 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2877333782 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3571473424, ___U24current_2)); } inline Vector3_t3722313464 get_U24current_2() const { return ___U24current_2; } inline Vector3_t3722313464 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(Vector3_t3722313464 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3571473424, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3571473424, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T3571473424_H #ifndef ITEMQUALITY_T3953133361_H #define ITEMQUALITY_T3953133361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemQuality struct ItemQuality_t3953133361 { public: // System.Int32 DMCore.Logic.ItemQuality::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ItemQuality_t3953133361, ___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 // ITEMQUALITY_T3953133361_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T3168188897_H #define U3CGETENUMERATORU3EC__ITERATOR0_T3168188897_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3168188897 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2474049255 * ___U24this_1; // T BetterList`1/c__Iterator0::$current Vector4_t3319028937 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3168188897, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3168188897, ___U24this_1)); } inline BetterList_1_t2474049255 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2474049255 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2474049255 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3168188897, ___U24current_2)); } inline Vector4_t3319028937 get_U24current_2() const { return ___U24current_2; } inline Vector4_t3319028937 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(Vector4_t3319028937 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3168188897, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3168188897, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T3168188897_H #ifndef ITEM_SHOP_TYPE_T1196220606_H #define ITEM_SHOP_TYPE_T1196220606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_SHOP_TYPE struct ITEM_SHOP_TYPE_t1196220606 { public: // System.Int32 DMCore.Logic.ITEM_SHOP_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_SHOP_TYPE_t1196220606, ___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 // ITEM_SHOP_TYPE_T1196220606_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 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 U3CGETENUMERATORU3EC__ITERATOR0_T4133466899_H #define U3CGETENUMERATORU3EC__ITERATOR0_T4133466899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t4133466899 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t3439327257 * ___U24this_1; // T BetterList`1/c__Iterator0::$current triData_t4284306939 ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4133466899, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4133466899, ___U24this_1)); } inline BetterList_1_t3439327257 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t3439327257 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t3439327257 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4133466899, ___U24current_2)); } inline triData_t4284306939 get_U24current_2() const { return ___U24current_2; } inline triData_t4284306939 * get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(triData_t4284306939 value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4133466899, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t4133466899, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T4133466899_H #ifndef CAWARDINFO_1_T3416460893_H #define CAWARDINFO_1_T3416460893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t3416460893 : public RuntimeObject { public: // T DMCore.Logic.CAwardInfo`1::m_currentValue int32_t ___m_currentValue_0; // T DMCore.Logic.CAwardInfo`1::m_condition int32_t ___m_condition_1; // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::m_award_state int32_t ___m_award_state_2; // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::m_award_array CAwardList_t4094041907 * ___m_award_array_3; public: inline static int32_t get_offset_of_m_currentValue_0() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_currentValue_0)); } inline int32_t get_m_currentValue_0() const { return ___m_currentValue_0; } inline int32_t* get_address_of_m_currentValue_0() { return &___m_currentValue_0; } inline void set_m_currentValue_0(int32_t value) { ___m_currentValue_0 = value; } inline static int32_t get_offset_of_m_condition_1() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_condition_1)); } inline int32_t get_m_condition_1() const { return ___m_condition_1; } inline int32_t* get_address_of_m_condition_1() { return &___m_condition_1; } inline void set_m_condition_1(int32_t value) { ___m_condition_1 = value; } inline static int32_t get_offset_of_m_award_state_2() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_award_state_2)); } inline int32_t get_m_award_state_2() const { return ___m_award_state_2; } inline int32_t* get_address_of_m_award_state_2() { return &___m_award_state_2; } inline void set_m_award_state_2(int32_t value) { ___m_award_state_2 = value; } inline static int32_t get_offset_of_m_award_array_3() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_award_array_3)); } inline CAwardList_t4094041907 * get_m_award_array_3() const { return ___m_award_array_3; } inline CAwardList_t4094041907 ** get_address_of_m_award_array_3() { return &___m_award_array_3; } inline void set_m_award_array_3(CAwardList_t4094041907 * value) { ___m_award_array_3 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDINFO_1_T3416460893_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 CAWARDINFO_1_T3545621304_H #define CAWARDINFO_1_T3545621304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t3545621304 : public RuntimeObject { public: // T DMCore.Logic.CAwardInfo`1::m_currentValue RuntimeObject * ___m_currentValue_0; // T DMCore.Logic.CAwardInfo`1::m_condition RuntimeObject * ___m_condition_1; // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::m_award_state int32_t ___m_award_state_2; // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::m_award_array CAwardList_t4094041907 * ___m_award_array_3; public: inline static int32_t get_offset_of_m_currentValue_0() { return static_cast(offsetof(CAwardInfo_1_t3545621304, ___m_currentValue_0)); } inline RuntimeObject * get_m_currentValue_0() const { return ___m_currentValue_0; } inline RuntimeObject ** get_address_of_m_currentValue_0() { return &___m_currentValue_0; } inline void set_m_currentValue_0(RuntimeObject * value) { ___m_currentValue_0 = value; Il2CppCodeGenWriteBarrier((&___m_currentValue_0), value); } inline static int32_t get_offset_of_m_condition_1() { return static_cast(offsetof(CAwardInfo_1_t3545621304, ___m_condition_1)); } inline RuntimeObject * get_m_condition_1() const { return ___m_condition_1; } inline RuntimeObject ** get_address_of_m_condition_1() { return &___m_condition_1; } inline void set_m_condition_1(RuntimeObject * value) { ___m_condition_1 = value; Il2CppCodeGenWriteBarrier((&___m_condition_1), value); } inline static int32_t get_offset_of_m_award_state_2() { return static_cast(offsetof(CAwardInfo_1_t3545621304, ___m_award_state_2)); } inline int32_t get_m_award_state_2() const { return ___m_award_state_2; } inline int32_t* get_address_of_m_award_state_2() { return &___m_award_state_2; } inline void set_m_award_state_2(int32_t value) { ___m_award_state_2 = value; } inline static int32_t get_offset_of_m_award_array_3() { return static_cast(offsetof(CAwardInfo_1_t3545621304, ___m_award_array_3)); } inline CAwardList_t4094041907 * get_m_award_array_3() const { return ___m_award_array_3; } inline CAwardList_t4094041907 ** get_address_of_m_award_array_3() { return &___m_award_array_3; } inline void set_m_award_array_3(CAwardList_t4094041907 * value) { ___m_award_array_3 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDINFO_1_T3545621304_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2014036368_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2014036368_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2014036368 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t1319896726 * ___U24this_1; // T BetterList`1/c__Iterator0::$current int32_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2014036368, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2014036368, ___U24this_1)); } inline BetterList_1_t1319896726 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t1319896726 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t1319896726 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2014036368, ___U24current_2)); } inline int32_t get_U24current_2() const { return ___U24current_2; } inline int32_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(int32_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2014036368, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2014036368, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2014036368_H #ifndef CAWARDINFO_1_T1862781914_H #define CAWARDINFO_1_T1862781914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t1862781914 : public RuntimeObject { public: // T DMCore.Logic.CAwardInfo`1::m_currentValue float ___m_currentValue_0; // T DMCore.Logic.CAwardInfo`1::m_condition float ___m_condition_1; // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::m_award_state int32_t ___m_award_state_2; // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::m_award_array CAwardList_t4094041907 * ___m_award_array_3; public: inline static int32_t get_offset_of_m_currentValue_0() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_currentValue_0)); } inline float get_m_currentValue_0() const { return ___m_currentValue_0; } inline float* get_address_of_m_currentValue_0() { return &___m_currentValue_0; } inline void set_m_currentValue_0(float value) { ___m_currentValue_0 = value; } inline static int32_t get_offset_of_m_condition_1() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_condition_1)); } inline float get_m_condition_1() const { return ___m_condition_1; } inline float* get_address_of_m_condition_1() { return &___m_condition_1; } inline void set_m_condition_1(float value) { ___m_condition_1 = value; } inline static int32_t get_offset_of_m_award_state_2() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_award_state_2)); } inline int32_t get_m_award_state_2() const { return ___m_award_state_2; } inline int32_t* get_address_of_m_award_state_2() { return &___m_award_state_2; } inline void set_m_award_state_2(int32_t value) { ___m_award_state_2 = value; } inline static int32_t get_offset_of_m_award_array_3() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_award_array_3)); } inline CAwardList_t4094041907 * get_m_award_array_3() const { return ___m_award_array_3; } inline CAwardList_t4094041907 ** get_address_of_m_award_array_3() { return &___m_award_array_3; } inline void set_m_award_array_3(CAwardList_t4094041907 * value) { ___m_award_array_3 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDINFO_1_T1862781914_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 TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_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 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 IMPORTERFUNC_2_T3974708465_H #define IMPORTERFUNC_2_T3974708465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ImporterFunc`2 struct ImporterFunc_2_t3974708465 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMPORTERFUNC_2_T3974708465_H #ifndef COMPARISON_1_T4059238118_H #define COMPARISON_1_T4059238118_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_t4059238118 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T4059238118_H #ifndef COMPARISON_1_T2135411038_H #define COMPARISON_1_T2135411038_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_t2135411038 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2135411038_H #ifndef COMPARISON_1_T1939807587_H #define COMPARISON_1_T1939807587_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_t1939807587 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T1939807587_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_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_4_T2141122718_H #define ACTION_4_T2141122718_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_t2141122718 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_4_T2141122718_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 COMPARISON_1_T3511498483_H #define COMPARISON_1_T3511498483_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_t3511498483 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T3511498483_H #ifndef COMPARISON_1_T2855037343_H #define COMPARISON_1_T2855037343_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_t2855037343 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2855037343_H #ifndef COMPARISON_1_T2725876932_H #define COMPARISON_1_T2725876932_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_t2725876932 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2725876932_H #ifndef COMPARISON_1_T2330617503_H #define COMPARISON_1_T2330617503_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_t2330617503 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2330617503_H #ifndef COMPARISON_1_T2375432471_H #define COMPARISON_1_T2375432471_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_t2375432471 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2375432471_H #ifndef COMPARISON_1_T3093960116_H #define COMPARISON_1_T3093960116_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_t3093960116 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T3093960116_H #ifndef COMPARISON_1_T909227555_H #define COMPARISON_1_T909227555_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_t909227555 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T909227555_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 EXPORTERFUNC_1_T1983223696_H #define EXPORTERFUNC_1_T1983223696_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ExporterFunc`1 struct ExporterFunc_1_t1983223696 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPORTERFUNC_1_T1983223696_H #ifndef ACTION_1_T549372201_H #define ACTION_1_T549372201_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_t549372201 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T549372201_H #ifndef ACTION_1_T1368688201_H #define ACTION_1_T1368688201_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_t1368688201 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1368688201_H #ifndef ACTION_1_T2417918414_H #define ACTION_1_T2417918414_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_t2417918414 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2417918414_H #ifndef ACTION_1_T2573524503_H #define ACTION_1_T2573524503_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_t2573524503 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2573524503_H #ifndef ACTION_1_T1631686707_H #define ACTION_1_T1631686707_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_t1631686707 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1631686707_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_1_T3799231067_H #define ACTION_1_T3799231067_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_t3799231067 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3799231067_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_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_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_T2288758003_H #define ACTION_1_T2288758003_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_t2288758003 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2288758003_H #ifndef ACTION_1_T1920336567_H #define ACTION_1_T1920336567_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_t1920336567 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1920336567_H #ifndef ACTION_1_T2494310805_H #define ACTION_1_T2494310805_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_t2494310805 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2494310805_H #ifndef ACTION_1_T4270802482_H #define ACTION_1_T4270802482_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_t4270802482 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T4270802482_H #ifndef ACTION_1_T1496631129_H #define ACTION_1_T1496631129_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_t1496631129 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1496631129_H #ifndef ACTION_1_T971193282_H #define ACTION_1_T971193282_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_t971193282 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T971193282_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_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_1_T114831550_H #define ACTION_1_T114831550_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_t114831550 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T114831550_H #ifndef ACTION_1_T4125600956_H #define ACTION_1_T4125600956_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_t4125600956 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T4125600956_H #ifndef ACTION_1_T243991961_H #define ACTION_1_T243991961_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_t243991961 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T243991961_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_2_T3782157935_H #define ACTION_2_T3782157935_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_t3782157935 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3782157935_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_2_T787169448_H #define ACTION_2_T787169448_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_t787169448 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T787169448_H #ifndef ACTION_2_T1989196951_H #define ACTION_2_T1989196951_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_t1989196951 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1989196951_H #ifndef ACTION_1_T3858554001_H #define ACTION_1_T3858554001_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_t3858554001 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3858554001_H #ifndef ACTION_2_T1546132197_H #define ACTION_2_T1546132197_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_t1546132197 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1546132197_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_3_T21919991_H #define ACTION_3_T21919991_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_t21919991 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T21919991_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_T626214215_H #define ACTION_3_T626214215_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_t626214215 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T626214215_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_T3289283678_H #define ACTION_1_T3289283678_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_t3289283678 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3289283678_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_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_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_T2532947454_H #define ACTION_1_T2532947454_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_t2532947454 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2532947454_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_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_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_2_T2072193202_H #define ACTION_2_T2072193202_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_t2072193202 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2072193202_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 COMPARISON_1_T889037593_H #define COMPARISON_1_T889037593_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_t889037593 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T889037593_H // DMCore.Framework.Misc.CImageHelp/triData[] struct triDataU5BU5D_t4032783290 : public RuntimeArray { public: ALIGN_FIELD (8) triData_t4284306939 m_Items[1]; public: inline triData_t4284306939 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline triData_t4284306939 * 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, triData_t4284306939 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline triData_t4284306939 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline triData_t4284306939 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, triData_t4284306939 value) { m_Items[index] = value; } }; // DMCore.Logic.CActivityFortuneCat/PlayerInfo[] struct PlayerInfoU5BU5D_t1241674075 : public RuntimeArray { public: ALIGN_FIELD (8) PlayerInfo_t1114106414 m_Items[1]; public: inline PlayerInfo_t1114106414 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PlayerInfo_t1114106414 * 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, PlayerInfo_t1114106414 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline PlayerInfo_t1114106414 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PlayerInfo_t1114106414 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PlayerInfo_t1114106414 value) { m_Items[index] = value; } }; // DMCore.Logic.enumPersonPage[] struct enumPersonPageU5BU5D_t2446123689 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* 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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* 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, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* 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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* 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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t 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); } }; // UnityEngine.Color[] struct ColorU5BU5D_t941916413 : public RuntimeArray { public: ALIGN_FIELD (8) Color_t2555686324 m_Items[1]; public: inline Color_t2555686324 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_t2555686324 * 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, Color_t2555686324 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_t2555686324 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_t2555686324 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_t2555686324 value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_t2600501292 m_Items[1]; public: inline Color32_t2600501292 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_t2600501292 * 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, Color32_t2600501292 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_t2600501292 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_t2600501292 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t2600501292 value) { m_Items[index] = value; } }; // UnityEngine.Rect[] struct RectU5BU5D_t2936723554 : public RuntimeArray { public: ALIGN_FIELD (8) Rect_t2360479859 m_Items[1]; public: inline Rect_t2360479859 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rect_t2360479859 * 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, Rect_t2360479859 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rect_t2360479859 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rect_t2360479859 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rect_t2360479859 value) { m_Items[index] = value; } }; // 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; } }; // UnityEngine.Vector4[] struct Vector4U5BU5D_t934056436 : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_t3319028937 m_Items[1]; public: inline Vector4_t3319028937 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_t3319028937 * 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, Vector4_t3319028937 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_t3319028937 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_t3319028937 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t3319028937 value) { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m916496649_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2496795138_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // System.Void LitJson.ExporterFunc`1::Invoke(T,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1_Invoke_m2950434254_gshared (ExporterFunc_1_t1983223696 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method); // TValue LitJson.ImporterFunc`2::Invoke(TJson) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_Invoke_m3778108098_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject * ___input0, 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_m2963547983_gshared (Action_1_t3858554001 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3913705049_gshared (Action_1_t3289283678 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1051017747_gshared (Action_1_t3799231067 * __this, EquipUnit_t3626763472 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m518618034_gshared (Action_1_t1631686707 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1383712741_gshared (Action_1_t1368688201 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m623662027_gshared (Action_1_t4125600956 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m105884468_gshared (Action_1_t971193282 * __this, PosterUnit_t798725687 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1699644013_gshared (Action_1_t4270802482 * __this, SameStylePkgUnit_t4098334887 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1275559416_gshared (Action_1_t1920336567 * __this, PlunderUserInfo_t1747868972 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m839033582_gshared (Action_1_t549372201 * __this, Tryst_Role_t376904606 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m991071072_gshared (Action_1_t2494310805 * __this, PropData_t2321843210 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1159514520_gshared (Action_1_t1496631129 * __this, avatarData_t1324163534 ___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_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_m2580156775_gshared (Action_1_t114831550 * __this, KeyValuePair_2_t4237331251 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m370929787_gshared (Action_1_t243991961 * __this, KeyValuePair_2_t71524366 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3611111318_gshared (Action_1_t2288758003 * __this, KeyValuePair_2_t2116290408 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3329987765_gshared (Action_1_t2417918414 * __this, KeyValuePair_2_t2245450819 ___obj0, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2178371876_gshared (Action_1_t2573524503 * __this, KeyValuePair_2_t2401056908 ___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_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_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_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_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_m2644349967_gshared (Action_1_t2532947454 * __this, Rect_t2360479859 ___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_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_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_m3980159581_gshared (Action_2_t2072193202 * __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_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_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_m2075072287_gshared (Action_2_t3782157935 * __this, RuntimeObject * ___arg10, bool ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4187243487_gshared (Action_2_t2470008838 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3660334008_gshared (Action_2_t787169448 * __this, RuntimeObject * ___arg10, float ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m47587178_gshared (Action_2_t1989196951 * __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_m1207884870_gshared (Action_2_t1546132197 * __this, RuntimeObject * ___arg10, Vector2_t2156229523 ___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_m1125571124_gshared (Action_3_t21919991 * __this, RuntimeObject * ___arg10, Il2CppChar ___arg21, RuntimeObject * ___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_m1255522585_gshared (Action_3_t626214215 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, int32_t ___arg32, const RuntimeMethod* method); // System.Void System.Action`4::Invoke(T1,T2,T3,T4) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m2795184707_gshared (Action_4_t2141122718 * __this, int32_t ___arg10, int64_t ___arg21, int32_t ___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_m2030598441_gshared (InternalEnumerator_1_t2807139534 * __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_m2074048922_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR BeatKeyInfo_t1900075417 InternalEnumerator_1_get_Current_m1550553218_gshared (InternalEnumerator_1_t2807139534 * __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_m2942700262_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m926118486_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m57562261_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1808428394_gshared (InternalEnumerator_1_t1450519098 * __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_m3771784232_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2098027458_gshared (InternalEnumerator_1_t1450519098 * __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_m133456457_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3029330128_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m626028334_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m534061895_gshared (InternalEnumerator_1_t896403760 * __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_m2854759803_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR triData_t4284306939 InternalEnumerator_1_get_Current_m4261463672_gshared (InternalEnumerator_1_t896403760 * __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_m1121003294_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m266287775_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2843127706_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m168461456_gshared (InternalEnumerator_1_t585474963 * __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_m1205889297_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2502948185_gshared (InternalEnumerator_1_t585474963 * __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_m2212964182_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2900453778_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3290852681_gshared (InternalEnumerator_1_t585474963 * __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_m1150693753_gshared (InternalEnumerator_1_t298183227 * __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_m3540518133_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3407006051_gshared (InternalEnumerator_1_t298183227 * __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_m716216729_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1454683732_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3278761336_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2605076286_gshared (InternalEnumerator_1_t2021170531 * __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_m2073222740_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR PlayerInfo_t1114106414 InternalEnumerator_1_get_Current_m3049964654_gshared (InternalEnumerator_1_t2021170531 * __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_m1016322335_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2778864956_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3366027819_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2511589191_gshared (InternalEnumerator_1_t3606131590 * __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_m2518977671_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3181488584_gshared (InternalEnumerator_1_t3606131590 * __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_m3619549727_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2752950797_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3875111691_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m913753007_gshared (InternalEnumerator_1_t3102068270 * __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_m2956085375_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR MemberInfo_t2195004153 InternalEnumerator_1_get_Current_m1544020864_gshared (InternalEnumerator_1_t3102068270 * __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_m1379136220_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m465914117_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3224706849_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1670689759_gshared (InternalEnumerator_1_t1503702420 * __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_m1702584324_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR TaskDetails_t596638303 InternalEnumerator_1_get_Current_m744097251_gshared (InternalEnumerator_1_t1503702420 * __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_m2216099_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m415560493_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2877950403_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4016962336_gshared (InternalEnumerator_1_t1069496366 * __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_m3452537363_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m525312468_gshared (InternalEnumerator_1_t1069496366 * __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_m1204593294_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2730336512_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3718833267_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4070599158_gshared (InternalEnumerator_1_t4023880200 * __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_m2531981803_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1971323376_gshared (InternalEnumerator_1_t4023880200 * __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_m3080710638_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2094804549_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1070493243_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m859829827_gshared (InternalEnumerator_1_t385954113 * __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_m1070533311_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method); // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1110604171_gshared (InternalEnumerator_1_t385954113 * __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_m2255344129_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method); // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3803357867_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method); // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2652088413_gshared (InternalEnumerator_1_t385954113 * __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.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t 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.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m18103608 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Byte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m1161982810 (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m3996243976 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m858582563 (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Color_Equals_m3887740140 (Color_t2555686324 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Rect_Equals_m4169342960 (Rect_t2360479859 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector2_Equals_m832062989 (Vector2_t2156229523 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector3_Equals_m1753054704 (Vector3_t3722313464 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector4::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector4_Equals_m1779210055 (Vector4_t3319028937 * __this, RuntimeObject * ___other0, 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.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.String Boo.Lang.Builtins::join(System.Collections.IEnumerable,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Builtins_join_m864932387 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___enumerable0, String_t* ___separator1, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean Boo.Lang.Runtime.RuntimeServices::EqualityOperator(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool RuntimeServices_EqualityOperator_m2384872086 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___lhs0, RuntimeObject * ___rhs1, 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.IndexOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m2441337274 (IndexOutOfRangeException_t1578797820 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Object Boo.Lang.Runtime.RuntimeServices::Coerce(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RuntimeServices_Coerce_m1663619687 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___toType1, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m916496649(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1__ctor_m916496649_gshared)(__this, method) // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1040762521 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Boolean DMCore.Net.NetEncrypt::Decrypt(BetterList`1&,BetterList`1,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Decrypt_m2361955494 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, ByteU5BU5D_t4116647657* ___Key2, const RuntimeMethod* method); // System.Boolean DMCore.Net.NetEncrypt::Encrypt(BetterList`1&,BetterList`1,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Encrypt_m1681803018 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, ByteU5BU5D_t4116647657* ___Key2, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2496795138(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1_Clear_m2496795138_gshared)(__this, method) // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardList__ctor_m1934462586 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardList::Clear() extern "C" IL2CPP_METHOD_ATTR void CAwardList_Clear_m3107368241 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardList_get_Count_m2249531307 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // DMCore.Logic.CAwardItem DMCore.Logic.CAwardList::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CAwardList_GetItemByIndex_m1502988785 (CAwardList_t4094041907 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CAwardList::Add(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CAwardList_Add_m2199159243 (CAwardList_t4094041907 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* method); // System.Void LitJson.ExporterFunc`1::Invoke(T,LitJson.JsonWriter) #define ExporterFunc_1_Invoke_m2950434254(__this, ___obj0, ___writer1, method) (( void (*) (ExporterFunc_1_t1983223696 *, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*))ExporterFunc_1_Invoke_m2950434254_gshared)(__this, ___obj0, ___writer1, method) // TValue LitJson.ImporterFunc`2::Invoke(TJson) #define ImporterFunc_2_Invoke_m3778108098(__this, ___input0, method) (( RuntimeObject * (*) (ImporterFunc_2_t3974708465 *, RuntimeObject *, const RuntimeMethod*))ImporterFunc_2_Invoke_m3778108098_gshared)(__this, ___input0, 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_m2963547983(__this, ___obj0, method) (( void (*) (Action_1_t3858554001 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m2963547983_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m3913705049(__this, ___obj0, method) (( void (*) (Action_1_t3289283678 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3913705049_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1051017747(__this, ___obj0, method) (( void (*) (Action_1_t3799231067 *, EquipUnit_t3626763472 , const RuntimeMethod*))Action_1_Invoke_m1051017747_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m518618034(__this, ___obj0, method) (( void (*) (Action_1_t1631686707 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m518618034_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1383712741(__this, ___obj0, method) (( void (*) (Action_1_t1368688201 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m1383712741_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m623662027(__this, ___obj0, method) (( void (*) (Action_1_t4125600956 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m623662027_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m105884468(__this, ___obj0, method) (( void (*) (Action_1_t971193282 *, PosterUnit_t798725687 , const RuntimeMethod*))Action_1_Invoke_m105884468_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1699644013(__this, ___obj0, method) (( void (*) (Action_1_t4270802482 *, SameStylePkgUnit_t4098334887 , const RuntimeMethod*))Action_1_Invoke_m1699644013_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1275559416(__this, ___obj0, method) (( void (*) (Action_1_t1920336567 *, PlunderUserInfo_t1747868972 , const RuntimeMethod*))Action_1_Invoke_m1275559416_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m839033582(__this, ___obj0, method) (( void (*) (Action_1_t549372201 *, Tryst_Role_t376904606 , const RuntimeMethod*))Action_1_Invoke_m839033582_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m991071072(__this, ___obj0, method) (( void (*) (Action_1_t2494310805 *, PropData_t2321843210 , const RuntimeMethod*))Action_1_Invoke_m991071072_gshared)(__this, ___obj0, method) // System.Void System.Action`1::Invoke(T) #define Action_1_Invoke_m1159514520(__this, ___obj0, method) (( void (*) (Action_1_t1496631129 *, avatarData_t1324163534 , const RuntimeMethod*))Action_1_Invoke_m1159514520_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_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_m2580156775(__this, ___obj0, method) (( void (*) (Action_1_t114831550 *, KeyValuePair_2_t4237331251 , const RuntimeMethod*))Action_1_Invoke_m2580156775_gshared)(__this, ___obj0, method) // System.Void System.Action`1>::Invoke(T) #define Action_1_Invoke_m370929787(__this, ___obj0, method) (( void (*) (Action_1_t243991961 *, KeyValuePair_2_t71524366 , const RuntimeMethod*))Action_1_Invoke_m370929787_gshared)(__this, ___obj0, method) // System.Void System.Action`1>::Invoke(T) #define Action_1_Invoke_m3611111318(__this, ___obj0, method) (( void (*) (Action_1_t2288758003 *, KeyValuePair_2_t2116290408 , const RuntimeMethod*))Action_1_Invoke_m3611111318_gshared)(__this, ___obj0, method) // System.Void System.Action`1>::Invoke(T) #define Action_1_Invoke_m3329987765(__this, ___obj0, method) (( void (*) (Action_1_t2417918414 *, KeyValuePair_2_t2245450819 , const RuntimeMethod*))Action_1_Invoke_m3329987765_gshared)(__this, ___obj0, method) // System.Void System.Action`1>::Invoke(T) #define Action_1_Invoke_m2178371876(__this, ___obj0, method) (( void (*) (Action_1_t2573524503 *, KeyValuePair_2_t2401056908 , const RuntimeMethod*))Action_1_Invoke_m2178371876_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_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_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_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_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_m2644349967(__this, ___obj0, method) (( void (*) (Action_1_t2532947454 *, Rect_t2360479859 , const RuntimeMethod*))Action_1_Invoke_m2644349967_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_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_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_m3980159581(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2072193202 *, int32_t, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m3980159581_gshared)(__this, ___arg10, ___arg21, 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_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_m2075072287(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t3782157935 *, RuntimeObject *, bool, const RuntimeMethod*))Action_2_Invoke_m2075072287_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m4187243487(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t2470008838 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m4187243487_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m3660334008(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t787169448 *, RuntimeObject *, float, const RuntimeMethod*))Action_2_Invoke_m3660334008_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m47587178(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1989196951 *, RuntimeObject *, int32_t, const RuntimeMethod*))Action_2_Invoke_m47587178_gshared)(__this, ___arg10, ___arg21, method) // System.Void System.Action`2::Invoke(T1,T2) #define Action_2_Invoke_m1207884870(__this, ___arg10, ___arg21, method) (( void (*) (Action_2_t1546132197 *, RuntimeObject *, Vector2_t2156229523 , const RuntimeMethod*))Action_2_Invoke_m1207884870_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_m1125571124(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t21919991 *, RuntimeObject *, Il2CppChar, RuntimeObject *, const RuntimeMethod*))Action_3_Invoke_m1125571124_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_m1255522585(__this, ___arg10, ___arg21, ___arg32, method) (( void (*) (Action_3_t626214215 *, RuntimeObject *, RuntimeObject *, int32_t, const RuntimeMethod*))Action_3_Invoke_m1255522585_gshared)(__this, ___arg10, ___arg21, ___arg32, method) // System.Void System.Action`4::Invoke(T1,T2,T3,T4) #define Action_4_Invoke_m2795184707(__this, ___arg10, ___arg21, ___arg32, ___arg43, method) (( void (*) (Action_4_t2141122718 *, int32_t, int64_t, int32_t, RuntimeObject *, const RuntimeMethod*))Action_4_Invoke_m2795184707_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.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, 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_m2030598441(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2807139534 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2030598441_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2074048922(__this, method) (( void (*) (InternalEnumerator_1_t2807139534 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2074048922_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1550553218(__this, method) (( BeatKeyInfo_t1900075417 (*) (InternalEnumerator_1_t2807139534 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1550553218_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2942700262(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2807139534 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2942700262_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m926118486(__this, method) (( void (*) (InternalEnumerator_1_t2807139534 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m926118486_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_m57562261(__this, method) (( bool (*) (InternalEnumerator_1_t2807139534 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m57562261_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1808428394(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1450519098 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1808428394_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3771784232(__this, method) (( void (*) (InternalEnumerator_1_t1450519098 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3771784232_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2098027458(__this, method) (( int32_t (*) (InternalEnumerator_1_t1450519098 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2098027458_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m133456457(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1450519098 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m133456457_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3029330128(__this, method) (( void (*) (InternalEnumerator_1_t1450519098 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3029330128_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m626028334(__this, method) (( bool (*) (InternalEnumerator_1_t1450519098 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m626028334_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m534061895(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t896403760 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m534061895_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2854759803(__this, method) (( void (*) (InternalEnumerator_1_t896403760 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2854759803_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m4261463672(__this, method) (( triData_t4284306939 (*) (InternalEnumerator_1_t896403760 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m4261463672_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1121003294(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t896403760 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1121003294_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m266287775(__this, method) (( void (*) (InternalEnumerator_1_t896403760 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m266287775_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2843127706(__this, method) (( bool (*) (InternalEnumerator_1_t896403760 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2843127706_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m168461456(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t585474963 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m168461456_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1205889297(__this, method) (( void (*) (InternalEnumerator_1_t585474963 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1205889297_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m2502948185(__this, method) (( int32_t (*) (InternalEnumerator_1_t585474963 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m2502948185_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2212964182(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t585474963 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2212964182_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2900453778(__this, method) (( void (*) (InternalEnumerator_1_t585474963 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2900453778_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3290852681(__this, method) (( bool (*) (InternalEnumerator_1_t585474963 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3290852681_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_m1150693753(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t298183227 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1150693753_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3540518133(__this, method) (( void (*) (InternalEnumerator_1_t298183227 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3540518133_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m3407006051(__this, method) (( int32_t (*) (InternalEnumerator_1_t298183227 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m3407006051_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m716216729(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t298183227 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m716216729_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m1454683732(__this, method) (( void (*) (InternalEnumerator_1_t298183227 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m1454683732_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3278761336(__this, method) (( bool (*) (InternalEnumerator_1_t298183227 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3278761336_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2605076286(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t2021170531 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2605076286_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2073222740(__this, method) (( void (*) (InternalEnumerator_1_t2021170531 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2073222740_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m3049964654(__this, method) (( PlayerInfo_t1114106414 (*) (InternalEnumerator_1_t2021170531 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m3049964654_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1016322335(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t2021170531 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1016322335_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2778864956(__this, method) (( void (*) (InternalEnumerator_1_t2021170531 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2778864956_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3366027819(__this, method) (( bool (*) (InternalEnumerator_1_t2021170531 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3366027819_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m2511589191(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3606131590 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2511589191_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2518977671(__this, method) (( void (*) (InternalEnumerator_1_t3606131590 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2518977671_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m3181488584(__this, method) (( int32_t (*) (InternalEnumerator_1_t3606131590 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m3181488584_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3619549727(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3606131590 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3619549727_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2752950797(__this, method) (( void (*) (InternalEnumerator_1_t3606131590 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2752950797_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3875111691(__this, method) (( bool (*) (InternalEnumerator_1_t3606131590 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3875111691_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m913753007(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t3102068270 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m913753007_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2956085375(__this, method) (( void (*) (InternalEnumerator_1_t3102068270 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2956085375_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1544020864(__this, method) (( MemberInfo_t2195004153 (*) (InternalEnumerator_1_t3102068270 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1544020864_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1379136220(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t3102068270 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1379136220_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m465914117(__this, method) (( void (*) (InternalEnumerator_1_t3102068270 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m465914117_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3224706849(__this, method) (( bool (*) (InternalEnumerator_1_t3102068270 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3224706849_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m1670689759(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1503702420 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1670689759_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1702584324(__this, method) (( void (*) (InternalEnumerator_1_t1503702420 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1702584324_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m744097251(__this, method) (( TaskDetails_t596638303 (*) (InternalEnumerator_1_t1503702420 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m744097251_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2216099(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1503702420 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2216099_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m415560493(__this, method) (( void (*) (InternalEnumerator_1_t1503702420 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m415560493_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2877950403(__this, method) (( bool (*) (InternalEnumerator_1_t1503702420 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2877950403_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m4016962336(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t1069496366 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4016962336_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3452537363(__this, method) (( void (*) (InternalEnumerator_1_t1069496366 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3452537363_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m525312468(__this, method) (( int32_t (*) (InternalEnumerator_1_t1069496366 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m525312468_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1204593294(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t1069496366 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1204593294_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2730336512(__this, method) (( void (*) (InternalEnumerator_1_t1069496366 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2730336512_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m3718833267(__this, method) (( bool (*) (InternalEnumerator_1_t1069496366 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m3718833267_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m4070599158(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t4023880200 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4070599158_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2531981803(__this, method) (( void (*) (InternalEnumerator_1_t4023880200 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2531981803_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1971323376(__this, method) (( int32_t (*) (InternalEnumerator_1_t4023880200 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1971323376_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3080710638(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t4023880200 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3080710638_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m2094804549(__this, method) (( void (*) (InternalEnumerator_1_t4023880200 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m2094804549_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m1070493243(__this, method) (( bool (*) (InternalEnumerator_1_t4023880200 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m1070493243_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::.ctor(System.Array) #define InternalEnumerator_1__ctor_m859829827(__this, ___array0, method) (( void (*) (InternalEnumerator_1_t385954113 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m859829827_gshared)(__this, ___array0, method) // System.Void System.Array/InternalEnumerator`1::System.Collections.IEnumerator.Reset() #define InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1070533311(__this, method) (( void (*) (InternalEnumerator_1_t385954113 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1070533311_gshared)(__this, method) // T System.Array/InternalEnumerator`1::get_Current() #define InternalEnumerator_1_get_Current_m1110604171(__this, method) (( int32_t (*) (InternalEnumerator_1_t385954113 *, const RuntimeMethod*))InternalEnumerator_1_get_Current_m1110604171_gshared)(__this, method) // System.Object System.Array/InternalEnumerator`1::System.Collections.IEnumerator.get_Current() #define InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2255344129(__this, method) (( RuntimeObject * (*) (InternalEnumerator_1_t385954113 *, const RuntimeMethod*))InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2255344129_gshared)(__this, method) // System.Void System.Array/InternalEnumerator`1::Dispose() #define InternalEnumerator_1_Dispose_m3803357867(__this, method) (( void (*) (InternalEnumerator_1_t385954113 *, const RuntimeMethod*))InternalEnumerator_1_Dispose_m3803357867_gshared)(__this, method) // System.Boolean System.Array/InternalEnumerator`1::MoveNext() #define InternalEnumerator_1_MoveNext_m2652088413(__this, method) (( bool (*) (InternalEnumerator_1_t385954113 *, const RuntimeMethod*))InternalEnumerator_1_MoveNext_m2652088413_gshared)(__this, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m321795786_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m709474774_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t3439327257 * L_2 = (BetterList_1_t3439327257 *)__this->get_U24this_1(); NullCheck(L_2); triDataU5BU5D_t4032783290* L_3 = (triDataU5BU5D_t4032783290*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t3439327257 * L_4 = (BetterList_1_t3439327257 *)__this->get_U24this_1(); NullCheck(L_4); triDataU5BU5D_t4032783290* L_5 = (triDataU5BU5D_t4032783290*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; triData_t4284306939 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t3439327257 * L_12 = (BetterList_1_t3439327257 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR triData_t4284306939 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m2555056557_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * __this, const RuntimeMethod* method) { { triData_t4284306939 L_0 = (triData_t4284306939 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1229514182_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * __this, const RuntimeMethod* method) { { triData_t4284306939 L_0 = (triData_t4284306939 )__this->get_U24current_2(); triData_t4284306939 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m852675797_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m140416497_gshared (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m140416497_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_m140416497_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m429454228_gshared (U3CGetEnumeratorU3Ec__Iterator0_t963266374 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m923653536_gshared (U3CGetEnumeratorU3Ec__Iterator0_t963266374 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t269126732 * L_2 = (BetterList_1_t269126732 *)__this->get_U24this_1(); NullCheck(L_2); PlayerInfoU5BU5D_t1241674075* L_3 = (PlayerInfoU5BU5D_t1241674075*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t269126732 * L_4 = (BetterList_1_t269126732 *)__this->get_U24this_1(); NullCheck(L_4); PlayerInfoU5BU5D_t1241674075* L_5 = (PlayerInfoU5BU5D_t1241674075*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; PlayerInfo_t1114106414 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t269126732 * L_12 = (BetterList_1_t269126732 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR PlayerInfo_t1114106414 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m4224238388_gshared (U3CGetEnumeratorU3Ec__Iterator0_t963266374 * __this, const RuntimeMethod* method) { { PlayerInfo_t1114106414 L_0 = (PlayerInfo_t1114106414 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1589332809_gshared (U3CGetEnumeratorU3Ec__Iterator0_t963266374 * __this, const RuntimeMethod* method) { { PlayerInfo_t1114106414 L_0 = (PlayerInfo_t1114106414 )__this->get_U24current_2(); PlayerInfo_t1114106414 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1605181876_gshared (U3CGetEnumeratorU3Ec__Iterator0_t963266374 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2253088348_gshared (U3CGetEnumeratorU3Ec__Iterator0_t963266374 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2253088348_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_m2253088348_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m4149680033_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m1800373440_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t1319896726 * L_2 = (BetterList_1_t1319896726 *)__this->get_U24this_1(); NullCheck(L_2); enumPersonPageU5BU5D_t2446123689* L_3 = (enumPersonPageU5BU5D_t2446123689*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t1319896726 * L_4 = (BetterList_1_t1319896726 *)__this->get_U24this_1(); NullCheck(L_4); enumPersonPageU5BU5D_t2446123689* L_5 = (enumPersonPageU5BU5D_t2446123689*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t1319896726 * L_12 = (BetterList_1_t1319896726 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m2037671903_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m997619039_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m4158074246_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2898496073_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2898496073_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_m2898496073_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3828201388_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m134664767_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t289316694 * L_2 = (BetterList_1_t289316694 *)__this->get_U24this_1(); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t289316694 * L_4 = (BetterList_1_t289316694 *)__this->get_U24this_1(); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = (ByteU5BU5D_t4116647657*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t289316694 * L_12 = (BetterList_1_t289316694 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR uint8_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m2483989932_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3503087457_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_U24current_2(); uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1841761167_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_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_m3114354172_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3639759666_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m748777870_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2105966071 * L_2 = (BetterList_1_t2105966071 *)__this->get_U24this_1(); NullCheck(L_2); Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2105966071 * L_4 = (BetterList_1_t2105966071 *)__this->get_U24this_1(); NullCheck(L_4); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2105966071 * L_12 = (BetterList_1_t2105966071 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1297556380_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m4167805833_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2817756571_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_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_m3719430185_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m2860596028_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m4089306646_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2891587622 * L_2 = (BetterList_1_t2891587622 *)__this->get_U24this_1(); NullCheck(L_2); Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2891587622 * L_4 = (BetterList_1_t2891587622 *)__this->get_U24this_1(); NullCheck(L_4); Int64U5BU5D_t2559172825* L_5 = (Int64U5BU5D_t2559172825*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; int64_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2891587622 * L_12 = (BetterList_1_t2891587622 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR int64_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1500815500_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1144395236_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_U24current_2(); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2191467617_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_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_m2404701631_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m2544797528_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m2935037330_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2235126482 * L_2 = (BetterList_1_t2235126482 *)__this->get_U24this_1(); NullCheck(L_2); ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2235126482 * L_4 = (BetterList_1_t2235126482 *)__this->get_U24this_1(); NullCheck(L_4); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2235126482 * L_12 = (BetterList_1_t2235126482 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1784504844_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m58277670_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_2(); return L_0; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m490972447_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_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_m2087819096_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3874712568_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m3896818435_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t1710706642 * L_2 = (BetterList_1_t1710706642 *)__this->get_U24this_1(); NullCheck(L_2); ColorU5BU5D_t941916413* L_3 = (ColorU5BU5D_t941916413*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t1710706642 * L_4 = (BetterList_1_t1710706642 *)__this->get_U24this_1(); NullCheck(L_4); ColorU5BU5D_t941916413* L_5 = (ColorU5BU5D_t941916413*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; Color_t2555686324 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t1710706642 * L_12 = (BetterList_1_t1710706642 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m3771120891_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * __this, const RuntimeMethod* method) { { Color_t2555686324 L_0 = (Color_t2555686324 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m185322634_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * __this, const RuntimeMethod* method) { { Color_t2555686324 L_0 = (Color_t2555686324 )__this->get_U24current_2(); Color_t2555686324 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1483926928_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3085466600_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3085466600_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_m3085466600_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m4040581095_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m2740138478_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t1755521610 * L_2 = (BetterList_1_t1755521610 *)__this->get_U24this_1(); NullCheck(L_2); Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t1755521610 * L_4 = (BetterList_1_t1755521610 *)__this->get_U24this_1(); NullCheck(L_4); Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; Color32_t2600501292 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t1755521610 * L_12 = (BetterList_1_t1755521610 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m163491472_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * __this, const RuntimeMethod* method) { { Color32_t2600501292 L_0 = (Color32_t2600501292 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m451635413_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * __this, const RuntimeMethod* method) { { Color32_t2600501292 L_0 = (Color32_t2600501292 )__this->get_U24current_2(); Color32_t2600501292 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2760523422_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m1349952763_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m1349952763_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_m1349952763_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3928774660_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m4185479180_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t1515500177 * L_2 = (BetterList_1_t1515500177 *)__this->get_U24this_1(); NullCheck(L_2); RectU5BU5D_t2936723554* L_3 = (RectU5BU5D_t2936723554*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t1515500177 * L_4 = (BetterList_1_t1515500177 *)__this->get_U24this_1(); NullCheck(L_4); RectU5BU5D_t2936723554* L_5 = (RectU5BU5D_t2936723554*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; Rect_t2360479859 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t1515500177 * L_12 = (BetterList_1_t1515500177 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1720847962_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * __this, const RuntimeMethod* method) { { Rect_t2360479859 L_0 = (Rect_t2360479859 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3550602315_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * __this, const RuntimeMethod* method) { { Rect_t2360479859 L_0 = (Rect_t2360479859 )__this->get_U24current_2(); Rect_t2360479859 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2804116217_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3737904005_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3737904005_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_m3737904005_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m27282118_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m344663217_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t1311249841 * L_2 = (BetterList_1_t1311249841 *)__this->get_U24this_1(); NullCheck(L_2); Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t1311249841 * L_4 = (BetterList_1_t1311249841 *)__this->get_U24this_1(); NullCheck(L_4); Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; Vector2_t2156229523 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t1311249841 * L_12 = (BetterList_1_t1311249841 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m187997135_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = (Vector2_t2156229523 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m4067611213_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = (Vector2_t2156229523 )__this->get_U24current_2(); Vector2_t2156229523 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1365281543_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m1138528102_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m1138528102_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_m1138528102_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m689523398_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m804339752_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2877333782 * L_2 = (BetterList_1_t2877333782 *)__this->get_U24this_1(); NullCheck(L_2); Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2877333782 * L_4 = (BetterList_1_t2877333782 *)__this->get_U24this_1(); NullCheck(L_4); Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; Vector3_t3722313464 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2877333782 * L_12 = (BetterList_1_t2877333782 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1268800147_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = (Vector3_t3722313464 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1684348166_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = (Vector3_t3722313464 )__this->get_U24current_2(); Vector3_t3722313464 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1167945837_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3674836838_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3674836838_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_m3674836838_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 BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m503204550_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m1473372603_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2474049255 * L_2 = (BetterList_1_t2474049255 *)__this->get_U24this_1(); NullCheck(L_2); Vector4U5BU5D_t934056436* L_3 = (Vector4U5BU5D_t934056436*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2474049255 * L_4 = (BetterList_1_t2474049255 *)__this->get_U24this_1(); NullCheck(L_4); Vector4U5BU5D_t934056436* L_5 = (Vector4U5BU5D_t934056436*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; Vector4_t3319028937 L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2474049255 * L_12 = (BetterList_1_t2474049255 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m2256856451_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * __this, const RuntimeMethod* method) { { Vector4_t3319028937 L_0 = (Vector4_t3319028937 )__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m2590975758_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * __this, const RuntimeMethod* method) { { Vector4_t3319028937 L_0 = (Vector4_t3319028937 )__this->get_U24current_2(); Vector4_t3319028937 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2199774472_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2209255270_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2209255270_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_m2209255270_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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1920754267_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m3384473640_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t4133466899 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t4133466899 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR triData_t4284306939 BetterList_1_get_Item_m3327449255_gshared (BetterList_1_t3439327257 * __this, int32_t ___i0, const RuntimeMethod* method) { { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; triData_t4284306939 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m2134194225_gshared (BetterList_1_t3439327257 * __this, int32_t ___i0, triData_t4284306939 ___value1, const RuntimeMethod* method) { { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_1 = ___i0; triData_t4284306939 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (triData_t4284306939 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m145810809_gshared (BetterList_1_t3439327257 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m145810809_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; triDataU5BU5D_t4032783290* V_1 = NULL; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; triDataU5BU5D_t4032783290* L_2 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (triDataU5BU5D_t4032783290*)((triDataU5BU5D_t4032783290*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); triDataU5BU5D_t4032783290* L_7 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { triDataU5BU5D_t4032783290* L_9 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); triDataU5BU5D_t4032783290* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { triDataU5BU5D_t4032783290* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m3807782625_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m3807782625_MetadataUsageId); s_Il2CppMethodInitialized = true; } triDataU5BU5D_t4032783290* V_0 = NULL; triDataU5BU5D_t4032783290* G_B3_0 = NULL; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { triDataU5BU5D_t4032783290* L_1 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((triDataU5BU5D_t4032783290*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((triDataU5BU5D_t4032783290*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (triDataU5BU5D_t4032783290*)G_B3_0; triDataU5BU5D_t4032783290* L_3 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { triDataU5BU5D_t4032783290* L_5 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); triDataU5BU5D_t4032783290* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { triDataU5BU5D_t4032783290* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m3436825363_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { triDataU5BU5D_t4032783290* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); triDataU5BU5D_t4032783290* L_2 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (triDataU5BU5D_t4032783290*)((triDataU5BU5D_t4032783290*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { triDataU5BU5D_t4032783290* L_4 = V_0; int32_t L_5 = V_1; triDataU5BU5D_t4032783290* L_6 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; triData_t4284306939 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (triData_t4284306939 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { triDataU5BU5D_t4032783290* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((triDataU5BU5D_t4032783290*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1571262341_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m465608159_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((triDataU5BU5D_t4032783290*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m135448209_gshared (BetterList_1_t3439327257 * __this, triData_t4284306939 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); triDataU5BU5D_t4032783290* L_2 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t3439327257 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { triDataU5BU5D_t4032783290* L_3 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; triData_t4284306939 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (triData_t4284306939 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t3439327257 * BetterList_1_Create_m878103819_gshared (RuntimeObject * __this /* static, unused */, triDataU5BU5D_t4032783290* ___buffer0, const RuntimeMethod* method) { BetterList_1_t3439327257 * V_0 = NULL; { BetterList_1_t3439327257 * L_0 = (BetterList_1_t3439327257 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t3439327257 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t3439327257 *)L_0; BetterList_1_t3439327257 * L_1 = V_0; triDataU5BU5D_t4032783290* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t3439327257 * L_3 = V_0; triDataU5BU5D_t4032783290* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t3439327257 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2776517277_gshared (BetterList_1_t3439327257 * __this, int32_t ___index0, triData_t4284306939 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); triDataU5BU5D_t4032783290* L_2 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t3439327257 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { triDataU5BU5D_t4032783290* L_6 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_7 = V_0; triDataU5BU5D_t4032783290* L_8 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); triData_t4284306939 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (triData_t4284306939 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { triDataU5BU5D_t4032783290* L_15 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_16 = ___index0; triData_t4284306939 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (triData_t4284306939 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { triData_t4284306939 L_19 = ___item1; NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, triData_t4284306939 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t3439327257 *)__this, (triData_t4284306939 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2290966377_gshared (BetterList_1_t3439327257 * __this, BetterList_1_t3439327257 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m2290966377_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; triDataU5BU5D_t4032783290* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t3439327257 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t3439327257 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); triDataU5BU5D_t4032783290* L_8 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { triDataU5BU5D_t4032783290* L_9 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); BetterList_1_t3439327257 * L_10 = ___other0; NullCheck(L_10); triDataU5BU5D_t4032783290* L_11 = (triDataU5BU5D_t4032783290*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(triDataU5BU5D_t4032783290*)L_9) == ((RuntimeObject*)(triDataU5BU5D_t4032783290*)L_11)))) { goto IL_00e3; } } { BetterList_1_t3439327257 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (triDataU5BU5D_t4032783290*)((triDataU5BU5D_t4032783290*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t3439327257 * L_15 = ___other0; NullCheck(L_15); triDataU5BU5D_t4032783290* L_16 = (triDataU5BU5D_t4032783290*)L_15->get_buffer_0(); triDataU5BU5D_t4032783290* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t3439327257 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { triDataU5BU5D_t4032783290* L_21 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; triDataU5BU5D_t4032783290* L_24 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); triData_t4284306939 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (triData_t4284306939 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { triDataU5BU5D_t4032783290* L_33 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; triDataU5BU5D_t4032783290* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; triData_t4284306939 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (triData_t4284306939 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (triDataU5BU5D_t4032783290*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t3439327257 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t3439327257 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { triDataU5BU5D_t4032783290* L_46 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; triDataU5BU5D_t4032783290* L_49 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t3439327257 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); triData_t4284306939 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (triData_t4284306939 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { triDataU5BU5D_t4032783290* L_59 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t3439327257 * L_62 = ___other0; NullCheck(L_62); triDataU5BU5D_t4032783290* L_63 = (triDataU5BU5D_t4032783290*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; triData_t4284306939 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (triData_t4284306939 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t3439327257 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m3381390848_gshared (BetterList_1_t3439327257 * __this, triData_t4284306939 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { triData_t4284306939 L_0 = ___item0; NullCheck((BetterList_1_t3439327257 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t3439327257 *, triData_t4284306939 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t3439327257 *)__this, (triData_t4284306939 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m3660546613_gshared (BetterList_1_t3439327257 * __this, triData_t4284306939 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { triDataU5BU5D_t4032783290* L_1 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); triData_t4284306939 L_3 = ___item0; triData_t4284306939 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), ((L_1)->GetAddressAt(static_cast(L_2)))); NullCheck((RuntimeObject *)L_6); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_6, (RuntimeObject *)L_5); *((L_1)->GetAddressAt(static_cast(L_2))) = *(triData_t4284306939 *)UnBox(L_6); if (!L_7) { goto IL_003a; } } { int32_t L_8 = V_0; return L_8; } IL_003a: { int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_size_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m677210094_gshared (BetterList_1_t3439327257 * __this, BetterList_1_t3439327257 * ___other0, const RuntimeMethod* method) { { BetterList_1_t3439327257 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, BetterList_1_t3439327257 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t3439327257 *)__this, (BetterList_1_t3439327257 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m3316879049_gshared (BetterList_1_t3439327257 * __this, triData_t4284306939 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t2454079275 * V_0 = NULL; int32_t V_1 = 0; triData_t4284306939 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t2454079275 * L_1 = (( EqualityComparer_1_t2454079275 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t2454079275 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t2454079275 * L_2 = V_0; triDataU5BU5D_t4032783290* L_3 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; triData_t4284306939 L_6 = (L_3)->GetAt(static_cast(L_5)); triData_t4284306939 L_7 = ___item0; NullCheck((EqualityComparer_1_t2454079275 *)L_2); bool L_8 = VirtFuncInvoker2< bool, triData_t4284306939 , triData_t4284306939 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t2454079275 *)L_2, (triData_t4284306939 )L_6, (triData_t4284306939 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); triDataU5BU5D_t4032783290* L_10 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(triData_t4284306939 )); triData_t4284306939 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (triData_t4284306939 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { triDataU5BU5D_t4032783290* L_14 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_15 = V_3; triDataU5BU5D_t4032783290* L_16 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); triData_t4284306939 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (triData_t4284306939 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1342173400_gshared (BetterList_1_t3439327257 * __this, int32_t ___index0, const RuntimeMethod* method) { triData_t4284306939 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); triDataU5BU5D_t4032783290* L_4 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(triData_t4284306939 )); triData_t4284306939 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (triData_t4284306939 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { triDataU5BU5D_t4032783290* L_8 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_9 = V_1; triDataU5BU5D_t4032783290* L_10 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); triData_t4284306939 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (triData_t4284306939 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m1214785232_gshared (BetterList_1_t3439327257 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m1214785232_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { triDataU5BU5D_t4032783290* L_13 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; triDataU5BU5D_t4032783290* L_16 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); triData_t4284306939 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (triData_t4284306939 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR triDataU5BU5D_t4032783290* BetterList_1_ToArray_m2025442669_gshared (BetterList_1_t3439327257 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t3439327257 *)__this); (( void (*) (BetterList_1_t3439327257 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t3439327257 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); triDataU5BU5D_t4032783290* L_0 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3955961513_gshared (BetterList_1_t3439327257 * __this, Comparison_1_t4059238118 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; triData_t4284306939 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t4059238118 * L_0 = ___comparer0; triDataU5BU5D_t4032783290* L_1 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); triData_t4284306939 L_4 = (L_1)->GetAt(static_cast(L_3)); triDataU5BU5D_t4032783290* L_5 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; triData_t4284306939 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t4059238118 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t4059238118 *, triData_t4284306939 , triData_t4284306939 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t4059238118 *)L_0, (triData_t4284306939 )L_4, (triData_t4284306939 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { triDataU5BU5D_t4032783290* L_10 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; triData_t4284306939 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (triData_t4284306939 )L_13; triDataU5BU5D_t4032783290* L_14 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_15 = V_1; triDataU5BU5D_t4032783290* L_16 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); triData_t4284306939 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (triData_t4284306939 )L_19); triDataU5BU5D_t4032783290* L_20 = (triDataU5BU5D_t4032783290*)__this->get_buffer_0(); int32_t L_21 = V_1; triData_t4284306939 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (triData_t4284306939 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1458970185_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m1092137231_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t963266374 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t963266374 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t963266374 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t963266374 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t963266374 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t963266374 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t963266374 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR PlayerInfo_t1114106414 BetterList_1_get_Item_m2927045620_gshared (BetterList_1_t269126732 * __this, int32_t ___i0, const RuntimeMethod* method) { { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; PlayerInfo_t1114106414 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1103689452_gshared (BetterList_1_t269126732 * __this, int32_t ___i0, PlayerInfo_t1114106414 ___value1, const RuntimeMethod* method) { { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_1 = ___i0; PlayerInfo_t1114106414 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (PlayerInfo_t1114106414 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2261480876_gshared (BetterList_1_t269126732 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m2261480876_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PlayerInfoU5BU5D_t1241674075* V_1 = NULL; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; PlayerInfoU5BU5D_t1241674075* L_2 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (PlayerInfoU5BU5D_t1241674075*)((PlayerInfoU5BU5D_t1241674075*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); PlayerInfoU5BU5D_t1241674075* L_7 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { PlayerInfoU5BU5D_t1241674075* L_9 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); PlayerInfoU5BU5D_t1241674075* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { PlayerInfoU5BU5D_t1241674075* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m132820154_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m132820154_MetadataUsageId); s_Il2CppMethodInitialized = true; } PlayerInfoU5BU5D_t1241674075* V_0 = NULL; PlayerInfoU5BU5D_t1241674075* G_B3_0 = NULL; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { PlayerInfoU5BU5D_t1241674075* L_1 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((PlayerInfoU5BU5D_t1241674075*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((PlayerInfoU5BU5D_t1241674075*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (PlayerInfoU5BU5D_t1241674075*)G_B3_0; PlayerInfoU5BU5D_t1241674075* L_3 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { PlayerInfoU5BU5D_t1241674075* L_5 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); PlayerInfoU5BU5D_t1241674075* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { PlayerInfoU5BU5D_t1241674075* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m1741108995_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { PlayerInfoU5BU5D_t1241674075* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); PlayerInfoU5BU5D_t1241674075* L_2 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (PlayerInfoU5BU5D_t1241674075*)((PlayerInfoU5BU5D_t1241674075*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { PlayerInfoU5BU5D_t1241674075* L_4 = V_0; int32_t L_5 = V_1; PlayerInfoU5BU5D_t1241674075* L_6 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; PlayerInfo_t1114106414 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (PlayerInfo_t1114106414 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { PlayerInfoU5BU5D_t1241674075* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((PlayerInfoU5BU5D_t1241674075*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1955684996_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3083856432_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((PlayerInfoU5BU5D_t1241674075*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m4154485978_gshared (BetterList_1_t269126732 * __this, PlayerInfo_t1114106414 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); PlayerInfoU5BU5D_t1241674075* L_2 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t269126732 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { PlayerInfoU5BU5D_t1241674075* L_3 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; PlayerInfo_t1114106414 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (PlayerInfo_t1114106414 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t269126732 * BetterList_1_Create_m861409357_gshared (RuntimeObject * __this /* static, unused */, PlayerInfoU5BU5D_t1241674075* ___buffer0, const RuntimeMethod* method) { BetterList_1_t269126732 * V_0 = NULL; { BetterList_1_t269126732 * L_0 = (BetterList_1_t269126732 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t269126732 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t269126732 *)L_0; BetterList_1_t269126732 * L_1 = V_0; PlayerInfoU5BU5D_t1241674075* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t269126732 * L_3 = V_0; PlayerInfoU5BU5D_t1241674075* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t269126732 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2088753958_gshared (BetterList_1_t269126732 * __this, int32_t ___index0, PlayerInfo_t1114106414 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); PlayerInfoU5BU5D_t1241674075* L_2 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t269126732 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { PlayerInfoU5BU5D_t1241674075* L_6 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_7 = V_0; PlayerInfoU5BU5D_t1241674075* L_8 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); PlayerInfo_t1114106414 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (PlayerInfo_t1114106414 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { PlayerInfoU5BU5D_t1241674075* L_15 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_16 = ___index0; PlayerInfo_t1114106414 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (PlayerInfo_t1114106414 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { PlayerInfo_t1114106414 L_19 = ___item1; NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, PlayerInfo_t1114106414 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t269126732 *)__this, (PlayerInfo_t1114106414 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3002882258_gshared (BetterList_1_t269126732 * __this, BetterList_1_t269126732 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m3002882258_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PlayerInfoU5BU5D_t1241674075* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t269126732 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t269126732 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); PlayerInfoU5BU5D_t1241674075* L_8 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { PlayerInfoU5BU5D_t1241674075* L_9 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); BetterList_1_t269126732 * L_10 = ___other0; NullCheck(L_10); PlayerInfoU5BU5D_t1241674075* L_11 = (PlayerInfoU5BU5D_t1241674075*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(PlayerInfoU5BU5D_t1241674075*)L_9) == ((RuntimeObject*)(PlayerInfoU5BU5D_t1241674075*)L_11)))) { goto IL_00e3; } } { BetterList_1_t269126732 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (PlayerInfoU5BU5D_t1241674075*)((PlayerInfoU5BU5D_t1241674075*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t269126732 * L_15 = ___other0; NullCheck(L_15); PlayerInfoU5BU5D_t1241674075* L_16 = (PlayerInfoU5BU5D_t1241674075*)L_15->get_buffer_0(); PlayerInfoU5BU5D_t1241674075* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t269126732 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { PlayerInfoU5BU5D_t1241674075* L_21 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; PlayerInfoU5BU5D_t1241674075* L_24 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); PlayerInfo_t1114106414 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (PlayerInfo_t1114106414 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { PlayerInfoU5BU5D_t1241674075* L_33 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; PlayerInfoU5BU5D_t1241674075* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; PlayerInfo_t1114106414 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (PlayerInfo_t1114106414 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (PlayerInfoU5BU5D_t1241674075*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t269126732 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t269126732 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { PlayerInfoU5BU5D_t1241674075* L_46 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; PlayerInfoU5BU5D_t1241674075* L_49 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t269126732 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); PlayerInfo_t1114106414 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (PlayerInfo_t1114106414 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { PlayerInfoU5BU5D_t1241674075* L_59 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t269126732 * L_62 = ___other0; NullCheck(L_62); PlayerInfoU5BU5D_t1241674075* L_63 = (PlayerInfoU5BU5D_t1241674075*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; PlayerInfo_t1114106414 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (PlayerInfo_t1114106414 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t269126732 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m1034692364_gshared (BetterList_1_t269126732 * __this, PlayerInfo_t1114106414 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { PlayerInfo_t1114106414 L_0 = ___item0; NullCheck((BetterList_1_t269126732 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t269126732 *, PlayerInfo_t1114106414 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t269126732 *)__this, (PlayerInfo_t1114106414 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m2293744278_gshared (BetterList_1_t269126732 * __this, PlayerInfo_t1114106414 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { PlayerInfoU5BU5D_t1241674075* L_1 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); PlayerInfo_t1114106414 L_3 = ___item0; PlayerInfo_t1114106414 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), ((L_1)->GetAddressAt(static_cast(L_2)))); NullCheck((RuntimeObject *)L_6); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_6, (RuntimeObject *)L_5); *((L_1)->GetAddressAt(static_cast(L_2))) = *(PlayerInfo_t1114106414 *)UnBox(L_6); if (!L_7) { goto IL_003a; } } { int32_t L_8 = V_0; return L_8; } IL_003a: { int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_size_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m2379902349_gshared (BetterList_1_t269126732 * __this, BetterList_1_t269126732 * ___other0, const RuntimeMethod* method) { { BetterList_1_t269126732 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, BetterList_1_t269126732 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t269126732 *)__this, (BetterList_1_t269126732 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m1313172341_gshared (BetterList_1_t269126732 * __this, PlayerInfo_t1114106414 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t3578846046 * V_0 = NULL; int32_t V_1 = 0; PlayerInfo_t1114106414 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t3578846046 * L_1 = (( EqualityComparer_1_t3578846046 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t3578846046 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t3578846046 * L_2 = V_0; PlayerInfoU5BU5D_t1241674075* L_3 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; PlayerInfo_t1114106414 L_6 = (L_3)->GetAt(static_cast(L_5)); PlayerInfo_t1114106414 L_7 = ___item0; NullCheck((EqualityComparer_1_t3578846046 *)L_2); bool L_8 = VirtFuncInvoker2< bool, PlayerInfo_t1114106414 , PlayerInfo_t1114106414 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t3578846046 *)L_2, (PlayerInfo_t1114106414 )L_6, (PlayerInfo_t1114106414 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); PlayerInfoU5BU5D_t1241674075* L_10 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(PlayerInfo_t1114106414 )); PlayerInfo_t1114106414 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (PlayerInfo_t1114106414 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { PlayerInfoU5BU5D_t1241674075* L_14 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_15 = V_3; PlayerInfoU5BU5D_t1241674075* L_16 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); PlayerInfo_t1114106414 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (PlayerInfo_t1114106414 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1117506159_gshared (BetterList_1_t269126732 * __this, int32_t ___index0, const RuntimeMethod* method) { PlayerInfo_t1114106414 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); PlayerInfoU5BU5D_t1241674075* L_4 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(PlayerInfo_t1114106414 )); PlayerInfo_t1114106414 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (PlayerInfo_t1114106414 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { PlayerInfoU5BU5D_t1241674075* L_8 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_9 = V_1; PlayerInfoU5BU5D_t1241674075* L_10 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); PlayerInfo_t1114106414 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (PlayerInfo_t1114106414 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m4277090774_gshared (BetterList_1_t269126732 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m4277090774_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { PlayerInfoU5BU5D_t1241674075* L_13 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; PlayerInfoU5BU5D_t1241674075* L_16 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); PlayerInfo_t1114106414 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (PlayerInfo_t1114106414 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR PlayerInfoU5BU5D_t1241674075* BetterList_1_ToArray_m3590283605_gshared (BetterList_1_t269126732 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t269126732 *)__this); (( void (*) (BetterList_1_t269126732 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t269126732 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); PlayerInfoU5BU5D_t1241674075* L_0 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m685656506_gshared (BetterList_1_t269126732 * __this, Comparison_1_t889037593 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; PlayerInfo_t1114106414 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t889037593 * L_0 = ___comparer0; PlayerInfoU5BU5D_t1241674075* L_1 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); PlayerInfo_t1114106414 L_4 = (L_1)->GetAt(static_cast(L_3)); PlayerInfoU5BU5D_t1241674075* L_5 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; PlayerInfo_t1114106414 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t889037593 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t889037593 *, PlayerInfo_t1114106414 , PlayerInfo_t1114106414 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t889037593 *)L_0, (PlayerInfo_t1114106414 )L_4, (PlayerInfo_t1114106414 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { PlayerInfoU5BU5D_t1241674075* L_10 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; PlayerInfo_t1114106414 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (PlayerInfo_t1114106414 )L_13; PlayerInfoU5BU5D_t1241674075* L_14 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_15 = V_1; PlayerInfoU5BU5D_t1241674075* L_16 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); PlayerInfo_t1114106414 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (PlayerInfo_t1114106414 )L_19); PlayerInfoU5BU5D_t1241674075* L_20 = (PlayerInfoU5BU5D_t1241674075*)__this->get_buffer_0(); int32_t L_21 = V_1; PlayerInfo_t1114106414 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (PlayerInfo_t1114106414 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1597451403_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m1074651495_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2014036368 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2014036368 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m960213304_gshared (BetterList_1_t1319896726 * __this, int32_t ___i0, const RuntimeMethod* method) { { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m2209880423_gshared (BetterList_1_t1319896726 * __this, int32_t ___i0, int32_t ___value1, const RuntimeMethod* method) { { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_1 = ___i0; int32_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m3114021081_gshared (BetterList_1_t1319896726 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m3114021081_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; enumPersonPageU5BU5D_t2446123689* V_1 = NULL; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; enumPersonPageU5BU5D_t2446123689* L_2 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (enumPersonPageU5BU5D_t2446123689*)((enumPersonPageU5BU5D_t2446123689*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); enumPersonPageU5BU5D_t2446123689* L_7 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { enumPersonPageU5BU5D_t2446123689* L_9 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); enumPersonPageU5BU5D_t2446123689* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { enumPersonPageU5BU5D_t2446123689* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m286855991_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m286855991_MetadataUsageId); s_Il2CppMethodInitialized = true; } enumPersonPageU5BU5D_t2446123689* V_0 = NULL; enumPersonPageU5BU5D_t2446123689* G_B3_0 = NULL; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { enumPersonPageU5BU5D_t2446123689* L_1 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((enumPersonPageU5BU5D_t2446123689*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((enumPersonPageU5BU5D_t2446123689*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (enumPersonPageU5BU5D_t2446123689*)G_B3_0; enumPersonPageU5BU5D_t2446123689* L_3 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { enumPersonPageU5BU5D_t2446123689* L_5 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); enumPersonPageU5BU5D_t2446123689* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { enumPersonPageU5BU5D_t2446123689* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m452739511_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { enumPersonPageU5BU5D_t2446123689* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); enumPersonPageU5BU5D_t2446123689* L_2 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (enumPersonPageU5BU5D_t2446123689*)((enumPersonPageU5BU5D_t2446123689*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { enumPersonPageU5BU5D_t2446123689* L_4 = V_0; int32_t L_5 = V_1; enumPersonPageU5BU5D_t2446123689* L_6 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { enumPersonPageU5BU5D_t2446123689* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((enumPersonPageU5BU5D_t2446123689*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3805180168_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m142496028_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((enumPersonPageU5BU5D_t2446123689*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m2355985310_gshared (BetterList_1_t1319896726 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); enumPersonPageU5BU5D_t2446123689* L_2 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1319896726 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { enumPersonPageU5BU5D_t2446123689* L_3 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; int32_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int32_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t1319896726 * BetterList_1_Create_m188496199_gshared (RuntimeObject * __this /* static, unused */, enumPersonPageU5BU5D_t2446123689* ___buffer0, const RuntimeMethod* method) { BetterList_1_t1319896726 * V_0 = NULL; { BetterList_1_t1319896726 * L_0 = (BetterList_1_t1319896726 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t1319896726 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t1319896726 *)L_0; BetterList_1_t1319896726 * L_1 = V_0; enumPersonPageU5BU5D_t2446123689* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t1319896726 * L_3 = V_0; enumPersonPageU5BU5D_t2446123689* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t1319896726 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m573818196_gshared (BetterList_1_t1319896726 * __this, int32_t ___index0, int32_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); enumPersonPageU5BU5D_t2446123689* L_2 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1319896726 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { enumPersonPageU5BU5D_t2446123689* L_6 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_7 = V_0; enumPersonPageU5BU5D_t2446123689* L_8 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { enumPersonPageU5BU5D_t2446123689* L_15 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_16 = ___index0; int32_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int32_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { int32_t L_19 = ___item1; NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t1319896726 *)__this, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m262458578_gshared (BetterList_1_t1319896726 * __this, BetterList_1_t1319896726 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m262458578_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; enumPersonPageU5BU5D_t2446123689* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t1319896726 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t1319896726 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); enumPersonPageU5BU5D_t2446123689* L_8 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { enumPersonPageU5BU5D_t2446123689* L_9 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); BetterList_1_t1319896726 * L_10 = ___other0; NullCheck(L_10); enumPersonPageU5BU5D_t2446123689* L_11 = (enumPersonPageU5BU5D_t2446123689*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(enumPersonPageU5BU5D_t2446123689*)L_9) == ((RuntimeObject*)(enumPersonPageU5BU5D_t2446123689*)L_11)))) { goto IL_00e3; } } { BetterList_1_t1319896726 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (enumPersonPageU5BU5D_t2446123689*)((enumPersonPageU5BU5D_t2446123689*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t1319896726 * L_15 = ___other0; NullCheck(L_15); enumPersonPageU5BU5D_t2446123689* L_16 = (enumPersonPageU5BU5D_t2446123689*)L_15->get_buffer_0(); enumPersonPageU5BU5D_t2446123689* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1319896726 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { enumPersonPageU5BU5D_t2446123689* L_21 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; enumPersonPageU5BU5D_t2446123689* L_24 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); int32_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (int32_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { enumPersonPageU5BU5D_t2446123689* L_33 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; enumPersonPageU5BU5D_t2446123689* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (int32_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (enumPersonPageU5BU5D_t2446123689*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t1319896726 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1319896726 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { enumPersonPageU5BU5D_t2446123689* L_46 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; enumPersonPageU5BU5D_t2446123689* L_49 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t1319896726 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); int32_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (int32_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { enumPersonPageU5BU5D_t2446123689* L_59 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t1319896726 * L_62 = ___other0; NullCheck(L_62); enumPersonPageU5BU5D_t2446123689* L_63 = (enumPersonPageU5BU5D_t2446123689*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; int32_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (int32_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t1319896726 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m2374903357_gshared (BetterList_1_t1319896726 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___item0; NullCheck((BetterList_1_t1319896726 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t1319896726 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m3375402321_gshared (BetterList_1_t1319896726 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { enumPersonPageU5BU5D_t2446123689* L_1 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___item0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), ((L_1)->GetAddressAt(static_cast(L_2)))); NullCheck((RuntimeObject *)L_6); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_6, (RuntimeObject *)L_5); *((L_1)->GetAddressAt(static_cast(L_2))) = *(int32_t*)UnBox(L_6); if (!L_7) { goto IL_003a; } } { int32_t L_8 = V_0; return L_8; } IL_003a: { int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_size_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m32302224_gshared (BetterList_1_t1319896726 * __this, BetterList_1_t1319896726 * ___other0, const RuntimeMethod* method) { { BetterList_1_t1319896726 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t1319896726 *)__this, (BetterList_1_t1319896726 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m1591687420_gshared (BetterList_1_t1319896726 * __this, int32_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t334648744 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t334648744 * L_1 = (( EqualityComparer_1_t334648744 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t334648744 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t334648744 * L_2 = V_0; enumPersonPageU5BU5D_t2446123689* L_3 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = ___item0; NullCheck((EqualityComparer_1_t334648744 *)L_2); bool L_8 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t334648744 *)L_2, (int32_t)L_6, (int32_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); enumPersonPageU5BU5D_t2446123689* L_10 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(int32_t)); int32_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int32_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { enumPersonPageU5BU5D_t2446123689* L_14 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_15 = V_3; enumPersonPageU5BU5D_t2446123689* L_16 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1569920014_gshared (BetterList_1_t1319896726 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); enumPersonPageU5BU5D_t2446123689* L_4 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { enumPersonPageU5BU5D_t2446123689* L_8 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_9 = V_1; enumPersonPageU5BU5D_t2446123689* L_10 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m4274888185_gshared (BetterList_1_t1319896726 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m4274888185_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { enumPersonPageU5BU5D_t2446123689* L_13 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; enumPersonPageU5BU5D_t2446123689* L_16 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); int32_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (int32_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR enumPersonPageU5BU5D_t2446123689* BetterList_1_ToArray_m3182473962_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t1319896726 *)__this); (( void (*) (BetterList_1_t1319896726 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t1319896726 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); enumPersonPageU5BU5D_t2446123689* L_0 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3908694908_gshared (BetterList_1_t1319896726 * __this, Comparison_1_t1939807587 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t1939807587 * L_0 = ___comparer0; enumPersonPageU5BU5D_t2446123689* L_1 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); enumPersonPageU5BU5D_t2446123689* L_5 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t1939807587 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t1939807587 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t1939807587 *)L_0, (int32_t)L_4, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { enumPersonPageU5BU5D_t2446123689* L_10 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (int32_t)L_13; enumPersonPageU5BU5D_t2446123689* L_14 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_15 = V_1; enumPersonPageU5BU5D_t2446123689* L_16 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); enumPersonPageU5BU5D_t2446123689* L_20 = (enumPersonPageU5BU5D_t2446123689*)__this->get_buffer_0(); int32_t L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (int32_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m916496649_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m3496854831_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t983456336 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t983456336 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t983456336 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t983456336 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t983456336 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t983456336 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t983456336 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t BetterList_1_get_Item_m318494546_gshared (BetterList_1_t289316694 * __this, int32_t ___i0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1941866975_gshared (BetterList_1_t289316694 * __this, int32_t ___i0, uint8_t ___value1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_1 = ___i0; uint8_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2801707268_gshared (BetterList_1_t289316694 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m2801707268_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); ByteU5BU5D_t4116647657* L_7 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { ByteU5BU5D_t4116647657* L_9 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); ByteU5BU5D_t4116647657* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { ByteU5BU5D_t4116647657* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m2999227842_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m2999227842_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* G_B3_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { ByteU5BU5D_t4116647657* L_1 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (ByteU5BU5D_t4116647657*)G_B3_0; ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { ByteU5BU5D_t4116647657* L_5 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { ByteU5BU5D_t4116647657* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2511703137_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { ByteU5BU5D_t4116647657* L_4 = V_0; int32_t L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { ByteU5BU5D_t4116647657* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((ByteU5BU5D_t4116647657*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2496795138_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m1269376650_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((ByteU5BU5D_t4116647657*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3689618584_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; uint8_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t289316694 * BetterList_1_Create_m4035107615_gshared (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { BetterList_1_t289316694 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t289316694 *)L_0; BetterList_1_t289316694 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t289316694 * L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t289316694 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3315653105_gshared (BetterList_1_t289316694 * __this, int32_t ___index0, uint8_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { ByteU5BU5D_t4116647657* L_6 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint8_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { ByteU5BU5D_t4116647657* L_15 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_16 = ___index0; uint8_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint8_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { uint8_t L_19 = ___item1; NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t289316694 *)__this, (uint8_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3558601324_gshared (BetterList_1_t289316694 * __this, BetterList_1_t289316694 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m3558601324_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t289316694 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t289316694 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); ByteU5BU5D_t4116647657* L_8 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { ByteU5BU5D_t4116647657* L_9 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); BetterList_1_t289316694 * L_10 = ___other0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = (ByteU5BU5D_t4116647657*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_9) == ((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_11)))) { goto IL_00e3; } } { BetterList_1_t289316694 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t289316694 * L_15 = ___other0; NullCheck(L_15); ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)L_15->get_buffer_0(); ByteU5BU5D_t4116647657* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t289316694 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { ByteU5BU5D_t4116647657* L_21 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; ByteU5BU5D_t4116647657* L_24 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); uint8_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (uint8_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { ByteU5BU5D_t4116647657* L_33 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; ByteU5BU5D_t4116647657* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (uint8_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t289316694 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t289316694 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { ByteU5BU5D_t4116647657* L_46 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; ByteU5BU5D_t4116647657* L_49 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t289316694 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); uint8_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (uint8_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { ByteU5BU5D_t4116647657* L_59 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t289316694 * L_62 = ___other0; NullCheck(L_62); ByteU5BU5D_t4116647657* L_63 = (ByteU5BU5D_t4116647657*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; uint8_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (uint8_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t289316694 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m1824901078_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { uint8_t L_0 = ___item0; NullCheck((BetterList_1_t289316694 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t289316694 *)__this, (uint8_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m2302665791_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { ByteU5BU5D_t4116647657* L_1 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); uint8_t L_3 = ___item0; uint8_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Byte_Equals_m1161982810((uint8_t*)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m4150690803_gshared (BetterList_1_t289316694 * __this, BetterList_1_t289316694 * ___other0, const RuntimeMethod* method) { { BetterList_1_t289316694 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t289316694 *)__this, (BetterList_1_t289316694 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m2238425114_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t3599036008 * V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t3599036008 * L_1 = (( EqualityComparer_1_t3599036008 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t3599036008 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t3599036008 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); uint8_t L_7 = ___item0; NullCheck((EqualityComparer_1_t3599036008 *)L_2); bool L_8 = VirtFuncInvoker2< bool, uint8_t, uint8_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t3599036008 *)L_2, (uint8_t)L_6, (uint8_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); ByteU5BU5D_t4116647657* L_10 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(uint8_t)); uint8_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { ByteU5BU5D_t4116647657* L_14 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_15 = V_3; ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint8_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1758749084_gshared (BetterList_1_t289316694 * __this, int32_t ___index0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); ByteU5BU5D_t4116647657* L_4 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(uint8_t)); uint8_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { ByteU5BU5D_t4116647657* L_8 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint8_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m1968001449_gshared (BetterList_1_t289316694 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m1968001449_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { ByteU5BU5D_t4116647657* L_13 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); uint8_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (uint8_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BetterList_1_ToArray_m3387226773_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m2396631985_gshared (BetterList_1_t289316694 * __this, Comparison_1_t909227555 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; uint8_t V_2 = 0x0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t909227555 * L_0 = ___comparer0; ByteU5BU5D_t4116647657* L_1 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); ByteU5BU5D_t4116647657* L_5 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t909227555 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t909227555 *, uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t909227555 *)L_0, (uint8_t)L_4, (uint8_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { ByteU5BU5D_t4116647657* L_10 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (uint8_t)L_13; ByteU5BU5D_t4116647657* L_14 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_15 = V_1; ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint8_t)L_19); ByteU5BU5D_t4116647657* L_20 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_21 = V_1; uint8_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (uint8_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m2079784661_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m874805088_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m629431924_gshared (BetterList_1_t2105966071 * __this, int32_t ___i0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m3988300983_gshared (BetterList_1_t2105966071 * __this, int32_t ___i0, int32_t ___value1, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_1 = ___i0; int32_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2003683625_gshared (BetterList_1_t2105966071 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m2003683625_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Int32U5BU5D_t385246372* L_7 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Int32U5BU5D_t385246372* L_9 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); Int32U5BU5D_t385246372* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Int32U5BU5D_t385246372* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m1148839271_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m1148839271_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; Int32U5BU5D_t385246372* G_B3_0 = NULL; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Int32U5BU5D_t385246372*)G_B3_0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); Int32U5BU5D_t385246372* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Int32U5BU5D_t385246372* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m784921625_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Int32U5BU5D_t385246372* L_4 = V_0; int32_t L_5 = V_1; Int32U5BU5D_t385246372* L_6 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Int32U5BU5D_t385246372* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Int32U5BU5D_t385246372*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3880922309_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3168490299_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Int32U5BU5D_t385246372*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m2067633169_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; int32_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int32_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2105966071 * BetterList_1_Create_m592438323_gshared (RuntimeObject * __this /* static, unused */, Int32U5BU5D_t385246372* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2105966071 * V_0 = NULL; { BetterList_1_t2105966071 * L_0 = (BetterList_1_t2105966071 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2105966071 *)L_0; BetterList_1_t2105966071 * L_1 = V_0; Int32U5BU5D_t385246372* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2105966071 * L_3 = V_0; Int32U5BU5D_t385246372* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2105966071 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4189310879_gshared (BetterList_1_t2105966071 * __this, int32_t ___index0, int32_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Int32U5BU5D_t385246372* L_6 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_7 = V_0; Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Int32U5BU5D_t385246372* L_15 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_16 = ___index0; int32_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int32_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { int32_t L_19 = ___item1; NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m771269936_gshared (BetterList_1_t2105966071 * __this, BetterList_1_t2105966071 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m771269936_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t385246372* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2105966071 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2105966071 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Int32U5BU5D_t385246372* L_9 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); BetterList_1_t2105966071 * L_10 = ___other0; NullCheck(L_10); Int32U5BU5D_t385246372* L_11 = (Int32U5BU5D_t385246372*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Int32U5BU5D_t385246372*)L_9) == ((RuntimeObject*)(Int32U5BU5D_t385246372*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2105966071 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2105966071 * L_15 = ___other0; NullCheck(L_15); Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)L_15->get_buffer_0(); Int32U5BU5D_t385246372* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Int32U5BU5D_t385246372* L_21 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Int32U5BU5D_t385246372* L_24 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); int32_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (int32_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Int32U5BU5D_t385246372* L_33 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Int32U5BU5D_t385246372* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (int32_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Int32U5BU5D_t385246372*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2105966071 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Int32U5BU5D_t385246372* L_46 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Int32U5BU5D_t385246372* L_49 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2105966071 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); int32_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (int32_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Int32U5BU5D_t385246372* L_59 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2105966071 * L_62 = ___other0; NullCheck(L_62); Int32U5BU5D_t385246372* L_63 = (Int32U5BU5D_t385246372*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; int32_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (int32_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2105966071 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m500906472_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___item0; NullCheck((BetterList_1_t2105966071 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m4176369052_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___item0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Int32_Equals_m3996243976((int32_t*)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m143671068_gshared (BetterList_1_t2105966071 * __this, BetterList_1_t2105966071 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2105966071 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2105966071 *)__this, (BetterList_1_t2105966071 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m608844907_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1120718089 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1120718089 * L_1 = (( EqualityComparer_1_t1120718089 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1120718089 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1120718089 * L_2 = V_0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = ___item0; NullCheck((EqualityComparer_1_t1120718089 *)L_2); bool L_8 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1120718089 *)L_2, (int32_t)L_6, (int32_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Int32U5BU5D_t385246372* L_10 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(int32_t)); int32_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int32_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Int32U5BU5D_t385246372* L_14 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_15 = V_3; Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1888541340_gshared (BetterList_1_t2105966071 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Int32U5BU5D_t385246372* L_4 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_9 = V_1; Int32U5BU5D_t385246372* L_10 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m4175758419_gshared (BetterList_1_t2105966071 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m4175758419_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Int32U5BU5D_t385246372* L_13 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); int32_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (int32_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* BetterList_1_ToArray_m2835090193_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m1746619428_gshared (BetterList_1_t2105966071 * __this, Comparison_1_t2725876932 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2725876932 * L_0 = ___comparer0; Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2725876932 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2725876932 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2725876932 *)L_0, (int32_t)L_4, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Int32U5BU5D_t385246372* L_10 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (int32_t)L_13; Int32U5BU5D_t385246372* L_14 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_15 = V_1; Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); Int32U5BU5D_t385246372* L_20 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (int32_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1493202757_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m4032984723_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BetterList_1_get_Item_m3140183444_gshared (BetterList_1_t2891587622 * __this, int32_t ___i0, const RuntimeMethod* method) { { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m3946243228_gshared (BetterList_1_t2891587622 * __this, int32_t ___i0, int64_t ___value1, const RuntimeMethod* method) { { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_1 = ___i0; int64_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int64_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m700097119_gshared (BetterList_1_t2891587622 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m700097119_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int64U5BU5D_t2559172825* V_1 = NULL; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Int64U5BU5D_t2559172825*)((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Int64U5BU5D_t2559172825* L_7 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Int64U5BU5D_t2559172825* L_9 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); Int64U5BU5D_t2559172825* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Int64U5BU5D_t2559172825* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m2273833626_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m2273833626_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int64U5BU5D_t2559172825* V_0 = NULL; Int64U5BU5D_t2559172825* G_B3_0 = NULL; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Int64U5BU5D_t2559172825* L_1 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Int64U5BU5D_t2559172825*)G_B3_0; Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Int64U5BU5D_t2559172825* L_5 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); Int64U5BU5D_t2559172825* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Int64U5BU5D_t2559172825* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m780672279_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { Int64U5BU5D_t2559172825* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Int64U5BU5D_t2559172825*)((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Int64U5BU5D_t2559172825* L_4 = V_0; int32_t L_5 = V_1; Int64U5BU5D_t2559172825* L_6 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int64_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int64_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Int64U5BU5D_t2559172825* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Int64U5BU5D_t2559172825*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2223224509_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3708962223_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Int64U5BU5D_t2559172825*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m215662071_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; int64_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int64_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2891587622 * BetterList_1_Create_m37090409_gshared (RuntimeObject * __this /* static, unused */, Int64U5BU5D_t2559172825* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2891587622 * V_0 = NULL; { BetterList_1_t2891587622 * L_0 = (BetterList_1_t2891587622 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2891587622 *)L_0; BetterList_1_t2891587622 * L_1 = V_0; Int64U5BU5D_t2559172825* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2891587622 * L_3 = V_0; Int64U5BU5D_t2559172825* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2891587622 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2058705001_gshared (BetterList_1_t2891587622 * __this, int32_t ___index0, int64_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Int64U5BU5D_t2559172825* L_6 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_7 = V_0; Int64U5BU5D_t2559172825* L_8 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int64_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int64_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Int64U5BU5D_t2559172825* L_15 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_16 = ___index0; int64_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int64_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { int64_t L_19 = ___item1; NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2891587622 *)__this, (int64_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2639820123_gshared (BetterList_1_t2891587622 * __this, BetterList_1_t2891587622 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m2639820123_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int64U5BU5D_t2559172825* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2891587622 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2891587622 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Int64U5BU5D_t2559172825* L_8 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Int64U5BU5D_t2559172825* L_9 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); BetterList_1_t2891587622 * L_10 = ___other0; NullCheck(L_10); Int64U5BU5D_t2559172825* L_11 = (Int64U5BU5D_t2559172825*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Int64U5BU5D_t2559172825*)L_9) == ((RuntimeObject*)(Int64U5BU5D_t2559172825*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2891587622 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Int64U5BU5D_t2559172825*)((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2891587622 * L_15 = ___other0; NullCheck(L_15); Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)L_15->get_buffer_0(); Int64U5BU5D_t2559172825* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2891587622 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Int64U5BU5D_t2559172825* L_21 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Int64U5BU5D_t2559172825* L_24 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); int64_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (int64_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Int64U5BU5D_t2559172825* L_33 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Int64U5BU5D_t2559172825* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int64_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (int64_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Int64U5BU5D_t2559172825*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2891587622 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2891587622 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Int64U5BU5D_t2559172825* L_46 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Int64U5BU5D_t2559172825* L_49 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2891587622 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); int64_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (int64_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Int64U5BU5D_t2559172825* L_59 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2891587622 * L_62 = ___other0; NullCheck(L_62); Int64U5BU5D_t2559172825* L_63 = (Int64U5BU5D_t2559172825*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; int64_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (int64_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2891587622 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m2295261422_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int64_t L_0 = ___item0; NullCheck((BetterList_1_t2891587622 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2891587622 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2891587622 *)__this, (int64_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m556465142_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Int64U5BU5D_t2559172825* L_1 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); int64_t L_3 = ___item0; int64_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Int64_Equals_m858582563((int64_t*)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m3773677784_gshared (BetterList_1_t2891587622 * __this, BetterList_1_t2891587622 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2891587622 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2891587622 *)__this, (BetterList_1_t2891587622 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m944657291_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1906339640 * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1906339640 * L_1 = (( EqualityComparer_1_t1906339640 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1906339640 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1906339640 * L_2 = V_0; Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int64_t L_6 = (L_3)->GetAt(static_cast(L_5)); int64_t L_7 = ___item0; NullCheck((EqualityComparer_1_t1906339640 *)L_2); bool L_8 = VirtFuncInvoker2< bool, int64_t, int64_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1906339640 *)L_2, (int64_t)L_6, (int64_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Int64U5BU5D_t2559172825* L_10 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(int64_t)); int64_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int64_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Int64U5BU5D_t2559172825* L_14 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_15 = V_3; Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int64_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int64_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1504936600_gshared (BetterList_1_t2891587622 * __this, int32_t ___index0, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Int64U5BU5D_t2559172825* L_4 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(int64_t)); int64_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int64_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Int64U5BU5D_t2559172825* L_8 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_9 = V_1; Int64U5BU5D_t2559172825* L_10 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int64_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int64_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m2596579602_gshared (BetterList_1_t2891587622 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m2596579602_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Int64U5BU5D_t2559172825* L_13 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); int64_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (int64_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int64U5BU5D_t2559172825* BetterList_1_ToArray_m3469181686_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3463131249_gshared (BetterList_1_t2891587622 * __this, Comparison_1_t3511498483 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int64_t V_2 = 0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t3511498483 * L_0 = ___comparer0; Int64U5BU5D_t2559172825* L_1 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int64_t L_4 = (L_1)->GetAt(static_cast(L_3)); Int64U5BU5D_t2559172825* L_5 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int64_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t3511498483 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t3511498483 *, int64_t, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t3511498483 *)L_0, (int64_t)L_4, (int64_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Int64U5BU5D_t2559172825* L_10 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; int64_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (int64_t)L_13; Int64U5BU5D_t2559172825* L_14 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_15 = V_1; Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int64_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int64_t)L_19); Int64U5BU5D_t2559172825* L_20 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_21 = V_1; int64_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (int64_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m249494471_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BetterList_1_get_Item_m1187708413_gshared (BetterList_1_t2235126482 * __this, int32_t ___i0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1087052065_gshared (BetterList_1_t2235126482 * __this, int32_t ___i0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_1 = ___i0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (RuntimeObject *)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m3928953428_gshared (BetterList_1_t2235126482 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m3928953428_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); ObjectU5BU5D_t2843939325* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { ObjectU5BU5D_t2843939325* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m3432564399_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m3432564399_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ObjectU5BU5D_t2843939325* G_B3_0 = NULL; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (ObjectU5BU5D_t2843939325*)G_B3_0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); ObjectU5BU5D_t2843939325* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { ObjectU5BU5D_t2843939325* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2267656471_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { ObjectU5BU5D_t2843939325* L_4 = V_0; int32_t L_5 = V_1; ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { ObjectU5BU5D_t2843939325* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((ObjectU5BU5D_t2843939325*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1906904972_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m483119393_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((ObjectU5BU5D_t2843939325*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; RuntimeObject * L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (RuntimeObject *)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2235126482 * BetterList_1_Create_m1960801405_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2235126482 * V_0 = NULL; { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2235126482 *)L_0; BetterList_1_t2235126482 * L_1 = V_0; ObjectU5BU5D_t2843939325* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2235126482 * L_3 = V_0; ObjectU5BU5D_t2843939325* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2235126482 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4122115815_gshared (BetterList_1_t2235126482 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_7 = V_0; ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_16 = ___index0; RuntimeObject * L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (RuntimeObject *)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { RuntimeObject * L_19 = ___item1; NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2235126482 *)__this, (RuntimeObject *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4170215807_gshared (BetterList_1_t2235126482 * __this, BetterList_1_t2235126482 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m4170215807_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ObjectU5BU5D_t2843939325* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2235126482 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2235126482 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); BetterList_1_t2235126482 * L_10 = ___other0; NullCheck(L_10); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(ObjectU5BU5D_t2843939325*)L_9) == ((RuntimeObject*)(ObjectU5BU5D_t2843939325*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2235126482 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2235126482 * L_15 = ___other0; NullCheck(L_15); ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)L_15->get_buffer_0(); ObjectU5BU5D_t2843939325* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2235126482 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); RuntimeObject * L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (RuntimeObject *)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { ObjectU5BU5D_t2843939325* L_33 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; ObjectU5BU5D_t2843939325* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; RuntimeObject * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (RuntimeObject *)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (ObjectU5BU5D_t2843939325*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2235126482 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2235126482 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { ObjectU5BU5D_t2843939325* L_46 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; ObjectU5BU5D_t2843939325* L_49 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2235126482 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); RuntimeObject * L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (RuntimeObject *)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { ObjectU5BU5D_t2843939325* L_59 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2235126482 * L_62 = ___other0; NullCheck(L_62); ObjectU5BU5D_t2843939325* L_63 = (ObjectU5BU5D_t2843939325*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; RuntimeObject * L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (RuntimeObject *)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2235126482 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m3494370654_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___item0; NullCheck((BetterList_1_t2235126482 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2235126482 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m1323150196_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3 = ___item0; NullCheck((RuntimeObject *)(*((L_1)->GetAddressAt(static_cast(L_2))))); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(*((L_1)->GetAddressAt(static_cast(L_2)))), (RuntimeObject *)L_3); if (!L_4) { goto IL_003a; } } { int32_t L_5 = V_0; return L_5; } IL_003a: { int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_003e: { int32_t L_7 = V_0; int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m3757799055_gshared (BetterList_1_t2235126482 * __this, BetterList_1_t2235126482 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2235126482 *)__this, (BetterList_1_t2235126482 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m375183283_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1249878500 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1249878500 * L_1 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1249878500 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1249878500 * L_2 = V_0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); RuntimeObject * L_7 = ___item0; NullCheck((EqualityComparer_1_t1249878500 *)L_2); bool L_8 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_2, (RuntimeObject *)L_6, (RuntimeObject *)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (RuntimeObject *)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { ObjectU5BU5D_t2843939325* L_14 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_15 = V_3; ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (RuntimeObject *)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m268294279_gshared (BetterList_1_t2235126482 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); ObjectU5BU5D_t2843939325* L_4 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_9 = V_1; ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (RuntimeObject *)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m3854873820_gshared (BetterList_1_t2235126482 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m3854873820_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); RuntimeObject * L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (RuntimeObject *)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* BetterList_1_ToArray_m3865192987_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m2212695878_gshared (BetterList_1_t2235126482 * __this, Comparison_1_t2855037343 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2855037343 * L_0 = ___comparer0; ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2855037343 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2855037343 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2855037343 *)L_0, (RuntimeObject *)L_4, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (RuntimeObject *)L_13; ObjectU5BU5D_t2843939325* L_14 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_15 = V_1; ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_21 = V_1; RuntimeObject * L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (RuntimeObject *)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m3090907367_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m954942777_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2404846284 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2404846284 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 BetterList_1_get_Item_m2748609333_gshared (BetterList_1_t1710706642 * __this, int32_t ___i0, const RuntimeMethod* method) { { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; Color_t2555686324 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m2683477387_gshared (BetterList_1_t1710706642 * __this, int32_t ___i0, Color_t2555686324 ___value1, const RuntimeMethod* method) { { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_1 = ___i0; Color_t2555686324 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Color_t2555686324 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m264966673_gshared (BetterList_1_t1710706642 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m264966673_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ColorU5BU5D_t941916413* V_1 = NULL; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; ColorU5BU5D_t941916413* L_2 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (ColorU5BU5D_t941916413*)((ColorU5BU5D_t941916413*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); ColorU5BU5D_t941916413* L_7 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { ColorU5BU5D_t941916413* L_9 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); ColorU5BU5D_t941916413* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { ColorU5BU5D_t941916413* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m801802968_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m801802968_MetadataUsageId); s_Il2CppMethodInitialized = true; } ColorU5BU5D_t941916413* V_0 = NULL; ColorU5BU5D_t941916413* G_B3_0 = NULL; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { ColorU5BU5D_t941916413* L_1 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((ColorU5BU5D_t941916413*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((ColorU5BU5D_t941916413*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (ColorU5BU5D_t941916413*)G_B3_0; ColorU5BU5D_t941916413* L_3 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { ColorU5BU5D_t941916413* L_5 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); ColorU5BU5D_t941916413* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { ColorU5BU5D_t941916413* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m3610149891_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { ColorU5BU5D_t941916413* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ColorU5BU5D_t941916413* L_2 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (ColorU5BU5D_t941916413*)((ColorU5BU5D_t941916413*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { ColorU5BU5D_t941916413* L_4 = V_0; int32_t L_5 = V_1; ColorU5BU5D_t941916413* L_6 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Color_t2555686324 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Color_t2555686324 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { ColorU5BU5D_t941916413* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((ColorU5BU5D_t941916413*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2923267548_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3221440236_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((ColorU5BU5D_t941916413*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m2929793890_gshared (BetterList_1_t1710706642 * __this, Color_t2555686324 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ColorU5BU5D_t941916413* L_2 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1710706642 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { ColorU5BU5D_t941916413* L_3 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Color_t2555686324 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Color_t2555686324 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t1710706642 * BetterList_1_Create_m643542930_gshared (RuntimeObject * __this /* static, unused */, ColorU5BU5D_t941916413* ___buffer0, const RuntimeMethod* method) { BetterList_1_t1710706642 * V_0 = NULL; { BetterList_1_t1710706642 * L_0 = (BetterList_1_t1710706642 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t1710706642 *)L_0; BetterList_1_t1710706642 * L_1 = V_0; ColorU5BU5D_t941916413* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t1710706642 * L_3 = V_0; ColorU5BU5D_t941916413* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t1710706642 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3577974822_gshared (BetterList_1_t1710706642 * __this, int32_t ___index0, Color_t2555686324 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ColorU5BU5D_t941916413* L_2 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1710706642 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { ColorU5BU5D_t941916413* L_6 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_7 = V_0; ColorU5BU5D_t941916413* L_8 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Color_t2555686324 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Color_t2555686324 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { ColorU5BU5D_t941916413* L_15 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_16 = ___index0; Color_t2555686324 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Color_t2555686324 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { Color_t2555686324 L_19 = ___item1; NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t1710706642 *)__this, (Color_t2555686324 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2237077868_gshared (BetterList_1_t1710706642 * __this, BetterList_1_t1710706642 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m2237077868_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ColorU5BU5D_t941916413* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t1710706642 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t1710706642 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); ColorU5BU5D_t941916413* L_8 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { ColorU5BU5D_t941916413* L_9 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); BetterList_1_t1710706642 * L_10 = ___other0; NullCheck(L_10); ColorU5BU5D_t941916413* L_11 = (ColorU5BU5D_t941916413*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(ColorU5BU5D_t941916413*)L_9) == ((RuntimeObject*)(ColorU5BU5D_t941916413*)L_11)))) { goto IL_00e3; } } { BetterList_1_t1710706642 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (ColorU5BU5D_t941916413*)((ColorU5BU5D_t941916413*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t1710706642 * L_15 = ___other0; NullCheck(L_15); ColorU5BU5D_t941916413* L_16 = (ColorU5BU5D_t941916413*)L_15->get_buffer_0(); ColorU5BU5D_t941916413* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1710706642 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { ColorU5BU5D_t941916413* L_21 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; ColorU5BU5D_t941916413* L_24 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); Color_t2555686324 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (Color_t2555686324 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { ColorU5BU5D_t941916413* L_33 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; ColorU5BU5D_t941916413* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; Color_t2555686324 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (Color_t2555686324 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (ColorU5BU5D_t941916413*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t1710706642 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1710706642 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { ColorU5BU5D_t941916413* L_46 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; ColorU5BU5D_t941916413* L_49 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t1710706642 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); Color_t2555686324 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (Color_t2555686324 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { ColorU5BU5D_t941916413* L_59 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t1710706642 * L_62 = ___other0; NullCheck(L_62); ColorU5BU5D_t941916413* L_63 = (ColorU5BU5D_t941916413*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Color_t2555686324 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (Color_t2555686324 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t1710706642 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m4191849497_gshared (BetterList_1_t1710706642 * __this, Color_t2555686324 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { Color_t2555686324 L_0 = ___item0; NullCheck((BetterList_1_t1710706642 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t1710706642 *, Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t1710706642 *)__this, (Color_t2555686324 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m2933912337_gshared (BetterList_1_t1710706642 * __this, Color_t2555686324 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { ColorU5BU5D_t941916413* L_1 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); Color_t2555686324 L_3 = ___item0; Color_t2555686324 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Color_Equals_m3887740140((Color_t2555686324 *)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m34361799_gshared (BetterList_1_t1710706642 * __this, BetterList_1_t1710706642 * ___other0, const RuntimeMethod* method) { { BetterList_1_t1710706642 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, BetterList_1_t1710706642 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t1710706642 *)__this, (BetterList_1_t1710706642 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m74247053_gshared (BetterList_1_t1710706642 * __this, Color_t2555686324 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t725458660 * V_0 = NULL; int32_t V_1 = 0; Color_t2555686324 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t725458660 * L_1 = (( EqualityComparer_1_t725458660 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t725458660 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t725458660 * L_2 = V_0; ColorU5BU5D_t941916413* L_3 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Color_t2555686324 L_6 = (L_3)->GetAt(static_cast(L_5)); Color_t2555686324 L_7 = ___item0; NullCheck((EqualityComparer_1_t725458660 *)L_2); bool L_8 = VirtFuncInvoker2< bool, Color_t2555686324 , Color_t2555686324 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t725458660 *)L_2, (Color_t2555686324 )L_6, (Color_t2555686324 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); ColorU5BU5D_t941916413* L_10 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Color_t2555686324 )); Color_t2555686324 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Color_t2555686324 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { ColorU5BU5D_t941916413* L_14 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_15 = V_3; ColorU5BU5D_t941916413* L_16 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Color_t2555686324 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Color_t2555686324 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m3149425425_gshared (BetterList_1_t1710706642 * __this, int32_t ___index0, const RuntimeMethod* method) { Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); ColorU5BU5D_t941916413* L_4 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(Color_t2555686324 )); Color_t2555686324 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Color_t2555686324 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { ColorU5BU5D_t941916413* L_8 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_9 = V_1; ColorU5BU5D_t941916413* L_10 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Color_t2555686324 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Color_t2555686324 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m3747399586_gshared (BetterList_1_t1710706642 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m3747399586_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { ColorU5BU5D_t941916413* L_13 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; ColorU5BU5D_t941916413* L_16 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); Color_t2555686324 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (Color_t2555686324 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ColorU5BU5D_t941916413* BetterList_1_ToArray_m2485675029_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t1710706642 *)__this); (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t1710706642 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); ColorU5BU5D_t941916413* L_0 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m2716476892_gshared (BetterList_1_t1710706642 * __this, Comparison_1_t2330617503 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Color_t2555686324 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2330617503 * L_0 = ___comparer0; ColorU5BU5D_t941916413* L_1 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Color_t2555686324 L_4 = (L_1)->GetAt(static_cast(L_3)); ColorU5BU5D_t941916413* L_5 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Color_t2555686324 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2330617503 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2330617503 *, Color_t2555686324 , Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2330617503 *)L_0, (Color_t2555686324 )L_4, (Color_t2555686324 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { ColorU5BU5D_t941916413* L_10 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Color_t2555686324 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (Color_t2555686324 )L_13; ColorU5BU5D_t941916413* L_14 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_15 = V_1; ColorU5BU5D_t941916413* L_16 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Color_t2555686324 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Color_t2555686324 )L_19); ColorU5BU5D_t941916413* L_20 = (ColorU5BU5D_t941916413*)__this->get_buffer_0(); int32_t L_21 = V_1; Color_t2555686324 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (Color_t2555686324 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m686790341_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m3324251749_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2449661252 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2449661252 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 BetterList_1_get_Item_m3161264162_gshared (BetterList_1_t1755521610 * __this, int32_t ___i0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; Color32_t2600501292 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m2446448903_gshared (BetterList_1_t1755521610 * __this, int32_t ___i0, Color32_t2600501292 ___value1, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_1 = ___i0; Color32_t2600501292 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Color32_t2600501292 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m3251643819_gshared (BetterList_1_t1755521610 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m3251643819_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Color32U5BU5D_t3850468773* V_1 = NULL; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Color32U5BU5D_t3850468773*)((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Color32U5BU5D_t3850468773* L_7 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Color32U5BU5D_t3850468773* L_9 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); Color32U5BU5D_t3850468773* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Color32U5BU5D_t3850468773* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m1695891432_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m1695891432_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color32U5BU5D_t3850468773* V_0 = NULL; Color32U5BU5D_t3850468773* G_B3_0 = NULL; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Color32U5BU5D_t3850468773*)G_B3_0; Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); Color32U5BU5D_t3850468773* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Color32U5BU5D_t3850468773* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m3440934413_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { Color32U5BU5D_t3850468773* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Color32U5BU5D_t3850468773*)((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Color32U5BU5D_t3850468773* L_4 = V_0; int32_t L_5 = V_1; Color32U5BU5D_t3850468773* L_6 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Color32_t2600501292 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Color32_t2600501292 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Color32U5BU5D_t3850468773* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Color32U5BU5D_t3850468773*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2661353686_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m2318143581_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Color32U5BU5D_t3850468773*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m4096660300_gshared (BetterList_1_t1755521610 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1755521610 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Color32_t2600501292 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Color32_t2600501292 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t1755521610 * BetterList_1_Create_m3570796239_gshared (RuntimeObject * __this /* static, unused */, Color32U5BU5D_t3850468773* ___buffer0, const RuntimeMethod* method) { BetterList_1_t1755521610 * V_0 = NULL; { BetterList_1_t1755521610 * L_0 = (BetterList_1_t1755521610 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t1755521610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t1755521610 *)L_0; BetterList_1_t1755521610 * L_1 = V_0; Color32U5BU5D_t3850468773* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t1755521610 * L_3 = V_0; Color32U5BU5D_t3850468773* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t1755521610 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3449177456_gshared (BetterList_1_t1755521610 * __this, int32_t ___index0, Color32_t2600501292 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1755521610 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Color32U5BU5D_t3850468773* L_6 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_7 = V_0; Color32U5BU5D_t3850468773* L_8 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Color32_t2600501292 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Color32_t2600501292 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Color32U5BU5D_t3850468773* L_15 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_16 = ___index0; Color32_t2600501292 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Color32_t2600501292 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { Color32_t2600501292 L_19 = ___item1; NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t1755521610 *)__this, (Color32_t2600501292 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4197364539_gshared (BetterList_1_t1755521610 * __this, BetterList_1_t1755521610 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m4197364539_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Color32U5BU5D_t3850468773* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t1755521610 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t1755521610 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Color32U5BU5D_t3850468773* L_8 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Color32U5BU5D_t3850468773* L_9 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); BetterList_1_t1755521610 * L_10 = ___other0; NullCheck(L_10); Color32U5BU5D_t3850468773* L_11 = (Color32U5BU5D_t3850468773*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Color32U5BU5D_t3850468773*)L_9) == ((RuntimeObject*)(Color32U5BU5D_t3850468773*)L_11)))) { goto IL_00e3; } } { BetterList_1_t1755521610 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Color32U5BU5D_t3850468773*)((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t1755521610 * L_15 = ___other0; NullCheck(L_15); Color32U5BU5D_t3850468773* L_16 = (Color32U5BU5D_t3850468773*)L_15->get_buffer_0(); Color32U5BU5D_t3850468773* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1755521610 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Color32U5BU5D_t3850468773* L_21 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Color32U5BU5D_t3850468773* L_24 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); Color32_t2600501292 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (Color32_t2600501292 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Color32U5BU5D_t3850468773* L_33 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Color32U5BU5D_t3850468773* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; Color32_t2600501292 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (Color32_t2600501292 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Color32U5BU5D_t3850468773*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t1755521610 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1755521610 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Color32U5BU5D_t3850468773* L_46 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Color32U5BU5D_t3850468773* L_49 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t1755521610 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); Color32_t2600501292 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (Color32_t2600501292 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Color32U5BU5D_t3850468773* L_59 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t1755521610 * L_62 = ___other0; NullCheck(L_62); Color32U5BU5D_t3850468773* L_63 = (Color32U5BU5D_t3850468773*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Color32_t2600501292 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (Color32_t2600501292 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t1755521610 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m2919932832_gshared (BetterList_1_t1755521610 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { Color32_t2600501292 L_0 = ___item0; NullCheck((BetterList_1_t1755521610 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t1755521610 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t1755521610 *)__this, (Color32_t2600501292 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m1316317837_gshared (BetterList_1_t1755521610 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); Color32_t2600501292 L_3 = ___item0; Color32_t2600501292 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), ((L_1)->GetAddressAt(static_cast(L_2)))); NullCheck((RuntimeObject *)L_6); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_6, (RuntimeObject *)L_5); *((L_1)->GetAddressAt(static_cast(L_2))) = *(Color32_t2600501292 *)UnBox(L_6); if (!L_7) { goto IL_003a; } } { int32_t L_8 = V_0; return L_8; } IL_003a: { int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_size_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m2423956082_gshared (BetterList_1_t1755521610 * __this, BetterList_1_t1755521610 * ___other0, const RuntimeMethod* method) { { BetterList_1_t1755521610 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, BetterList_1_t1755521610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t1755521610 *)__this, (BetterList_1_t1755521610 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m988604238_gshared (BetterList_1_t1755521610 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t770273628 * V_0 = NULL; int32_t V_1 = 0; Color32_t2600501292 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t770273628 * L_1 = (( EqualityComparer_1_t770273628 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t770273628 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t770273628 * L_2 = V_0; Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Color32_t2600501292 L_6 = (L_3)->GetAt(static_cast(L_5)); Color32_t2600501292 L_7 = ___item0; NullCheck((EqualityComparer_1_t770273628 *)L_2); bool L_8 = VirtFuncInvoker2< bool, Color32_t2600501292 , Color32_t2600501292 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t770273628 *)L_2, (Color32_t2600501292 )L_6, (Color32_t2600501292 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Color32U5BU5D_t3850468773* L_10 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Color32_t2600501292 )); Color32_t2600501292 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Color32_t2600501292 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Color32U5BU5D_t3850468773* L_14 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_15 = V_3; Color32U5BU5D_t3850468773* L_16 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Color32_t2600501292 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Color32_t2600501292 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1527618923_gshared (BetterList_1_t1755521610 * __this, int32_t ___index0, const RuntimeMethod* method) { Color32_t2600501292 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Color32U5BU5D_t3850468773* L_4 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(Color32_t2600501292 )); Color32_t2600501292 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Color32_t2600501292 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Color32U5BU5D_t3850468773* L_8 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_9 = V_1; Color32U5BU5D_t3850468773* L_10 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Color32_t2600501292 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Color32_t2600501292 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m4204534880_gshared (BetterList_1_t1755521610 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m4204534880_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Color32U5BU5D_t3850468773* L_13 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Color32U5BU5D_t3850468773* L_16 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); Color32_t2600501292 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (Color32_t2600501292 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Color32U5BU5D_t3850468773* BetterList_1_ToArray_m2060401211_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t1755521610 *)__this); (( void (*) (BetterList_1_t1755521610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t1755521610 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m1587756069_gshared (BetterList_1_t1755521610 * __this, Comparison_1_t2375432471 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Color32_t2600501292 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2375432471 * L_0 = ___comparer0; Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Color32_t2600501292 L_4 = (L_1)->GetAt(static_cast(L_3)); Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Color32_t2600501292 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2375432471 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2375432471 *, Color32_t2600501292 , Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2375432471 *)L_0, (Color32_t2600501292 )L_4, (Color32_t2600501292 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Color32U5BU5D_t3850468773* L_10 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Color32_t2600501292 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (Color32_t2600501292 )L_13; Color32U5BU5D_t3850468773* L_14 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_15 = V_1; Color32U5BU5D_t3850468773* L_16 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Color32_t2600501292 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Color32_t2600501292 )L_19); Color32U5BU5D_t3850468773* L_20 = (Color32U5BU5D_t3850468773*)__this->get_buffer_0(); int32_t L_21 = V_1; Color32_t2600501292 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (Color32_t2600501292 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m2733640352_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m738438551_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2209639819 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2209639819 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 BetterList_1_get_Item_m1993077838_gshared (BetterList_1_t1515500177 * __this, int32_t ___i0, const RuntimeMethod* method) { { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; Rect_t2360479859 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m133227697_gshared (BetterList_1_t1515500177 * __this, int32_t ___i0, Rect_t2360479859 ___value1, const RuntimeMethod* method) { { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_1 = ___i0; Rect_t2360479859 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Rect_t2360479859 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m142889316_gshared (BetterList_1_t1515500177 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m142889316_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RectU5BU5D_t2936723554* V_1 = NULL; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; RectU5BU5D_t2936723554* L_2 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (RectU5BU5D_t2936723554*)((RectU5BU5D_t2936723554*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); RectU5BU5D_t2936723554* L_7 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { RectU5BU5D_t2936723554* L_9 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); RectU5BU5D_t2936723554* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { RectU5BU5D_t2936723554* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m486644447_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m486644447_MetadataUsageId); s_Il2CppMethodInitialized = true; } RectU5BU5D_t2936723554* V_0 = NULL; RectU5BU5D_t2936723554* G_B3_0 = NULL; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { RectU5BU5D_t2936723554* L_1 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((RectU5BU5D_t2936723554*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((RectU5BU5D_t2936723554*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (RectU5BU5D_t2936723554*)G_B3_0; RectU5BU5D_t2936723554* L_3 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { RectU5BU5D_t2936723554* L_5 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); RectU5BU5D_t2936723554* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { RectU5BU5D_t2936723554* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m1730442635_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { RectU5BU5D_t2936723554* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); RectU5BU5D_t2936723554* L_2 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (RectU5BU5D_t2936723554*)((RectU5BU5D_t2936723554*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { RectU5BU5D_t2936723554* L_4 = V_0; int32_t L_5 = V_1; RectU5BU5D_t2936723554* L_6 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Rect_t2360479859 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Rect_t2360479859 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { RectU5BU5D_t2936723554* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((RectU5BU5D_t2936723554*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3059841162_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m2027503417_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((RectU5BU5D_t2936723554*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1921504493_gshared (BetterList_1_t1515500177 * __this, Rect_t2360479859 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); RectU5BU5D_t2936723554* L_2 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1515500177 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { RectU5BU5D_t2936723554* L_3 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Rect_t2360479859 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Rect_t2360479859 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t1515500177 * BetterList_1_Create_m366550262_gshared (RuntimeObject * __this /* static, unused */, RectU5BU5D_t2936723554* ___buffer0, const RuntimeMethod* method) { BetterList_1_t1515500177 * V_0 = NULL; { BetterList_1_t1515500177 * L_0 = (BetterList_1_t1515500177 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t1515500177 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t1515500177 *)L_0; BetterList_1_t1515500177 * L_1 = V_0; RectU5BU5D_t2936723554* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t1515500177 * L_3 = V_0; RectU5BU5D_t2936723554* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t1515500177 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2725991894_gshared (BetterList_1_t1515500177 * __this, int32_t ___index0, Rect_t2360479859 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); RectU5BU5D_t2936723554* L_2 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1515500177 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { RectU5BU5D_t2936723554* L_6 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_7 = V_0; RectU5BU5D_t2936723554* L_8 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Rect_t2360479859 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Rect_t2360479859 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { RectU5BU5D_t2936723554* L_15 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_16 = ___index0; Rect_t2360479859 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Rect_t2360479859 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { Rect_t2360479859 L_19 = ___item1; NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, Rect_t2360479859 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t1515500177 *)__this, (Rect_t2360479859 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4052754546_gshared (BetterList_1_t1515500177 * __this, BetterList_1_t1515500177 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m4052754546_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RectU5BU5D_t2936723554* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t1515500177 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t1515500177 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); RectU5BU5D_t2936723554* L_8 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { RectU5BU5D_t2936723554* L_9 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); BetterList_1_t1515500177 * L_10 = ___other0; NullCheck(L_10); RectU5BU5D_t2936723554* L_11 = (RectU5BU5D_t2936723554*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(RectU5BU5D_t2936723554*)L_9) == ((RuntimeObject*)(RectU5BU5D_t2936723554*)L_11)))) { goto IL_00e3; } } { BetterList_1_t1515500177 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (RectU5BU5D_t2936723554*)((RectU5BU5D_t2936723554*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t1515500177 * L_15 = ___other0; NullCheck(L_15); RectU5BU5D_t2936723554* L_16 = (RectU5BU5D_t2936723554*)L_15->get_buffer_0(); RectU5BU5D_t2936723554* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1515500177 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { RectU5BU5D_t2936723554* L_21 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; RectU5BU5D_t2936723554* L_24 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); Rect_t2360479859 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (Rect_t2360479859 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { RectU5BU5D_t2936723554* L_33 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; RectU5BU5D_t2936723554* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; Rect_t2360479859 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (Rect_t2360479859 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (RectU5BU5D_t2936723554*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t1515500177 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1515500177 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { RectU5BU5D_t2936723554* L_46 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; RectU5BU5D_t2936723554* L_49 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t1515500177 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); Rect_t2360479859 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (Rect_t2360479859 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { RectU5BU5D_t2936723554* L_59 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t1515500177 * L_62 = ___other0; NullCheck(L_62); RectU5BU5D_t2936723554* L_63 = (RectU5BU5D_t2936723554*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Rect_t2360479859 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (Rect_t2360479859 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t1515500177 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m2531608158_gshared (BetterList_1_t1515500177 * __this, Rect_t2360479859 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { Rect_t2360479859 L_0 = ___item0; NullCheck((BetterList_1_t1515500177 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t1515500177 *, Rect_t2360479859 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t1515500177 *)__this, (Rect_t2360479859 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m3664719668_gshared (BetterList_1_t1515500177 * __this, Rect_t2360479859 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { RectU5BU5D_t2936723554* L_1 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); Rect_t2360479859 L_3 = ___item0; Rect_t2360479859 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Rect_Equals_m4169342960((Rect_t2360479859 *)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m976838281_gshared (BetterList_1_t1515500177 * __this, BetterList_1_t1515500177 * ___other0, const RuntimeMethod* method) { { BetterList_1_t1515500177 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, BetterList_1_t1515500177 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t1515500177 *)__this, (BetterList_1_t1515500177 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m2535704788_gshared (BetterList_1_t1515500177 * __this, Rect_t2360479859 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t530252195 * V_0 = NULL; int32_t V_1 = 0; Rect_t2360479859 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t530252195 * L_1 = (( EqualityComparer_1_t530252195 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t530252195 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t530252195 * L_2 = V_0; RectU5BU5D_t2936723554* L_3 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Rect_t2360479859 L_6 = (L_3)->GetAt(static_cast(L_5)); Rect_t2360479859 L_7 = ___item0; NullCheck((EqualityComparer_1_t530252195 *)L_2); bool L_8 = VirtFuncInvoker2< bool, Rect_t2360479859 , Rect_t2360479859 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t530252195 *)L_2, (Rect_t2360479859 )L_6, (Rect_t2360479859 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); RectU5BU5D_t2936723554* L_10 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Rect_t2360479859 )); Rect_t2360479859 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Rect_t2360479859 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { RectU5BU5D_t2936723554* L_14 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_15 = V_3; RectU5BU5D_t2936723554* L_16 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Rect_t2360479859 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Rect_t2360479859 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m858074592_gshared (BetterList_1_t1515500177 * __this, int32_t ___index0, const RuntimeMethod* method) { Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); RectU5BU5D_t2936723554* L_4 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(Rect_t2360479859 )); Rect_t2360479859 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Rect_t2360479859 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { RectU5BU5D_t2936723554* L_8 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_9 = V_1; RectU5BU5D_t2936723554* L_10 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Rect_t2360479859 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Rect_t2360479859 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m269694345_gshared (BetterList_1_t1515500177 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m269694345_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { RectU5BU5D_t2936723554* L_13 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; RectU5BU5D_t2936723554* L_16 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); Rect_t2360479859 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (Rect_t2360479859 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR RectU5BU5D_t2936723554* BetterList_1_ToArray_m813858480_gshared (BetterList_1_t1515500177 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t1515500177 *)__this); (( void (*) (BetterList_1_t1515500177 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t1515500177 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); RectU5BU5D_t2936723554* L_0 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m2918311128_gshared (BetterList_1_t1515500177 * __this, Comparison_1_t2135411038 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Rect_t2360479859 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2135411038 * L_0 = ___comparer0; RectU5BU5D_t2936723554* L_1 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Rect_t2360479859 L_4 = (L_1)->GetAt(static_cast(L_3)); RectU5BU5D_t2936723554* L_5 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Rect_t2360479859 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2135411038 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2135411038 *, Rect_t2360479859 , Rect_t2360479859 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2135411038 *)L_0, (Rect_t2360479859 )L_4, (Rect_t2360479859 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { RectU5BU5D_t2936723554* L_10 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Rect_t2360479859 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (Rect_t2360479859 )L_13; RectU5BU5D_t2936723554* L_14 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_15 = V_1; RectU5BU5D_t2936723554* L_16 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Rect_t2360479859 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Rect_t2360479859 )L_19); RectU5BU5D_t2936723554* L_20 = (RectU5BU5D_t2936723554*)__this->get_buffer_0(); int32_t L_21 = V_1; Rect_t2360479859 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (Rect_t2360479859 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m163271134_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m490593737_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2005389483 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2005389483 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 BetterList_1_get_Item_m3659619920_gshared (BetterList_1_t1311249841 * __this, int32_t ___i0, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; Vector2_t2156229523 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m2669703994_gshared (BetterList_1_t1311249841 * __this, int32_t ___i0, Vector2_t2156229523 ___value1, const RuntimeMethod* method) { { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_1 = ___i0; Vector2_t2156229523 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Vector2_t2156229523 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m3264655626_gshared (BetterList_1_t1311249841 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m3264655626_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector2U5BU5D_t1457185986* V_1 = NULL; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Vector2U5BU5D_t1457185986*)((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Vector2U5BU5D_t1457185986* L_7 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Vector2U5BU5D_t1457185986* L_9 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); Vector2U5BU5D_t1457185986* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Vector2U5BU5D_t1457185986* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m1144126011_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m1144126011_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2U5BU5D_t1457185986* V_0 = NULL; Vector2U5BU5D_t1457185986* G_B3_0 = NULL; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Vector2U5BU5D_t1457185986*)G_B3_0; Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); Vector2U5BU5D_t1457185986* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Vector2U5BU5D_t1457185986* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2155886820_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { Vector2U5BU5D_t1457185986* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Vector2U5BU5D_t1457185986*)((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Vector2U5BU5D_t1457185986* L_4 = V_0; int32_t L_5 = V_1; Vector2U5BU5D_t1457185986* L_6 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Vector2_t2156229523 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector2_t2156229523 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Vector2U5BU5D_t1457185986* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Vector2U5BU5D_t1457185986*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m966181545_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3160236002_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Vector2U5BU5D_t1457185986*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3678844501_gshared (BetterList_1_t1311249841 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1311249841 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Vector2_t2156229523 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Vector2_t2156229523 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t1311249841 * BetterList_1_Create_m404995810_gshared (RuntimeObject * __this /* static, unused */, Vector2U5BU5D_t1457185986* ___buffer0, const RuntimeMethod* method) { BetterList_1_t1311249841 * V_0 = NULL; { BetterList_1_t1311249841 * L_0 = (BetterList_1_t1311249841 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t1311249841 *)L_0; BetterList_1_t1311249841 * L_1 = V_0; Vector2U5BU5D_t1457185986* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t1311249841 * L_3 = V_0; Vector2U5BU5D_t1457185986* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t1311249841 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3959462013_gshared (BetterList_1_t1311249841 * __this, int32_t ___index0, Vector2_t2156229523 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector2U5BU5D_t1457185986* L_2 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t1311249841 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Vector2U5BU5D_t1457185986* L_6 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_7 = V_0; Vector2U5BU5D_t1457185986* L_8 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Vector2_t2156229523 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Vector2_t2156229523 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Vector2U5BU5D_t1457185986* L_15 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_16 = ___index0; Vector2_t2156229523 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Vector2_t2156229523 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { Vector2_t2156229523 L_19 = ___item1; NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t1311249841 *)__this, (Vector2_t2156229523 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3034186365_gshared (BetterList_1_t1311249841 * __this, BetterList_1_t1311249841 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m3034186365_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector2U5BU5D_t1457185986* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t1311249841 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t1311249841 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Vector2U5BU5D_t1457185986* L_8 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Vector2U5BU5D_t1457185986* L_9 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); BetterList_1_t1311249841 * L_10 = ___other0; NullCheck(L_10); Vector2U5BU5D_t1457185986* L_11 = (Vector2U5BU5D_t1457185986*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Vector2U5BU5D_t1457185986*)L_9) == ((RuntimeObject*)(Vector2U5BU5D_t1457185986*)L_11)))) { goto IL_00e3; } } { BetterList_1_t1311249841 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Vector2U5BU5D_t1457185986*)((Vector2U5BU5D_t1457185986*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t1311249841 * L_15 = ___other0; NullCheck(L_15); Vector2U5BU5D_t1457185986* L_16 = (Vector2U5BU5D_t1457185986*)L_15->get_buffer_0(); Vector2U5BU5D_t1457185986* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1311249841 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Vector2U5BU5D_t1457185986* L_21 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Vector2U5BU5D_t1457185986* L_24 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); Vector2_t2156229523 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (Vector2_t2156229523 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Vector2U5BU5D_t1457185986* L_33 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Vector2U5BU5D_t1457185986* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; Vector2_t2156229523 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (Vector2_t2156229523 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Vector2U5BU5D_t1457185986*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t1311249841 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t1311249841 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Vector2U5BU5D_t1457185986* L_46 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Vector2U5BU5D_t1457185986* L_49 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t1311249841 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); Vector2_t2156229523 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (Vector2_t2156229523 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Vector2U5BU5D_t1457185986* L_59 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t1311249841 * L_62 = ___other0; NullCheck(L_62); Vector2U5BU5D_t1457185986* L_63 = (Vector2U5BU5D_t1457185986*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Vector2_t2156229523 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (Vector2_t2156229523 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t1311249841 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m3270421743_gshared (BetterList_1_t1311249841 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { Vector2_t2156229523 L_0 = ___item0; NullCheck((BetterList_1_t1311249841 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t1311249841 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t1311249841 *)__this, (Vector2_t2156229523 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m3880266712_gshared (BetterList_1_t1311249841 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); Vector2_t2156229523 L_3 = ___item0; Vector2_t2156229523 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Vector2_Equals_m832062989((Vector2_t2156229523 *)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m4181483397_gshared (BetterList_1_t1311249841 * __this, BetterList_1_t1311249841 * ___other0, const RuntimeMethod* method) { { BetterList_1_t1311249841 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, BetterList_1_t1311249841 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t1311249841 *)__this, (BetterList_1_t1311249841 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m1264082077_gshared (BetterList_1_t1311249841 * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t326001859 * V_0 = NULL; int32_t V_1 = 0; Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t326001859 * L_1 = (( EqualityComparer_1_t326001859 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t326001859 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t326001859 * L_2 = V_0; Vector2U5BU5D_t1457185986* L_3 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Vector2_t2156229523 L_6 = (L_3)->GetAt(static_cast(L_5)); Vector2_t2156229523 L_7 = ___item0; NullCheck((EqualityComparer_1_t326001859 *)L_2); bool L_8 = VirtFuncInvoker2< bool, Vector2_t2156229523 , Vector2_t2156229523 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t326001859 *)L_2, (Vector2_t2156229523 )L_6, (Vector2_t2156229523 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Vector2U5BU5D_t1457185986* L_10 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Vector2_t2156229523 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Vector2U5BU5D_t1457185986* L_14 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_15 = V_3; Vector2U5BU5D_t1457185986* L_16 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Vector2_t2156229523 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector2_t2156229523 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m4074418058_gshared (BetterList_1_t1311249841 * __this, int32_t ___index0, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Vector2U5BU5D_t1457185986* L_4 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector2_t2156229523 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Vector2U5BU5D_t1457185986* L_8 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_9 = V_1; Vector2U5BU5D_t1457185986* L_10 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Vector2_t2156229523 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Vector2_t2156229523 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m4133594480_gshared (BetterList_1_t1311249841 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m4133594480_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Vector2U5BU5D_t1457185986* L_13 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Vector2U5BU5D_t1457185986* L_16 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); Vector2_t2156229523 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (Vector2_t2156229523 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector2U5BU5D_t1457185986* BetterList_1_ToArray_m2725107919_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t1311249841 *)__this); (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t1311249841 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Vector2U5BU5D_t1457185986* L_0 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3248265204_gshared (BetterList_1_t1311249841 * __this, Comparison_1_t1931160702 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t1931160702 * L_0 = ___comparer0; Vector2U5BU5D_t1457185986* L_1 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Vector2_t2156229523 L_4 = (L_1)->GetAt(static_cast(L_3)); Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Vector2_t2156229523 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t1931160702 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t1931160702 *, Vector2_t2156229523 , Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t1931160702 *)L_0, (Vector2_t2156229523 )L_4, (Vector2_t2156229523 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Vector2U5BU5D_t1457185986* L_10 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Vector2_t2156229523 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (Vector2_t2156229523 )L_13; Vector2U5BU5D_t1457185986* L_14 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_15 = V_1; Vector2U5BU5D_t1457185986* L_16 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Vector2_t2156229523 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector2_t2156229523 )L_19); Vector2U5BU5D_t1457185986* L_20 = (Vector2U5BU5D_t1457185986*)__this->get_buffer_0(); int32_t L_21 = V_1; Vector2_t2156229523 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (Vector2_t2156229523 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m18895326_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m997311574_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3571473424 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t3571473424 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 BetterList_1_get_Item_m2915526531_gshared (BetterList_1_t2877333782 * __this, int32_t ___i0, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; Vector3_t3722313464 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m3651672930_gshared (BetterList_1_t2877333782 * __this, int32_t ___i0, Vector3_t3722313464 ___value1, const RuntimeMethod* method) { { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_1 = ___i0; Vector3_t3722313464 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Vector3_t3722313464 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m878851142_gshared (BetterList_1_t2877333782 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m878851142_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3U5BU5D_t1718750761* V_1 = NULL; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Vector3U5BU5D_t1718750761*)((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Vector3U5BU5D_t1718750761* L_7 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Vector3U5BU5D_t1718750761* L_9 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); Vector3U5BU5D_t1718750761* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Vector3U5BU5D_t1718750761* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m2359895243_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m2359895243_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3U5BU5D_t1718750761* V_0 = NULL; Vector3U5BU5D_t1718750761* G_B3_0 = NULL; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Vector3U5BU5D_t1718750761*)G_B3_0; Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); Vector3U5BU5D_t1718750761* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Vector3U5BU5D_t1718750761* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2032482532_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { Vector3U5BU5D_t1718750761* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Vector3U5BU5D_t1718750761*)((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Vector3U5BU5D_t1718750761* L_4 = V_0; int32_t L_5 = V_1; Vector3U5BU5D_t1718750761* L_6 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Vector3_t3722313464 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector3_t3722313464 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Vector3U5BU5D_t1718750761* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Vector3U5BU5D_t1718750761*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1110557353_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m1147595591_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Vector3U5BU5D_t1718750761*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3823220309_gshared (BetterList_1_t2877333782 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2877333782 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Vector3_t3722313464 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Vector3_t3722313464 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2877333782 * BetterList_1_Create_m1203194439_gshared (RuntimeObject * __this /* static, unused */, Vector3U5BU5D_t1718750761* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2877333782 * V_0 = NULL; { BetterList_1_t2877333782 * L_0 = (BetterList_1_t2877333782 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2877333782 *)L_0; BetterList_1_t2877333782 * L_1 = V_0; Vector3U5BU5D_t1718750761* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2877333782 * L_3 = V_0; Vector3U5BU5D_t1718750761* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2877333782 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m599296224_gshared (BetterList_1_t2877333782 * __this, int32_t ___index0, Vector3_t3722313464 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector3U5BU5D_t1718750761* L_2 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2877333782 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Vector3U5BU5D_t1718750761* L_6 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_7 = V_0; Vector3U5BU5D_t1718750761* L_8 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Vector3_t3722313464 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Vector3_t3722313464 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Vector3U5BU5D_t1718750761* L_15 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_16 = ___index0; Vector3_t3722313464 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Vector3_t3722313464 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { Vector3_t3722313464 L_19 = ___item1; NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2877333782 *)__this, (Vector3_t3722313464 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4204169906_gshared (BetterList_1_t2877333782 * __this, BetterList_1_t2877333782 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m4204169906_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector3U5BU5D_t1718750761* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2877333782 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2877333782 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Vector3U5BU5D_t1718750761* L_8 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Vector3U5BU5D_t1718750761* L_9 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); BetterList_1_t2877333782 * L_10 = ___other0; NullCheck(L_10); Vector3U5BU5D_t1718750761* L_11 = (Vector3U5BU5D_t1718750761*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Vector3U5BU5D_t1718750761*)L_9) == ((RuntimeObject*)(Vector3U5BU5D_t1718750761*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2877333782 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Vector3U5BU5D_t1718750761*)((Vector3U5BU5D_t1718750761*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2877333782 * L_15 = ___other0; NullCheck(L_15); Vector3U5BU5D_t1718750761* L_16 = (Vector3U5BU5D_t1718750761*)L_15->get_buffer_0(); Vector3U5BU5D_t1718750761* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2877333782 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Vector3U5BU5D_t1718750761* L_21 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Vector3U5BU5D_t1718750761* L_24 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); Vector3_t3722313464 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (Vector3_t3722313464 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Vector3U5BU5D_t1718750761* L_33 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Vector3U5BU5D_t1718750761* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; Vector3_t3722313464 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (Vector3_t3722313464 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Vector3U5BU5D_t1718750761*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2877333782 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2877333782 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Vector3U5BU5D_t1718750761* L_46 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Vector3U5BU5D_t1718750761* L_49 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2877333782 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); Vector3_t3722313464 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (Vector3_t3722313464 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Vector3U5BU5D_t1718750761* L_59 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2877333782 * L_62 = ___other0; NullCheck(L_62); Vector3U5BU5D_t1718750761* L_63 = (Vector3U5BU5D_t1718750761*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Vector3_t3722313464 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (Vector3_t3722313464 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2877333782 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m999444846_gshared (BetterList_1_t2877333782 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { Vector3_t3722313464 L_0 = ___item0; NullCheck((BetterList_1_t2877333782 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2877333782 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2877333782 *)__this, (Vector3_t3722313464 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m3880482525_gshared (BetterList_1_t2877333782 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); Vector3_t3722313464 L_3 = ___item0; Vector3_t3722313464 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Vector3_Equals_m1753054704((Vector3_t3722313464 *)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m1387147308_gshared (BetterList_1_t2877333782 * __this, BetterList_1_t2877333782 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2877333782 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, BetterList_1_t2877333782 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2877333782 *)__this, (BetterList_1_t2877333782 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m2445108902_gshared (BetterList_1_t2877333782 * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1892085800 * V_0 = NULL; int32_t V_1 = 0; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1892085800 * L_1 = (( EqualityComparer_1_t1892085800 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1892085800 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1892085800 * L_2 = V_0; Vector3U5BU5D_t1718750761* L_3 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Vector3_t3722313464 L_6 = (L_3)->GetAt(static_cast(L_5)); Vector3_t3722313464 L_7 = ___item0; NullCheck((EqualityComparer_1_t1892085800 *)L_2); bool L_8 = VirtFuncInvoker2< bool, Vector3_t3722313464 , Vector3_t3722313464 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1892085800 *)L_2, (Vector3_t3722313464 )L_6, (Vector3_t3722313464 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Vector3U5BU5D_t1718750761* L_10 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Vector3_t3722313464 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Vector3U5BU5D_t1718750761* L_14 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_15 = V_3; Vector3U5BU5D_t1718750761* L_16 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Vector3_t3722313464 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector3_t3722313464 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m3802864191_gshared (BetterList_1_t2877333782 * __this, int32_t ___index0, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Vector3U5BU5D_t1718750761* L_4 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector3_t3722313464 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Vector3U5BU5D_t1718750761* L_8 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_9 = V_1; Vector3U5BU5D_t1718750761* L_10 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Vector3_t3722313464 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Vector3_t3722313464 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m1898730564_gshared (BetterList_1_t2877333782 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m1898730564_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Vector3U5BU5D_t1718750761* L_13 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Vector3U5BU5D_t1718750761* L_16 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); Vector3_t3722313464 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (Vector3_t3722313464 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* BetterList_1_ToArray_m1446268266_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2877333782 *)__this); (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2877333782 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Vector3U5BU5D_t1718750761* L_0 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m504587621_gshared (BetterList_1_t2877333782 * __this, Comparison_1_t3497244643 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t3497244643 * L_0 = ___comparer0; Vector3U5BU5D_t1718750761* L_1 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Vector3_t3722313464 L_4 = (L_1)->GetAt(static_cast(L_3)); Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Vector3_t3722313464 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t3497244643 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t3497244643 *, Vector3_t3722313464 , Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t3497244643 *)L_0, (Vector3_t3722313464 )L_4, (Vector3_t3722313464 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Vector3U5BU5D_t1718750761* L_10 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Vector3_t3722313464 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (Vector3_t3722313464 )L_13; Vector3U5BU5D_t1718750761* L_14 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_15 = V_1; Vector3U5BU5D_t1718750761* L_16 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Vector3_t3722313464 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector3_t3722313464 )L_19); Vector3U5BU5D_t1718750761* L_20 = (Vector3U5BU5D_t1718750761*)__this->get_buffer_0(); int32_t L_21 = V_1; Vector3_t3722313464 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (Vector3_t3722313464 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1216696798_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m4258372876_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3168188897 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t3168188897 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 BetterList_1_get_Item_m4038763634_gshared (BetterList_1_t2474049255 * __this, int32_t ___i0, const RuntimeMethod* method) { { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; Vector4_t3319028937 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m2546209254_gshared (BetterList_1_t2474049255 * __this, int32_t ___i0, Vector4_t3319028937 ___value1, const RuntimeMethod* method) { { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_1 = ___i0; Vector4_t3319028937 L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Vector4_t3319028937 )L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2287498070_gshared (BetterList_1_t2474049255 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m2287498070_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector4U5BU5D_t934056436* V_1 = NULL; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Vector4U5BU5D_t934056436* L_2 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Vector4U5BU5D_t934056436*)((Vector4U5BU5D_t934056436*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Vector4U5BU5D_t934056436* L_7 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Vector4U5BU5D_t934056436* L_9 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); Vector4U5BU5D_t934056436* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Vector4U5BU5D_t934056436* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m292724022_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m292724022_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector4U5BU5D_t934056436* V_0 = NULL; Vector4U5BU5D_t934056436* G_B3_0 = NULL; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Vector4U5BU5D_t934056436* L_1 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Vector4U5BU5D_t934056436*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Vector4U5BU5D_t934056436*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Vector4U5BU5D_t934056436*)G_B3_0; Vector4U5BU5D_t934056436* L_3 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Vector4U5BU5D_t934056436* L_5 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); Vector4U5BU5D_t934056436* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Vector4U5BU5D_t934056436* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m4258412772_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { Vector4U5BU5D_t934056436* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector4U5BU5D_t934056436* L_2 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Vector4U5BU5D_t934056436*)((Vector4U5BU5D_t934056436*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Vector4U5BU5D_t934056436* L_4 = V_0; int32_t L_5 = V_1; Vector4U5BU5D_t934056436* L_6 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Vector4_t3319028937 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector4_t3319028937 )L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Vector4U5BU5D_t934056436* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Vector4U5BU5D_t934056436*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3462972073_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m1840579089_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Vector4U5BU5D_t934056436*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3473978965_gshared (BetterList_1_t2474049255 * __this, Vector4_t3319028937 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector4U5BU5D_t934056436* L_2 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2474049255 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Vector4U5BU5D_t934056436* L_3 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Vector4_t3319028937 L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Vector4_t3319028937 )L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2474049255 * BetterList_1_Create_m351423047_gshared (RuntimeObject * __this /* static, unused */, Vector4U5BU5D_t934056436* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2474049255 * V_0 = NULL; { BetterList_1_t2474049255 * L_0 = (BetterList_1_t2474049255 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2474049255 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2474049255 *)L_0; BetterList_1_t2474049255 * L_1 = V_0; Vector4U5BU5D_t934056436* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2474049255 * L_3 = V_0; Vector4U5BU5D_t934056436* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2474049255 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m1364939633_gshared (BetterList_1_t2474049255 * __this, int32_t ___index0, Vector4_t3319028937 ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Vector4U5BU5D_t934056436* L_2 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2474049255 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Vector4U5BU5D_t934056436* L_6 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_7 = V_0; Vector4U5BU5D_t934056436* L_8 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Vector4_t3319028937 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Vector4_t3319028937 )L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Vector4U5BU5D_t934056436* L_15 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_16 = ___index0; Vector4_t3319028937 L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Vector4_t3319028937 )L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { Vector4_t3319028937 L_19 = ___item1; NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, Vector4_t3319028937 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2474049255 *)__this, (Vector4_t3319028937 )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2702836266_gshared (BetterList_1_t2474049255 * __this, BetterList_1_t2474049255 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m2702836266_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector4U5BU5D_t934056436* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2474049255 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2474049255 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Vector4U5BU5D_t934056436* L_8 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Vector4U5BU5D_t934056436* L_9 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); BetterList_1_t2474049255 * L_10 = ___other0; NullCheck(L_10); Vector4U5BU5D_t934056436* L_11 = (Vector4U5BU5D_t934056436*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Vector4U5BU5D_t934056436*)L_9) == ((RuntimeObject*)(Vector4U5BU5D_t934056436*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2474049255 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Vector4U5BU5D_t934056436*)((Vector4U5BU5D_t934056436*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2474049255 * L_15 = ___other0; NullCheck(L_15); Vector4U5BU5D_t934056436* L_16 = (Vector4U5BU5D_t934056436*)L_15->get_buffer_0(); Vector4U5BU5D_t934056436* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2474049255 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Vector4U5BU5D_t934056436* L_21 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Vector4U5BU5D_t934056436* L_24 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); Vector4_t3319028937 L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (Vector4_t3319028937 )L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Vector4U5BU5D_t934056436* L_33 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Vector4U5BU5D_t934056436* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; Vector4_t3319028937 L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (Vector4_t3319028937 )L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Vector4U5BU5D_t934056436*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2474049255 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2474049255 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Vector4U5BU5D_t934056436* L_46 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Vector4U5BU5D_t934056436* L_49 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2474049255 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); Vector4_t3319028937 L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (Vector4_t3319028937 )L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Vector4U5BU5D_t934056436* L_59 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2474049255 * L_62 = ___other0; NullCheck(L_62); Vector4U5BU5D_t934056436* L_63 = (Vector4U5BU5D_t934056436*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Vector4_t3319028937 L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (Vector4_t3319028937 )L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2474049255 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m3750620517_gshared (BetterList_1_t2474049255 * __this, Vector4_t3319028937 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { Vector4_t3319028937 L_0 = ___item0; NullCheck((BetterList_1_t2474049255 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2474049255 *, Vector4_t3319028937 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2474049255 *)__this, (Vector4_t3319028937 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m3880752102_gshared (BetterList_1_t2474049255 * __this, Vector4_t3319028937 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Vector4U5BU5D_t934056436* L_1 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); Vector4_t3319028937 L_3 = ___item0; Vector4_t3319028937 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Vector4_Equals_m1779210055((Vector4_t3319028937 *)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m639181456_gshared (BetterList_1_t2474049255 * __this, BetterList_1_t2474049255 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2474049255 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, BetterList_1_t2474049255 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2474049255 *)__this, (BetterList_1_t2474049255 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m1492043479_gshared (BetterList_1_t2474049255 * __this, Vector4_t3319028937 ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1488801273 * V_0 = NULL; int32_t V_1 = 0; Vector4_t3319028937 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1488801273 * L_1 = (( EqualityComparer_1_t1488801273 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1488801273 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1488801273 * L_2 = V_0; Vector4U5BU5D_t934056436* L_3 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Vector4_t3319028937 L_6 = (L_3)->GetAt(static_cast(L_5)); Vector4_t3319028937 L_7 = ___item0; NullCheck((EqualityComparer_1_t1488801273 *)L_2); bool L_8 = VirtFuncInvoker2< bool, Vector4_t3319028937 , Vector4_t3319028937 >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1488801273 *)L_2, (Vector4_t3319028937 )L_6, (Vector4_t3319028937 )L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Vector4U5BU5D_t934056436* L_10 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Vector4_t3319028937 )); Vector4_t3319028937 L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Vector4_t3319028937 )L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Vector4U5BU5D_t934056436* L_14 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_15 = V_3; Vector4U5BU5D_t934056436* L_16 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Vector4_t3319028937 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector4_t3319028937 )L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m2557683742_gshared (BetterList_1_t2474049255 * __this, int32_t ___index0, const RuntimeMethod* method) { Vector4_t3319028937 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Vector4U5BU5D_t934056436* L_4 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(Vector4_t3319028937 )); Vector4_t3319028937 L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Vector4_t3319028937 )L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Vector4U5BU5D_t934056436* L_8 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_9 = V_1; Vector4U5BU5D_t934056436* L_10 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Vector4_t3319028937 L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Vector4_t3319028937 )L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m1466959945_gshared (BetterList_1_t2474049255 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m1466959945_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Vector4U5BU5D_t934056436* L_13 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Vector4U5BU5D_t934056436* L_16 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); Vector4_t3319028937 L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (Vector4_t3319028937 )L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector4U5BU5D_t934056436* BetterList_1_ToArray_m3635486678_gshared (BetterList_1_t2474049255 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2474049255 *)__this); (( void (*) (BetterList_1_t2474049255 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2474049255 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Vector4U5BU5D_t934056436* L_0 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m1249067026_gshared (BetterList_1_t2474049255 * __this, Comparison_1_t3093960116 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Vector4_t3319028937 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t3093960116 * L_0 = ___comparer0; Vector4U5BU5D_t934056436* L_1 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Vector4_t3319028937 L_4 = (L_1)->GetAt(static_cast(L_3)); Vector4U5BU5D_t934056436* L_5 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Vector4_t3319028937 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t3093960116 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t3093960116 *, Vector4_t3319028937 , Vector4_t3319028937 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t3093960116 *)L_0, (Vector4_t3319028937 )L_4, (Vector4_t3319028937 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Vector4U5BU5D_t934056436* L_10 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Vector4_t3319028937 L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (Vector4_t3319028937 )L_13; Vector4U5BU5D_t934056436* L_14 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_15 = V_1; Vector4U5BU5D_t934056436* L_16 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Vector4_t3319028937 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector4_t3319028937 )L_19); Vector4U5BU5D_t934056436* L_20 = (Vector4U5BU5D_t934056436*)__this->get_buffer_0(); int32_t L_21 = V_1; Vector4_t3319028937 L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (Vector4_t3319028937 )L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { 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 Boo.Lang.List`1/c__Iterator6::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator6__ctor_m3162943168_gshared (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T Boo.Lang.List`1/c__Iterator6::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator6_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m3940650458_gshared (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_4(); return L_0; } } // System.Object Boo.Lang.List`1/c__Iterator6::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator6_System_Collections_IEnumerator_get_Current_m2704494404_gshared (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_4(); return L_0; } } // System.Boolean Boo.Lang.List`1/c__Iterator6::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator6_MoveNext_m309013379_gshared (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator6_MoveNext_m309013379_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = (int32_t)__this->get_U24PC_3(); V_0 = (uint32_t)L_0; __this->set_U24PC_3((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_00ae; } } } { goto IL_00d9; } IL_0021: { List_1_t942764925 * L_2 = (List_1_t942764925 *)__this->get_U3CU3Ef__this_5(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get__count_2(); __this->set_U3CoriginalCountU3E__0_0(L_3); List_1_t942764925 * L_4 = (List_1_t942764925 *)__this->get_U3CU3Ef__this_5(); NullCheck(L_4); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)L_4->get__items_1(); __this->set_U3CoriginalItemsU3E__1_1(L_5); __this->set_U3CiU3E__2_2(0); goto IL_00bc; } IL_004f: { int32_t L_6 = (int32_t)__this->get_U3CoriginalCountU3E__0_0(); List_1_t942764925 * L_7 = (List_1_t942764925 *)__this->get_U3CU3Ef__this_5(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get__count_2(); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_007b; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_U3CoriginalItemsU3E__1_1(); List_1_t942764925 * L_10 = (List_1_t942764925 *)__this->get_U3CU3Ef__this_5(); NullCheck(L_10); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10->get__items_1(); if ((((RuntimeObject*)(ObjectU5BU5D_t2843939325*)L_9) == ((RuntimeObject*)(ObjectU5BU5D_t2843939325*)L_11))) { goto IL_0086; } } IL_007b: { InvalidOperationException_t56020091 * L_12 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_12, (String_t*)_stringLiteral926113555, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,U3CGetEnumeratorU3Ec__Iterator6_MoveNext_m309013379_RuntimeMethod_var); } IL_0086: { List_1_t942764925 * L_13 = (List_1_t942764925 *)__this->get_U3CU3Ef__this_5(); NullCheck(L_13); ObjectU5BU5D_t2843939325* L_14 = (ObjectU5BU5D_t2843939325*)L_13->get__items_1(); int32_t L_15 = (int32_t)__this->get_U3CiU3E__2_2(); NullCheck(L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = (L_14)->GetAt(static_cast(L_16)); __this->set_U24current_4(L_17); __this->set_U24PC_3(1); goto IL_00db; } IL_00ae: { int32_t L_18 = (int32_t)__this->get_U3CiU3E__2_2(); __this->set_U3CiU3E__2_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_00bc: { int32_t L_19 = (int32_t)__this->get_U3CiU3E__2_2(); List_1_t942764925 * L_20 = (List_1_t942764925 *)__this->get_U3CU3Ef__this_5(); NullCheck(L_20); int32_t L_21 = (int32_t)L_20->get__count_2(); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_004f; } } { __this->set_U24PC_3((-1)); } IL_00d9: { return (bool)0; } IL_00db: { return (bool)1; } // Dead block : IL_00dd: ldloc.1 } // System.Void Boo.Lang.List`1/c__Iterator6::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator6_Dispose_m1900116984_gshared (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * __this, const RuntimeMethod* method) { { __this->set_U24PC_3((-1)); return; } } // System.Void Boo.Lang.List`1/c__Iterator6::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator6_Reset_m3753361072_gshared (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator6_Reset_m3753361072_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__Iterator6_Reset_m3753361072_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 Boo.Lang.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2774066863_gshared (List_1_t942764925 * __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)); ObjectU5BU5D_t2843939325* L_0 = ((List_1_t942764925_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_0(); __this->set__items_1(L_0); return; } } // System.Void Boo.Lang.List`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void List_1__cctor_m1111033148_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((List_1_t942764925_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_0(((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1), (uint32_t)0))); return; } } // System.Void Boo.Lang.List`1::System.Collections.Generic.ICollection.Add(T) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m104373483_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; NullCheck((List_1_t942764925 *)__this); (( List_1_t942764925 * (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Collections.IEnumerator Boo.Lang.List`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* List_1_System_Collections_IEnumerable_GetEnumerator_m1562218874_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject*)__this); RuntimeObject* L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3), (RuntimeObject*)__this); return L_0; } } // System.Void Boo.Lang.List`1::System.Collections.Generic.IList.Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_Generic_IListU3CTU3E_Insert_m1482502517_gshared (List_1_t942764925 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___item1; NullCheck((List_1_t942764925 *)__this); (( List_1_t942764925 * (*) (List_1_t942764925 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Void Boo.Lang.List`1::System.Collections.Generic.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m2862660951_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((List_1_t942764925 *)__this); int32_t L_1 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((List_1_t942764925 *)__this); int32_t L_2 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); NullCheck((List_1_t942764925 *)__this); (( void (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return; } } // System.Boolean Boo.Lang.List`1::System.Collections.Generic.ICollection.Remove(T) extern "C" IL2CPP_METHOD_ATTR bool List_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m597757014_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; NullCheck((List_1_t942764925 *)__this); bool L_1 = (( bool (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return L_1; } } // System.Int32 Boo.Lang.List`1::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_System_Collections_IList_Add_m3776893931_gshared (List_1_t942764925 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; NullCheck((List_1_t942764925 *)__this); VirtFuncInvoker1< List_1_t942764925 *, RuntimeObject * >::Invoke(34 /* Boo.Lang.List`1 Boo.Lang.List`1::Add(T) */, (List_1_t942764925 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9)))); NullCheck((List_1_t942764925 *)__this); int32_t L_1 = (( int32_t (*) (List_1_t942764925 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((List_1_t942764925 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); } } // System.Void Boo.Lang.List`1::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_IList_Insert_m3843377171_gshared (List_1_t942764925 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_2 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); NullCheck((List_1_t942764925 *)__this); (( List_1_t942764925 * (*) (List_1_t942764925 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Void Boo.Lang.List`1::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_IList_Remove_m2379946902_gshared (List_1_t942764925 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); NullCheck((List_1_t942764925 *)__this); (( List_1_t942764925 * (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return; } } // System.Int32 Boo.Lang.List`1::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_System_Collections_IList_IndexOf_m1592968664_gshared (List_1_t942764925 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); NullCheck((List_1_t942764925 *)__this); int32_t L_2 = (( int32_t (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_2; } } // System.Boolean Boo.Lang.List`1::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool List_1_System_Collections_IList_Contains_m1270257896_gshared (List_1_t942764925 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); NullCheck((List_1_t942764925 *)__this); bool L_2 = (( bool (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); return L_2; } } // System.Object Boo.Lang.List`1::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_System_Collections_IList_get_Item_m2579678363_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((List_1_t942764925 *)__this); RuntimeObject * L_1 = (( RuntimeObject * (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_1; } } // System.Void Boo.Lang.List`1::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_IList_set_Item_m555640759_gshared (List_1_t942764925 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_2 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); NullCheck((List_1_t942764925 *)__this); (( void (*) (List_1_t942764925 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); return; } } // System.Void Boo.Lang.List`1::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_IList_RemoveAt_m1543337520_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((List_1_t942764925 *)__this); (( List_1_t942764925 * (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return; } } // System.Boolean Boo.Lang.List`1::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool List_1_System_Collections_IList_get_IsFixedSize_m362682622_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Boo.Lang.List`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_System_Collections_ICollection_CopyTo_m3513952639_gshared (List_1_t942764925 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; int32_t L_3 = (int32_t)__this->get__count_2(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Int32 Boo.Lang.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2096688449_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_2(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Boo.Lang.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* List_1_GetEnumerator_m2878037398_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * L_0 = (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 19)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 20)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 20)); V_0 = (U3CGetEnumeratorU3Ec__Iterator6_t1401825746 *)L_0; U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_5(__this); U3CGetEnumeratorU3Ec__Iterator6_t1401825746 * L_2 = V_0; return L_2; } } // System.Void Boo.Lang.List`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_CopyTo_m3242551962_gshared (List_1_t942764925 * __this, ObjectU5BU5D_t2843939325* ___target0, int32_t ___index1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); ObjectU5BU5D_t2843939325* L_1 = ___target0; int32_t L_2 = ___index1; int32_t L_3 = (int32_t)__this->get__count_2(); 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.Boolean Boo.Lang.List`1::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool List_1_get_IsSynchronized_m1339420195_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object Boo.Lang.List`1::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_SyncRoot_m1283140444_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); return (RuntimeObject *)L_0; } } // System.Boolean Boo.Lang.List`1::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool List_1_get_IsReadOnly_m165523052_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T Boo.Lang.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m4279446669_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_1 = ___index0; NullCheck((List_1_t942764925 *)__this); int32_t L_2 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((List_1_t942764925 *)__this); int32_t L_3 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); NullCheck(L_0); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_0)->GetAt(static_cast(L_4)); return L_5; } } // System.Void Boo.Lang.List`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m2547245631_gshared (List_1_t942764925 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_1 = ___index0; NullCheck((List_1_t942764925 *)__this); int32_t L_2 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((List_1_t942764925 *)__this); int32_t L_3 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject * L_4 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (RuntimeObject *)L_4); return; } } // Boo.Lang.List`1 Boo.Lang.List`1::Push(T) extern "C" IL2CPP_METHOD_ATTR List_1_t942764925 * List_1_Push_m2132809952_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; NullCheck((List_1_t942764925 *)__this); List_1_t942764925 * L_1 = VirtFuncInvoker1< List_1_t942764925 *, RuntimeObject * >::Invoke(34 /* Boo.Lang.List`1 Boo.Lang.List`1::Add(T) */, (List_1_t942764925 *)__this, (RuntimeObject *)L_0); return L_1; } } // Boo.Lang.List`1 Boo.Lang.List`1::Add(T) extern "C" IL2CPP_METHOD_ATTR List_1_t942764925 * List_1_Add_m1190024169_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_2(); NullCheck((List_1_t942764925 *)__this); (( void (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)((List_1_t942764925 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_2 = (int32_t)__this->get__count_2(); RuntimeObject * L_3 = ___item0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (RuntimeObject *)L_3); int32_t L_4 = (int32_t)__this->get__count_2(); __this->set__count_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); return __this; } } // System.String Boo.Lang.List`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* List_1_ToString_m1765807662_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (List_1_ToString_m1765807662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((List_1_t942764925 *)__this); String_t* L_0 = (( String_t* (*) (List_1_t942764925 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((List_1_t942764925 *)__this, (String_t*)_stringLiteral3450517380, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3755062657(NULL /*static, unused*/, (String_t*)_stringLiteral3452614645, (String_t*)L_0, (String_t*)_stringLiteral3452614643, /*hidden argument*/NULL); return L_1; } } // System.String Boo.Lang.List`1::Join(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* List_1_Join_m3711059020_gshared (List_1_t942764925 * __this, String_t* ___separator0, const RuntimeMethod* method) { { String_t* L_0 = ___separator0; String_t* L_1 = Builtins_join_m864932387(NULL /*static, unused*/, (RuntimeObject*)__this, (String_t*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 Boo.Lang.List`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_GetHashCode_m741203153_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { int32_t L_0 = (int32_t)__this->get__count_2(); V_0 = (int32_t)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000e: { ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_2; if (!L_5) { goto IL_0036; } } { int32_t L_6 = V_0; NullCheck((RuntimeObject *)(V_2)); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(V_2)); V_0 = (int32_t)((int32_t)((int32_t)L_6^(int32_t)L_7)); } IL_0036: { int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003a: { int32_t L_9 = V_1; int32_t L_10 = (int32_t)__this->get__count_2(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_000e; } } { int32_t L_11 = V_0; return L_11; } } // System.Boolean Boo.Lang.List`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool List_1_Equals_m1608515849_gshared (List_1_t942764925 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___other0; if ((((RuntimeObject*)(List_1_t942764925 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))) { goto IL_0015; } } { RuntimeObject * L_1 = ___other0; NullCheck((List_1_t942764925 *)__this); bool L_2 = (( bool (*) (List_1_t942764925 *, List_1_t942764925 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((List_1_t942764925 *)__this, (List_1_t942764925 *)((List_1_t942764925 *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 23))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); G_B3_0 = ((int32_t)(L_2)); goto IL_0016; } IL_0015: { G_B3_0 = 1; } IL_0016: { return (bool)G_B3_0; } } // System.Boolean Boo.Lang.List`1::Equals(Boo.Lang.List`1) extern "C" IL2CPP_METHOD_ATTR bool List_1_Equals_m1003775281_gshared (List_1_t942764925 * __this, List_1_t942764925 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (List_1_Equals_m1003775281_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t942764925 * L_0 = ___other0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { List_1_t942764925 * L_1 = ___other0; bool L_2 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, (RuntimeObject *)__this, (RuntimeObject *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } { return (bool)1; } IL_0016: { int32_t L_3 = (int32_t)__this->get__count_2(); List_1_t942764925 * L_4 = ___other0; NullCheck((List_1_t942764925 *)L_4); int32_t L_5 = (( int32_t (*) (List_1_t942764925 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((List_1_t942764925 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0029; } } { return (bool)0; } IL_0029: { V_0 = (int32_t)0; goto IL_005d; } IL_0030: { ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); List_1_t942764925 * L_10 = ___other0; int32_t L_11 = V_0; NullCheck((List_1_t942764925 *)L_10); RuntimeObject * L_12 = (( RuntimeObject * (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((List_1_t942764925 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeServices_t2098243569_il2cpp_TypeInfo_var); bool L_13 = RuntimeServices_EqualityOperator_m2384872086(NULL /*static, unused*/, (RuntimeObject *)L_9, (RuntimeObject *)L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0059; } } { return (bool)0; } IL_0059: { int32_t L_14 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005d: { int32_t L_15 = V_0; int32_t L_16 = (int32_t)__this->get__count_2(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0030; } } { return (bool)1; } } // System.Void Boo.Lang.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3667303398_gshared (List_1_t942764925 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { V_0 = (int32_t)0; goto IL_0020; } IL_0007: { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_1 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (RuntimeObject *)L_2); int32_t L_3 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0020: { int32_t L_4 = V_0; int32_t L_5 = (int32_t)__this->get__count_2(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0007; } } { __this->set__count_2(0); return; } } // System.Boolean Boo.Lang.List`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m4165449587_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; NullCheck((List_1_t942764925 *)__this); int32_t L_1 = (( int32_t (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return (bool)((((int32_t)((((int32_t)(-1)) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Boo.Lang.List`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m1324040614_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (List_1_IndexOf_m1324040614_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_002e; } IL_0007: { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); RuntimeObject * L_4 = ___item0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeServices_t2098243569_il2cpp_TypeInfo_var); bool L_5 = RuntimeServices_EqualityOperator_m2384872086(NULL /*static, unused*/, (RuntimeObject *)L_3, (RuntimeObject *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } { int32_t L_6 = V_0; return L_6; } IL_002a: { 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_2(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0007; } } { return (-1); } } // Boo.Lang.List`1 Boo.Lang.List`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR List_1_t942764925 * List_1_Insert_m2394204867_gshared (List_1_t942764925 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___index0; NullCheck((List_1_t942764925 *)__this); int32_t L_1 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (int32_t)L_1; int32_t L_2 = (int32_t)__this->get__count_2(); int32_t L_3 = V_0; int32_t L_4 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); NullCheck((List_1_t942764925 *)__this); (( void (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)((List_1_t942764925 *)__this, (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, 21)); int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get__count_2(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0045; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_8 = V_0; ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get__count_2(); int32_t L_12 = V_0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)L_8, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); } IL_0045: { ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_14 = V_0; RuntimeObject * L_15 = ___item1; NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (RuntimeObject *)L_15); int32_t L_16 = (int32_t)__this->get__count_2(); __this->set__count_2(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); return __this; } } // Boo.Lang.List`1 Boo.Lang.List`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR List_1_t942764925 * List_1_Remove_m2596444460_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; NullCheck((List_1_t942764925 *)__this); (( bool (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return __this; } } // Boo.Lang.List`1 Boo.Lang.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t942764925 * List_1_RemoveAt_m2420641737_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((List_1_t942764925 *)__this); int32_t L_1 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((List_1_t942764925 *)__this); int32_t L_2 = (( int32_t (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); NullCheck((List_1_t942764925 *)__this); (( void (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return __this; } } // System.Void Boo.Lang.List`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_EnsureCapacity_m2587551843_gshared (List_1_t942764925 * __this, int32_t ___minCapacity0, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = ___minCapacity0; ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_0031; } } { int32_t L_2 = ___minCapacity0; NullCheck((List_1_t942764925 *)__this); ObjectU5BU5D_t2843939325* L_3 = (( ObjectU5BU5D_t2843939325* (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); V_0 = (ObjectU5BU5D_t2843939325*)L_3; ObjectU5BU5D_t2843939325* L_4 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); ObjectU5BU5D_t2843939325* L_5 = V_0; int32_t L_6 = (int32_t)__this->get__count_2(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = V_0; __this->set__items_1(L_7); } IL_0031: { return; } } // T[] Boo.Lang.List`1::NewArray(System.Int32) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* List_1_NewArray_m3466195798_gshared (List_1_t942764925 * __this, int32_t ___minCapacity0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); NullCheck(L_0); int32_t L_1 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)1, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)); int32_t L_2 = V_0; int32_t L_3 = ___minCapacity0; int32_t L_4 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return ((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), (uint32_t)L_4)); } } // System.Void Boo.Lang.List`1::InnerRemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_InnerRemoveAt_m2788784521_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t L_0 = (int32_t)__this->get__count_2(); __this->set__count_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_2 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (RuntimeObject *)L_3); int32_t L_4 = ___index0; int32_t L_5 = (int32_t)__this->get__count_2(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_004c; } } { ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_7 = ___index0; ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get__items_1(); int32_t L_9 = ___index0; int32_t L_10 = (int32_t)__this->get__count_2(); int32_t L_11 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)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_004c: { return; } } // System.Boolean Boo.Lang.List`1::InnerRemove(T) extern "C" IL2CPP_METHOD_ATTR bool List_1_InnerRemove_m3290750328_gshared (List_1_t942764925 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___item0; NullCheck((List_1_t942764925 *)__this); int32_t L_1 = (( int32_t (*) (List_1_t942764925 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t942764925 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0018; } } { int32_t L_3 = V_0; NullCheck((List_1_t942764925 *)__this); (( void (*) (List_1_t942764925 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((List_1_t942764925 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return (bool)1; } IL_0018: { return (bool)0; } } // System.Int32 Boo.Lang.List`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_CheckIndex_m434764904_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (List_1_CheckIndex_m434764904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__count_2(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0012; } } { IndexOutOfRangeException_t1578797820 * L_2 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m2441337274(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,List_1_CheckIndex_m434764904_RuntimeMethod_var); } IL_0012: { int32_t L_3 = ___index0; return L_3; } } // System.Int32 Boo.Lang.List`1::NormalizeIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_NormalizeIndex_m3419221562_gshared (List_1_t942764925 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get__count_2(); G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); goto IL_0015; } IL_0014: { int32_t L_3 = ___index0; G_B3_0 = L_3; } IL_0015: { return G_B3_0; } } // T Boo.Lang.List`1::Coerce(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_Coerce_m3191743533_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (List_1_Coerce_m3191743533_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 9)))) { goto IL_0012; } } { RuntimeObject * L_1 = ___value0; return ((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 9))); } IL_0012: { RuntimeObject * L_2 = ___value0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 26)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RuntimeServices_t2098243569_il2cpp_TypeInfo_var); RuntimeObject * L_5 = RuntimeServices_Coerce_m1663619687(NULL /*static, unused*/, (RuntimeObject *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); return ((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 9))); } } #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 CBetterSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1__ctor_m3680932930_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); __this->set_m_itor_1(0); __this->set_m_removeFlag_2((bool)0); BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_array_0(L_0); return; } } // System.Void CBetterSet`1::Foreach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_Foreach_m828342831_gshared (CBetterSet_1_t3194383868 * __this, Action_1_t3252573759 * ___ptrFunc0, const RuntimeMethod* method) { { Action_1_t3252573759 * L_0 = ___ptrFunc0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { __this->set_m_itor_1(0); __this->set_m_removeFlag_2((bool)0); goto IL_0056; } IL_001a: { Action_1_t3252573759 * L_1 = ___ptrFunc0; BetterList_1_t2235126482 * L_2 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_3 = (int32_t)__this->get_m_itor_1(); NullCheck((BetterList_1_t2235126482 *)L_2); RuntimeObject * L_4 = (( RuntimeObject * (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t2235126482 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); NullCheck((Action_1_t3252573759 *)L_1); (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_1_t3252573759 *)L_1, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); bool L_5 = (bool)__this->get_m_removeFlag_2(); if (!L_5) { goto IL_0048; } } { __this->set_m_removeFlag_2((bool)0); goto IL_0056; } IL_0048: { int32_t L_6 = (int32_t)__this->get_m_itor_1(); __this->set_m_itor_1(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); } IL_0056: { int32_t L_7 = (int32_t)__this->get_m_itor_1(); BetterList_1_t2235126482 * L_8 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); NullCheck(L_8); int32_t L_9 = (int32_t)L_8->get_size_1(); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_001a; } } { __this->set_m_itor_1(0); return; } } // System.Int32 CBetterSet`1::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CBetterSet_1_GetCount_m1952814999_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); NullCheck(L_0); int32_t L_1 = (int32_t)L_0->get_size_1(); return L_1; } } // T CBetterSet`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CBetterSet_1_get_Item_m2807084049_gshared (CBetterSet_1_t3194383868 * __this, int32_t ___i0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_1 = ___i0; NullCheck((BetterList_1_t2235126482 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t2235126482 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return L_2; } } // System.Void CBetterSet`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_set_Item_m4264103093_gshared (CBetterSet_1_t3194383868 * __this, int32_t ___i0, RuntimeObject * ___value1, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_1 = ___i0; RuntimeObject * L_2 = ___value1; NullCheck((BetterList_1_t2235126482 *)L_0); (( void (*) (BetterList_1_t2235126482 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((BetterList_1_t2235126482 *)L_0, (int32_t)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Boolean CBetterSet`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Contains_m268013342_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_1 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_0); bool L_2 = (( bool (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t2235126482 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_2; } } // System.Boolean CBetterSet`1::Add(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Add_m908680931_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_1 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_0); bool L_2 = (( bool (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t2235126482 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if (L_2) { goto IL_001f; } } { BetterList_1_t2235126482 * L_3 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_4 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_3); (( void (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2235126482 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return (bool)1; } IL_001f: { return (bool)0; } } // System.Boolean CBetterSet`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Remove_m1128629941_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_1 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_0); int32_t L_2 = (( int32_t (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2235126482 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_0 = (int32_t)L_2; int32_t L_3 = V_0; if ((((int32_t)0) > ((int32_t)L_3))) { goto IL_005b; } } { BetterList_1_t2235126482 * L_4 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_5 = V_0; NullCheck((BetterList_1_t2235126482 *)L_4); (( void (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2235126482 *)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); int32_t L_6 = (int32_t)__this->get_m_itor_1(); int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0046; } } { __this->set_m_removeFlag_2((bool)1); int32_t L_8 = (int32_t)__this->get_m_itor_1(); __this->set_m_itor_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); goto IL_0059; } IL_0046: { int32_t L_9 = (int32_t)__this->get_m_itor_1(); int32_t L_10 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0059; } } { __this->set_m_removeFlag_2((bool)1); } IL_0059: { return (bool)1; } IL_005b: { return (bool)0; } } // System.Void CBetterSet`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_Clear_m3855211529_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method) { { __this->set_m_itor_1(0); __this->set_m_removeFlag_2((bool)0); BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); NullCheck((BetterList_1_t2235126482 *)L_0); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((BetterList_1_t2235126482 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); 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 CDataWrapper`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void CDataWrapper_1__ctor_m3106121235_gshared (CDataWrapper_1_t2631656993 * __this, Il2CppChar ___initVal0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Il2CppChar L_0 = ___initVal0; NullCheck((CDataWrapper_1_t2631656993 *)__this); (( void (*) (CDataWrapper_1_t2631656993 *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((CDataWrapper_1_t2631656993 *)__this, (Il2CppChar)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return; } } // System.Void CDataWrapper`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataWrapper_1__ctor_m1928737988_gshared (CDataWrapper_1_t2631656993 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Il2CppChar)); Il2CppChar L_0 = V_0; NullCheck((CDataWrapper_1_t2631656993 *)__this); (( void (*) (CDataWrapper_1_t2631656993 *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((CDataWrapper_1_t2631656993 *)__this, (Il2CppChar)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return; } } // T CDataWrapper`1::get_Data() extern "C" IL2CPP_METHOD_ATTR Il2CppChar CDataWrapper_1_get_Data_m3697205696_gshared (CDataWrapper_1_t2631656993 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_U3CDataU3Ek__BackingField_0(); return L_0; } } // System.Void CDataWrapper`1::set_Data(T) extern "C" IL2CPP_METHOD_ATTR void CDataWrapper_1_set_Data_m1568875890_gshared (CDataWrapper_1_t2631656993 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; __this->set_U3CDataU3Ek__BackingField_0(L_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 CDataWrapper`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void CDataWrapper_1__ctor_m3482199284_gshared (CDataWrapper_1_t2077302687 * __this, RuntimeObject * ___initVal0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___initVal0; NullCheck((CDataWrapper_1_t2077302687 *)__this); (( void (*) (CDataWrapper_1_t2077302687 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((CDataWrapper_1_t2077302687 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return; } } // System.Void CDataWrapper`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataWrapper_1__ctor_m947607121_gshared (CDataWrapper_1_t2077302687 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((CDataWrapper_1_t2077302687 *)__this); (( void (*) (CDataWrapper_1_t2077302687 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((CDataWrapper_1_t2077302687 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); return; } } // T CDataWrapper`1::get_Data() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CDataWrapper_1_get_Data_m1071657285_gshared (CDataWrapper_1_t2077302687 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CDataU3Ek__BackingField_0(); return L_0; } } // System.Void CDataWrapper`1::set_Data(T) extern "C" IL2CPP_METHOD_ATTR void CDataWrapper_1_set_Data_m2943311180_gshared (CDataWrapper_1_t2077302687 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CDataU3Ek__BackingField_0(L_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 DMCore.Framework.Misc.CEncrptHelp`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_1__ctor_m739074458_gshared (CEncrptHelp_1_t2107105261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_1__ctor_m739074458_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_result_0(L_0); int32_t L_1 = Random_Range_m4054026115(NULL /*static, unused*/, (int32_t)((int32_t)33432327), (int32_t)((int32_t)119795388), /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = BitConverter_GetBytes_m1040762521(NULL /*static, unused*/, (int32_t)L_2, /*hidden argument*/NULL); __this->set_m_keyVal_1(L_3); return; } } // T DMCore.Framework.Misc.CEncrptHelp`1::Get() extern "C" IL2CPP_METHOD_ATTR int32_t CEncrptHelp_1_Get_m2053086496_gshared (CEncrptHelp_1_t2107105261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_1_Get_m2053086496_MetadataUsageId); s_Il2CppMethodInitialized = true; } BetterList_1_t289316694 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); V_0 = (BetterList_1_t289316694 *)L_0; BetterList_1_t289316694 * L_1 = (BetterList_1_t289316694 *)__this->get_m_result_0(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_m_keyVal_1(); NetEncrypt_Decrypt_m2361955494(NULL /*static, unused*/, (BetterList_1_t289316694 **)(&V_0), (BetterList_1_t289316694 *)L_1, (ByteU5BU5D_t4116647657*)L_2, /*hidden argument*/NULL); BetterList_1_t289316694 * L_3 = V_0; NullCheck((CEncrptHelp_1_t2107105261 *)__this); int32_t L_4 = VirtFuncInvoker1< int32_t, BetterList_1_t289316694 * >::Invoke(4 /* T DMCore.Framework.Misc.CEncrptHelp`1::FormatToData(BetterList`1) */, (CEncrptHelp_1_t2107105261 *)__this, (BetterList_1_t289316694 *)L_3); return L_4; } } // System.Void DMCore.Framework.Misc.CEncrptHelp`1::Set(T) extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_1_Set_m402441972_gshared (CEncrptHelp_1_t2107105261 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_1_Set_m402441972_MetadataUsageId); s_Il2CppMethodInitialized = true; } BetterList_1_t289316694 * V_0 = NULL; { int32_t L_0 = ___val0; NullCheck((CEncrptHelp_1_t2107105261 *)__this); BetterList_1_t289316694 * L_1 = VirtFuncInvoker1< BetterList_1_t289316694 *, int32_t >::Invoke(5 /* BetterList`1 DMCore.Framework.Misc.CEncrptHelp`1::FormatFromData(T) */, (CEncrptHelp_1_t2107105261 *)__this, (int32_t)L_0); V_0 = (BetterList_1_t289316694 *)L_1; BetterList_1_t289316694 ** L_2 = (BetterList_1_t289316694 **)__this->get_address_of_m_result_0(); BetterList_1_t289316694 * L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = (ByteU5BU5D_t4116647657*)__this->get_m_keyVal_1(); bool L_5 = NetEncrypt_Encrypt_m1681803018(NULL /*static, unused*/, (BetterList_1_t289316694 **)L_2, (BetterList_1_t289316694 *)L_3, (ByteU5BU5D_t4116647657*)L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002a; } } { BetterList_1_t289316694 * L_6 = (BetterList_1_t289316694 *)__this->get_m_result_0(); NullCheck((BetterList_1_t289316694 *)L_6); BetterList_1_Clear_m2496795138((BetterList_1_t289316694 *)L_6, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); } IL_002a: { 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 DMCore.Framework.Misc.CEncrptHelp`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_1__ctor_m2947463215_gshared (CEncrptHelp_1_t2236265672 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_1__ctor_m2947463215_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_result_0(L_0); int32_t L_1 = Random_Range_m4054026115(NULL /*static, unused*/, (int32_t)((int32_t)33432327), (int32_t)((int32_t)119795388), /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = BitConverter_GetBytes_m1040762521(NULL /*static, unused*/, (int32_t)L_2, /*hidden argument*/NULL); __this->set_m_keyVal_1(L_3); return; } } // T DMCore.Framework.Misc.CEncrptHelp`1::Get() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CEncrptHelp_1_Get_m1525137300_gshared (CEncrptHelp_1_t2236265672 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_1_Get_m1525137300_MetadataUsageId); s_Il2CppMethodInitialized = true; } BetterList_1_t289316694 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); V_0 = (BetterList_1_t289316694 *)L_0; BetterList_1_t289316694 * L_1 = (BetterList_1_t289316694 *)__this->get_m_result_0(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_m_keyVal_1(); NetEncrypt_Decrypt_m2361955494(NULL /*static, unused*/, (BetterList_1_t289316694 **)(&V_0), (BetterList_1_t289316694 *)L_1, (ByteU5BU5D_t4116647657*)L_2, /*hidden argument*/NULL); BetterList_1_t289316694 * L_3 = V_0; NullCheck((CEncrptHelp_1_t2236265672 *)__this); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, BetterList_1_t289316694 * >::Invoke(4 /* T DMCore.Framework.Misc.CEncrptHelp`1::FormatToData(BetterList`1) */, (CEncrptHelp_1_t2236265672 *)__this, (BetterList_1_t289316694 *)L_3); return L_4; } } // System.Void DMCore.Framework.Misc.CEncrptHelp`1::Set(T) extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_1_Set_m1921489190_gshared (CEncrptHelp_1_t2236265672 * __this, RuntimeObject * ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_1_Set_m1921489190_MetadataUsageId); s_Il2CppMethodInitialized = true; } BetterList_1_t289316694 * V_0 = NULL; { RuntimeObject * L_0 = ___val0; NullCheck((CEncrptHelp_1_t2236265672 *)__this); BetterList_1_t289316694 * L_1 = VirtFuncInvoker1< BetterList_1_t289316694 *, RuntimeObject * >::Invoke(5 /* BetterList`1 DMCore.Framework.Misc.CEncrptHelp`1::FormatFromData(T) */, (CEncrptHelp_1_t2236265672 *)__this, (RuntimeObject *)L_0); V_0 = (BetterList_1_t289316694 *)L_1; BetterList_1_t289316694 ** L_2 = (BetterList_1_t289316694 **)__this->get_address_of_m_result_0(); BetterList_1_t289316694 * L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = (ByteU5BU5D_t4116647657*)__this->get_m_keyVal_1(); bool L_5 = NetEncrypt_Encrypt_m1681803018(NULL /*static, unused*/, (BetterList_1_t289316694 **)L_2, (BetterList_1_t289316694 *)L_3, (ByteU5BU5D_t4116647657*)L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002a; } } { BetterList_1_t289316694 * L_6 = (BetterList_1_t289316694 *)__this->get_m_result_0(); NullCheck((BetterList_1_t289316694 *)L_6); BetterList_1_Clear_m2496795138((BetterList_1_t289316694 *)L_6, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); } IL_002a: { 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 DMCore.Framework.Task.ITaskBase`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1__ctor_m3367406168_gshared (ITaskBase_1_t1810328984 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (List_1_t128053199 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_TaskContainer_0(L_0); return; } } // System.Void DMCore.Framework.Task.ITaskBase`1::AddTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_AddTask_m2163089584_gshared (ITaskBase_1_t1810328984 * __this, int32_t ___taskID0, const RuntimeMethod* method) { { int32_t L_0 = ___taskID0; NullCheck((ITaskBase_1_t1810328984 *)__this); bool L_1 = (( bool (*) (ITaskBase_1_t1810328984 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ITaskBase_1_t1810328984 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { List_1_t128053199 * L_2 = (List_1_t128053199 *)__this->get_m_TaskContainer_0(); int32_t L_3 = ___taskID0; NullCheck((List_1_t128053199 *)L_2); (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((List_1_t128053199 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return; } } // System.Void DMCore.Framework.Task.ITaskBase`1::RemoveTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_RemoveTask_m2058914411_gshared (ITaskBase_1_t1810328984 * __this, int32_t ___taskID0, const RuntimeMethod* method) { { int32_t L_0 = ___taskID0; NullCheck((ITaskBase_1_t1810328984 *)__this); bool L_1 = (( bool (*) (ITaskBase_1_t1810328984 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ITaskBase_1_t1810328984 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_1) { goto IL_000d; } } { return; } IL_000d: { List_1_t128053199 * L_2 = (List_1_t128053199 *)__this->get_m_TaskContainer_0(); int32_t L_3 = ___taskID0; NullCheck((List_1_t128053199 *)L_2); (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t128053199 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Boolean DMCore.Framework.Task.ITaskBase`1::IsProcessing(T) extern "C" IL2CPP_METHOD_ATTR bool ITaskBase_1_IsProcessing_m1679650218_gshared (ITaskBase_1_t1810328984 * __this, int32_t ___taskID0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { List_1_t128053199 * L_0 = (List_1_t128053199 *)__this->get_m_TaskContainer_0(); int32_t L_1 = ___taskID0; NullCheck((List_1_t128053199 *)L_0); bool L_2 = (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t128053199 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if (!L_2) { goto IL_0017; } } { G_B3_0 = 1; goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { return (bool)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 DMCore.Framework.Task.ITaskBase`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1__ctor_m3501485401_gshared (ITaskBase_1_t2595950535 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); List_1_t913674750 * L_0 = (List_1_t913674750 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (List_1_t913674750 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_TaskContainer_0(L_0); return; } } // System.Void DMCore.Framework.Task.ITaskBase`1::AddTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_AddTask_m2037277534_gshared (ITaskBase_1_t2595950535 * __this, int64_t ___taskID0, const RuntimeMethod* method) { { int64_t L_0 = ___taskID0; NullCheck((ITaskBase_1_t2595950535 *)__this); bool L_1 = (( bool (*) (ITaskBase_1_t2595950535 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ITaskBase_1_t2595950535 *)__this, (int64_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { List_1_t913674750 * L_2 = (List_1_t913674750 *)__this->get_m_TaskContainer_0(); int64_t L_3 = ___taskID0; NullCheck((List_1_t913674750 *)L_2); (( void (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((List_1_t913674750 *)L_2, (int64_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return; } } // System.Void DMCore.Framework.Task.ITaskBase`1::RemoveTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_RemoveTask_m2603698764_gshared (ITaskBase_1_t2595950535 * __this, int64_t ___taskID0, const RuntimeMethod* method) { { int64_t L_0 = ___taskID0; NullCheck((ITaskBase_1_t2595950535 *)__this); bool L_1 = (( bool (*) (ITaskBase_1_t2595950535 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ITaskBase_1_t2595950535 *)__this, (int64_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_1) { goto IL_000d; } } { return; } IL_000d: { List_1_t913674750 * L_2 = (List_1_t913674750 *)__this->get_m_TaskContainer_0(); int64_t L_3 = ___taskID0; NullCheck((List_1_t913674750 *)L_2); (( bool (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t913674750 *)L_2, (int64_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Boolean DMCore.Framework.Task.ITaskBase`1::IsProcessing(T) extern "C" IL2CPP_METHOD_ATTR bool ITaskBase_1_IsProcessing_m1431982735_gshared (ITaskBase_1_t2595950535 * __this, int64_t ___taskID0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { List_1_t913674750 * L_0 = (List_1_t913674750 *)__this->get_m_TaskContainer_0(); int64_t L_1 = ___taskID0; NullCheck((List_1_t913674750 *)L_0); bool L_2 = (( bool (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t913674750 *)L_0, (int64_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if (!L_2) { goto IL_0017; } } { G_B3_0 = 1; goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { return (bool)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 DMCore.Framework.Task.ITaskBase`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1__ctor_m2419022332_gshared (ITaskBase_1_t1939489395 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); List_1_t257213610 * L_0 = (List_1_t257213610 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_TaskContainer_0(L_0); return; } } // System.Void DMCore.Framework.Task.ITaskBase`1::AddTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_AddTask_m2299844868_gshared (ITaskBase_1_t1939489395 * __this, RuntimeObject * ___taskID0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___taskID0; NullCheck((ITaskBase_1_t1939489395 *)__this); bool L_1 = (( bool (*) (ITaskBase_1_t1939489395 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ITaskBase_1_t1939489395 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { List_1_t257213610 * L_2 = (List_1_t257213610 *)__this->get_m_TaskContainer_0(); RuntimeObject * L_3 = ___taskID0; NullCheck((List_1_t257213610 *)L_2); (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((List_1_t257213610 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return; } } // System.Void DMCore.Framework.Task.ITaskBase`1::RemoveTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_RemoveTask_m3148687982_gshared (ITaskBase_1_t1939489395 * __this, RuntimeObject * ___taskID0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___taskID0; NullCheck((ITaskBase_1_t1939489395 *)__this); bool L_1 = (( bool (*) (ITaskBase_1_t1939489395 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ITaskBase_1_t1939489395 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_1) { goto IL_000d; } } { return; } IL_000d: { List_1_t257213610 * L_2 = (List_1_t257213610 *)__this->get_m_TaskContainer_0(); RuntimeObject * L_3 = ___taskID0; NullCheck((List_1_t257213610 *)L_2); (( bool (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Boolean DMCore.Framework.Task.ITaskBase`1::IsProcessing(T) extern "C" IL2CPP_METHOD_ATTR bool ITaskBase_1_IsProcessing_m3511424427_gshared (ITaskBase_1_t1939489395 * __this, RuntimeObject * ___taskID0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_TaskContainer_0(); RuntimeObject * L_1 = ___taskID0; NullCheck((List_1_t257213610 *)L_0); bool L_2 = (( bool (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if (!L_2) { goto IL_0017; } } { G_B3_0 = 1; goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { return (bool)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 DMCore.Framework.Thread.CSafeLinkedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1__ctor_m3256013561_gshared (CSafeLinkedList_1_t1705214213 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_list_0(L_0); return; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::AddLast(T) extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_AddLast_m2130485922_gshared (CSafeLinkedList_1_t1705214213 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { RuntimeObject * V_0 = 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); { LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); RuntimeObject * L_3 = ___item0; NullCheck((LinkedList_1_t1919752173 *)L_2); (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((LinkedList_1_t1919752173 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::AddFirst(T) extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_AddFirst_m2537367169_gshared (CSafeLinkedList_1_t1705214213 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { RuntimeObject * V_0 = 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); { LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); RuntimeObject * L_3 = ___item0; NullCheck((LinkedList_1_t1919752173 *)L_2); (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((LinkedList_1_t1919752173 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::PushList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_PushList_m1143508378_gshared (CSafeLinkedList_1_t1705214213 * __this, List_1_t257213610 * ___listVal0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; 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); { List_1_t257213610 * L_0 = ___listVal0; if (!L_0) { goto IL_0011; } } { List_1_t257213610 * L_1 = ___listVal0; NullCheck((List_1_t257213610 *)L_1); int32_t L_2 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); if (L_2) { goto IL_0012; } } IL_0011: { return; } IL_0012: { LinkedList_1_t1919752173 * L_3 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); } IL_001f: try { // begin try (depth: 1) { V_1 = (int32_t)0; goto IL_003d; } IL_0026: { LinkedList_1_t1919752173 * L_5 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); List_1_t257213610 * L_6 = ___listVal0; int32_t L_7 = V_1; NullCheck((List_1_t257213610 *)L_6); RuntimeObject * L_8 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((LinkedList_1_t1919752173 *)L_5); (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((LinkedList_1_t1919752173 *)L_5, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003d: { int32_t L_10 = V_1; List_1_t257213610 * L_11 = ___listVal0; NullCheck((List_1_t257213610 *)L_11); int32_t L_12 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0026; } } IL_0049: { IL2CPP_LEAVE(0x55, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) RuntimeObject * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(78) } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0055: { return; } } // System.Boolean DMCore.Framework.Thread.CSafeLinkedList`1::Pop(T&) extern "C" IL2CPP_METHOD_ATTR bool CSafeLinkedList_1_Pop_m435619513_gshared (CSafeLinkedList_1_t1705214213 * __this, RuntimeObject ** ___refVal0, const RuntimeMethod* method) { bool V_0 = false; 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); { V_0 = (bool)0; LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_1 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) { LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_2); int32_t L_3 = (( int32_t (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((LinkedList_1_t1919752173 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); if (!L_3) { goto IL_0042; } } IL_001f: { RuntimeObject ** L_4 = ___refVal0; LinkedList_1_t1919752173 * L_5 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_5); LinkedListNode_1_t2825281267 * L_6 = (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((LinkedList_1_t1919752173 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); NullCheck((LinkedListNode_1_t2825281267 *)L_6); RuntimeObject * L_7 = (( RuntimeObject * (*) (LinkedListNode_1_t2825281267 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((LinkedListNode_1_t2825281267 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); *(RuntimeObject **)L_4 = L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_4, L_7); LinkedList_1_t1919752173 * L_8 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_8); (( void (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((LinkedList_1_t1919752173 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); V_0 = (bool)1; } IL_0042: { IL2CPP_LEAVE(0x4E, FINALLY_0047); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: { // begin finally (depth: 1) RuntimeObject * L_9 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(71) } // end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_JUMP_TBL(0x4E, IL_004e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004e: { bool L_10 = V_0; return L_10; } } // System.Int32 DMCore.Framework.Thread.CSafeLinkedList`1::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSafeLinkedList_1_GetCount_m1699724591_gshared (CSafeLinkedList_1_t1705214213 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { V_0 = (int32_t)0; LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_1 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_2); int32_t L_3 = (( int32_t (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((LinkedList_1_t1919752173 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_0 = (int32_t)L_3; IL2CPP_LEAVE(0x27, FINALLY_0020); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: { // begin finally (depth: 1) RuntimeObject * L_4 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(32) } // end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_JUMP_TBL(0x27, IL_0027) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0027: { int32_t L_5 = V_0; return L_5; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_Clear_m3397331937_gshared (CSafeLinkedList_1_t1705214213 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = 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); { LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_2); (( void (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((LinkedList_1_t1919752173 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); IL2CPP_LEAVE(0x24, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { 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 DMCore.Logic.CAwardInfo`1::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1__ctor_m3573950917_gshared (CAwardInfo_1_t3416460893 * __this, bool ___is_accepted0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardInfo_1__ctor_m3573950917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_0, /*hidden argument*/NULL); __this->set_m_award_array_3(L_0); return; } } // System.Void DMCore.Logic.CAwardInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1__ctor_m985986308_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardInfo_1__ctor_m985986308_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; __this->set_m_currentValue_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_1 = V_0; __this->set_m_condition_1(L_1); __this->set_m_award_state_2(2); CAwardList_t4094041907 * L_2 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_2, /*hidden argument*/NULL); __this->set_m_award_array_3(L_2); return; } } // System.Void DMCore.Logic.CAwardInfo`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_Clear_m3783247419_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); NullCheck((CAwardList_t4094041907 *)L_0); CAwardList_Clear_m3107368241((CAwardList_t4094041907 *)L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CAwardInfo`1::set_CurrentValue(T) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_CurrentValue_m222191720_gshared (CAwardInfo_1_t3416460893 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_currentValue_0(L_0); return; } } // T DMCore.Logic.CAwardInfo`1::get_CurrentValue() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_CurrentValue_m2530627826_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_currentValue_0(); return L_0; } } // System.Void DMCore.Logic.CAwardInfo`1::set_Condition(T) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_Condition_m650355728_gshared (CAwardInfo_1_t3416460893 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_condition_1(L_0); return; } } // T DMCore.Logic.CAwardInfo`1::get_Condition() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_Condition_m4201108481_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_condition_1(); return L_0; } } // System.Void DMCore.Logic.CAwardInfo`1::set_AwardState(DMCore.Logic.enumAwardState) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_AwardState_m303875030_gshared (CAwardInfo_1_t3416460893 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_award_state_2(L_0); return; } } // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardState_m1600705444_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_award_state_2(); return L_0; } } // System.Int32 DMCore.Logic.CAwardInfo`1::get_AwardCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardCount_m4253717152_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { CAwardList_t4094041907 * L_1 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); NullCheck((CAwardList_t4094041907 *)L_1); int32_t L_2 = CAwardList_get_Count_m2249531307((CAwardList_t4094041907 *)L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::get_AwardList() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CAwardInfo_1_get_AwardList_m2465244713_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); return L_0; } } // DMCore.Logic.CAwardItem DMCore.Logic.CAwardInfo`1::GetAwardItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CAwardInfo_1_GetAwardItem_m1003086060_gshared (CAwardInfo_1_t3416460893 * __this, int32_t ___index0, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); int32_t L_1 = ___index0; NullCheck((CAwardList_t4094041907 *)L_0); CAwardItem_t1677460915 * L_2 = CAwardList_GetItemByIndex_m1502988785((CAwardList_t4094041907 *)L_0, (int32_t)L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Logic.CAwardInfo`1::SetAwardItem(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_SetAwardItem_m109226158_gshared (CAwardInfo_1_t3416460893 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); int32_t L_1 = ___configId0; int32_t L_2 = ___amount1; int32_t L_3 = ___valid2; NullCheck((CAwardList_t4094041907 *)L_0); CAwardList_Add_m2199159243((CAwardList_t4094041907 *)L_0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); 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 DMCore.Logic.CAwardInfo`1::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1__ctor_m3193139049_gshared (CAwardInfo_1_t3545621304 * __this, bool ___is_accepted0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardInfo_1__ctor_m3193139049_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_0, /*hidden argument*/NULL); __this->set_m_award_array_3(L_0); return; } } // System.Void DMCore.Logic.CAwardInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1__ctor_m1346490782_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardInfo_1__ctor_m1346490782_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; __this->set_m_currentValue_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; __this->set_m_condition_1(L_1); __this->set_m_award_state_2(2); CAwardList_t4094041907 * L_2 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_2, /*hidden argument*/NULL); __this->set_m_award_array_3(L_2); return; } } // System.Void DMCore.Logic.CAwardInfo`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_Clear_m339305954_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); NullCheck((CAwardList_t4094041907 *)L_0); CAwardList_Clear_m3107368241((CAwardList_t4094041907 *)L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CAwardInfo`1::set_CurrentValue(T) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_CurrentValue_m2803597813_gshared (CAwardInfo_1_t3545621304 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_currentValue_0(L_0); return; } } // T DMCore.Logic.CAwardInfo`1::get_CurrentValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CAwardInfo_1_get_CurrentValue_m4068941716_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_currentValue_0(); return L_0; } } // System.Void DMCore.Logic.CAwardInfo`1::set_Condition(T) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_Condition_m3670720144_gshared (CAwardInfo_1_t3545621304 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_condition_1(L_0); return; } } // T DMCore.Logic.CAwardInfo`1::get_Condition() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CAwardInfo_1_get_Condition_m3830798078_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_condition_1(); return L_0; } } // System.Void DMCore.Logic.CAwardInfo`1::set_AwardState(DMCore.Logic.enumAwardState) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_AwardState_m1305447861_gshared (CAwardInfo_1_t3545621304 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_award_state_2(L_0); return; } } // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardState_m552401109_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_award_state_2(); return L_0; } } // System.Int32 DMCore.Logic.CAwardInfo`1::get_AwardCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardCount_m2250494518_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { CAwardList_t4094041907 * L_1 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); NullCheck((CAwardList_t4094041907 *)L_1); int32_t L_2 = CAwardList_get_Count_m2249531307((CAwardList_t4094041907 *)L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::get_AwardList() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CAwardInfo_1_get_AwardList_m2062120311_gshared (CAwardInfo_1_t3545621304 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); return L_0; } } // DMCore.Logic.CAwardItem DMCore.Logic.CAwardInfo`1::GetAwardItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CAwardInfo_1_GetAwardItem_m2797181987_gshared (CAwardInfo_1_t3545621304 * __this, int32_t ___index0, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); int32_t L_1 = ___index0; NullCheck((CAwardList_t4094041907 *)L_0); CAwardItem_t1677460915 * L_2 = CAwardList_GetItemByIndex_m1502988785((CAwardList_t4094041907 *)L_0, (int32_t)L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Logic.CAwardInfo`1::SetAwardItem(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_SetAwardItem_m3130819545_gshared (CAwardInfo_1_t3545621304 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); int32_t L_1 = ___configId0; int32_t L_2 = ___amount1; int32_t L_3 = ___valid2; NullCheck((CAwardList_t4094041907 *)L_0); CAwardList_Add_m2199159243((CAwardList_t4094041907 *)L_0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); 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 DMCore.Logic.CAwardInfo`1::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1__ctor_m1749396789_gshared (CAwardInfo_1_t1862781914 * __this, bool ___is_accepted0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardInfo_1__ctor_m1749396789_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_0, /*hidden argument*/NULL); __this->set_m_award_array_3(L_0); return; } } // System.Void DMCore.Logic.CAwardInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1__ctor_m3110181373_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardInfo_1__ctor_m3110181373_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_0 = V_0; __this->set_m_currentValue_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_1 = V_0; __this->set_m_condition_1(L_1); __this->set_m_award_state_2(2); CAwardList_t4094041907 * L_2 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_2, /*hidden argument*/NULL); __this->set_m_award_array_3(L_2); return; } } // System.Void DMCore.Logic.CAwardInfo`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_Clear_m448762469_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); NullCheck((CAwardList_t4094041907 *)L_0); CAwardList_Clear_m3107368241((CAwardList_t4094041907 *)L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CAwardInfo`1::set_CurrentValue(T) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_CurrentValue_m2721821130_gshared (CAwardInfo_1_t1862781914 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_m_currentValue_0(L_0); return; } } // T DMCore.Logic.CAwardInfo`1::get_CurrentValue() extern "C" IL2CPP_METHOD_ATTR float CAwardInfo_1_get_CurrentValue_m1077168976_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_m_currentValue_0(); return L_0; } } // System.Void DMCore.Logic.CAwardInfo`1::set_Condition(T) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_Condition_m3178165754_gshared (CAwardInfo_1_t1862781914 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_m_condition_1(L_0); return; } } // T DMCore.Logic.CAwardInfo`1::get_Condition() extern "C" IL2CPP_METHOD_ATTR float CAwardInfo_1_get_Condition_m808477994_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_m_condition_1(); return L_0; } } // System.Void DMCore.Logic.CAwardInfo`1::set_AwardState(DMCore.Logic.enumAwardState) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_set_AwardState_m2300322146_gshared (CAwardInfo_1_t1862781914 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_award_state_2(L_0); return; } } // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardState_m4085009958_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_award_state_2(); return L_0; } } // System.Int32 DMCore.Logic.CAwardInfo`1::get_AwardCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardCount_m2687583478_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { CAwardList_t4094041907 * L_1 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); NullCheck((CAwardList_t4094041907 *)L_1); int32_t L_2 = CAwardList_get_Count_m2249531307((CAwardList_t4094041907 *)L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::get_AwardList() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CAwardInfo_1_get_AwardList_m745292314_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); return L_0; } } // DMCore.Logic.CAwardItem DMCore.Logic.CAwardInfo`1::GetAwardItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CAwardInfo_1_GetAwardItem_m3719841356_gshared (CAwardInfo_1_t1862781914 * __this, int32_t ___index0, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); int32_t L_1 = ___index0; NullCheck((CAwardList_t4094041907 *)L_0); CAwardItem_t1677460915 * L_2 = CAwardList_GetItemByIndex_m1502988785((CAwardList_t4094041907 *)L_0, (int32_t)L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Logic.CAwardInfo`1::SetAwardItem(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardInfo_1_SetAwardItem_m2956484584_gshared (CAwardInfo_1_t1862781914 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)__this->get_m_award_array_3(); int32_t L_1 = ___configId0; int32_t L_2 = ___amount1; int32_t L_3 = ___valid2; NullCheck((CAwardList_t4094041907 *)L_0); CAwardList_Add_m2199159243((CAwardList_t4094041907 *)L_0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); 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 DMCore.Logic.SortKeyInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m1767600622_gshared (SortKeyInfo_1_t3619707304 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; __this->set_LKV_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_1 = V_0; __this->set_RKV_1(L_1); __this->set_IsAscend_2((bool)1); return; } } // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m1394869830_gshared (SortKeyInfo_1_t3619707304 * __this, int32_t ___lVal0, int32_t ___rVal1, bool ___isAscend2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___lVal0; __this->set_LKV_0(L_0); int32_t L_1 = ___rVal1; __this->set_RKV_1(L_1); bool L_2 = ___isAscend2; __this->set_IsAscend_2(L_2); 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 DMCore.Logic.SortKeyInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m2566332808_gshared (SortKeyInfo_1_t110361559 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(int64_t)); int64_t L_0 = V_0; __this->set_LKV_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(int64_t)); int64_t L_1 = V_0; __this->set_RKV_1(L_1); __this->set_IsAscend_2((bool)1); return; } } // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m4042510263_gshared (SortKeyInfo_1_t110361559 * __this, int64_t ___lVal0, int64_t ___rVal1, bool ___isAscend2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int64_t L_0 = ___lVal0; __this->set_LKV_0(L_0); int64_t L_1 = ___rVal1; __this->set_RKV_1(L_1); bool L_2 = ___isAscend2; __this->set_IsAscend_2(L_2); 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 DMCore.Logic.SortKeyInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m1266279257_gshared (SortKeyInfo_1_t3748867715 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; __this->set_LKV_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; __this->set_RKV_1(L_1); __this->set_IsAscend_2((bool)1); return; } } // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m2974876933_gshared (SortKeyInfo_1_t3748867715 * __this, RuntimeObject * ___lVal0, RuntimeObject * ___rVal1, bool ___isAscend2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___lVal0; __this->set_LKV_0(L_0); RuntimeObject * L_1 = ___rVal1; __this->set_RKV_1(L_1); bool L_2 = ___isAscend2; __this->set_IsAscend_2(L_2); 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 DMCore.Logic.SortKeyInfo`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m3868048692_gshared (SortKeyInfo_1_t2066028325 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_0 = V_0; __this->set_LKV_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_1 = V_0; __this->set_RKV_1(L_1); __this->set_IsAscend_2((bool)1); return; } } // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m3852685757_gshared (SortKeyInfo_1_t2066028325 * __this, float ___lVal0, float ___rVal1, bool ___isAscend2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); float L_0 = ___lVal0; __this->set_LKV_0(L_0); float L_1 = ___rVal1; __this->set_RKV_1(L_1); bool L_2 = ___isAscend2; __this->set_IsAscend_2(L_2); 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 LitJson.ExporterFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1__ctor_m2554042710_gshared (ExporterFunc_1_t1983223696 * __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 LitJson.ExporterFunc`1::Invoke(T,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1_Invoke_m2950434254_gshared (ExporterFunc_1_t1983223696 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ExporterFunc_1_Invoke_m2950434254((ExporterFunc_1_t1983223696 *)__this->get_prev_9(), ___obj0, ___writer1, 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 *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, ___writer1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, ___writer1, 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 *, JsonWriter_t3570089748 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); else GenericVirtActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0, ___writer1); else VirtActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, 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< JsonWriter_t3570089748 * >::Invoke(targetMethod, ___obj0, ___writer1); else GenericVirtActionInvoker1< JsonWriter_t3570089748 * >::Invoke(targetMethod, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0, ___writer1); else VirtActionInvoker1< JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } } } } // System.IAsyncResult LitJson.ExporterFunc`1::BeginInvoke(T,LitJson.JsonWriter,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExporterFunc_1_BeginInvoke_m753224981_gshared (ExporterFunc_1_t1983223696 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___obj0; __d_args[1] = ___writer1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void LitJson.ExporterFunc`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1_EndInvoke_m1785184764_gshared (ExporterFunc_1_t1983223696 * __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 LitJson.ImporterFunc`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ImporterFunc_2__ctor_m3973553376_gshared (ImporterFunc_2_t3974708465 * __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); } // TValue LitJson.ImporterFunc`2::Invoke(TJson) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_Invoke_m3778108098_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { ImporterFunc_2_Invoke_m3778108098((ImporterFunc_2_t3974708465 *)__this->get_prev_9(), ___input0, 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 RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___input0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___input0, 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)) result = GenericInterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___input0); else result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___input0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___input0); else result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___input0); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___input0, 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)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___input0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___input0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___input0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___input0); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___input0, targetMethod); } } } return result; } // System.IAsyncResult LitJson.ImporterFunc`2::BeginInvoke(TJson,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ImporterFunc_2_BeginInvoke_m3838905440_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject * ___input0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___input0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // TValue LitJson.ImporterFunc`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_EndInvoke_m1177570808_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #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 LitJson.JsonMapper/c__AnonStorey0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterExporterU3Ec__AnonStorey0_1__ctor_m718028414_gshared (U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper/c__AnonStorey0`1::<>m__0(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterExporterU3Ec__AnonStorey0_1_U3CU3Em__0_m451688342_gshared (U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { { ExporterFunc_1_t1983223696 * L_0 = (ExporterFunc_1_t1983223696 *)__this->get_exporter_0(); RuntimeObject * L_1 = ___obj0; JsonWriter_t3570089748 * L_2 = ___writer1; NullCheck((ExporterFunc_1_t1983223696 *)L_0); (( void (*) (ExporterFunc_1_t1983223696 *, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExporterFunc_1_t1983223696 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), (JsonWriter_t3570089748 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); 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 LitJson.JsonMapper/c__AnonStorey1`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterImporterU3Ec__AnonStorey1_2__ctor_m1403476214_gshared (U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object LitJson.JsonMapper/c__AnonStorey1`2::<>m__0(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterImporterU3Ec__AnonStorey1_2_U3CU3Em__0_m702003013_gshared (U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { { ImporterFunc_2_t3974708465 * L_0 = (ImporterFunc_2_t3974708465 *)__this->get_importer_0(); RuntimeObject * L_1 = ___input0; NullCheck((ImporterFunc_2_t3974708465 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (ImporterFunc_2_t3974708465 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ImporterFunc_2_t3974708465 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); return L_2; } } #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 Response`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Response_1__ctor_m2078248143_gshared (Response_1_t3363644753 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); 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 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_m1497050284_gshared (Action_1_t3858554001 * __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_m2963547983_gshared (Action_1_t3858554001 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2963547983((Action_1_t3858554001 *)__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_m2312054581_gshared (Action_1_t3858554001 * __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_m2312054581_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ADTypeEnum_t3686086406_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_m3861484437_gshared (Action_1_t3858554001 * __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_m3780749934_gshared (Action_1_t3289283678 * __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_m3913705049_gshared (Action_1_t3289283678 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3913705049((Action_1_t3289283678 *)__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_m1260138722_gshared (Action_1_t3289283678 * __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_m1260138722_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(enumFamilyType_t3116816083_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_m3295075762_gshared (Action_1_t3289283678 * __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_m157812482_gshared (Action_1_t3799231067 * __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_m1051017747_gshared (Action_1_t3799231067 * __this, EquipUnit_t3626763472 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1051017747((Action_1_t3799231067 *)__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 *, EquipUnit_t3626763472 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, EquipUnit_t3626763472 , 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< EquipUnit_t3626763472 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< EquipUnit_t3626763472 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< EquipUnit_t3626763472 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< EquipUnit_t3626763472 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, EquipUnit_t3626763472 , 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_m1600713886_gshared (Action_1_t3799231067 * __this, EquipUnit_t3626763472 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1600713886_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(EquipUnit_t3626763472_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_m1033825319_gshared (Action_1_t3799231067 * __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_m430437777_gshared (Action_1_t1631686707 * __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_m518618034_gshared (Action_1_t1631686707 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m518618034((Action_1_t1631686707 *)__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_m2616678650_gshared (Action_1_t1631686707 * __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_m2616678650_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ITEM_NEW_TYPE_t1459219112_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_m3792167378_gshared (Action_1_t1631686707 * __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_m2084225466_gshared (Action_1_t1368688201 * __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_m1383712741_gshared (Action_1_t1368688201 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1383712741((Action_1_t1368688201 *)__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_m2607265652_gshared (Action_1_t1368688201 * __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_m2607265652_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ITEM_SHOP_TYPE_t1196220606_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_m3373884217_gshared (Action_1_t1368688201 * __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_m2415987945_gshared (Action_1_t4125600956 * __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_m623662027_gshared (Action_1_t4125600956 * __this, int32_t ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m623662027((Action_1_t4125600956 *)__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_m800973470_gshared (Action_1_t4125600956 * __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_m800973470_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ItemQuality_t3953133361_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_m1210213752_gshared (Action_1_t4125600956 * __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_m2276644417_gshared (Action_1_t971193282 * __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_m105884468_gshared (Action_1_t971193282 * __this, PosterUnit_t798725687 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m105884468((Action_1_t971193282 *)__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 *, PosterUnit_t798725687 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, PosterUnit_t798725687 , 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< PosterUnit_t798725687 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< PosterUnit_t798725687 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PosterUnit_t798725687 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< PosterUnit_t798725687 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, PosterUnit_t798725687 , 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_m3233253966_gshared (Action_1_t971193282 * __this, PosterUnit_t798725687 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3233253966_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PosterUnit_t798725687_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_m3989948395_gshared (Action_1_t971193282 * __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_m2120110706_gshared (Action_1_t4270802482 * __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_m1699644013_gshared (Action_1_t4270802482 * __this, SameStylePkgUnit_t4098334887 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1699644013((Action_1_t4270802482 *)__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 *, SameStylePkgUnit_t4098334887 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, SameStylePkgUnit_t4098334887 , 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< SameStylePkgUnit_t4098334887 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< SameStylePkgUnit_t4098334887 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< SameStylePkgUnit_t4098334887 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< SameStylePkgUnit_t4098334887 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, SameStylePkgUnit_t4098334887 , 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_m26856553_gshared (Action_1_t4270802482 * __this, SameStylePkgUnit_t4098334887 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m26856553_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SameStylePkgUnit_t4098334887_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_m2748878298_gshared (Action_1_t4270802482 * __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_m2268645387_gshared (Action_1_t1920336567 * __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_m1275559416_gshared (Action_1_t1920336567 * __this, PlunderUserInfo_t1747868972 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1275559416((Action_1_t1920336567 *)__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 *, PlunderUserInfo_t1747868972 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, PlunderUserInfo_t1747868972 , 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< PlunderUserInfo_t1747868972 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< PlunderUserInfo_t1747868972 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PlunderUserInfo_t1747868972 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< PlunderUserInfo_t1747868972 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, PlunderUserInfo_t1747868972 , 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_m1997616691_gshared (Action_1_t1920336567 * __this, PlunderUserInfo_t1747868972 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1997616691_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PlunderUserInfo_t1747868972_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_m1737524867_gshared (Action_1_t1920336567 * __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_m4290472332_gshared (Action_1_t549372201 * __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_m839033582_gshared (Action_1_t549372201 * __this, Tryst_Role_t376904606 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m839033582((Action_1_t549372201 *)__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 *, Tryst_Role_t376904606 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tryst_Role_t376904606 , 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< Tryst_Role_t376904606 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Tryst_Role_t376904606 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Tryst_Role_t376904606 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Tryst_Role_t376904606 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Tryst_Role_t376904606 , 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_m2678312324_gshared (Action_1_t549372201 * __this, Tryst_Role_t376904606 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2678312324_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Tryst_Role_t376904606_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_m2489063308_gshared (Action_1_t549372201 * __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_m3172884382_gshared (Action_1_t2494310805 * __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_m991071072_gshared (Action_1_t2494310805 * __this, PropData_t2321843210 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m991071072((Action_1_t2494310805 *)__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 *, PropData_t2321843210 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, PropData_t2321843210 , 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< PropData_t2321843210 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< PropData_t2321843210 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PropData_t2321843210 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< PropData_t2321843210 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, PropData_t2321843210 , 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_m2463082654_gshared (Action_1_t2494310805 * __this, PropData_t2321843210 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2463082654_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PropData_t2321843210_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_m1221390973_gshared (Action_1_t2494310805 * __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_m1565950602_gshared (Action_1_t1496631129 * __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_m1159514520_gshared (Action_1_t1496631129 * __this, avatarData_t1324163534 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m1159514520((Action_1_t1496631129 *)__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 *, avatarData_t1324163534 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, avatarData_t1324163534 , 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< avatarData_t1324163534 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< avatarData_t1324163534 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< avatarData_t1324163534 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< avatarData_t1324163534 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, avatarData_t1324163534 , 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_m1558608127_gshared (Action_1_t1496631129 * __this, avatarData_t1324163534 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1558608127_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(avatarData_t1324163534_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_m3879940269_gshared (Action_1_t1496631129 * __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_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_m1556229929_gshared (Action_1_t114831550 * __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_m2580156775_gshared (Action_1_t114831550 * __this, KeyValuePair_2_t4237331251 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2580156775((Action_1_t114831550 *)__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_t4237331251 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t4237331251 , 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_t4237331251 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t4237331251 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t4237331251 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t4237331251 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t4237331251 , 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_m403153941_gshared (Action_1_t114831550 * __this, KeyValuePair_2_t4237331251 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m403153941_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t4237331251_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_m2251260044_gshared (Action_1_t114831550 * __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_m232453270_gshared (Action_1_t243991961 * __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_m370929787_gshared (Action_1_t243991961 * __this, KeyValuePair_2_t71524366 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m370929787((Action_1_t243991961 *)__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_t71524366 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t71524366 , 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_t71524366 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t71524366 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t71524366 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t71524366 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t71524366 , 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_m406288925_gshared (Action_1_t243991961 * __this, KeyValuePair_2_t71524366 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m406288925_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t71524366_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_m2865192564_gshared (Action_1_t243991961 * __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_m2022165755_gshared (Action_1_t2288758003 * __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_m3611111318_gshared (Action_1_t2288758003 * __this, KeyValuePair_2_t2116290408 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3611111318((Action_1_t2288758003 *)__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_t2116290408 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t2116290408 , 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_t2116290408 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t2116290408 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t2116290408 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t2116290408 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t2116290408 , 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_m2636712222_gshared (Action_1_t2288758003 * __this, KeyValuePair_2_t2116290408 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2636712222_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t2116290408_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_m1350879920_gshared (Action_1_t2288758003 * __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_m3535267346_gshared (Action_1_t2417918414 * __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_m3329987765_gshared (Action_1_t2417918414 * __this, KeyValuePair_2_t2245450819 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m3329987765((Action_1_t2417918414 *)__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_t2245450819 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t2245450819 , 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_t2245450819 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t2245450819 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t2245450819 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t2245450819 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t2245450819 , 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_m3453226318_gshared (Action_1_t2417918414 * __this, KeyValuePair_2_t2245450819 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3453226318_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t2245450819_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_m3222464232_gshared (Action_1_t2417918414 * __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_m1867397435_gshared (Action_1_t2573524503 * __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_m2178371876_gshared (Action_1_t2573524503 * __this, KeyValuePair_2_t2401056908 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2178371876((Action_1_t2573524503 *)__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_t2401056908 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t2401056908 , 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_t2401056908 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t2401056908 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t2401056908 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t2401056908 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t2401056908 , 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_m3068882277_gshared (Action_1_t2573524503 * __this, KeyValuePair_2_t2401056908 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m3068882277_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t2401056908_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_m3230790492_gshared (Action_1_t2573524503 * __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_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_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_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_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_m2981101081_gshared (Action_1_t2532947454 * __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_m2644349967_gshared (Action_1_t2532947454 * __this, Rect_t2360479859 ___obj0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_1_Invoke_m2644349967((Action_1_t2532947454 *)__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 *, Rect_t2360479859 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Rect_t2360479859 , 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< Rect_t2360479859 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Rect_t2360479859 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Rect_t2360479859 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Rect_t2360479859 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef void (*FunctionPointerType) (void*, Rect_t2360479859 , 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_m2649735375_gshared (Action_1_t2532947454 * __this, Rect_t2360479859 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m2649735375_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Rect_t2360479859_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_m2770483747_gshared (Action_1_t2532947454 * __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_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_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_m4264588699_gshared (Action_2_t2072193202 * __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_m3980159581_gshared (Action_2_t2072193202 * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3980159581((Action_2_t2072193202 *)__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_m2032628088_gshared (Action_2_t2072193202 * __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_m2032628088_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(enumPersonPage_t2164876408_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_m1726673143_gshared (Action_2_t2072193202 * __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_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_m4106380963_gshared (Action_2_t3782157935 * __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_m2075072287_gshared (Action_2_t3782157935 * __this, RuntimeObject * ___arg10, bool ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m2075072287((Action_2_t3782157935 *)__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 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, bool, 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 *, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, 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< bool >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___arg10, ___arg21); } 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), ___arg10, ___arg21); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, bool, 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_m882486095_gshared (Action_2_t3782157935 * __this, RuntimeObject * ___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_m882486095_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___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_m3132501495_gshared (Action_2_t3782157935 * __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_m1537761784_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_m4187243487_gshared (Action_2_t2470008838 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m4187243487((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`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1769227979_gshared (Action_2_t787169448 * __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_m3660334008_gshared (Action_2_t787169448 * __this, RuntimeObject * ___arg10, float ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m3660334008((Action_2_t787169448 *)__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 *, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, float, 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 *, float >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, float >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, float, 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< float >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, ___arg10, ___arg21); } 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), ___arg10, ___arg21); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, float, 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_m2007567273_gshared (Action_2_t787169448 * __this, RuntimeObject * ___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_m2007567273_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___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_m587648545_gshared (Action_2_t787169448 * __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_m2033848539_gshared (Action_2_t1989196951 * __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_m47587178_gshared (Action_2_t1989196951 * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m47587178((Action_2_t1989196951 *)__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_m199744710_gshared (Action_2_t1989196951 * __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_m199744710_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(KeyCode_t2599294277_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_m3287560993_gshared (Action_2_t1989196951 * __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_m447432598_gshared (Action_2_t1546132197 * __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_m1207884870_gshared (Action_2_t1546132197 * __this, RuntimeObject * ___arg10, Vector2_t2156229523 ___arg21, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_2_Invoke_m1207884870((Action_2_t1546132197 *)__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 *, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, Vector2_t2156229523 , 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 *, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, Vector2_t2156229523 , 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< Vector2_t2156229523 >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< Vector2_t2156229523 >::Invoke(targetMethod, ___arg10, ___arg21); } 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), ___arg10, ___arg21); else VirtActionInvoker1< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, Vector2_t2156229523 , 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_m2874742686_gshared (Action_2_t1546132197 * __this, RuntimeObject * ___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_m2874742686_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___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_m1666649592_gshared (Action_2_t1546132197 * __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_m913253427_gshared (Action_3_t21919991 * __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_m1125571124_gshared (Action_3_t21919991 * __this, RuntimeObject * ___arg10, Il2CppChar ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1125571124((Action_3_t21919991 *)__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 *, Il2CppChar, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, Il2CppChar, 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 *, Il2CppChar, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< RuntimeObject *, Il2CppChar, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, Il2CppChar, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< RuntimeObject *, Il2CppChar, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, Il2CppChar, 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< Il2CppChar, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, Il2CppChar, 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_m2520418081_gshared (Action_3_t21919991 * __this, RuntimeObject * ___arg10, Il2CppChar ___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_m2520418081_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Char_t3634460470_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_m2627782049_gshared (Action_3_t21919991 * __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_m2305995477_gshared (Action_3_t626214215 * __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_m1255522585_gshared (Action_3_t626214215 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, int32_t ___arg32, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_3_Invoke_m1255522585((Action_3_t626214215 *)__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 *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, int32_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 *, RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< RuntimeObject *, RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, int32_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< RuntimeObject *, int32_t >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } 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), ___arg10, ___arg21, ___arg32); else VirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, int32_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_m2460093215_gshared (Action_3_t626214215 * __this, RuntimeObject * ___arg10, RuntimeObject * ___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_m2460093215_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___arg10; __d_args[1] = ___arg21; __d_args[2] = Box(LogType_t73765434_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_m3572215282_gshared (Action_3_t626214215 * __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_m757953639_gshared (Action_4_t2141122718 * __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_m2795184707_gshared (Action_4_t2141122718 * __this, int32_t ___arg10, int64_t ___arg21, int32_t ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Action_4_Invoke_m2795184707((Action_4_t2141122718 *)__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 *, int32_t, int64_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int64_t, int32_t, 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< int32_t, int64_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43); else GenericVirtActionInvoker4< int32_t, int64_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32, ___arg43); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< int32_t, int64_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43); else VirtActionInvoker4< int32_t, int64_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32, ___arg43); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int64_t, int32_t, 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_m1148429214_gshared (Action_4_t2141122718 * __this, int32_t ___arg10, int64_t ___arg21, int32_t ___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_m1148429214_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(Int32_t2950945753_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_m3820760627_gshared (Action_4_t2141122718 * __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_m2030598441_gshared (InternalEnumerator_1_t2807139534 * __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_m2030598441_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2807139534 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2030598441(_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_m2074048922_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2074048922_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2807139534 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2074048922(_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_m2942700262_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method) { { BeatKeyInfo_t1900075417 L_0 = InternalEnumerator_1_get_Current_m1550553218((InternalEnumerator_1_t2807139534 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); BeatKeyInfo_t1900075417 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_m2942700262_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2807139534 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2942700262(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m926118486_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m926118486_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2807139534 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m926118486(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m57562261_gshared (InternalEnumerator_1_t2807139534 * __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_m57562261_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2807139534 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m57562261(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR BeatKeyInfo_t1900075417 InternalEnumerator_1_get_Current_m1550553218_gshared (InternalEnumerator_1_t2807139534 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1550553218_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_m1550553218_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_m1550553218_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); BeatKeyInfo_t1900075417 L_8 = (( BeatKeyInfo_t1900075417 (*) (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" BeatKeyInfo_t1900075417 InternalEnumerator_1_get_Current_m1550553218_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2807139534 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1550553218(_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_m1808428394_gshared (InternalEnumerator_1_t1450519098 * __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_m1808428394_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1450519098 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1808428394(_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_m3771784232_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3771784232_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1450519098 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3771784232(_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_m133456457_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2098027458((InternalEnumerator_1_t1450519098 *)__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_m133456457_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1450519098 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m133456457(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3029330128_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3029330128_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1450519098 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3029330128(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m626028334_gshared (InternalEnumerator_1_t1450519098 * __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_m626028334_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1450519098 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m626028334(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2098027458_gshared (InternalEnumerator_1_t1450519098 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2098027458_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_m2098027458_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_m2098027458_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_m2098027458_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1450519098 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2098027458(_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_m534061895_gshared (InternalEnumerator_1_t896403760 * __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_m534061895_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t896403760 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m534061895(_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_m2854759803_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2854759803_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t896403760 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2854759803(_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_m1121003294_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method) { { triData_t4284306939 L_0 = InternalEnumerator_1_get_Current_m4261463672((InternalEnumerator_1_t896403760 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); triData_t4284306939 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_m1121003294_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t896403760 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1121003294(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m266287775_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m266287775_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t896403760 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m266287775(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2843127706_gshared (InternalEnumerator_1_t896403760 * __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_m2843127706_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t896403760 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2843127706(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR triData_t4284306939 InternalEnumerator_1_get_Current_m4261463672_gshared (InternalEnumerator_1_t896403760 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m4261463672_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_m4261463672_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_m4261463672_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); triData_t4284306939 L_8 = (( triData_t4284306939 (*) (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" triData_t4284306939 InternalEnumerator_1_get_Current_m4261463672_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t896403760 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m4261463672(_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_m168461456_gshared (InternalEnumerator_1_t585474963 * __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_m168461456_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t585474963 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m168461456(_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_m1205889297_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1205889297_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t585474963 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1205889297(_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_m2212964182_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m2502948185((InternalEnumerator_1_t585474963 *)__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_m2212964182_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t585474963 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2212964182(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2900453778_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2900453778_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t585474963 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2900453778(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3290852681_gshared (InternalEnumerator_1_t585474963 * __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_m3290852681_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t585474963 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3290852681(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m2502948185_gshared (InternalEnumerator_1_t585474963 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m2502948185_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_m2502948185_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_m2502948185_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_m2502948185_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t585474963 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m2502948185(_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_m1150693753_gshared (InternalEnumerator_1_t298183227 * __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_m1150693753_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t298183227 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1150693753(_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_m3540518133_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3540518133_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t298183227 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3540518133(_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_m716216729_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m3407006051((InternalEnumerator_1_t298183227 *)__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_m716216729_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t298183227 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m716216729(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m1454683732_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m1454683732_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t298183227 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m1454683732(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3278761336_gshared (InternalEnumerator_1_t298183227 * __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_m3278761336_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t298183227 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3278761336(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3407006051_gshared (InternalEnumerator_1_t298183227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m3407006051_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_m3407006051_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_m3407006051_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_m3407006051_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t298183227 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m3407006051(_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_m2605076286_gshared (InternalEnumerator_1_t2021170531 * __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_m2605076286_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t2021170531 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2605076286(_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_m2073222740_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2073222740_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2021170531 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2073222740(_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_m1016322335_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method) { { PlayerInfo_t1114106414 L_0 = InternalEnumerator_1_get_Current_m3049964654((InternalEnumerator_1_t2021170531 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); PlayerInfo_t1114106414 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_m1016322335_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2021170531 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1016322335(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2778864956_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2778864956_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2021170531 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2778864956(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3366027819_gshared (InternalEnumerator_1_t2021170531 * __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_m3366027819_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2021170531 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3366027819(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR PlayerInfo_t1114106414 InternalEnumerator_1_get_Current_m3049964654_gshared (InternalEnumerator_1_t2021170531 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m3049964654_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_m3049964654_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_m3049964654_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); PlayerInfo_t1114106414 L_8 = (( PlayerInfo_t1114106414 (*) (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" PlayerInfo_t1114106414 InternalEnumerator_1_get_Current_m3049964654_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t2021170531 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m3049964654(_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_m2511589191_gshared (InternalEnumerator_1_t3606131590 * __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_m2511589191_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3606131590 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m2511589191(_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_m2518977671_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2518977671_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3606131590 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2518977671(_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_m3619549727_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m3181488584((InternalEnumerator_1_t3606131590 *)__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_m3619549727_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3606131590 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3619549727(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2752950797_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2752950797_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3606131590 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2752950797(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3875111691_gshared (InternalEnumerator_1_t3606131590 * __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_m3875111691_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3606131590 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3875111691(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m3181488584_gshared (InternalEnumerator_1_t3606131590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m3181488584_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_m3181488584_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_m3181488584_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_m3181488584_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3606131590 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m3181488584(_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_m913753007_gshared (InternalEnumerator_1_t3102068270 * __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_m913753007_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t3102068270 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m913753007(_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_m2956085375_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2956085375_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3102068270 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2956085375(_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_m1379136220_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method) { { MemberInfo_t2195004153 L_0 = InternalEnumerator_1_get_Current_m1544020864((InternalEnumerator_1_t3102068270 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); MemberInfo_t2195004153 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_m1379136220_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3102068270 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1379136220(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m465914117_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m465914117_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3102068270 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m465914117(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3224706849_gshared (InternalEnumerator_1_t3102068270 * __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_m3224706849_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3102068270 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3224706849(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR MemberInfo_t2195004153 InternalEnumerator_1_get_Current_m1544020864_gshared (InternalEnumerator_1_t3102068270 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1544020864_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_m1544020864_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_m1544020864_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); MemberInfo_t2195004153 L_8 = (( MemberInfo_t2195004153 (*) (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" MemberInfo_t2195004153 InternalEnumerator_1_get_Current_m1544020864_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t3102068270 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1544020864(_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_m1670689759_gshared (InternalEnumerator_1_t1503702420 * __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_m1670689759_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1503702420 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m1670689759(_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_m1702584324_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1702584324_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1503702420 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1702584324(_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_m2216099_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method) { { TaskDetails_t596638303 L_0 = InternalEnumerator_1_get_Current_m744097251((InternalEnumerator_1_t1503702420 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); TaskDetails_t596638303 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_m2216099_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1503702420 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2216099(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m415560493_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m415560493_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1503702420 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m415560493(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2877950403_gshared (InternalEnumerator_1_t1503702420 * __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_m2877950403_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1503702420 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2877950403(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR TaskDetails_t596638303 InternalEnumerator_1_get_Current_m744097251_gshared (InternalEnumerator_1_t1503702420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m744097251_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_m744097251_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_m744097251_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); TaskDetails_t596638303 L_8 = (( TaskDetails_t596638303 (*) (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" TaskDetails_t596638303 InternalEnumerator_1_get_Current_m744097251_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1503702420 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m744097251(_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_m4016962336_gshared (InternalEnumerator_1_t1069496366 * __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_m4016962336_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t1069496366 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m4016962336(_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_m3452537363_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3452537363_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1069496366 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m3452537363(_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_m1204593294_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m525312468((InternalEnumerator_1_t1069496366 *)__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_m1204593294_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1069496366 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1204593294(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2730336512_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2730336512_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1069496366 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2730336512(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m3718833267_gshared (InternalEnumerator_1_t1069496366 * __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_m3718833267_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1069496366 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m3718833267(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m525312468_gshared (InternalEnumerator_1_t1069496366 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m525312468_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_m525312468_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_m525312468_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_m525312468_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t1069496366 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m525312468(_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_m4070599158_gshared (InternalEnumerator_1_t4023880200 * __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_m4070599158_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t4023880200 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m4070599158(_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_m2531981803_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2531981803_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4023880200 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m2531981803(_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_m3080710638_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1971323376((InternalEnumerator_1_t4023880200 *)__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_m3080710638_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4023880200 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3080710638(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m2094804549_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m2094804549_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4023880200 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m2094804549(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m1070493243_gshared (InternalEnumerator_1_t4023880200 * __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_m1070493243_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4023880200 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m1070493243(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1971323376_gshared (InternalEnumerator_1_t4023880200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1971323376_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_m1971323376_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_m1971323376_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_m1971323376_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t4023880200 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1971323376(_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_m859829827_gshared (InternalEnumerator_1_t385954113 * __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_m859829827_AdjustorThunk (RuntimeObject * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { InternalEnumerator_1_t385954113 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1__ctor_m859829827(_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_m1070533311_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1070533311_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t385954113 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_System_Collections_IEnumerator_Reset_m1070533311(_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_m2255344129_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method) { { int32_t L_0 = InternalEnumerator_1_get_Current_m1110604171((InternalEnumerator_1_t385954113 *)__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_m2255344129_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t385954113 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2255344129(_thisAdjusted, method); } // System.Void System.Array/InternalEnumerator`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void InternalEnumerator_1_Dispose_m3803357867_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method) { { __this->set_idx_1(((int32_t)-2)); return; } } extern "C" void InternalEnumerator_1_Dispose_m3803357867_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t385954113 * _thisAdjusted = reinterpret_cast(__this + 1); InternalEnumerator_1_Dispose_m3803357867(_thisAdjusted, method); } // System.Boolean System.Array/InternalEnumerator`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool InternalEnumerator_1_MoveNext_m2652088413_gshared (InternalEnumerator_1_t385954113 * __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_m2652088413_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t385954113 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_MoveNext_m2652088413(_thisAdjusted, method); } // T System.Array/InternalEnumerator`1::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t InternalEnumerator_1_get_Current_m1110604171_gshared (InternalEnumerator_1_t385954113 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalEnumerator_1_get_Current_m1110604171_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_m1110604171_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_m1110604171_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_m1110604171_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { InternalEnumerator_1_t385954113 * _thisAdjusted = reinterpret_cast(__this + 1); return InternalEnumerator_1_get_Current_m1110604171(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif