#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 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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); } }; 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 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); } }; 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 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 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.String struct String_t; // System.Predicate`1 struct Predicate_1_t1281081005; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Predicate`1 struct Predicate_1_t574422962; // System.Predicate`1 struct Predicate_1_t257767301; // System.Predicate`1 struct Predicate_1_t4199304196; // System.Predicate`1 struct Predicate_1_t1852837060; // System.Predicate`1 struct Predicate_1_t3353321838; // System.Predicate`1 struct Predicate_1_t1177126085; // System.Predicate`1 struct Predicate_1_t3260335513; // System.Predicate`1 struct Predicate_1_t1827273305; // System.Predicate`1 struct Predicate_1_t325744584; // System.Predicate`1 struct Predicate_1_t877415494; // System.Predicate`1 struct Predicate_1_t922582089; // System.Predicate`1 struct Predicate_1_t1959590500; // System.Predicate`1 struct Predicate_1_t164787298; // System.Predicate`1> struct Predicate_1_t1123631529; // System.Predicate`1> struct Predicate_1_t3355511443; // System.Predicate`1 struct Predicate_1_t3776239877; // System.Predicate`1 struct Predicate_1_t266894132; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Predicate`1 struct Predicate_1_t1113159834; // System.Predicate`1 struct Predicate_1_t3548444281; // System.Predicate`1 struct Predicate_1_t2222560898; // System.Predicate`1 struct Predicate_1_t3982011279; // System.Predicate`1 struct Predicate_1_t2411271955; // System.Predicate`1 struct Predicate_1_t2781082151; // System.Predicate`1 struct Predicate_1_t3380980448; // System.Predicate`1 struct Predicate_1_t3425795416; // System.Predicate`1 struct Predicate_1_t2935998188; // System.Predicate`1 struct Predicate_1_t4185600973; // System.Predicate`1 struct Predicate_1_t3424588401; // System.Predicate`1 struct Predicate_1_t2643195967; // System.Predicate`1 struct Predicate_1_t1285119731; // System.Predicate`1 struct Predicate_1_t1113951902; // System.Predicate`1 struct Predicate_1_t2807972045; // System.Predicate`1 struct Predicate_1_t900795230; // System.Predicate`1 struct Predicate_1_t725593638; // System.Predicate`1 struct Predicate_1_t587824433; // System.Predicate`1 struct Predicate_1_t2981523647; // System.Predicate`1 struct Predicate_1_t325371; // System.Predicate`1 struct Predicate_1_t252640292; // System.Predicate`1 struct Predicate_1_t4144323061; // System.Reflection.MonoProperty/Getter`2 struct Getter_2_t2063956538; // System.Reflection.MonoProperty/StaticGetter`1 struct StaticGetter_1_t3872988374; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t2423483305; // UnityEngine.Object struct Object_t631007953; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t982173797; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t1111334208; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t3723462114; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t214452203; // UnityEngine.Events.BaseInvokableCall struct BaseInvokableCall_t2703961024; // System.Type struct Type_t; // System.Delegate struct Delegate_t1188392813; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t682124106; // System.ArgumentException struct ArgumentException_t132251570; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t3068109991; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3535781894; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t3197270402; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3664942305; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t1514431012; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t1982102915; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t2672850562; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3140522465; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t2273393761; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t2741065664; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t3839477702; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t12182309; // UnityEngine.Events.InvokableCall`2 struct InvokableCall_2_t362407658; // UnityEngine.Events.InvokableCall`3 struct InvokableCall_3_t4059188962; // UnityEngine.Events.InvokableCall`4 struct InvokableCall_4_t2756980746; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t2933211702; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t3283971887; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t2165061829; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t1262235195; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_t1557236713; // UnityEngine.Events.UnityAction`4 struct UnityAction_4_t682480391; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469; // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Collections.Generic.List`1 struct List_1_t4176035766; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.Events.InvokableCall struct InvokableCall_t832123510; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3961765668; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t2278926278; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3437345828; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3037889027; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t309005672; // UnityEngine.Events.UnityEvent`2 struct UnityEvent_2_t614268397; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t2404744798; // UnityEngine.Events.UnityEvent`4 struct UnityEvent_4_t4085588227; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t1764640198; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533; // UnityEngine.IExposedPropertyTable struct IExposedPropertyTable_t2524209546; // UnityEngine.IntervalTree`1 struct IntervalTree_1_t1489772131; // System.InvalidCastException struct InvalidCastException_t3927145244; // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522; // UnityEngine.Playables.IPlayableBehaviour struct IPlayableBehaviour_t216449062; // System.ICloneable struct ICloneable_t724424198; // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t234526808; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Comparison`1 struct Comparison_1_t2855037343; // UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0 struct U3CStartU3Ec__Iterator0_t3860393442; // UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0 struct U3CStartU3Ec__Iterator0_t30141770; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Coroutine struct Coroutine_t3829159415; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3520241082; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Collections.Generic.List`1 struct List_1_t4072576034; // System.Collections.Generic.List`1 struct List_1_t1234605051; // System.Collections.Generic.List`1 struct List_1_t3628304265; // System.Collections.Generic.List`1 struct List_1_t899420910; // System.Collections.Generic.List`1 struct List_1_t496136383; // UnityEngine.UI.LoopScrollArraySource`1 struct LoopScrollArraySource_1_t2397374800; // UnityEngine.UI.LoopScrollDataSource struct LoopScrollDataSource_t4146522895; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.UI.ObjectPool`1 struct ObjectPool_1_t2779729376; // XLua.Cast.Any`1 struct Any_1_t306718598; // XLua.Cast.Any`1 struct Any_1_t2806882692; // XLua.Cast.Any`1 struct Any_1_t1725242609; // XLua.Cast.Any`1 struct Any_1_t2123367975; // XLua.Cast.Any`1 struct Any_1_t2908989526; // XLua.Cast.Any`1 struct Any_1_t2252528386; // XLua.Cast.Any`1 struct Any_1_t841999884; // XLua.Cast.Any`1 struct Any_1_t569688996; // XLua.Cast.Any`1 struct Any_1_t1350147180; // XLua.Cast.Any`1 struct Any_1_t1732484200; // XLua.Cast.Any`1 struct Any_1_t3306462314; // XLua.LuaTable/c__Iterator1`1 struct U3CGetKeysU3Ec__Iterator1_1_t1776366895; // XLua.LuaEnv struct LuaEnv_t2152703515; // XLua.ObjectTranslator/c__AnonStorey6`1 struct U3CRegisterCasterU3Ec__AnonStorey6_1_t888920565; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698; // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1433271736; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2859065647; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4097822697; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1635989738; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3136910121; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2252710403; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3864406712; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2635677477; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1372380645; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2058780489; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4024836509; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3167213467; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2353945213; // System.Collections.Generic.Stack`1> struct Stack_1_t1742810365; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1484257051; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t599044122; // System.Collections.Generic.Stack`1> struct Stack_1_t176726424; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t4213140406; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t3327927477; // System.Collections.Generic.Stack`1> struct Stack_1_t2077994506; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1819441192; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t195759595; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1080972524; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.Action`2 struct Action_2_t304146730; // System.Collections.Generic.Stack`1> struct Stack_1_t1339525838; // UnityEngine.Vector4[] struct Vector4U5BU5D_t934056436; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t934228263; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1750446691; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // UnityEngine.Events.BaseInvokableCall[] struct BaseInvokableCallU5BU5D_t3944607041; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t2498835369; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t3050769227; // System.Collections.Generic.Stack`1> struct Stack_1_t620998193; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t362444879; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t3772199246; // System.Collections.Generic.Stack`1> struct Stack_1_t1100603065; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t842049751; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t4251804118; // System.Collections.Generic.Stack`1> struct Stack_1_t971442654; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t712889340; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t4122643707; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2169951217; // System.Action`2 struct Action_2_t2642173319; // System.Action`3 struct Action_3_t1096138887; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3872958796; // System.Action`2 struct Action_2_t50213602; // System.Action`3 struct Action_3_t2799146466; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2389035634; // System.Action`2 struct Action_2_t2861257736; // System.Action`3 struct Action_3_t1315223304; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2642793627; // System.Action`2 struct Action_2_t3115015729; // System.Action`3 struct Action_3_t1568981297; // System.Action`2 struct Action_2_t2826167315; // System.Action`3 struct Action_3_t1280132883; // System.Action`2 struct Action_2_t3639435569; // System.Action`3 struct Action_3_t2093401137; // System.Action`2 struct Action_2_t202091315; // System.Action`3 struct Action_3_t2951024179; // System.Action`2 struct Action_2_t2531002591; // System.Action`3 struct Action_3_t984968159; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2243336826; // System.Action`2 struct Action_2_t2715558928; // System.Action`3 struct Action_3_t1169524496; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2923716748; // System.Action`2 struct Action_2_t3395938850; // System.Action`3 struct Action_3_t1849904418; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3883178102; // System.Action`2 struct Action_2_t60432908; // System.Action`3 struct Action_3_t2809365772; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t601956886; // System.Action`2 struct Action_2_t1074178988; // System.Action`3 struct Action_3_t3823111852; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4221484935; // System.Action`2 struct Action_2_t398739741; // System.Action`3 struct Action_3_t3147672605; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3406136240; // System.Action`2 struct Action_2_t3878358342; // System.Action`3 struct Action_3_t2332323910; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3809420767; // System.Action`2 struct Action_2_t4281642869; // System.Action`3 struct Action_3_t2735608437; // System.Action`2 struct Action_2_t1844602747; // System.Action`3 struct Action_3_t298568315; // XLua.MethodWrapsCache struct MethodWrapsCache_t113059333; // XLua.ObjectCheckers struct ObjectCheckers_t1922409879; // XLua.ObjectCasters struct ObjectCasters_t3722364209; // XLua.ObjectPool struct ObjectPool_t1928582859; // XLua.StaticLuaCallbacks struct StaticLuaCallbacks_t3406648379; // System.Collections.Generic.List`1 struct List_1_t1279540245; // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3456964840; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1325155278; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t633324528; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2541635029; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3427006295; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t223600047; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1100325521; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1372658091; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1048894234; // System.Collections.Generic.List`1 struct List_1_t2355598801; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t974727102; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3199299591; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2411574205; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3632739877; // XLua.ObjectTranslator/IniterAdderXLuaTestPedding struct IniterAdderXLuaTestPedding_t2424681114; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ struct XLua_Gen_Initer_Register___t560736047; // System.Func`2 struct Func_2_t3487522507; // System.Func`2 struct Func_2_t2046212999; // System.Func`2 struct Func_2_t982659231; // System.Func`2 struct Func_2_t3692615456; // System.Action`2 struct Action_2_t3107899579; // System.Action`3 struct Action_3_t1561865147; // System.Action`2 struct Action_2_t41661518; // System.Action`3 struct Action_3_t2790594382; // System.Action`2 struct Action_2_t2724932505; // System.Action`3 struct Action_3_t1178898073; // System.Action`2 struct Action_2_t3609132223; // System.Action`3 struct Action_3_t2063097791; // System.Action`2 struct Action_2_t2108211840; // System.Action`3 struct Action_3_t562177408; // System.Action`2 struct Action_2_t275077503; // System.Action`3 struct Action_3_t3024010367; // System.Action`2 struct Action_2_t3331287749; // System.Action`3 struct Action_3_t1785253317; // System.Action`2 struct Action_2_t1905493838; // System.Action`3 struct Action_3_t359459406; // System.Char[] struct CharU5BU5D_t3528271667; // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback struct FloatTweenCallback_t1856710240; // Spine.Skeleton struct Skeleton_t3686076450; // UnityEngine.Material struct Material_t340375123; // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Action`1 struct Action_1_t2019918284; // System.Void struct Void_t1185182177; // UnityEngine.ReflectionProbe struct ReflectionProbe_t175708936; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // UnityEngine.Renderer struct Renderer_t2627027031; // XLua.ObjectTranslator struct ObjectTranslator_t2020767555; // XLua.LuaTable struct LuaTable_t1631611336; // System.Collections.Generic.List`1> struct List_1_t1475235752; // System.Func`2 struct Func_2_t3759279471; // System.Collections.Generic.Queue`1 struct Queue_1_t1426481692; // System.Collections.Generic.List`1 struct List_1_t1937904963; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t668780358; // System.DelegateData struct DelegateData_t1677132599; // UnityEngine.EnumInfo struct EnumInfo_t93260550; // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback struct ColorTweenCallback_t1121741130; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // Spine.TrackEntry struct TrackEntry_t1316488441; // Spine.Event struct Event_t1378573841; // System.String[] struct StringU5BU5D_t1281789340; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1_get_Value_m1231570822_RuntimeMethod_var; extern String_t* _stringLiteral2248280106; extern const uint32_t Nullable_1_get_Value_m1231570822_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m3352611811_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_ToString_m3717248046_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m701348990_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m701348990_MetadataUsageId; extern RuntimeClass* DateTimeOffset_t3229287507_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m2406126456_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m226205074_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m54608931_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m54608931_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m3981503633_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m659912921_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m4204819370_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m4204819370_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m4102958203_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1536707407_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m2815727040_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m2815727040_MetadataUsageId; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m1354624435_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m2538456911_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m3705306816_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m3705306816_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m2107157211_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1216958265_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m4080082266_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m4080082266_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m713624828_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1913007738_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m3714445428_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m3714445428_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m3070920039_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m3300035350_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m225054503_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m225054503_MetadataUsageId; extern RuntimeClass* FormatterAssemblyStyle_t868039825_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m2540527271_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m2430244456_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m3126984104_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m3126984104_MetadataUsageId; extern RuntimeClass* StreamingContext_t3711869237_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m717136604_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m293299232_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m3628044771_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m3628044771_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m561863322_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m595082226_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m2309635241_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m2309635241_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m332846790_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m2747799341_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m3316461979_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m3316461979_MetadataUsageId; extern RuntimeClass* RegexOptions_t92845595_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m4057582201_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1894595145_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m1801617894_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m1801617894_MetadataUsageId; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m2119234996_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1520177337_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m3242682592_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m3242682592_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m803928416_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1379267971_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m2966175739_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m2966175739_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m3553827346_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1639120067_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m2797202624_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m2797202624_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m1775926922_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1755279919_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m4225233045_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m4225233045_MetadataUsageId; extern RuntimeClass* Color_t2555686324_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m4124281866_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1480251037_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_Value_m2068788588_RuntimeMethod_var; extern const uint32_t Nullable_1_get_Value_m2068788588_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t Nullable_1_Equals_m571157538_MetadataUsageId; extern const uint32_t Nullable_1_ToString_m1442216252_MetadataUsageId; extern RuntimeClass* AvatarCate_t455786881_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m1972552216_MetadataUsageId; extern RuntimeClass* enumThreadID_t4044096134_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m767205107_MetadataUsageId; extern RuntimeClass* PropertyMetadata_t3727440473_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2042340574_MetadataUsageId; extern RuntimeClass* LMRendererInfo_t3374010072_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2034200111_MetadataUsageId; extern RuntimeClass* DelayedQueueItem_t1027542936_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2355922412_MetadataUsageId; extern RuntimeClass* JsonPosition_t2528027714_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2799951476_MetadataUsageId; extern RuntimeClass* EventQueueEntry_t351831961_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m4118004110_MetadataUsageId; extern RuntimeClass* AtlasMaterialOverride_t2435041389_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m353352780_MetadataUsageId; extern RuntimeClass* SlotMaterialOverride_t1001979181_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2143153780_MetadataUsageId; extern RuntimeClass* TransformPair_t3795417756_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2095225691_MetadataUsageId; extern RuntimeClass* SubmeshInstruction_t52121370_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m480274080_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3843624646_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m1499245205_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m1546451260_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t298337405_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2371879871_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2530217319_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2961391368_MetadataUsageId; extern const uint32_t Predicate_1_BeginInvoke_m29636740_MetadataUsageId; extern const uint32_t Predicate_1_BeginInvoke_m4187828141_MetadataUsageId; extern RuntimeClass* CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3459414084_MetadataUsageId; extern RuntimeClass* CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m401952161_MetadataUsageId; extern const uint32_t Predicate_1_BeginInvoke_m3036530003_MetadataUsageId; extern RuntimeClass* AnimatorClipInfo_t3156717155_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m575979877_MetadataUsageId; extern RuntimeClass* OrderBlock_t1585977831_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2845045805_MetadataUsageId; extern RuntimeClass* BoneWeight_t1955788027_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m357052381_MetadataUsageId; extern const uint32_t Predicate_1_BeginInvoke_m449042535_MetadataUsageId; extern RuntimeClass* Color32_t2600501292_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m265405911_MetadataUsageId; extern RuntimeClass* DiagnosticSwitch_t2110704064_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3561779387_MetadataUsageId; extern RuntimeClass* RaycastResult_t3360306849_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3823292596_MetadataUsageId; extern RuntimeClass* KeyCode_t2599294277_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m1599082995_MetadataUsageId; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2806734675_MetadataUsageId; extern RuntimeClass* Playable_t459825607_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2148880776_MetadataUsageId; extern RuntimeClass* ReflectionProbeBlendInfo_t288657778_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3474002662_MetadataUsageId; extern RuntimeClass* WeightInfo_t1982677921_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m4251051144_MetadataUsageId; extern RuntimeClass* UICharInfo_t75501106_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3768208683_MetadataUsageId; extern RuntimeClass* UILineInfo_t4195266810_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3719399882_MetadataUsageId; extern RuntimeClass* UIVertex_t4057497605_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m3323348752_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m2800560563_MetadataUsageId; extern RuntimeClass* Vector2Int_t3469998543_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m1870666831_MetadataUsageId; extern const uint32_t Predicate_1_BeginInvoke_m1281248445_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t Predicate_1_BeginInvoke_m1096326034_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t InvokableCall_1__ctor_m337513891_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* InvokableCall_1_Invoke_m3497872319_RuntimeMethod_var; extern String_t* _stringLiteral1864861238; extern const uint32_t InvokableCall_1_Invoke_m3497872319_MetadataUsageId; extern const uint32_t InvokableCall_1__ctor_m854286695_MetadataUsageId; extern const RuntimeMethod* InvokableCall_1_Invoke_m891112188_RuntimeMethod_var; extern const uint32_t InvokableCall_1_Invoke_m891112188_MetadataUsageId; extern const uint32_t InvokableCall_1__ctor_m974734014_MetadataUsageId; extern const RuntimeMethod* InvokableCall_1_Invoke_m4071643321_RuntimeMethod_var; extern const uint32_t InvokableCall_1_Invoke_m4071643321_MetadataUsageId; extern const uint32_t InvokableCall_1__ctor_m4147324340_MetadataUsageId; extern const RuntimeMethod* InvokableCall_1_Invoke_m4150391468_RuntimeMethod_var; extern const uint32_t InvokableCall_1_Invoke_m4150391468_MetadataUsageId; extern const uint32_t InvokableCall_1__ctor_m3910153236_MetadataUsageId; extern const RuntimeMethod* InvokableCall_1_Invoke_m1524307439_RuntimeMethod_var; extern const uint32_t InvokableCall_1_Invoke_m1524307439_MetadataUsageId; extern const uint32_t InvokableCall_1__ctor_m2254957474_MetadataUsageId; extern const RuntimeMethod* InvokableCall_1_Invoke_m1160628299_RuntimeMethod_var; extern const uint32_t InvokableCall_1_Invoke_m1160628299_MetadataUsageId; extern const uint32_t InvokableCall_1__ctor_m1474537052_MetadataUsageId; extern const RuntimeMethod* InvokableCall_1_Invoke_m463810048_RuntimeMethod_var; extern const uint32_t InvokableCall_1_Invoke_m463810048_MetadataUsageId; extern const uint32_t InvokableCall_2__ctor_m3619012188_MetadataUsageId; extern const RuntimeMethod* InvokableCall_2_Invoke_m1520082677_RuntimeMethod_var; extern const uint32_t InvokableCall_2_Invoke_m1520082677_MetadataUsageId; extern const uint32_t InvokableCall_3__ctor_m4245235439_MetadataUsageId; extern const RuntimeMethod* InvokableCall_3_Invoke_m3141788616_RuntimeMethod_var; extern const uint32_t InvokableCall_3_Invoke_m3141788616_MetadataUsageId; extern const uint32_t InvokableCall_4__ctor_m3136187504_MetadataUsageId; extern const RuntimeMethod* InvokableCall_4_Invoke_m3371718871_RuntimeMethod_var; extern const uint32_t InvokableCall_4_Invoke_m3371718871_MetadataUsageId; extern const uint32_t UnityAction_1_BeginInvoke_m3721186338_MetadataUsageId; extern const uint32_t UnityAction_1_BeginInvoke_m4018737650_MetadataUsageId; extern const uint32_t UnityAction_1_BeginInvoke_m2530432941_MetadataUsageId; extern const uint32_t UnityAction_1_BeginInvoke_m1166386047_MetadataUsageId; extern RuntimeClass* Scene_t2348375561_il2cpp_TypeInfo_var; extern const uint32_t UnityAction_1_BeginInvoke_m677813163_MetadataUsageId; extern const uint32_t UnityAction_1_BeginInvoke_m2713840246_MetadataUsageId; extern const uint32_t UnityAction_1_BeginInvoke_m4057820392_MetadataUsageId; extern RuntimeClass* LoadSceneMode_t3251202195_il2cpp_TypeInfo_var; extern const uint32_t UnityAction_2_BeginInvoke_m1769266175_MetadataUsageId; extern const uint32_t UnityAction_2_BeginInvoke_m1733258791_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t UnityEvent_1_FindMethod_Impl_m2511430237_MetadataUsageId; extern RuntimeClass* InvokableCall_t832123510_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m4156046467_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1245201994_RuntimeMethod_var; extern const uint32_t UnityEvent_1_Invoke_m933614109_MetadataUsageId; extern const uint32_t UnityEvent_1_FindMethod_Impl_m1397247356_MetadataUsageId; extern const uint32_t UnityEvent_1_Invoke_m3604335408_MetadataUsageId; extern const uint32_t UnityEvent_1_FindMethod_Impl_m322741469_MetadataUsageId; extern const uint32_t UnityEvent_1_Invoke_m2734859485_MetadataUsageId; extern const uint32_t UnityEvent_1_FindMethod_Impl_m555893253_MetadataUsageId; extern const uint32_t UnityEvent_1_Invoke_m3400677460_MetadataUsageId; extern const uint32_t UnityEvent_1_FindMethod_Impl_m1420160216_MetadataUsageId; extern const uint32_t UnityEvent_1_Invoke_m3884411426_MetadataUsageId; extern const uint32_t UnityEvent_1_FindMethod_Impl_m2325208510_MetadataUsageId; extern const uint32_t UnityEvent_1_Invoke_m3432495026_MetadataUsageId; extern const uint32_t UnityEvent_1_FindMethod_Impl_m2232683348_MetadataUsageId; extern const uint32_t UnityEvent_1_Invoke_m598483244_MetadataUsageId; extern const uint32_t UnityEvent_2_FindMethod_Impl_m2569180594_MetadataUsageId; extern const uint32_t UnityEvent_3_FindMethod_Impl_m1640458315_MetadataUsageId; extern const uint32_t UnityEvent_4_FindMethod_Impl_m3410547086_MetadataUsageId; extern RuntimeClass* IExposedPropertyTable_t2524209546_il2cpp_TypeInfo_var; extern const uint32_t ExposedReference_1_Resolve_m497587869_MetadataUsageId; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1__ctor_m224242934_RuntimeMethod_var; extern String_t* _stringLiteral3824629377; extern const uint32_t ScriptPlayable_1__ctor_m224242934_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1721815597; extern const uint32_t ScriptPlayable_1_CreateHandle_m3597998059_MetadataUsageId; extern const RuntimeType* ScriptableObject_t2528358522_0_0_0_var; extern const uint32_t ScriptPlayable_1_CreateScriptInstance_m4187935646_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* ICloneable_t724424198_il2cpp_TypeInfo_var; extern const uint32_t ScriptPlayable_1_CloneScriptInstance_m3384895362_MetadataUsageId; extern const uint32_t ScriptPlayable_1_CloneScriptInstanceFromEngineObject_m1519549235_MetadataUsageId; extern const uint32_t ScriptPlayable_1_CloneScriptInstanceFromIClonable_m4246296930_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1_GetEnumerator_m3750514392_RuntimeMethod_var; extern const uint32_t IndexedSet_1_GetEnumerator_m3750514392_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1_Insert_m1432638049_RuntimeMethod_var; extern String_t* _stringLiteral3926843441; extern const uint32_t IndexedSet_1_Insert_m1432638049_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t U3CStartU3Ec__Iterator0_MoveNext_m524356752_MetadataUsageId; extern const RuntimeMethod* U3CStartU3Ec__Iterator0_Reset_m3175110837_RuntimeMethod_var; extern const uint32_t U3CStartU3Ec__Iterator0_Reset_m3175110837_MetadataUsageId; extern const uint32_t U3CStartU3Ec__Iterator0_MoveNext_m4270440387_MetadataUsageId; extern const RuntimeMethod* U3CStartU3Ec__Iterator0_Reset_m656428886_RuntimeMethod_var; extern const uint32_t U3CStartU3Ec__Iterator0_Reset_m656428886_MetadataUsageId; extern String_t* _stringLiteral1132744560; extern const uint32_t TweenRunner_1_StartTween_m2247690200_MetadataUsageId; extern const uint32_t TweenRunner_1_StartTween_m1055628540_MetadataUsageId; extern String_t* _stringLiteral1572464441; extern const uint32_t LoopScrollArraySource_1_ProvideData_m4087770333_MetadataUsageId; extern String_t* _stringLiteral46997234; extern const uint32_t ObjectPool_1_Release_m3263354170_MetadataUsageId; extern const RuntimeMethod* U3CGetKeysU3Ec__Iterator1_1_Reset_m3727361924_RuntimeMethod_var; extern const uint32_t U3CGetKeysU3Ec__Iterator1_1_Reset_m3727361924_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* AutoPlay_t1346164433_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m2930128362_MetadataUsageId; extern RuntimeClass* AxisConstraint_t2771958344_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m4142418088_MetadataUsageId; extern RuntimeClass* Ease_t4010715394_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m3870237825_MetadataUsageId; extern RuntimeClass* LogBehaviour_t1548882435_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m2542640859_MetadataUsageId; extern RuntimeClass* LoopType_t3049802818_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m1047975516_MetadataUsageId; extern RuntimeClass* PathMode_t2165603100_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m486150672_MetadataUsageId; extern RuntimeClass* PathType_t3777299409_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m1930787580_MetadataUsageId; extern RuntimeClass* RotateMode_t2548570174_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m3166013479_MetadataUsageId; extern RuntimeClass* ScrambleMode_t1285273342_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m2797514322_MetadataUsageId; extern RuntimeClass* TweenType_t1971673186_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m2757184334_MetadataUsageId; extern RuntimeClass* UpdateType_t3937729206_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m2320066365_MetadataUsageId; extern const uint32_t GetFunc_1_BeginInvoke_m3304351851_MetadataUsageId; extern RuntimeClass* Bounds_t2266837910_il2cpp_TypeInfo_var; extern const uint32_t GetFunc_1_BeginInvoke_m272935476_MetadataUsageId; struct Object_t631007953_marshaled_com; struct ObjectU5BU5D_t2843939325; struct TypeU5BU5D_t3940880105; #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 OBJECTPOOL_1_T599044122_H #define OBJECTPOOL_1_T599044122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t599044122 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t1742810365 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t1484257051 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t1484257051 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t599044122, ___m_Stack_0)); } inline Stack_1_t1742810365 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t1742810365 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t1742810365 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t599044122, ___m_ActionOnGet_1)); } inline UnityAction_1_t1484257051 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t1484257051 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t1484257051 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t599044122, ___m_ActionOnRelease_2)); } inline UnityAction_1_t1484257051 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t1484257051 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t1484257051 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t599044122, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T599044122_H #ifndef LIST_1_T899420910_H #define LIST_1_T899420910_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_t899420910 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_t1718750761* ____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_t899420910, ____items_1)); } inline Vector3U5BU5D_t1718750761* get__items_1() const { return ____items_1; } inline Vector3U5BU5D_t1718750761** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector3U5BU5D_t1718750761* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t899420910, ____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_t899420910, ____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_t899420910_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Vector3U5BU5D_t1718750761* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t899420910_StaticFields, ___EmptyArray_4)); } inline Vector3U5BU5D_t1718750761* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Vector3U5BU5D_t1718750761** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Vector3U5BU5D_t1718750761* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T899420910_H #ifndef LISTPOOL_1_T456935359_H #define LISTPOOL_1_T456935359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t456935359 : public RuntimeObject { public: public: }; struct ListPool_1_t456935359_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t599044122 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t1484257051 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t456935359_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t599044122 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t599044122 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t599044122 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t456935359_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t1484257051 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t1484257051 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t1484257051 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T456935359_H #ifndef OBJECTPOOL_1_T3327927477_H #define OBJECTPOOL_1_T3327927477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t3327927477 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t176726424 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t4213140406 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t4213140406 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t3327927477, ___m_Stack_0)); } inline Stack_1_t176726424 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t176726424 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t176726424 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t3327927477, ___m_ActionOnGet_1)); } inline UnityAction_1_t4213140406 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t4213140406 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t4213140406 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t3327927477, ___m_ActionOnRelease_2)); } inline UnityAction_1_t4213140406 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t4213140406 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t4213140406 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t3327927477, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T3327927477_H #ifndef LIST_1_T3628304265_H #define LIST_1_T3628304265_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_t3628304265 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2U5BU5D_t1457185986* ____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_t3628304265, ____items_1)); } inline Vector2U5BU5D_t1457185986* get__items_1() const { return ____items_1; } inline Vector2U5BU5D_t1457185986** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2U5BU5D_t1457185986* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3628304265, ____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_t3628304265, ____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_t3628304265_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Vector2U5BU5D_t1457185986* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3628304265_StaticFields, ___EmptyArray_4)); } inline Vector2U5BU5D_t1457185986* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Vector2U5BU5D_t1457185986** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Vector2U5BU5D_t1457185986* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3628304265_H #ifndef LISTPOOL_1_T3185818714_H #define LISTPOOL_1_T3185818714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t3185818714 : public RuntimeObject { public: public: }; struct ListPool_1_t3185818714_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t3327927477 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t4213140406 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t3185818714_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t3327927477 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t3327927477 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t3327927477 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t3185818714_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t4213140406 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t4213140406 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t4213140406 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T3185818714_H #ifndef OBJECTPOOL_1_T934228263_H #define OBJECTPOOL_1_T934228263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t934228263 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t2077994506 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t1819441192 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t1819441192 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t934228263, ___m_Stack_0)); } inline Stack_1_t2077994506 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t2077994506 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t2077994506 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t934228263, ___m_ActionOnGet_1)); } inline UnityAction_1_t1819441192 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t1819441192 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t1819441192 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t934228263, ___m_ActionOnRelease_2)); } inline UnityAction_1_t1819441192 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t1819441192 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t1819441192 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t934228263, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T934228263_H #ifndef LIST_1_T1234605051_H #define LIST_1_T1234605051_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_t1234605051 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UIVertexU5BU5D_t1981460040* ____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_t1234605051, ____items_1)); } inline UIVertexU5BU5D_t1981460040* get__items_1() const { return ____items_1; } inline UIVertexU5BU5D_t1981460040** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UIVertexU5BU5D_t1981460040* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1234605051, ____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_t1234605051, ____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_t1234605051_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UIVertexU5BU5D_t1981460040* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1234605051_StaticFields, ___EmptyArray_4)); } inline UIVertexU5BU5D_t1981460040* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UIVertexU5BU5D_t1981460040** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UIVertexU5BU5D_t1981460040* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1234605051_H #ifndef LISTPOOL_1_T53650832_H #define LISTPOOL_1_T53650832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t53650832 : public RuntimeObject { public: public: }; struct ListPool_1_t53650832_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t195759595 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t1080972524 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t53650832_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t195759595 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t195759595 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t195759595 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t53650832_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t1080972524 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t1080972524 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t1080972524 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T53650832_H #ifndef ANY_1_T1725242609_H #define ANY_1_T1725242609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t1725242609 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget int16_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t1725242609, ___mTarget_0)); } inline int16_t get_mTarget_0() const { return ___mTarget_0; } inline int16_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(int16_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T1725242609_H #ifndef ANY_1_T2806882692_H #define ANY_1_T2806882692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t2806882692 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget Il2CppChar ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t2806882692, ___mTarget_0)); } inline Il2CppChar get_mTarget_0() const { return ___mTarget_0; } inline Il2CppChar* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(Il2CppChar value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T2806882692_H #ifndef ANY_1_T306718598_H #define ANY_1_T306718598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t306718598 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget uint8_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t306718598, ___mTarget_0)); } inline uint8_t get_mTarget_0() const { return ___mTarget_0; } inline uint8_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(uint8_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T306718598_H #ifndef STACK_1_T3923495619_H #define STACK_1_T3923495619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_t2843939325* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t3923495619, ____array_1)); } inline ObjectU5BU5D_t2843939325* get__array_1() const { return ____array_1; } inline ObjectU5BU5D_t2843939325** get_address_of__array_1() { return &____array_1; } inline void set__array_1(ObjectU5BU5D_t2843939325* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t3923495619, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t3923495619, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T3923495619_H #ifndef OBJECTPOOL_1_T2779729376_H #define OBJECTPOOL_1_T2779729376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1 struct ObjectPool_1_t2779729376 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t3923495619 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t3664942305 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t3664942305 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t2779729376, ___m_Stack_0)); } inline Stack_1_t3923495619 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t3923495619 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t3923495619 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t2779729376, ___m_ActionOnGet_1)); } inline UnityAction_1_t3664942305 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t3664942305 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t3664942305 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t2779729376, ___m_ActionOnRelease_2)); } inline UnityAction_1_t3664942305 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t3664942305 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t3664942305 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t2779729376, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T2779729376_H #ifndef LOOPSCROLLDATASOURCE_T4146522895_H #define LOOPSCROLLDATASOURCE_T4146522895_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LoopScrollDataSource struct LoopScrollDataSource_t4146522895 : public RuntimeObject { public: // System.Action`2 UnityEngine.UI.LoopScrollDataSource::SourceUpdateEvent Action_2_t304146730 * ___SourceUpdateEvent_0; public: inline static int32_t get_offset_of_SourceUpdateEvent_0() { return static_cast(offsetof(LoopScrollDataSource_t4146522895, ___SourceUpdateEvent_0)); } inline Action_2_t304146730 * get_SourceUpdateEvent_0() const { return ___SourceUpdateEvent_0; } inline Action_2_t304146730 ** get_address_of_SourceUpdateEvent_0() { return &___SourceUpdateEvent_0; } inline void set_SourceUpdateEvent_0(Action_2_t304146730 * value) { ___SourceUpdateEvent_0 = value; Il2CppCodeGenWriteBarrier((&___SourceUpdateEvent_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPSCROLLDATASOURCE_T4146522895_H #ifndef OBJECTPOOL_1_T195759595_H #define OBJECTPOOL_1_T195759595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t195759595 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t1339525838 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t1080972524 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t1080972524 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t195759595, ___m_Stack_0)); } inline Stack_1_t1339525838 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t1339525838 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t1339525838 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t195759595, ___m_ActionOnGet_1)); } inline UnityAction_1_t1080972524 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t1080972524 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t1080972524 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t195759595, ___m_ActionOnRelease_2)); } inline UnityAction_1_t1080972524 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t1080972524 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t1080972524 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t195759595, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T195759595_H #ifndef LIST_1_T496136383_H #define LIST_1_T496136383_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_t496136383 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector4U5BU5D_t934056436* ____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_t496136383, ____items_1)); } inline Vector4U5BU5D_t934056436* get__items_1() const { return ____items_1; } inline Vector4U5BU5D_t934056436** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector4U5BU5D_t934056436* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t496136383, ____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_t496136383, ____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_t496136383_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Vector4U5BU5D_t934056436* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t496136383_StaticFields, ___EmptyArray_4)); } inline Vector4U5BU5D_t934056436* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Vector4U5BU5D_t934056436** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Vector4U5BU5D_t934056436* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T496136383_H #ifndef LISTPOOL_1_T792119500_H #define LISTPOOL_1_T792119500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t792119500 : public RuntimeObject { public: public: }; struct ListPool_1_t792119500_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t934228263 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t1819441192 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t792119500_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t934228263 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t934228263 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t934228263 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t792119500_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t1819441192 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t1819441192 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t1819441192 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T792119500_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 DICTIONARY_2_T3384741_H #define DICTIONARY_2_T3384741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots ObjectU5BU5D_t2843939325* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3384741, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3384741, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3384741, ___keySlots_6)); } inline ObjectU5BU5D_t2843939325* get_keySlots_6() const { return ___keySlots_6; } inline ObjectU5BU5D_t2843939325** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ObjectU5BU5D_t2843939325* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3384741, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3384741, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3384741, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3384741, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3384741, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3384741, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3384741, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3384741, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3384741_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1750446691 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3384741_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1750446691 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1750446691 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1750446691 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3384741_H #ifndef INDEXEDSET_1_T234526808_H #define INDEXEDSET_1_T234526808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t234526808 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.Collections.IndexedSet`1::m_List List_1_t257213610 * ___m_List_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UI.Collections.IndexedSet`1::m_Dictionary Dictionary_2_t3384741 * ___m_Dictionary_1; public: inline static int32_t get_offset_of_m_List_0() { return static_cast(offsetof(IndexedSet_1_t234526808, ___m_List_0)); } inline List_1_t257213610 * get_m_List_0() const { return ___m_List_0; } inline List_1_t257213610 ** get_address_of_m_List_0() { return &___m_List_0; } inline void set_m_List_0(List_1_t257213610 * value) { ___m_List_0 = value; Il2CppCodeGenWriteBarrier((&___m_List_0), value); } inline static int32_t get_offset_of_m_Dictionary_1() { return static_cast(offsetof(IndexedSet_1_t234526808, ___m_Dictionary_1)); } inline Dictionary_2_t3384741 * get_m_Dictionary_1() const { return ___m_Dictionary_1; } inline Dictionary_2_t3384741 ** get_address_of_m_Dictionary_1() { return &___m_Dictionary_1; } inline void set_m_Dictionary_1(Dictionary_2_t3384741 * value) { ___m_Dictionary_1 = value; Il2CppCodeGenWriteBarrier((&___m_Dictionary_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXEDSET_1_T234526808_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 INTERVALTREE_1_T1489772131_H #define INTERVALTREE_1_T1489772131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.IntervalTree`1 struct IntervalTree_1_t1489772131 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.IntervalTree`1::m_Nodes List_1_t257213610 * ___m_Nodes_0; // System.Boolean UnityEngine.IntervalTree`1::m_Dirty bool ___m_Dirty_1; public: inline static int32_t get_offset_of_m_Nodes_0() { return static_cast(offsetof(IntervalTree_1_t1489772131, ___m_Nodes_0)); } inline List_1_t257213610 * get_m_Nodes_0() const { return ___m_Nodes_0; } inline List_1_t257213610 ** get_address_of_m_Nodes_0() { return &___m_Nodes_0; } inline void set_m_Nodes_0(List_1_t257213610 * value) { ___m_Nodes_0 = value; Il2CppCodeGenWriteBarrier((&___m_Nodes_0), value); } inline static int32_t get_offset_of_m_Dirty_1() { return static_cast(offsetof(IntervalTree_1_t1489772131, ___m_Dirty_1)); } inline bool get_m_Dirty_1() const { return ___m_Dirty_1; } inline bool* get_address_of_m_Dirty_1() { return &___m_Dirty_1; } inline void set_m_Dirty_1(bool value) { ___m_Dirty_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERVALTREE_1_T1489772131_H #ifndef LIST_1_T4176035766_H #define LIST_1_T4176035766_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_t4176035766 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BaseInvokableCallU5BU5D_t3944607041* ____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_t4176035766, ____items_1)); } inline BaseInvokableCallU5BU5D_t3944607041* get__items_1() const { return ____items_1; } inline BaseInvokableCallU5BU5D_t3944607041** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BaseInvokableCallU5BU5D_t3944607041* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4176035766, ____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_t4176035766, ____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_t4176035766_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BaseInvokableCallU5BU5D_t3944607041* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4176035766_StaticFields, ___EmptyArray_4)); } inline BaseInvokableCallU5BU5D_t3944607041* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BaseInvokableCallU5BU5D_t3944607041** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BaseInvokableCallU5BU5D_t3944607041* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4176035766_H #ifndef UNITYEVENTBASE_T3960448221_H #define UNITYEVENTBASE_T3960448221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t2498835369 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t3050769227 * ___m_PersistentCalls_1; // System.String UnityEngine.Events.UnityEventBase::m_TypeName String_t* ___m_TypeName_2; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_3; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_Calls_0)); } inline InvokableCallList_t2498835369 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t2498835369 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t2498835369 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((&___m_Calls_0), value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t3050769227 * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t3050769227 ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t3050769227 * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value); } inline static int32_t get_offset_of_m_TypeName_2() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_TypeName_2)); } inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; } inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; } inline void set_m_TypeName_2(String_t* value) { ___m_TypeName_2 = value; Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value); } inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_CallsDirty_3)); } inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; } inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; } inline void set_m_CallsDirty_3(bool value) { ___m_CallsDirty_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENTBASE_T3960448221_H #ifndef BASEINVOKABLECALL_T2703961024_H #define BASEINVOKABLECALL_T2703961024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.BaseInvokableCall struct BaseInvokableCall_t2703961024 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEINVOKABLECALL_T2703961024_H #ifndef TWEENRUNNER_1_T3055525458_H #define TWEENRUNNER_1_T3055525458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458 : public RuntimeObject { public: // UnityEngine.MonoBehaviour UnityEngine.UI.CoroutineTween.TweenRunner`1::m_CoroutineContainer MonoBehaviour_t3962482529 * ___m_CoroutineContainer_0; // System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::m_Tween RuntimeObject* ___m_Tween_1; public: inline static int32_t get_offset_of_m_CoroutineContainer_0() { return static_cast(offsetof(TweenRunner_1_t3055525458, ___m_CoroutineContainer_0)); } inline MonoBehaviour_t3962482529 * get_m_CoroutineContainer_0() const { return ___m_CoroutineContainer_0; } inline MonoBehaviour_t3962482529 ** get_address_of_m_CoroutineContainer_0() { return &___m_CoroutineContainer_0; } inline void set_m_CoroutineContainer_0(MonoBehaviour_t3962482529 * value) { ___m_CoroutineContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_CoroutineContainer_0), value); } inline static int32_t get_offset_of_m_Tween_1() { return static_cast(offsetof(TweenRunner_1_t3055525458, ___m_Tween_1)); } inline RuntimeObject* get_m_Tween_1() const { return ___m_Tween_1; } inline RuntimeObject** get_address_of_m_Tween_1() { return &___m_Tween_1; } inline void set_m_Tween_1(RuntimeObject* value) { ___m_Tween_1 = value; Il2CppCodeGenWriteBarrier((&___m_Tween_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENRUNNER_1_T3055525458_H #ifndef OBJECTPOOL_1_T3772199246_H #define OBJECTPOOL_1_T3772199246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t3772199246 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t620998193 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t362444879 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t362444879 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t3772199246, ___m_Stack_0)); } inline Stack_1_t620998193 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t620998193 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t620998193 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t3772199246, ___m_ActionOnGet_1)); } inline UnityAction_1_t362444879 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t362444879 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t362444879 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t3772199246, ___m_ActionOnRelease_2)); } inline UnityAction_1_t362444879 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t362444879 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t362444879 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t3772199246, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T3772199246_H #ifndef LIST_1_T4072576034_H #define LIST_1_T4072576034_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_t4072576034 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Color32U5BU5D_t3850468773* ____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_t4072576034, ____items_1)); } inline Color32U5BU5D_t3850468773* get__items_1() const { return ____items_1; } inline Color32U5BU5D_t3850468773** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Color32U5BU5D_t3850468773* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4072576034, ____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_t4072576034, ____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_t4072576034_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Color32U5BU5D_t3850468773* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4072576034_StaticFields, ___EmptyArray_4)); } inline Color32U5BU5D_t3850468773* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Color32U5BU5D_t3850468773** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Color32U5BU5D_t3850468773* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4072576034_H #ifndef LISTPOOL_1_T3630090483_H #define LISTPOOL_1_T3630090483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t3630090483 : public RuntimeObject { public: public: }; struct ListPool_1_t3630090483_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t3772199246 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t362444879 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t3630090483_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t3772199246 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t3772199246 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t3772199246 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t3630090483_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t362444879 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t362444879 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t362444879 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T3630090483_H #ifndef OBJECTPOOL_1_T4251804118_H #define OBJECTPOOL_1_T4251804118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t4251804118 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t1100603065 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t842049751 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t842049751 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t4251804118, ___m_Stack_0)); } inline Stack_1_t1100603065 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t1100603065 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t1100603065 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t4251804118, ___m_ActionOnGet_1)); } inline UnityAction_1_t842049751 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t842049751 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t842049751 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t4251804118, ___m_ActionOnRelease_2)); } inline UnityAction_1_t842049751 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t842049751 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t842049751 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t4251804118, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T4251804118_H #ifndef LISTPOOL_1_T4109695355_H #define LISTPOOL_1_T4109695355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t4109695355 : public RuntimeObject { public: public: }; struct ListPool_1_t4109695355_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t4251804118 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t842049751 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t4109695355_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t4251804118 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t4251804118 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t4251804118 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t4109695355_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t842049751 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t842049751 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t842049751 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T4109695355_H #ifndef OBJECTPOOL_1_T4122643707_H #define OBJECTPOOL_1_T4122643707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t4122643707 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t971442654 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t712889340 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t712889340 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t4122643707, ___m_Stack_0)); } inline Stack_1_t971442654 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t971442654 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t971442654 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t4122643707, ___m_ActionOnGet_1)); } inline UnityAction_1_t712889340 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t712889340 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t712889340 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t4122643707, ___m_ActionOnRelease_2)); } inline UnityAction_1_t712889340 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t712889340 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t712889340 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t4122643707, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T4122643707_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 LISTPOOL_1_T3980534944_H #define LISTPOOL_1_T3980534944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ListPool`1 struct ListPool_1_t3980534944 : public RuntimeObject { public: public: }; struct ListPool_1_t3980534944_StaticFields { public: // UnityEngine.UI.ObjectPool`1> UnityEngine.UI.ListPool`1::s_ListPool ObjectPool_1_t4122643707 * ___s_ListPool_0; // UnityEngine.Events.UnityAction`1> UnityEngine.UI.ListPool`1::<>f__mg$cache0 UnityAction_1_t712889340 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(ListPool_1_t3980534944_StaticFields, ___s_ListPool_0)); } inline ObjectPool_1_t4122643707 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline ObjectPool_1_t4122643707 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(ObjectPool_1_t4122643707 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((&___s_ListPool_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(ListPool_1_t3980534944_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline UnityAction_1_t712889340 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline UnityAction_1_t712889340 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(UnityAction_1_t712889340 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTPOOL_1_T3980534944_H #ifndef TWEENRUNNER_1_T3520241082_H #define TWEENRUNNER_1_T3520241082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3520241082 : public RuntimeObject { public: // UnityEngine.MonoBehaviour UnityEngine.UI.CoroutineTween.TweenRunner`1::m_CoroutineContainer MonoBehaviour_t3962482529 * ___m_CoroutineContainer_0; // System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::m_Tween RuntimeObject* ___m_Tween_1; public: inline static int32_t get_offset_of_m_CoroutineContainer_0() { return static_cast(offsetof(TweenRunner_1_t3520241082, ___m_CoroutineContainer_0)); } inline MonoBehaviour_t3962482529 * get_m_CoroutineContainer_0() const { return ___m_CoroutineContainer_0; } inline MonoBehaviour_t3962482529 ** get_address_of_m_CoroutineContainer_0() { return &___m_CoroutineContainer_0; } inline void set_m_CoroutineContainer_0(MonoBehaviour_t3962482529 * value) { ___m_CoroutineContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_CoroutineContainer_0), value); } inline static int32_t get_offset_of_m_Tween_1() { return static_cast(offsetof(TweenRunner_1_t3520241082, ___m_Tween_1)); } inline RuntimeObject* get_m_Tween_1() const { return ___m_Tween_1; } inline RuntimeObject** get_address_of_m_Tween_1() { return &___m_Tween_1; } inline void set_m_Tween_1(RuntimeObject* value) { ___m_Tween_1 = value; Il2CppCodeGenWriteBarrier((&___m_Tween_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENRUNNER_1_T3520241082_H #ifndef ANY_1_T2123367975_H #define ANY_1_T2123367975_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t2123367975 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget int32_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t2123367975, ___mTarget_0)); } inline int32_t get_mTarget_0() const { return ___mTarget_0; } inline int32_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(int32_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T2123367975_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3636551109_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3636551109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2169951217 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2642173319 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1096138887 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109, ___get_0)); } inline GetFunc_1_t2169951217 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2169951217 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2169951217 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109, ___push_1)); } inline Action_2_t2642173319 * get_push_1() const { return ___push_1; } inline Action_2_t2642173319 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2642173319 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109, ___update_2)); } inline Action_3_t1096138887 * get_update_2() const { return ___update_2; } inline Action_3_t1096138887 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1096138887 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3636551109_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1044591392_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1044591392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3872958796 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t50213602 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2799146466 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392, ___get_0)); } inline GetFunc_1_t3872958796 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3872958796 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3872958796 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392, ___push_1)); } inline Action_2_t50213602 * get_push_1() const { return ___push_1; } inline Action_2_t50213602 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t50213602 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392, ___update_2)); } inline Action_3_t2799146466 * get_update_2() const { return ___update_2; } inline Action_3_t2799146466 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2799146466 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1044591392_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3855635526_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3855635526_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2389035634 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2861257736 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1315223304 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526, ___get_0)); } inline GetFunc_1_t2389035634 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2389035634 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2389035634 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526, ___push_1)); } inline Action_2_t2861257736 * get_push_1() const { return ___push_1; } inline Action_2_t2861257736 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2861257736 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526, ___update_2)); } inline Action_3_t1315223304 * get_update_2() const { return ___update_2; } inline Action_3_t1315223304 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1315223304 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3855635526_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T4109393519_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T4109393519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2642793627 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3115015729 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1568981297 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519, ___get_0)); } inline GetFunc_1_t2642793627 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2642793627 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2642793627 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519, ___push_1)); } inline Action_2_t3115015729 * get_push_1() const { return ___push_1; } inline Action_2_t3115015729 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3115015729 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519, ___update_2)); } inline Action_3_t1568981297 * get_update_2() const { return ___update_2; } inline Action_3_t1568981297 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1568981297 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T4109393519_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3820545105_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3820545105_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2353945213 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2826167315 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1280132883 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105, ___get_0)); } inline GetFunc_1_t2353945213 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2353945213 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2353945213 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105, ___push_1)); } inline Action_2_t2826167315 * get_push_1() const { return ___push_1; } inline Action_2_t2826167315 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2826167315 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105, ___update_2)); } inline Action_3_t1280132883 * get_update_2() const { return ___update_2; } inline Action_3_t1280132883 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1280132883 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3820545105_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T338846063_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T338846063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3167213467 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3639435569 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2093401137 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063, ___get_0)); } inline GetFunc_1_t3167213467 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3167213467 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3167213467 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063, ___push_1)); } inline Action_2_t3639435569 * get_push_1() const { return ___push_1; } inline Action_2_t3639435569 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3639435569 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063, ___update_2)); } inline Action_3_t2093401137 * get_update_2() const { return ___update_2; } inline Action_3_t2093401137 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2093401137 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T338846063_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1196469105_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1196469105_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t4024836509 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t202091315 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2951024179 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105, ___get_0)); } inline GetFunc_1_t4024836509 * get_get_0() const { return ___get_0; } inline GetFunc_1_t4024836509 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t4024836509 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105, ___push_1)); } inline Action_2_t202091315 * get_push_1() const { return ___push_1; } inline Action_2_t202091315 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t202091315 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105, ___update_2)); } inline Action_3_t2951024179 * get_update_2() const { return ___update_2; } inline Action_3_t2951024179 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2951024179 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1196469105_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3525380381_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3525380381_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2058780489 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2531002591 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t984968159 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381, ___get_0)); } inline GetFunc_1_t2058780489 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2058780489 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2058780489 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381, ___push_1)); } inline Action_2_t2531002591 * get_push_1() const { return ___push_1; } inline Action_2_t2531002591 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2531002591 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381, ___update_2)); } inline Action_3_t984968159 * get_update_2() const { return ___update_2; } inline Action_3_t984968159 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t984968159 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3525380381_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3709936718_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3709936718_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2243336826 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2715558928 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1169524496 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718, ___get_0)); } inline GetFunc_1_t2243336826 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2243336826 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2243336826 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718, ___push_1)); } inline Action_2_t2715558928 * get_push_1() const { return ___push_1; } inline Action_2_t2715558928 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2715558928 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718, ___update_2)); } inline Action_3_t1169524496 * get_update_2() const { return ___update_2; } inline Action_3_t1169524496 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1169524496 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3709936718_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef ABSTRACTEVENTDATA_T4171500731_H #define ABSTRACTEVENTDATA_T4171500731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_t4171500731 : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_t4171500731, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTRACTEVENTDATA_T4171500731_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 U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T95349344_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T95349344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2923716748 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3395938850 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1849904418 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344, ___get_0)); } inline GetFunc_1_t2923716748 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2923716748 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2923716748 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344, ___push_1)); } inline Action_2_t3395938850 * get_push_1() const { return ___push_1; } inline Action_2_t3395938850 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3395938850 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344, ___update_2)); } inline Action_3_t1849904418 * get_update_2() const { return ___update_2; } inline Action_3_t1849904418 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1849904418 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T95349344_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1054810698_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1054810698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3883178102 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t60432908 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2809365772 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698, ___get_0)); } inline GetFunc_1_t3883178102 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3883178102 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3883178102 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698, ___push_1)); } inline Action_2_t60432908 * get_push_1() const { return ___push_1; } inline Action_2_t60432908 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t60432908 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698, ___update_2)); } inline Action_3_t2809365772 * get_update_2() const { return ___update_2; } inline Action_3_t2809365772 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2809365772 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1054810698_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2068556778_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2068556778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t601956886 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t1074178988 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t3823111852 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778, ___get_0)); } inline GetFunc_1_t601956886 * get_get_0() const { return ___get_0; } inline GetFunc_1_t601956886 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t601956886 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778, ___push_1)); } inline Action_2_t1074178988 * get_push_1() const { return ___push_1; } inline Action_2_t1074178988 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t1074178988 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778, ___update_2)); } inline Action_3_t3823111852 * get_update_2() const { return ___update_2; } inline Action_3_t3823111852 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t3823111852 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2068556778_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1393117531_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1393117531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t4221484935 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t398739741 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t3147672605 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531, ___get_0)); } inline GetFunc_1_t4221484935 * get_get_0() const { return ___get_0; } inline GetFunc_1_t4221484935 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t4221484935 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531, ___push_1)); } inline Action_2_t398739741 * get_push_1() const { return ___push_1; } inline Action_2_t398739741 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t398739741 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531, ___update_2)); } inline Action_3_t3147672605 * get_update_2() const { return ___update_2; } inline Action_3_t3147672605 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t3147672605 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1393117531_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T577768836_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T577768836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3406136240 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3878358342 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2332323910 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836, ___get_0)); } inline GetFunc_1_t3406136240 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3406136240 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3406136240 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836, ___push_1)); } inline Action_2_t3878358342 * get_push_1() const { return ___push_1; } inline Action_2_t3878358342 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3878358342 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836, ___update_2)); } inline Action_3_t2332323910 * get_update_2() const { return ___update_2; } inline Action_3_t2332323910 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2332323910 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T577768836_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T981053363_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T981053363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3809420767 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t4281642869 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2735608437 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363, ___get_0)); } inline GetFunc_1_t3809420767 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3809420767 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3809420767 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363, ___push_1)); } inline Action_2_t4281642869 * get_push_1() const { return ___push_1; } inline Action_2_t4281642869 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t4281642869 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363, ___update_2)); } inline Action_3_t2735608437 * get_update_2() const { return ___update_2; } inline Action_3_t2735608437 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2735608437 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T981053363_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2838980537_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2838980537_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t1372380645 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t1844602747 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t298568315 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537, ___get_0)); } inline GetFunc_1_t1372380645 * get_get_0() const { return ___get_0; } inline GetFunc_1_t1372380645 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t1372380645 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537, ___push_1)); } inline Action_2_t1844602747 * get_push_1() const { return ___push_1; } inline Action_2_t1844602747 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t1844602747 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537, ___update_2)); } inline Action_3_t298568315 * get_update_2() const { return ___update_2; } inline Action_3_t298568315 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t298568315 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2838980537_H #ifndef LUABASE_T1730675691_H #define LUABASE_T1730675691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaBase struct LuaBase_t1730675691 : public RuntimeObject { public: // System.Boolean XLua.LuaBase::disposed bool ___disposed_0; // System.Int32 XLua.LuaBase::luaReference int32_t ___luaReference_1; // XLua.LuaEnv XLua.LuaBase::luaEnv LuaEnv_t2152703515 * ___luaEnv_2; public: inline static int32_t get_offset_of_disposed_0() { return static_cast(offsetof(LuaBase_t1730675691, ___disposed_0)); } inline bool get_disposed_0() const { return ___disposed_0; } inline bool* get_address_of_disposed_0() { return &___disposed_0; } inline void set_disposed_0(bool value) { ___disposed_0 = value; } inline static int32_t get_offset_of_luaReference_1() { return static_cast(offsetof(LuaBase_t1730675691, ___luaReference_1)); } inline int32_t get_luaReference_1() const { return ___luaReference_1; } inline int32_t* get_address_of_luaReference_1() { return &___luaReference_1; } inline void set_luaReference_1(int32_t value) { ___luaReference_1 = value; } inline static int32_t get_offset_of_luaEnv_2() { return static_cast(offsetof(LuaBase_t1730675691, ___luaEnv_2)); } inline LuaEnv_t2152703515 * get_luaEnv_2() const { return ___luaEnv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_2() { return &___luaEnv_2; } inline void set_luaEnv_2(LuaEnv_t2152703515 * value) { ___luaEnv_2 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUABASE_T1730675691_H #ifndef ANY_1_T3306462314_H #define ANY_1_T3306462314_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t3306462314 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget uint64_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t3306462314, ___mTarget_0)); } inline uint64_t get_mTarget_0() const { return ___mTarget_0; } inline uint64_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(uint64_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T3306462314_H #ifndef ANY_1_T1732484200_H #define ANY_1_T1732484200_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t1732484200 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget uint32_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t1732484200, ___mTarget_0)); } inline uint32_t get_mTarget_0() const { return ___mTarget_0; } inline uint32_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(uint32_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T1732484200_H #ifndef ANY_1_T1350147180_H #define ANY_1_T1350147180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t1350147180 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget uint16_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t1350147180, ___mTarget_0)); } inline uint16_t get_mTarget_0() const { return ___mTarget_0; } inline uint16_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(uint16_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T1350147180_H #ifndef ANY_1_T569688996_H #define ANY_1_T569688996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t569688996 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget float ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t569688996, ___mTarget_0)); } inline float get_mTarget_0() const { return ___mTarget_0; } inline float* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(float value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T569688996_H #ifndef ANY_1_T841999884_H #define ANY_1_T841999884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t841999884 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget int8_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t841999884, ___mTarget_0)); } inline int8_t get_mTarget_0() const { return ___mTarget_0; } inline int8_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(int8_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T841999884_H #ifndef ANY_1_T2252528386_H #define ANY_1_T2252528386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t2252528386 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget RuntimeObject * ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t2252528386, ___mTarget_0)); } inline RuntimeObject * get_mTarget_0() const { return ___mTarget_0; } inline RuntimeObject ** get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(RuntimeObject * value) { ___mTarget_0 = value; Il2CppCodeGenWriteBarrier((&___mTarget_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T2252528386_H #ifndef ANY_1_T2908989526_H #define ANY_1_T2908989526_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Cast.Any`1 struct Any_1_t2908989526 : public RuntimeObject { public: // T XLua.Cast.Any`1::mTarget int64_t ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(Any_1_t2908989526, ___mTarget_0)); } inline int64_t get_mTarget_0() const { return ___mTarget_0; } inline int64_t* get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(int64_t value) { ___mTarget_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANY_1_T2908989526_H #ifndef OBJECTTRANSLATOR_T2020767555_H #define OBJECTTRANSLATOR_T2020767555_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator struct ObjectTranslator_t2020767555 : public RuntimeObject { public: // XLua.MethodWrapsCache XLua.ObjectTranslator::methodWrapsCache MethodWrapsCache_t113059333 * ___methodWrapsCache_0; // XLua.ObjectCheckers XLua.ObjectTranslator::objectCheckers ObjectCheckers_t1922409879 * ___objectCheckers_1; // XLua.ObjectCasters XLua.ObjectTranslator::objectCasters ObjectCasters_t3722364209 * ___objectCasters_2; // XLua.ObjectPool XLua.ObjectTranslator::objects ObjectPool_t1928582859 * ___objects_3; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::reverseMap Dictionary_2_t3384741 * ___reverseMap_4; // XLua.LuaEnv XLua.ObjectTranslator::luaEnv LuaEnv_t2152703515 * ___luaEnv_5; // XLua.StaticLuaCallbacks XLua.ObjectTranslator::metaFunctions StaticLuaCallbacks_t3406648379 * ___metaFunctions_6; // System.Collections.Generic.List`1 XLua.ObjectTranslator::assemblies List_1_t1279540245 * ___assemblies_7; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::importTypeFunction lua_CSFunction_t883524059 * ___importTypeFunction_8; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::loadAssemblyFunction lua_CSFunction_t883524059 * ___loadAssemblyFunction_9; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::castFunction lua_CSFunction_t883524059 * ___castFunction_10; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::delayWrap Dictionary_2_t3456964840 * ___delayWrap_11; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::interfaceBridgeCreators Dictionary_2_t1325155278 * ___interfaceBridgeCreators_12; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::aliasCfg Dictionary_2_t633324528 * ___aliasCfg_13; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::loaded_types Dictionary_2_t2541635029 * ___loaded_types_14; // System.Int32 XLua.ObjectTranslator::cacheRef int32_t ___cacheRef_15; // System.Reflection.MethodInfo[] XLua.ObjectTranslator::genericAction MethodInfoU5BU5D_t2572182361* ___genericAction_16; // System.Reflection.MethodInfo[] XLua.ObjectTranslator::genericFunc MethodInfoU5BU5D_t2572182361* ___genericFunc_17; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::delegateCreatorCache Dictionary_2_t3427006295 * ___delegateCreatorCache_18; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::delegate_bridges Dictionary_2_t223600047 * ___delegate_bridges_19; // System.Int32 XLua.ObjectTranslator::common_array_meta int32_t ___common_array_meta_20; // System.Int32 XLua.ObjectTranslator::common_delegate_meta int32_t ___common_delegate_meta_21; // System.Int32 XLua.ObjectTranslator::enumerable_pairs_func int32_t ___enumerable_pairs_func_22; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::typeIdMap Dictionary_2_t1100325521 * ___typeIdMap_23; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::typeMap Dictionary_2_t1372658091 * ___typeMap_24; // System.Collections.Generic.HashSet`1 XLua.ObjectTranslator::privateAccessibleFlags HashSet_1_t1048894234 * ___privateAccessibleFlags_25; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::enumMap Dictionary_2_t3384741 * ___enumMap_26; // System.Collections.Generic.List`1 XLua.ObjectTranslator::fix_cs_functions List_1_t2355598801 * ___fix_cs_functions_27; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_push_funcs Dictionary_2_t974727102 * ___custom_push_funcs_28; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_get_funcs Dictionary_2_t3199299591 * ___custom_get_funcs_29; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_update_funcs Dictionary_2_t2411574205 * ___custom_update_funcs_30; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::push_func_with_type Dictionary_2_t3632739877 * ___push_func_with_type_31; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::get_func_with_type Dictionary_2_t3632739877 * ___get_func_with_type_32; // System.Int32 XLua.ObjectTranslator::decimal_type_id int32_t ___decimal_type_id_33; // System.Int32 XLua.ObjectTranslator::XLuaTestPedding_TypeID int32_t ___XLuaTestPedding_TypeID_35; // System.Int32 XLua.ObjectTranslator::XLuaTestMyStruct_TypeID int32_t ___XLuaTestMyStruct_TypeID_36; // System.Int32 XLua.ObjectTranslator::XLuaTestPushAsTableStruct_TypeID int32_t ___XLuaTestPushAsTableStruct_TypeID_37; // System.Int32 XLua.ObjectTranslator::UnityEngineVector2_TypeID int32_t ___UnityEngineVector2_TypeID_38; // System.Int32 XLua.ObjectTranslator::UnityEngineVector3_TypeID int32_t ___UnityEngineVector3_TypeID_39; // System.Int32 XLua.ObjectTranslator::UnityEngineVector4_TypeID int32_t ___UnityEngineVector4_TypeID_40; // System.Int32 XLua.ObjectTranslator::UnityEngineColor_TypeID int32_t ___UnityEngineColor_TypeID_41; // System.Int32 XLua.ObjectTranslator::UnityEngineQuaternion_TypeID int32_t ___UnityEngineQuaternion_TypeID_42; // System.Int32 XLua.ObjectTranslator::UnityEngineRay_TypeID int32_t ___UnityEngineRay_TypeID_43; // System.Int32 XLua.ObjectTranslator::UnityEngineBounds_TypeID int32_t ___UnityEngineBounds_TypeID_44; // System.Int32 XLua.ObjectTranslator::UnityEngineRay2D_TypeID int32_t ___UnityEngineRay2D_TypeID_45; // System.Int32 XLua.ObjectTranslator::DGTweeningAutoPlay_TypeID int32_t ___DGTweeningAutoPlay_TypeID_46; // System.Int32 XLua.ObjectTranslator::DGTweeningAutoPlay_EnumRef int32_t ___DGTweeningAutoPlay_EnumRef_47; // System.Int32 XLua.ObjectTranslator::DGTweeningAxisConstraint_TypeID int32_t ___DGTweeningAxisConstraint_TypeID_48; // System.Int32 XLua.ObjectTranslator::DGTweeningAxisConstraint_EnumRef int32_t ___DGTweeningAxisConstraint_EnumRef_49; // System.Int32 XLua.ObjectTranslator::DGTweeningEase_TypeID int32_t ___DGTweeningEase_TypeID_50; // System.Int32 XLua.ObjectTranslator::DGTweeningEase_EnumRef int32_t ___DGTweeningEase_EnumRef_51; // System.Int32 XLua.ObjectTranslator::DGTweeningLogBehaviour_TypeID int32_t ___DGTweeningLogBehaviour_TypeID_52; // System.Int32 XLua.ObjectTranslator::DGTweeningLogBehaviour_EnumRef int32_t ___DGTweeningLogBehaviour_EnumRef_53; // System.Int32 XLua.ObjectTranslator::DGTweeningLoopType_TypeID int32_t ___DGTweeningLoopType_TypeID_54; // System.Int32 XLua.ObjectTranslator::DGTweeningLoopType_EnumRef int32_t ___DGTweeningLoopType_EnumRef_55; // System.Int32 XLua.ObjectTranslator::DGTweeningPathMode_TypeID int32_t ___DGTweeningPathMode_TypeID_56; // System.Int32 XLua.ObjectTranslator::DGTweeningPathMode_EnumRef int32_t ___DGTweeningPathMode_EnumRef_57; // System.Int32 XLua.ObjectTranslator::DGTweeningPathType_TypeID int32_t ___DGTweeningPathType_TypeID_58; // System.Int32 XLua.ObjectTranslator::DGTweeningPathType_EnumRef int32_t ___DGTweeningPathType_EnumRef_59; // System.Int32 XLua.ObjectTranslator::DGTweeningRotateMode_TypeID int32_t ___DGTweeningRotateMode_TypeID_60; // System.Int32 XLua.ObjectTranslator::DGTweeningRotateMode_EnumRef int32_t ___DGTweeningRotateMode_EnumRef_61; // System.Int32 XLua.ObjectTranslator::DGTweeningScrambleMode_TypeID int32_t ___DGTweeningScrambleMode_TypeID_62; // System.Int32 XLua.ObjectTranslator::DGTweeningScrambleMode_EnumRef int32_t ___DGTweeningScrambleMode_EnumRef_63; // System.Int32 XLua.ObjectTranslator::DGTweeningTweenType_TypeID int32_t ___DGTweeningTweenType_TypeID_64; // System.Int32 XLua.ObjectTranslator::DGTweeningTweenType_EnumRef int32_t ___DGTweeningTweenType_EnumRef_65; // System.Int32 XLua.ObjectTranslator::DGTweeningUpdateType_TypeID int32_t ___DGTweeningUpdateType_TypeID_66; // System.Int32 XLua.ObjectTranslator::DGTweeningUpdateType_EnumRef int32_t ___DGTweeningUpdateType_EnumRef_67; // System.Int32 XLua.ObjectTranslator::XLuaTestMyEnum_TypeID int32_t ___XLuaTestMyEnum_TypeID_68; // System.Int32 XLua.ObjectTranslator::XLuaTestMyEnum_EnumRef int32_t ___XLuaTestMyEnum_EnumRef_69; public: inline static int32_t get_offset_of_methodWrapsCache_0() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___methodWrapsCache_0)); } inline MethodWrapsCache_t113059333 * get_methodWrapsCache_0() const { return ___methodWrapsCache_0; } inline MethodWrapsCache_t113059333 ** get_address_of_methodWrapsCache_0() { return &___methodWrapsCache_0; } inline void set_methodWrapsCache_0(MethodWrapsCache_t113059333 * value) { ___methodWrapsCache_0 = value; Il2CppCodeGenWriteBarrier((&___methodWrapsCache_0), value); } inline static int32_t get_offset_of_objectCheckers_1() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objectCheckers_1)); } inline ObjectCheckers_t1922409879 * get_objectCheckers_1() const { return ___objectCheckers_1; } inline ObjectCheckers_t1922409879 ** get_address_of_objectCheckers_1() { return &___objectCheckers_1; } inline void set_objectCheckers_1(ObjectCheckers_t1922409879 * value) { ___objectCheckers_1 = value; Il2CppCodeGenWriteBarrier((&___objectCheckers_1), value); } inline static int32_t get_offset_of_objectCasters_2() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objectCasters_2)); } inline ObjectCasters_t3722364209 * get_objectCasters_2() const { return ___objectCasters_2; } inline ObjectCasters_t3722364209 ** get_address_of_objectCasters_2() { return &___objectCasters_2; } inline void set_objectCasters_2(ObjectCasters_t3722364209 * value) { ___objectCasters_2 = value; Il2CppCodeGenWriteBarrier((&___objectCasters_2), value); } inline static int32_t get_offset_of_objects_3() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objects_3)); } inline ObjectPool_t1928582859 * get_objects_3() const { return ___objects_3; } inline ObjectPool_t1928582859 ** get_address_of_objects_3() { return &___objects_3; } inline void set_objects_3(ObjectPool_t1928582859 * value) { ___objects_3 = value; Il2CppCodeGenWriteBarrier((&___objects_3), value); } inline static int32_t get_offset_of_reverseMap_4() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___reverseMap_4)); } inline Dictionary_2_t3384741 * get_reverseMap_4() const { return ___reverseMap_4; } inline Dictionary_2_t3384741 ** get_address_of_reverseMap_4() { return &___reverseMap_4; } inline void set_reverseMap_4(Dictionary_2_t3384741 * value) { ___reverseMap_4 = value; Il2CppCodeGenWriteBarrier((&___reverseMap_4), value); } inline static int32_t get_offset_of_luaEnv_5() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___luaEnv_5)); } inline LuaEnv_t2152703515 * get_luaEnv_5() const { return ___luaEnv_5; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_5() { return &___luaEnv_5; } inline void set_luaEnv_5(LuaEnv_t2152703515 * value) { ___luaEnv_5 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_5), value); } inline static int32_t get_offset_of_metaFunctions_6() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___metaFunctions_6)); } inline StaticLuaCallbacks_t3406648379 * get_metaFunctions_6() const { return ___metaFunctions_6; } inline StaticLuaCallbacks_t3406648379 ** get_address_of_metaFunctions_6() { return &___metaFunctions_6; } inline void set_metaFunctions_6(StaticLuaCallbacks_t3406648379 * value) { ___metaFunctions_6 = value; Il2CppCodeGenWriteBarrier((&___metaFunctions_6), value); } inline static int32_t get_offset_of_assemblies_7() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___assemblies_7)); } inline List_1_t1279540245 * get_assemblies_7() const { return ___assemblies_7; } inline List_1_t1279540245 ** get_address_of_assemblies_7() { return &___assemblies_7; } inline void set_assemblies_7(List_1_t1279540245 * value) { ___assemblies_7 = value; Il2CppCodeGenWriteBarrier((&___assemblies_7), value); } inline static int32_t get_offset_of_importTypeFunction_8() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___importTypeFunction_8)); } inline lua_CSFunction_t883524059 * get_importTypeFunction_8() const { return ___importTypeFunction_8; } inline lua_CSFunction_t883524059 ** get_address_of_importTypeFunction_8() { return &___importTypeFunction_8; } inline void set_importTypeFunction_8(lua_CSFunction_t883524059 * value) { ___importTypeFunction_8 = value; Il2CppCodeGenWriteBarrier((&___importTypeFunction_8), value); } inline static int32_t get_offset_of_loadAssemblyFunction_9() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___loadAssemblyFunction_9)); } inline lua_CSFunction_t883524059 * get_loadAssemblyFunction_9() const { return ___loadAssemblyFunction_9; } inline lua_CSFunction_t883524059 ** get_address_of_loadAssemblyFunction_9() { return &___loadAssemblyFunction_9; } inline void set_loadAssemblyFunction_9(lua_CSFunction_t883524059 * value) { ___loadAssemblyFunction_9 = value; Il2CppCodeGenWriteBarrier((&___loadAssemblyFunction_9), value); } inline static int32_t get_offset_of_castFunction_10() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___castFunction_10)); } inline lua_CSFunction_t883524059 * get_castFunction_10() const { return ___castFunction_10; } inline lua_CSFunction_t883524059 ** get_address_of_castFunction_10() { return &___castFunction_10; } inline void set_castFunction_10(lua_CSFunction_t883524059 * value) { ___castFunction_10 = value; Il2CppCodeGenWriteBarrier((&___castFunction_10), value); } inline static int32_t get_offset_of_delayWrap_11() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delayWrap_11)); } inline Dictionary_2_t3456964840 * get_delayWrap_11() const { return ___delayWrap_11; } inline Dictionary_2_t3456964840 ** get_address_of_delayWrap_11() { return &___delayWrap_11; } inline void set_delayWrap_11(Dictionary_2_t3456964840 * value) { ___delayWrap_11 = value; Il2CppCodeGenWriteBarrier((&___delayWrap_11), value); } inline static int32_t get_offset_of_interfaceBridgeCreators_12() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___interfaceBridgeCreators_12)); } inline Dictionary_2_t1325155278 * get_interfaceBridgeCreators_12() const { return ___interfaceBridgeCreators_12; } inline Dictionary_2_t1325155278 ** get_address_of_interfaceBridgeCreators_12() { return &___interfaceBridgeCreators_12; } inline void set_interfaceBridgeCreators_12(Dictionary_2_t1325155278 * value) { ___interfaceBridgeCreators_12 = value; Il2CppCodeGenWriteBarrier((&___interfaceBridgeCreators_12), value); } inline static int32_t get_offset_of_aliasCfg_13() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___aliasCfg_13)); } inline Dictionary_2_t633324528 * get_aliasCfg_13() const { return ___aliasCfg_13; } inline Dictionary_2_t633324528 ** get_address_of_aliasCfg_13() { return &___aliasCfg_13; } inline void set_aliasCfg_13(Dictionary_2_t633324528 * value) { ___aliasCfg_13 = value; Il2CppCodeGenWriteBarrier((&___aliasCfg_13), value); } inline static int32_t get_offset_of_loaded_types_14() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___loaded_types_14)); } inline Dictionary_2_t2541635029 * get_loaded_types_14() const { return ___loaded_types_14; } inline Dictionary_2_t2541635029 ** get_address_of_loaded_types_14() { return &___loaded_types_14; } inline void set_loaded_types_14(Dictionary_2_t2541635029 * value) { ___loaded_types_14 = value; Il2CppCodeGenWriteBarrier((&___loaded_types_14), value); } inline static int32_t get_offset_of_cacheRef_15() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___cacheRef_15)); } inline int32_t get_cacheRef_15() const { return ___cacheRef_15; } inline int32_t* get_address_of_cacheRef_15() { return &___cacheRef_15; } inline void set_cacheRef_15(int32_t value) { ___cacheRef_15 = value; } inline static int32_t get_offset_of_genericAction_16() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___genericAction_16)); } inline MethodInfoU5BU5D_t2572182361* get_genericAction_16() const { return ___genericAction_16; } inline MethodInfoU5BU5D_t2572182361** get_address_of_genericAction_16() { return &___genericAction_16; } inline void set_genericAction_16(MethodInfoU5BU5D_t2572182361* value) { ___genericAction_16 = value; Il2CppCodeGenWriteBarrier((&___genericAction_16), value); } inline static int32_t get_offset_of_genericFunc_17() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___genericFunc_17)); } inline MethodInfoU5BU5D_t2572182361* get_genericFunc_17() const { return ___genericFunc_17; } inline MethodInfoU5BU5D_t2572182361** get_address_of_genericFunc_17() { return &___genericFunc_17; } inline void set_genericFunc_17(MethodInfoU5BU5D_t2572182361* value) { ___genericFunc_17 = value; Il2CppCodeGenWriteBarrier((&___genericFunc_17), value); } inline static int32_t get_offset_of_delegateCreatorCache_18() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delegateCreatorCache_18)); } inline Dictionary_2_t3427006295 * get_delegateCreatorCache_18() const { return ___delegateCreatorCache_18; } inline Dictionary_2_t3427006295 ** get_address_of_delegateCreatorCache_18() { return &___delegateCreatorCache_18; } inline void set_delegateCreatorCache_18(Dictionary_2_t3427006295 * value) { ___delegateCreatorCache_18 = value; Il2CppCodeGenWriteBarrier((&___delegateCreatorCache_18), value); } inline static int32_t get_offset_of_delegate_bridges_19() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delegate_bridges_19)); } inline Dictionary_2_t223600047 * get_delegate_bridges_19() const { return ___delegate_bridges_19; } inline Dictionary_2_t223600047 ** get_address_of_delegate_bridges_19() { return &___delegate_bridges_19; } inline void set_delegate_bridges_19(Dictionary_2_t223600047 * value) { ___delegate_bridges_19 = value; Il2CppCodeGenWriteBarrier((&___delegate_bridges_19), value); } inline static int32_t get_offset_of_common_array_meta_20() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___common_array_meta_20)); } inline int32_t get_common_array_meta_20() const { return ___common_array_meta_20; } inline int32_t* get_address_of_common_array_meta_20() { return &___common_array_meta_20; } inline void set_common_array_meta_20(int32_t value) { ___common_array_meta_20 = value; } inline static int32_t get_offset_of_common_delegate_meta_21() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___common_delegate_meta_21)); } inline int32_t get_common_delegate_meta_21() const { return ___common_delegate_meta_21; } inline int32_t* get_address_of_common_delegate_meta_21() { return &___common_delegate_meta_21; } inline void set_common_delegate_meta_21(int32_t value) { ___common_delegate_meta_21 = value; } inline static int32_t get_offset_of_enumerable_pairs_func_22() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___enumerable_pairs_func_22)); } inline int32_t get_enumerable_pairs_func_22() const { return ___enumerable_pairs_func_22; } inline int32_t* get_address_of_enumerable_pairs_func_22() { return &___enumerable_pairs_func_22; } inline void set_enumerable_pairs_func_22(int32_t value) { ___enumerable_pairs_func_22 = value; } inline static int32_t get_offset_of_typeIdMap_23() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___typeIdMap_23)); } inline Dictionary_2_t1100325521 * get_typeIdMap_23() const { return ___typeIdMap_23; } inline Dictionary_2_t1100325521 ** get_address_of_typeIdMap_23() { return &___typeIdMap_23; } inline void set_typeIdMap_23(Dictionary_2_t1100325521 * value) { ___typeIdMap_23 = value; Il2CppCodeGenWriteBarrier((&___typeIdMap_23), value); } inline static int32_t get_offset_of_typeMap_24() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___typeMap_24)); } inline Dictionary_2_t1372658091 * get_typeMap_24() const { return ___typeMap_24; } inline Dictionary_2_t1372658091 ** get_address_of_typeMap_24() { return &___typeMap_24; } inline void set_typeMap_24(Dictionary_2_t1372658091 * value) { ___typeMap_24 = value; Il2CppCodeGenWriteBarrier((&___typeMap_24), value); } inline static int32_t get_offset_of_privateAccessibleFlags_25() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___privateAccessibleFlags_25)); } inline HashSet_1_t1048894234 * get_privateAccessibleFlags_25() const { return ___privateAccessibleFlags_25; } inline HashSet_1_t1048894234 ** get_address_of_privateAccessibleFlags_25() { return &___privateAccessibleFlags_25; } inline void set_privateAccessibleFlags_25(HashSet_1_t1048894234 * value) { ___privateAccessibleFlags_25 = value; Il2CppCodeGenWriteBarrier((&___privateAccessibleFlags_25), value); } inline static int32_t get_offset_of_enumMap_26() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___enumMap_26)); } inline Dictionary_2_t3384741 * get_enumMap_26() const { return ___enumMap_26; } inline Dictionary_2_t3384741 ** get_address_of_enumMap_26() { return &___enumMap_26; } inline void set_enumMap_26(Dictionary_2_t3384741 * value) { ___enumMap_26 = value; Il2CppCodeGenWriteBarrier((&___enumMap_26), value); } inline static int32_t get_offset_of_fix_cs_functions_27() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___fix_cs_functions_27)); } inline List_1_t2355598801 * get_fix_cs_functions_27() const { return ___fix_cs_functions_27; } inline List_1_t2355598801 ** get_address_of_fix_cs_functions_27() { return &___fix_cs_functions_27; } inline void set_fix_cs_functions_27(List_1_t2355598801 * value) { ___fix_cs_functions_27 = value; Il2CppCodeGenWriteBarrier((&___fix_cs_functions_27), value); } inline static int32_t get_offset_of_custom_push_funcs_28() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_push_funcs_28)); } inline Dictionary_2_t974727102 * get_custom_push_funcs_28() const { return ___custom_push_funcs_28; } inline Dictionary_2_t974727102 ** get_address_of_custom_push_funcs_28() { return &___custom_push_funcs_28; } inline void set_custom_push_funcs_28(Dictionary_2_t974727102 * value) { ___custom_push_funcs_28 = value; Il2CppCodeGenWriteBarrier((&___custom_push_funcs_28), value); } inline static int32_t get_offset_of_custom_get_funcs_29() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_get_funcs_29)); } inline Dictionary_2_t3199299591 * get_custom_get_funcs_29() const { return ___custom_get_funcs_29; } inline Dictionary_2_t3199299591 ** get_address_of_custom_get_funcs_29() { return &___custom_get_funcs_29; } inline void set_custom_get_funcs_29(Dictionary_2_t3199299591 * value) { ___custom_get_funcs_29 = value; Il2CppCodeGenWriteBarrier((&___custom_get_funcs_29), value); } inline static int32_t get_offset_of_custom_update_funcs_30() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_update_funcs_30)); } inline Dictionary_2_t2411574205 * get_custom_update_funcs_30() const { return ___custom_update_funcs_30; } inline Dictionary_2_t2411574205 ** get_address_of_custom_update_funcs_30() { return &___custom_update_funcs_30; } inline void set_custom_update_funcs_30(Dictionary_2_t2411574205 * value) { ___custom_update_funcs_30 = value; Il2CppCodeGenWriteBarrier((&___custom_update_funcs_30), value); } inline static int32_t get_offset_of_push_func_with_type_31() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___push_func_with_type_31)); } inline Dictionary_2_t3632739877 * get_push_func_with_type_31() const { return ___push_func_with_type_31; } inline Dictionary_2_t3632739877 ** get_address_of_push_func_with_type_31() { return &___push_func_with_type_31; } inline void set_push_func_with_type_31(Dictionary_2_t3632739877 * value) { ___push_func_with_type_31 = value; Il2CppCodeGenWriteBarrier((&___push_func_with_type_31), value); } inline static int32_t get_offset_of_get_func_with_type_32() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___get_func_with_type_32)); } inline Dictionary_2_t3632739877 * get_get_func_with_type_32() const { return ___get_func_with_type_32; } inline Dictionary_2_t3632739877 ** get_address_of_get_func_with_type_32() { return &___get_func_with_type_32; } inline void set_get_func_with_type_32(Dictionary_2_t3632739877 * value) { ___get_func_with_type_32 = value; Il2CppCodeGenWriteBarrier((&___get_func_with_type_32), value); } inline static int32_t get_offset_of_decimal_type_id_33() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___decimal_type_id_33)); } inline int32_t get_decimal_type_id_33() const { return ___decimal_type_id_33; } inline int32_t* get_address_of_decimal_type_id_33() { return &___decimal_type_id_33; } inline void set_decimal_type_id_33(int32_t value) { ___decimal_type_id_33 = value; } inline static int32_t get_offset_of_XLuaTestPedding_TypeID_35() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestPedding_TypeID_35)); } inline int32_t get_XLuaTestPedding_TypeID_35() const { return ___XLuaTestPedding_TypeID_35; } inline int32_t* get_address_of_XLuaTestPedding_TypeID_35() { return &___XLuaTestPedding_TypeID_35; } inline void set_XLuaTestPedding_TypeID_35(int32_t value) { ___XLuaTestPedding_TypeID_35 = value; } inline static int32_t get_offset_of_XLuaTestMyStruct_TypeID_36() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyStruct_TypeID_36)); } inline int32_t get_XLuaTestMyStruct_TypeID_36() const { return ___XLuaTestMyStruct_TypeID_36; } inline int32_t* get_address_of_XLuaTestMyStruct_TypeID_36() { return &___XLuaTestMyStruct_TypeID_36; } inline void set_XLuaTestMyStruct_TypeID_36(int32_t value) { ___XLuaTestMyStruct_TypeID_36 = value; } inline static int32_t get_offset_of_XLuaTestPushAsTableStruct_TypeID_37() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestPushAsTableStruct_TypeID_37)); } inline int32_t get_XLuaTestPushAsTableStruct_TypeID_37() const { return ___XLuaTestPushAsTableStruct_TypeID_37; } inline int32_t* get_address_of_XLuaTestPushAsTableStruct_TypeID_37() { return &___XLuaTestPushAsTableStruct_TypeID_37; } inline void set_XLuaTestPushAsTableStruct_TypeID_37(int32_t value) { ___XLuaTestPushAsTableStruct_TypeID_37 = value; } inline static int32_t get_offset_of_UnityEngineVector2_TypeID_38() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector2_TypeID_38)); } inline int32_t get_UnityEngineVector2_TypeID_38() const { return ___UnityEngineVector2_TypeID_38; } inline int32_t* get_address_of_UnityEngineVector2_TypeID_38() { return &___UnityEngineVector2_TypeID_38; } inline void set_UnityEngineVector2_TypeID_38(int32_t value) { ___UnityEngineVector2_TypeID_38 = value; } inline static int32_t get_offset_of_UnityEngineVector3_TypeID_39() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector3_TypeID_39)); } inline int32_t get_UnityEngineVector3_TypeID_39() const { return ___UnityEngineVector3_TypeID_39; } inline int32_t* get_address_of_UnityEngineVector3_TypeID_39() { return &___UnityEngineVector3_TypeID_39; } inline void set_UnityEngineVector3_TypeID_39(int32_t value) { ___UnityEngineVector3_TypeID_39 = value; } inline static int32_t get_offset_of_UnityEngineVector4_TypeID_40() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector4_TypeID_40)); } inline int32_t get_UnityEngineVector4_TypeID_40() const { return ___UnityEngineVector4_TypeID_40; } inline int32_t* get_address_of_UnityEngineVector4_TypeID_40() { return &___UnityEngineVector4_TypeID_40; } inline void set_UnityEngineVector4_TypeID_40(int32_t value) { ___UnityEngineVector4_TypeID_40 = value; } inline static int32_t get_offset_of_UnityEngineColor_TypeID_41() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineColor_TypeID_41)); } inline int32_t get_UnityEngineColor_TypeID_41() const { return ___UnityEngineColor_TypeID_41; } inline int32_t* get_address_of_UnityEngineColor_TypeID_41() { return &___UnityEngineColor_TypeID_41; } inline void set_UnityEngineColor_TypeID_41(int32_t value) { ___UnityEngineColor_TypeID_41 = value; } inline static int32_t get_offset_of_UnityEngineQuaternion_TypeID_42() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineQuaternion_TypeID_42)); } inline int32_t get_UnityEngineQuaternion_TypeID_42() const { return ___UnityEngineQuaternion_TypeID_42; } inline int32_t* get_address_of_UnityEngineQuaternion_TypeID_42() { return &___UnityEngineQuaternion_TypeID_42; } inline void set_UnityEngineQuaternion_TypeID_42(int32_t value) { ___UnityEngineQuaternion_TypeID_42 = value; } inline static int32_t get_offset_of_UnityEngineRay_TypeID_43() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineRay_TypeID_43)); } inline int32_t get_UnityEngineRay_TypeID_43() const { return ___UnityEngineRay_TypeID_43; } inline int32_t* get_address_of_UnityEngineRay_TypeID_43() { return &___UnityEngineRay_TypeID_43; } inline void set_UnityEngineRay_TypeID_43(int32_t value) { ___UnityEngineRay_TypeID_43 = value; } inline static int32_t get_offset_of_UnityEngineBounds_TypeID_44() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineBounds_TypeID_44)); } inline int32_t get_UnityEngineBounds_TypeID_44() const { return ___UnityEngineBounds_TypeID_44; } inline int32_t* get_address_of_UnityEngineBounds_TypeID_44() { return &___UnityEngineBounds_TypeID_44; } inline void set_UnityEngineBounds_TypeID_44(int32_t value) { ___UnityEngineBounds_TypeID_44 = value; } inline static int32_t get_offset_of_UnityEngineRay2D_TypeID_45() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineRay2D_TypeID_45)); } inline int32_t get_UnityEngineRay2D_TypeID_45() const { return ___UnityEngineRay2D_TypeID_45; } inline int32_t* get_address_of_UnityEngineRay2D_TypeID_45() { return &___UnityEngineRay2D_TypeID_45; } inline void set_UnityEngineRay2D_TypeID_45(int32_t value) { ___UnityEngineRay2D_TypeID_45 = value; } inline static int32_t get_offset_of_DGTweeningAutoPlay_TypeID_46() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAutoPlay_TypeID_46)); } inline int32_t get_DGTweeningAutoPlay_TypeID_46() const { return ___DGTweeningAutoPlay_TypeID_46; } inline int32_t* get_address_of_DGTweeningAutoPlay_TypeID_46() { return &___DGTweeningAutoPlay_TypeID_46; } inline void set_DGTweeningAutoPlay_TypeID_46(int32_t value) { ___DGTweeningAutoPlay_TypeID_46 = value; } inline static int32_t get_offset_of_DGTweeningAutoPlay_EnumRef_47() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAutoPlay_EnumRef_47)); } inline int32_t get_DGTweeningAutoPlay_EnumRef_47() const { return ___DGTweeningAutoPlay_EnumRef_47; } inline int32_t* get_address_of_DGTweeningAutoPlay_EnumRef_47() { return &___DGTweeningAutoPlay_EnumRef_47; } inline void set_DGTweeningAutoPlay_EnumRef_47(int32_t value) { ___DGTweeningAutoPlay_EnumRef_47 = value; } inline static int32_t get_offset_of_DGTweeningAxisConstraint_TypeID_48() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAxisConstraint_TypeID_48)); } inline int32_t get_DGTweeningAxisConstraint_TypeID_48() const { return ___DGTweeningAxisConstraint_TypeID_48; } inline int32_t* get_address_of_DGTweeningAxisConstraint_TypeID_48() { return &___DGTweeningAxisConstraint_TypeID_48; } inline void set_DGTweeningAxisConstraint_TypeID_48(int32_t value) { ___DGTweeningAxisConstraint_TypeID_48 = value; } inline static int32_t get_offset_of_DGTweeningAxisConstraint_EnumRef_49() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAxisConstraint_EnumRef_49)); } inline int32_t get_DGTweeningAxisConstraint_EnumRef_49() const { return ___DGTweeningAxisConstraint_EnumRef_49; } inline int32_t* get_address_of_DGTweeningAxisConstraint_EnumRef_49() { return &___DGTweeningAxisConstraint_EnumRef_49; } inline void set_DGTweeningAxisConstraint_EnumRef_49(int32_t value) { ___DGTweeningAxisConstraint_EnumRef_49 = value; } inline static int32_t get_offset_of_DGTweeningEase_TypeID_50() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningEase_TypeID_50)); } inline int32_t get_DGTweeningEase_TypeID_50() const { return ___DGTweeningEase_TypeID_50; } inline int32_t* get_address_of_DGTweeningEase_TypeID_50() { return &___DGTweeningEase_TypeID_50; } inline void set_DGTweeningEase_TypeID_50(int32_t value) { ___DGTweeningEase_TypeID_50 = value; } inline static int32_t get_offset_of_DGTweeningEase_EnumRef_51() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningEase_EnumRef_51)); } inline int32_t get_DGTweeningEase_EnumRef_51() const { return ___DGTweeningEase_EnumRef_51; } inline int32_t* get_address_of_DGTweeningEase_EnumRef_51() { return &___DGTweeningEase_EnumRef_51; } inline void set_DGTweeningEase_EnumRef_51(int32_t value) { ___DGTweeningEase_EnumRef_51 = value; } inline static int32_t get_offset_of_DGTweeningLogBehaviour_TypeID_52() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLogBehaviour_TypeID_52)); } inline int32_t get_DGTweeningLogBehaviour_TypeID_52() const { return ___DGTweeningLogBehaviour_TypeID_52; } inline int32_t* get_address_of_DGTweeningLogBehaviour_TypeID_52() { return &___DGTweeningLogBehaviour_TypeID_52; } inline void set_DGTweeningLogBehaviour_TypeID_52(int32_t value) { ___DGTweeningLogBehaviour_TypeID_52 = value; } inline static int32_t get_offset_of_DGTweeningLogBehaviour_EnumRef_53() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLogBehaviour_EnumRef_53)); } inline int32_t get_DGTweeningLogBehaviour_EnumRef_53() const { return ___DGTweeningLogBehaviour_EnumRef_53; } inline int32_t* get_address_of_DGTweeningLogBehaviour_EnumRef_53() { return &___DGTweeningLogBehaviour_EnumRef_53; } inline void set_DGTweeningLogBehaviour_EnumRef_53(int32_t value) { ___DGTweeningLogBehaviour_EnumRef_53 = value; } inline static int32_t get_offset_of_DGTweeningLoopType_TypeID_54() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLoopType_TypeID_54)); } inline int32_t get_DGTweeningLoopType_TypeID_54() const { return ___DGTweeningLoopType_TypeID_54; } inline int32_t* get_address_of_DGTweeningLoopType_TypeID_54() { return &___DGTweeningLoopType_TypeID_54; } inline void set_DGTweeningLoopType_TypeID_54(int32_t value) { ___DGTweeningLoopType_TypeID_54 = value; } inline static int32_t get_offset_of_DGTweeningLoopType_EnumRef_55() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLoopType_EnumRef_55)); } inline int32_t get_DGTweeningLoopType_EnumRef_55() const { return ___DGTweeningLoopType_EnumRef_55; } inline int32_t* get_address_of_DGTweeningLoopType_EnumRef_55() { return &___DGTweeningLoopType_EnumRef_55; } inline void set_DGTweeningLoopType_EnumRef_55(int32_t value) { ___DGTweeningLoopType_EnumRef_55 = value; } inline static int32_t get_offset_of_DGTweeningPathMode_TypeID_56() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathMode_TypeID_56)); } inline int32_t get_DGTweeningPathMode_TypeID_56() const { return ___DGTweeningPathMode_TypeID_56; } inline int32_t* get_address_of_DGTweeningPathMode_TypeID_56() { return &___DGTweeningPathMode_TypeID_56; } inline void set_DGTweeningPathMode_TypeID_56(int32_t value) { ___DGTweeningPathMode_TypeID_56 = value; } inline static int32_t get_offset_of_DGTweeningPathMode_EnumRef_57() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathMode_EnumRef_57)); } inline int32_t get_DGTweeningPathMode_EnumRef_57() const { return ___DGTweeningPathMode_EnumRef_57; } inline int32_t* get_address_of_DGTweeningPathMode_EnumRef_57() { return &___DGTweeningPathMode_EnumRef_57; } inline void set_DGTweeningPathMode_EnumRef_57(int32_t value) { ___DGTweeningPathMode_EnumRef_57 = value; } inline static int32_t get_offset_of_DGTweeningPathType_TypeID_58() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathType_TypeID_58)); } inline int32_t get_DGTweeningPathType_TypeID_58() const { return ___DGTweeningPathType_TypeID_58; } inline int32_t* get_address_of_DGTweeningPathType_TypeID_58() { return &___DGTweeningPathType_TypeID_58; } inline void set_DGTweeningPathType_TypeID_58(int32_t value) { ___DGTweeningPathType_TypeID_58 = value; } inline static int32_t get_offset_of_DGTweeningPathType_EnumRef_59() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathType_EnumRef_59)); } inline int32_t get_DGTweeningPathType_EnumRef_59() const { return ___DGTweeningPathType_EnumRef_59; } inline int32_t* get_address_of_DGTweeningPathType_EnumRef_59() { return &___DGTweeningPathType_EnumRef_59; } inline void set_DGTweeningPathType_EnumRef_59(int32_t value) { ___DGTweeningPathType_EnumRef_59 = value; } inline static int32_t get_offset_of_DGTweeningRotateMode_TypeID_60() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningRotateMode_TypeID_60)); } inline int32_t get_DGTweeningRotateMode_TypeID_60() const { return ___DGTweeningRotateMode_TypeID_60; } inline int32_t* get_address_of_DGTweeningRotateMode_TypeID_60() { return &___DGTweeningRotateMode_TypeID_60; } inline void set_DGTweeningRotateMode_TypeID_60(int32_t value) { ___DGTweeningRotateMode_TypeID_60 = value; } inline static int32_t get_offset_of_DGTweeningRotateMode_EnumRef_61() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningRotateMode_EnumRef_61)); } inline int32_t get_DGTweeningRotateMode_EnumRef_61() const { return ___DGTweeningRotateMode_EnumRef_61; } inline int32_t* get_address_of_DGTweeningRotateMode_EnumRef_61() { return &___DGTweeningRotateMode_EnumRef_61; } inline void set_DGTweeningRotateMode_EnumRef_61(int32_t value) { ___DGTweeningRotateMode_EnumRef_61 = value; } inline static int32_t get_offset_of_DGTweeningScrambleMode_TypeID_62() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningScrambleMode_TypeID_62)); } inline int32_t get_DGTweeningScrambleMode_TypeID_62() const { return ___DGTweeningScrambleMode_TypeID_62; } inline int32_t* get_address_of_DGTweeningScrambleMode_TypeID_62() { return &___DGTweeningScrambleMode_TypeID_62; } inline void set_DGTweeningScrambleMode_TypeID_62(int32_t value) { ___DGTweeningScrambleMode_TypeID_62 = value; } inline static int32_t get_offset_of_DGTweeningScrambleMode_EnumRef_63() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningScrambleMode_EnumRef_63)); } inline int32_t get_DGTweeningScrambleMode_EnumRef_63() const { return ___DGTweeningScrambleMode_EnumRef_63; } inline int32_t* get_address_of_DGTweeningScrambleMode_EnumRef_63() { return &___DGTweeningScrambleMode_EnumRef_63; } inline void set_DGTweeningScrambleMode_EnumRef_63(int32_t value) { ___DGTweeningScrambleMode_EnumRef_63 = value; } inline static int32_t get_offset_of_DGTweeningTweenType_TypeID_64() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningTweenType_TypeID_64)); } inline int32_t get_DGTweeningTweenType_TypeID_64() const { return ___DGTweeningTweenType_TypeID_64; } inline int32_t* get_address_of_DGTweeningTweenType_TypeID_64() { return &___DGTweeningTweenType_TypeID_64; } inline void set_DGTweeningTweenType_TypeID_64(int32_t value) { ___DGTweeningTweenType_TypeID_64 = value; } inline static int32_t get_offset_of_DGTweeningTweenType_EnumRef_65() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningTweenType_EnumRef_65)); } inline int32_t get_DGTweeningTweenType_EnumRef_65() const { return ___DGTweeningTweenType_EnumRef_65; } inline int32_t* get_address_of_DGTweeningTweenType_EnumRef_65() { return &___DGTweeningTweenType_EnumRef_65; } inline void set_DGTweeningTweenType_EnumRef_65(int32_t value) { ___DGTweeningTweenType_EnumRef_65 = value; } inline static int32_t get_offset_of_DGTweeningUpdateType_TypeID_66() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningUpdateType_TypeID_66)); } inline int32_t get_DGTweeningUpdateType_TypeID_66() const { return ___DGTweeningUpdateType_TypeID_66; } inline int32_t* get_address_of_DGTweeningUpdateType_TypeID_66() { return &___DGTweeningUpdateType_TypeID_66; } inline void set_DGTweeningUpdateType_TypeID_66(int32_t value) { ___DGTweeningUpdateType_TypeID_66 = value; } inline static int32_t get_offset_of_DGTweeningUpdateType_EnumRef_67() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningUpdateType_EnumRef_67)); } inline int32_t get_DGTweeningUpdateType_EnumRef_67() const { return ___DGTweeningUpdateType_EnumRef_67; } inline int32_t* get_address_of_DGTweeningUpdateType_EnumRef_67() { return &___DGTweeningUpdateType_EnumRef_67; } inline void set_DGTweeningUpdateType_EnumRef_67(int32_t value) { ___DGTweeningUpdateType_EnumRef_67 = value; } inline static int32_t get_offset_of_XLuaTestMyEnum_TypeID_68() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyEnum_TypeID_68)); } inline int32_t get_XLuaTestMyEnum_TypeID_68() const { return ___XLuaTestMyEnum_TypeID_68; } inline int32_t* get_address_of_XLuaTestMyEnum_TypeID_68() { return &___XLuaTestMyEnum_TypeID_68; } inline void set_XLuaTestMyEnum_TypeID_68(int32_t value) { ___XLuaTestMyEnum_TypeID_68 = value; } inline static int32_t get_offset_of_XLuaTestMyEnum_EnumRef_69() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyEnum_EnumRef_69)); } inline int32_t get_XLuaTestMyEnum_EnumRef_69() const { return ___XLuaTestMyEnum_EnumRef_69; } inline int32_t* get_address_of_XLuaTestMyEnum_EnumRef_69() { return &___XLuaTestMyEnum_EnumRef_69; } inline void set_XLuaTestMyEnum_EnumRef_69(int32_t value) { ___XLuaTestMyEnum_EnumRef_69 = value; } }; struct ObjectTranslator_t2020767555_StaticFields { public: // XLua.ObjectTranslator/IniterAdderXLuaTestPedding XLua.ObjectTranslator::s_IniterAdderXLuaTestPedding_dumb_obj IniterAdderXLuaTestPedding_t2424681114 * ___s_IniterAdderXLuaTestPedding_dumb_obj_34; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ XLua.ObjectTranslator::s_gen_reg_dumb_obj XLua_Gen_Initer_Register___t560736047 * ___s_gen_reg_dumb_obj_70; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache0 Func_2_t3487522507 * ___U3CU3Ef__amU24cache0_71; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache1 Func_2_t2046212999 * ___U3CU3Ef__amU24cache1_72; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache2 Func_2_t3487522507 * ___U3CU3Ef__amU24cache2_73; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache3 Func_2_t2046212999 * ___U3CU3Ef__amU24cache3_74; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache4 Func_2_t982659231 * ___U3CU3Ef__amU24cache4_75; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache5 Func_2_t982659231 * ___U3CU3Ef__amU24cache5_76; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache6 Func_2_t3692615456 * ___U3CU3Ef__amU24cache6_77; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache7 Func_2_t3487522507 * ___U3CU3Ef__amU24cache7_78; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_79; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_80; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_81; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_82; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_83; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_84; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_85; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_86; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_87; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_88; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheA lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheA_89; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheB lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheB_90; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheC lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheC_91; public: inline static int32_t get_offset_of_s_IniterAdderXLuaTestPedding_dumb_obj_34() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___s_IniterAdderXLuaTestPedding_dumb_obj_34)); } inline IniterAdderXLuaTestPedding_t2424681114 * get_s_IniterAdderXLuaTestPedding_dumb_obj_34() const { return ___s_IniterAdderXLuaTestPedding_dumb_obj_34; } inline IniterAdderXLuaTestPedding_t2424681114 ** get_address_of_s_IniterAdderXLuaTestPedding_dumb_obj_34() { return &___s_IniterAdderXLuaTestPedding_dumb_obj_34; } inline void set_s_IniterAdderXLuaTestPedding_dumb_obj_34(IniterAdderXLuaTestPedding_t2424681114 * value) { ___s_IniterAdderXLuaTestPedding_dumb_obj_34 = value; Il2CppCodeGenWriteBarrier((&___s_IniterAdderXLuaTestPedding_dumb_obj_34), value); } inline static int32_t get_offset_of_s_gen_reg_dumb_obj_70() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___s_gen_reg_dumb_obj_70)); } inline XLua_Gen_Initer_Register___t560736047 * get_s_gen_reg_dumb_obj_70() const { return ___s_gen_reg_dumb_obj_70; } inline XLua_Gen_Initer_Register___t560736047 ** get_address_of_s_gen_reg_dumb_obj_70() { return &___s_gen_reg_dumb_obj_70; } inline void set_s_gen_reg_dumb_obj_70(XLua_Gen_Initer_Register___t560736047 * value) { ___s_gen_reg_dumb_obj_70 = value; Il2CppCodeGenWriteBarrier((&___s_gen_reg_dumb_obj_70), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_71() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache0_71)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache0_71() const { return ___U3CU3Ef__amU24cache0_71; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache0_71() { return &___U3CU3Ef__amU24cache0_71; } inline void set_U3CU3Ef__amU24cache0_71(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache0_71 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_71), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_72() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache1_72)); } inline Func_2_t2046212999 * get_U3CU3Ef__amU24cache1_72() const { return ___U3CU3Ef__amU24cache1_72; } inline Func_2_t2046212999 ** get_address_of_U3CU3Ef__amU24cache1_72() { return &___U3CU3Ef__amU24cache1_72; } inline void set_U3CU3Ef__amU24cache1_72(Func_2_t2046212999 * value) { ___U3CU3Ef__amU24cache1_72 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_72), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_73() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache2_73)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache2_73() const { return ___U3CU3Ef__amU24cache2_73; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache2_73() { return &___U3CU3Ef__amU24cache2_73; } inline void set_U3CU3Ef__amU24cache2_73(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache2_73 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_73), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_74() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache3_74)); } inline Func_2_t2046212999 * get_U3CU3Ef__amU24cache3_74() const { return ___U3CU3Ef__amU24cache3_74; } inline Func_2_t2046212999 ** get_address_of_U3CU3Ef__amU24cache3_74() { return &___U3CU3Ef__amU24cache3_74; } inline void set_U3CU3Ef__amU24cache3_74(Func_2_t2046212999 * value) { ___U3CU3Ef__amU24cache3_74 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_74), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_75() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache4_75)); } inline Func_2_t982659231 * get_U3CU3Ef__amU24cache4_75() const { return ___U3CU3Ef__amU24cache4_75; } inline Func_2_t982659231 ** get_address_of_U3CU3Ef__amU24cache4_75() { return &___U3CU3Ef__amU24cache4_75; } inline void set_U3CU3Ef__amU24cache4_75(Func_2_t982659231 * value) { ___U3CU3Ef__amU24cache4_75 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_75), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_76() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache5_76)); } inline Func_2_t982659231 * get_U3CU3Ef__amU24cache5_76() const { return ___U3CU3Ef__amU24cache5_76; } inline Func_2_t982659231 ** get_address_of_U3CU3Ef__amU24cache5_76() { return &___U3CU3Ef__amU24cache5_76; } inline void set_U3CU3Ef__amU24cache5_76(Func_2_t982659231 * value) { ___U3CU3Ef__amU24cache5_76 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_76), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_77() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache6_77)); } inline Func_2_t3692615456 * get_U3CU3Ef__amU24cache6_77() const { return ___U3CU3Ef__amU24cache6_77; } inline Func_2_t3692615456 ** get_address_of_U3CU3Ef__amU24cache6_77() { return &___U3CU3Ef__amU24cache6_77; } inline void set_U3CU3Ef__amU24cache6_77(Func_2_t3692615456 * value) { ___U3CU3Ef__amU24cache6_77 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_77), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_78() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache7_78)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache7_78() const { return ___U3CU3Ef__amU24cache7_78; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache7_78() { return &___U3CU3Ef__amU24cache7_78; } inline void set_U3CU3Ef__amU24cache7_78(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache7_78 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_78), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_79() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache0_79)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_79() const { return ___U3CU3Ef__mgU24cache0_79; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_79() { return &___U3CU3Ef__mgU24cache0_79; } inline void set_U3CU3Ef__mgU24cache0_79(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_79 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_79), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_80() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache1_80)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_80() const { return ___U3CU3Ef__mgU24cache1_80; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_80() { return &___U3CU3Ef__mgU24cache1_80; } inline void set_U3CU3Ef__mgU24cache1_80(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_80 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_80), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_81() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache2_81)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_81() const { return ___U3CU3Ef__mgU24cache2_81; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_81() { return &___U3CU3Ef__mgU24cache2_81; } inline void set_U3CU3Ef__mgU24cache2_81(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_81 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_81), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_82() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache3_82)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_82() const { return ___U3CU3Ef__mgU24cache3_82; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_82() { return &___U3CU3Ef__mgU24cache3_82; } inline void set_U3CU3Ef__mgU24cache3_82(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_82 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_82), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_83() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache4_83)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_83() const { return ___U3CU3Ef__mgU24cache4_83; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_83() { return &___U3CU3Ef__mgU24cache4_83; } inline void set_U3CU3Ef__mgU24cache4_83(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_83 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_83), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_84() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache5_84)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_84() const { return ___U3CU3Ef__mgU24cache5_84; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_84() { return &___U3CU3Ef__mgU24cache5_84; } inline void set_U3CU3Ef__mgU24cache5_84(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_84 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_84), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_85() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache6_85)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_85() const { return ___U3CU3Ef__mgU24cache6_85; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_85() { return &___U3CU3Ef__mgU24cache6_85; } inline void set_U3CU3Ef__mgU24cache6_85(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_85 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_85), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_86() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache7_86)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_86() const { return ___U3CU3Ef__mgU24cache7_86; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_86() { return &___U3CU3Ef__mgU24cache7_86; } inline void set_U3CU3Ef__mgU24cache7_86(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_86 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_86), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_87() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache8_87)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_87() const { return ___U3CU3Ef__mgU24cache8_87; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_87() { return &___U3CU3Ef__mgU24cache8_87; } inline void set_U3CU3Ef__mgU24cache8_87(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_87 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_87), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_88() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache9_88)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_88() const { return ___U3CU3Ef__mgU24cache9_88; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_88() { return &___U3CU3Ef__mgU24cache9_88; } inline void set_U3CU3Ef__mgU24cache9_88(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_88 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_88), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_89() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheA_89)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheA_89() const { return ___U3CU3Ef__mgU24cacheA_89; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheA_89() { return &___U3CU3Ef__mgU24cacheA_89; } inline void set_U3CU3Ef__mgU24cacheA_89(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheA_89 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_89), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_90() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheB_90)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheB_90() const { return ___U3CU3Ef__mgU24cacheB_90; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheB_90() { return &___U3CU3Ef__mgU24cacheB_90; } inline void set_U3CU3Ef__mgU24cacheB_90(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheB_90 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_90), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_91() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheC_91)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheC_91() const { return ___U3CU3Ef__mgU24cacheC_91; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheC_91() { return &___U3CU3Ef__mgU24cacheC_91; } inline void set_U3CU3Ef__mgU24cacheC_91(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheC_91 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_91), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTTRANSLATOR_T2020767555_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T4102277369_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T4102277369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2635677477 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3107899579 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1561865147 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369, ___get_0)); } inline GetFunc_1_t2635677477 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2635677477 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2635677477 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369, ___push_1)); } inline Action_2_t3107899579 * get_push_1() const { return ___push_1; } inline Action_2_t3107899579 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3107899579 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369, ___update_2)); } inline Action_3_t1561865147 * get_update_2() const { return ___update_2; } inline Action_3_t1561865147 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1561865147 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T4102277369_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1036039308_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1036039308_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3864406712 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t41661518 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2790594382 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308, ___get_0)); } inline GetFunc_1_t3864406712 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3864406712 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3864406712 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308, ___push_1)); } inline Action_2_t41661518 * get_push_1() const { return ___push_1; } inline Action_2_t41661518 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t41661518 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308, ___update_2)); } inline Action_3_t2790594382 * get_update_2() const { return ___update_2; } inline Action_3_t2790594382 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2790594382 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1036039308_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3719310295_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3719310295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2252710403 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2724932505 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1178898073 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295, ___get_0)); } inline GetFunc_1_t2252710403 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2252710403 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2252710403 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295, ___push_1)); } inline Action_2_t2724932505 * get_push_1() const { return ___push_1; } inline Action_2_t2724932505 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2724932505 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295, ___update_2)); } inline Action_3_t1178898073 * get_update_2() const { return ___update_2; } inline Action_3_t1178898073 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1178898073 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3719310295_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T308542717_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T308542717_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t3136910121 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3609132223 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t2063097791 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717, ___get_0)); } inline GetFunc_1_t3136910121 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3136910121 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3136910121 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717, ___push_1)); } inline Action_2_t3609132223 * get_push_1() const { return ___push_1; } inline Action_2_t3609132223 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3609132223 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717, ___update_2)); } inline Action_3_t2063097791 * get_update_2() const { return ___update_2; } inline Action_3_t2063097791 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t2063097791 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T308542717_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3102589630_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3102589630_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t1635989738 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t2108211840 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t562177408 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630, ___get_0)); } inline GetFunc_1_t1635989738 * get_get_0() const { return ___get_0; } inline GetFunc_1_t1635989738 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t1635989738 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630, ___push_1)); } inline Action_2_t2108211840 * get_push_1() const { return ___push_1; } inline Action_2_t2108211840 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t2108211840 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630, ___update_2)); } inline Action_3_t562177408 * get_update_2() const { return ___update_2; } inline Action_3_t562177408 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t562177408 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T3102589630_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1269455293_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1269455293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t4097822697 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t275077503 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t3024010367 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293, ___get_0)); } inline GetFunc_1_t4097822697 * get_get_0() const { return ___get_0; } inline GetFunc_1_t4097822697 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t4097822697 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293, ___push_1)); } inline Action_2_t275077503 * get_push_1() const { return ___push_1; } inline Action_2_t275077503 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t275077503 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293, ___update_2)); } inline Action_3_t3024010367 * get_update_2() const { return ___update_2; } inline Action_3_t3024010367 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t3024010367 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T1269455293_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T30698243_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T30698243_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t2859065647 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t3331287749 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t1785253317 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243, ___get_0)); } inline GetFunc_1_t2859065647 * get_get_0() const { return ___get_0; } inline GetFunc_1_t2859065647 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t2859065647 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243, ___push_1)); } inline Action_2_t3331287749 * get_push_1() const { return ___push_1; } inline Action_2_t3331287749 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t3331287749 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243, ___update_2)); } inline Action_3_t1785253317 * get_update_2() const { return ___update_2; } inline Action_3_t1785253317 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t1785253317 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T30698243_H #ifndef U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2899871628_H #define U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2899871628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey5`1 struct U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey5`1::get GetFunc_1_t1433271736 * ___get_0; // System.Action`2 XLua.ObjectTranslator/c__AnonStorey5`1::push Action_2_t1905493838 * ___push_1; // System.Action`3 XLua.ObjectTranslator/c__AnonStorey5`1::update Action_3_t359459406 * ___update_2; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628, ___get_0)); } inline GetFunc_1_t1433271736 * get_get_0() const { return ___get_0; } inline GetFunc_1_t1433271736 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t1433271736 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } inline static int32_t get_offset_of_push_1() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628, ___push_1)); } inline Action_2_t1905493838 * get_push_1() const { return ___push_1; } inline Action_2_t1905493838 ** get_address_of_push_1() { return &___push_1; } inline void set_push_1(Action_2_t1905493838 * value) { ___push_1 = value; Il2CppCodeGenWriteBarrier((&___push_1), value); } inline static int32_t get_offset_of_update_2() { return static_cast(offsetof(U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628, ___update_2)); } inline Action_3_t359459406 * get_update_2() const { return ___update_2; } inline Action_3_t359459406 ** get_address_of_update_2() { return &___update_2; } inline void set_update_2(Action_3_t359459406 * value) { ___update_2 = value; Il2CppCodeGenWriteBarrier((&___update_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERPUSHANDGETANDUPDATEU3EC__ANONSTOREY5_1_T2899871628_H #ifndef U3CREGISTERCASTERU3EC__ANONSTOREY6_1_T888920565_H #define U3CREGISTERCASTERU3EC__ANONSTOREY6_1_T888920565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey6`1 struct U3CRegisterCasterU3Ec__AnonStorey6_1_t888920565 : public RuntimeObject { public: // XLua.ObjectTranslator/GetFunc`1 XLua.ObjectTranslator/c__AnonStorey6`1::get GetFunc_1_t3167213467 * ___get_0; public: inline static int32_t get_offset_of_get_0() { return static_cast(offsetof(U3CRegisterCasterU3Ec__AnonStorey6_1_t888920565, ___get_0)); } inline GetFunc_1_t3167213467 * get_get_0() const { return ___get_0; } inline GetFunc_1_t3167213467 ** get_address_of_get_0() { return &___get_0; } inline void set_get_0(GetFunc_1_t3167213467 * value) { ___get_0 = value; Il2CppCodeGenWriteBarrier((&___get_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERCASTERU3EC__ANONSTOREY6_1_T888920565_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 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 UNITYEVENT_1_T3437345828_H #define UNITYEVENT_1_T3437345828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3437345828 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3437345828, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3437345828_H #ifndef UNITYEVENT_1_T3037889027_H #define UNITYEVENT_1_T3037889027_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3037889027 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3037889027, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3037889027_H #ifndef UNITYEVENT_1_T2278926278_H #define UNITYEVENT_1_T2278926278_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t2278926278 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t2278926278, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T2278926278_H #ifndef UNITYEVENT_1_T309005672_H #define UNITYEVENT_1_T309005672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t309005672 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t309005672, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T309005672_H #ifndef UNITYEVENT_2_T614268397_H #define UNITYEVENT_2_T614268397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`2 struct UnityEvent_2_t614268397 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`2::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_2_t614268397, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_2_T614268397_H #ifndef UNITYEVENT_3_T2404744798_H #define UNITYEVENT_3_T2404744798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t2404744798 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_3_t2404744798, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_3_T2404744798_H #ifndef UNITYEVENT_4_T4085588227_H #define UNITYEVENT_4_T4085588227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`4 struct UnityEvent_4_t4085588227 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`4::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_4_t4085588227, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_4_T4085588227_H #ifndef FLOATTWEEN_T1274330004_H #define FLOATTWEEN_T1274330004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_t1274330004 { public: // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback UnityEngine.UI.CoroutineTween.FloatTween::m_Target FloatTweenCallback_t1856710240 * ___m_Target_0; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_StartValue float ___m_StartValue_1; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_TargetValue float ___m_TargetValue_2; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_Duration float ___m_Duration_3; // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::m_IgnoreTimeScale bool ___m_IgnoreTimeScale_4; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(FloatTween_t1274330004, ___m_Target_0)); } inline FloatTweenCallback_t1856710240 * get_m_Target_0() const { return ___m_Target_0; } inline FloatTweenCallback_t1856710240 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(FloatTweenCallback_t1856710240 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((&___m_Target_0), value); } inline static int32_t get_offset_of_m_StartValue_1() { return static_cast(offsetof(FloatTween_t1274330004, ___m_StartValue_1)); } inline float get_m_StartValue_1() const { return ___m_StartValue_1; } inline float* get_address_of_m_StartValue_1() { return &___m_StartValue_1; } inline void set_m_StartValue_1(float value) { ___m_StartValue_1 = value; } inline static int32_t get_offset_of_m_TargetValue_2() { return static_cast(offsetof(FloatTween_t1274330004, ___m_TargetValue_2)); } inline float get_m_TargetValue_2() const { return ___m_TargetValue_2; } inline float* get_address_of_m_TargetValue_2() { return &___m_TargetValue_2; } inline void set_m_TargetValue_2(float value) { ___m_TargetValue_2 = value; } inline static int32_t get_offset_of_m_Duration_3() { return static_cast(offsetof(FloatTween_t1274330004, ___m_Duration_3)); } inline float get_m_Duration_3() const { return ___m_Duration_3; } inline float* get_address_of_m_Duration_3() { return &___m_Duration_3; } inline void set_m_Duration_3(float value) { ___m_Duration_3 = value; } inline static int32_t get_offset_of_m_IgnoreTimeScale_4() { return static_cast(offsetof(FloatTween_t1274330004, ___m_IgnoreTimeScale_4)); } inline bool get_m_IgnoreTimeScale_4() const { return ___m_IgnoreTimeScale_4; } inline bool* get_address_of_m_IgnoreTimeScale_4() { return &___m_IgnoreTimeScale_4; } inline void set_m_IgnoreTimeScale_4(bool value) { ___m_IgnoreTimeScale_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_t1274330004_marshaled_pinvoke { FloatTweenCallback_t1856710240 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; // Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_t1274330004_marshaled_com { FloatTweenCallback_t1856710240 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; #endif // FLOATTWEEN_T1274330004_H #ifndef SUBMESHINSTRUCTION_T52121370_H #define SUBMESHINSTRUCTION_T52121370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370 { public: // Spine.Skeleton Spine.Unity.SubmeshInstruction::skeleton Skeleton_t3686076450 * ___skeleton_0; // System.Int32 Spine.Unity.SubmeshInstruction::startSlot int32_t ___startSlot_1; // System.Int32 Spine.Unity.SubmeshInstruction::endSlot int32_t ___endSlot_2; // UnityEngine.Material Spine.Unity.SubmeshInstruction::material Material_t340375123 * ___material_3; // System.Boolean Spine.Unity.SubmeshInstruction::forceSeparate bool ___forceSeparate_4; // System.Int32 Spine.Unity.SubmeshInstruction::preActiveClippingSlotSource int32_t ___preActiveClippingSlotSource_5; // System.Int32 Spine.Unity.SubmeshInstruction::rawTriangleCount int32_t ___rawTriangleCount_6; // System.Int32 Spine.Unity.SubmeshInstruction::rawVertexCount int32_t ___rawVertexCount_7; // System.Int32 Spine.Unity.SubmeshInstruction::rawFirstVertexIndex int32_t ___rawFirstVertexIndex_8; // System.Boolean Spine.Unity.SubmeshInstruction::hasClipping bool ___hasClipping_9; public: inline static int32_t get_offset_of_skeleton_0() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___skeleton_0)); } inline Skeleton_t3686076450 * get_skeleton_0() const { return ___skeleton_0; } inline Skeleton_t3686076450 ** get_address_of_skeleton_0() { return &___skeleton_0; } inline void set_skeleton_0(Skeleton_t3686076450 * value) { ___skeleton_0 = value; Il2CppCodeGenWriteBarrier((&___skeleton_0), value); } inline static int32_t get_offset_of_startSlot_1() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___startSlot_1)); } inline int32_t get_startSlot_1() const { return ___startSlot_1; } inline int32_t* get_address_of_startSlot_1() { return &___startSlot_1; } inline void set_startSlot_1(int32_t value) { ___startSlot_1 = value; } inline static int32_t get_offset_of_endSlot_2() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___endSlot_2)); } inline int32_t get_endSlot_2() const { return ___endSlot_2; } inline int32_t* get_address_of_endSlot_2() { return &___endSlot_2; } inline void set_endSlot_2(int32_t value) { ___endSlot_2 = value; } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___material_3)); } inline Material_t340375123 * get_material_3() const { return ___material_3; } inline Material_t340375123 ** get_address_of_material_3() { return &___material_3; } inline void set_material_3(Material_t340375123 * value) { ___material_3 = value; Il2CppCodeGenWriteBarrier((&___material_3), value); } inline static int32_t get_offset_of_forceSeparate_4() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___forceSeparate_4)); } inline bool get_forceSeparate_4() const { return ___forceSeparate_4; } inline bool* get_address_of_forceSeparate_4() { return &___forceSeparate_4; } inline void set_forceSeparate_4(bool value) { ___forceSeparate_4 = value; } inline static int32_t get_offset_of_preActiveClippingSlotSource_5() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___preActiveClippingSlotSource_5)); } inline int32_t get_preActiveClippingSlotSource_5() const { return ___preActiveClippingSlotSource_5; } inline int32_t* get_address_of_preActiveClippingSlotSource_5() { return &___preActiveClippingSlotSource_5; } inline void set_preActiveClippingSlotSource_5(int32_t value) { ___preActiveClippingSlotSource_5 = value; } inline static int32_t get_offset_of_rawTriangleCount_6() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawTriangleCount_6)); } inline int32_t get_rawTriangleCount_6() const { return ___rawTriangleCount_6; } inline int32_t* get_address_of_rawTriangleCount_6() { return &___rawTriangleCount_6; } inline void set_rawTriangleCount_6(int32_t value) { ___rawTriangleCount_6 = value; } inline static int32_t get_offset_of_rawVertexCount_7() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawVertexCount_7)); } inline int32_t get_rawVertexCount_7() const { return ___rawVertexCount_7; } inline int32_t* get_address_of_rawVertexCount_7() { return &___rawVertexCount_7; } inline void set_rawVertexCount_7(int32_t value) { ___rawVertexCount_7 = value; } inline static int32_t get_offset_of_rawFirstVertexIndex_8() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawFirstVertexIndex_8)); } inline int32_t get_rawFirstVertexIndex_8() const { return ___rawFirstVertexIndex_8; } inline int32_t* get_address_of_rawFirstVertexIndex_8() { return &___rawFirstVertexIndex_8; } inline void set_rawFirstVertexIndex_8(int32_t value) { ___rawFirstVertexIndex_8 = value; } inline static int32_t get_offset_of_hasClipping_9() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___hasClipping_9)); } inline bool get_hasClipping_9() const { return ___hasClipping_9; } inline bool* get_address_of_hasClipping_9() { return &___hasClipping_9; } inline void set_hasClipping_9(bool value) { ___hasClipping_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_pinvoke { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; // Native definition for COM marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_com { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; #endif // SUBMESHINSTRUCTION_T52121370_H #ifndef NULLABLE_1_T1164162090_H #define NULLABLE_1_T1164162090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1164162090 { public: // T System.Nullable`1::value int64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1164162090, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1164162090, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1164162090_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 PROPERTYNAME_T3749835189_H #define PROPERTYNAME_T3749835189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.PropertyName struct PropertyName_t3749835189 { public: // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropertyName_t3749835189, ___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 // PROPERTYNAME_T3749835189_H #ifndef BASEEVENTDATA_T3903027533_H #define BASEEVENTDATA_T3903027533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533 : public AbstractEventData_t4171500731 { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t1003666588 * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t3903027533, ___m_EventSystem_1)); } inline EventSystem_t1003666588 * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t1003666588 ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t1003666588 * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((&___m_EventSystem_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEEVENTDATA_T3903027533_H #ifndef UNITYEVENT_1_T3961765668_H #define UNITYEVENT_1_T3961765668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3961765668 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3961765668, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3961765668_H #ifndef INVOKABLECALL_4_T2756980746_H #define INVOKABLECALL_4_T2756980746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`4 struct InvokableCall_4_t2756980746 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`4 UnityEngine.Events.InvokableCall`4::Delegate UnityAction_4_t682480391 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_4_t2756980746, ___Delegate_0)); } inline UnityAction_4_t682480391 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_4_t682480391 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_4_t682480391 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_4_T2756980746_H #ifndef INVOKABLECALL_3_T4059188962_H #define INVOKABLECALL_3_T4059188962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`3 struct InvokableCall_3_t4059188962 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`3 UnityEngine.Events.InvokableCall`3::Delegate UnityAction_3_t1557236713 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_3_t4059188962, ___Delegate_0)); } inline UnityAction_3_t1557236713 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_3_t1557236713 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_3_t1557236713 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_3_T4059188962_H #ifndef INVOKABLECALL_2_T362407658_H #define INVOKABLECALL_2_T362407658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`2 struct InvokableCall_2_t362407658 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`2 UnityEngine.Events.InvokableCall`2::Delegate UnityAction_2_t3283971887 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_2_t362407658, ___Delegate_0)); } inline UnityAction_2_t3283971887 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_2_t3283971887 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_2_t3283971887 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_2_T362407658_H #ifndef INVOKABLECALL_1_T3839477702_H #define INVOKABLECALL_1_T3839477702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t3839477702 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t12182309 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t3839477702, ___Delegate_0)); } inline UnityAction_1_t12182309 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t12182309 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t12182309 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T3839477702_H #ifndef INVOKABLECALL_1_T2273393761_H #define INVOKABLECALL_1_T2273393761_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t2273393761 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t2741065664 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t2273393761, ___Delegate_0)); } inline UnityAction_1_t2741065664 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t2741065664 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t2741065664 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T2273393761_H #ifndef INVOKABLECALL_1_T2672850562_H #define INVOKABLECALL_1_T2672850562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t2672850562 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t3140522465 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t2672850562, ___Delegate_0)); } inline UnityAction_1_t3140522465 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t3140522465 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t3140522465 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T2672850562_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 LOOPSCROLLARRAYSOURCE_1_T2397374800_H #define LOOPSCROLLARRAYSOURCE_1_T2397374800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LoopScrollArraySource`1 struct LoopScrollArraySource_1_t2397374800 : public LoopScrollDataSource_t4146522895 { public: // T[] UnityEngine.UI.LoopScrollArraySource`1::objectsToFill ObjectU5BU5D_t2843939325* ___objectsToFill_1; public: inline static int32_t get_offset_of_objectsToFill_1() { return static_cast(offsetof(LoopScrollArraySource_1_t2397374800, ___objectsToFill_1)); } inline ObjectU5BU5D_t2843939325* get_objectsToFill_1() const { return ___objectsToFill_1; } inline ObjectU5BU5D_t2843939325** get_address_of_objectsToFill_1() { return &___objectsToFill_1; } inline void set_objectsToFill_1(ObjectU5BU5D_t2843939325* value) { ___objectsToFill_1 = value; Il2CppCodeGenWriteBarrier((&___objectsToFill_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPSCROLLARRAYSOURCE_1_T2397374800_H #ifndef UNITYEVENT_1_T3832605257_H #define UNITYEVENT_1_T3832605257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3832605257, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3832605257_H #ifndef INVOKABLECALL_T832123510_H #define INVOKABLECALL_T832123510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall struct InvokableCall_t832123510 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction UnityEngine.Events.InvokableCall::Delegate UnityAction_t3245792599 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_t832123510, ___Delegate_0)); } inline UnityAction_t3245792599 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_t3245792599 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_t3245792599 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_T832123510_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 UNITYEVENT_1_T978947469_H #define UNITYEVENT_1_T978947469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t978947469, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T978947469_H #ifndef SCENE_T2348375561_H #define SCENE_T2348375561_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SceneManagement.Scene struct Scene_t2348375561 { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t2348375561, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENE_T2348375561_H #ifndef TRANSFORMPAIR_T3795417756_H #define TRANSFORMPAIR_T3795417756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756 { public: // UnityEngine.Transform Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair::dest Transform_t3600365921 * ___dest_0; // UnityEngine.Transform Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair::src Transform_t3600365921 * ___src_1; public: inline static int32_t get_offset_of_dest_0() { return static_cast(offsetof(TransformPair_t3795417756, ___dest_0)); } inline Transform_t3600365921 * get_dest_0() const { return ___dest_0; } inline Transform_t3600365921 ** get_address_of_dest_0() { return &___dest_0; } inline void set_dest_0(Transform_t3600365921 * value) { ___dest_0 = value; Il2CppCodeGenWriteBarrier((&___dest_0), value); } inline static int32_t get_offset_of_src_1() { return static_cast(offsetof(TransformPair_t3795417756, ___src_1)); } inline Transform_t3600365921 * get_src_1() const { return ___src_1; } inline Transform_t3600365921 ** get_address_of_src_1() { return &___src_1; } inline void set_src_1(Transform_t3600365921 * value) { ___src_1 = value; Il2CppCodeGenWriteBarrier((&___src_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756_marshaled_pinvoke { Transform_t3600365921 * ___dest_0; Transform_t3600365921 * ___src_1; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756_marshaled_com { Transform_t3600365921 * ___dest_0; Transform_t3600365921 * ___src_1; }; #endif // TRANSFORMPAIR_T3795417756_H #ifndef NULLABLE_1_T3119828856_H #define NULLABLE_1_T3119828856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3119828856 { public: // T System.Nullable`1::value float ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3119828856, ___value_0)); } inline float get_value_0() const { return ___value_0; } inline float* get_address_of_value_0() { return &___value_0; } inline void set_value_0(float value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3119828856, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3119828856_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 LUATABLE_T1631611336_H #define LUATABLE_T1631611336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTable struct LuaTable_t1631611336 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUATABLE_T1631611336_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef NULLABLE_1_T3900287040_H #define NULLABLE_1_T3900287040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3900287040 { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3900287040, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3900287040, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3900287040_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef 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 NULLABLE_1_T378540539_H #define NULLABLE_1_T378540539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t378540539 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t378540539, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t378540539, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T378540539_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef NULLABLE_1_T4275382469_H #define NULLABLE_1_T4275382469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4275382469 { public: // T System.Nullable`1::value int16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4275382469, ___value_0)); } inline int16_t get_value_0() const { return ___value_0; } inline int16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4275382469, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4275382469_H #ifndef NULLABLE_1_T3392139744_H #define NULLABLE_1_T3392139744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3392139744 { public: // T System.Nullable`1::value int8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3392139744, ___value_0)); } inline int8_t get_value_0() const { return ___value_0; } inline int8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3392139744, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3392139744_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef NULLABLE_1_T4282624060_H #define NULLABLE_1_T4282624060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4282624060 { public: // T System.Nullable`1::value uint32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4282624060, ___value_0)); } inline uint32_t get_value_0() const { return ___value_0; } inline uint32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4282624060, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4282624060_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 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 DELAYEDQUEUEITEM_T1027542936_H #define DELAYEDQUEUEITEM_T1027542936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936 { public: // System.Single Loom/DelayedQueueItem::time float ___time_0; // System.String Loom/DelayedQueueItem::txt String_t* ___txt_1; // System.Action`1 Loom/DelayedQueueItem::action Action_1_t2019918284 * ___action_2; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_txt_1() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___txt_1)); } inline String_t* get_txt_1() const { return ___txt_1; } inline String_t** get_address_of_txt_1() { return &___txt_1; } inline void set_txt_1(String_t* value) { ___txt_1 = value; Il2CppCodeGenWriteBarrier((&___txt_1), value); } inline static int32_t get_offset_of_action_2() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___action_2)); } inline Action_1_t2019918284 * get_action_2() const { return ___action_2; } inline Action_1_t2019918284 ** get_address_of_action_2() { return &___action_2; } inline void set_action_2(Action_1_t2019918284 * value) { ___action_2 = value; Il2CppCodeGenWriteBarrier((&___action_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_pinvoke { float ___time_0; char* ___txt_1; Il2CppMethodPointer ___action_2; }; // Native definition for COM marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_com { float ___time_0; Il2CppChar* ___txt_1; Il2CppMethodPointer ___action_2; }; #endif // DELAYEDQUEUEITEM_T1027542936_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef ATLASMATERIALOVERRIDE_T2435041389_H #define ATLASMATERIALOVERRIDE_T2435041389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389 { public: // System.Boolean Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::overrideDisabled bool ___overrideDisabled_0; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::originalMaterial Material_t340375123 * ___originalMaterial_1; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::replacementMaterial Material_t340375123 * ___replacementMaterial_2; public: inline static int32_t get_offset_of_overrideDisabled_0() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___overrideDisabled_0)); } inline bool get_overrideDisabled_0() const { return ___overrideDisabled_0; } inline bool* get_address_of_overrideDisabled_0() { return &___overrideDisabled_0; } inline void set_overrideDisabled_0(bool value) { ___overrideDisabled_0 = value; } inline static int32_t get_offset_of_originalMaterial_1() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___originalMaterial_1)); } inline Material_t340375123 * get_originalMaterial_1() const { return ___originalMaterial_1; } inline Material_t340375123 ** get_address_of_originalMaterial_1() { return &___originalMaterial_1; } inline void set_originalMaterial_1(Material_t340375123 * value) { ___originalMaterial_1 = value; Il2CppCodeGenWriteBarrier((&___originalMaterial_1), value); } inline static int32_t get_offset_of_replacementMaterial_2() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___replacementMaterial_2)); } inline Material_t340375123 * get_replacementMaterial_2() const { return ___replacementMaterial_2; } inline Material_t340375123 ** get_address_of_replacementMaterial_2() { return &___replacementMaterial_2; } inline void set_replacementMaterial_2(Material_t340375123 * value) { ___replacementMaterial_2 = value; Il2CppCodeGenWriteBarrier((&___replacementMaterial_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389_marshaled_pinvoke { int32_t ___overrideDisabled_0; Material_t340375123 * ___originalMaterial_1; Material_t340375123 * ___replacementMaterial_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389_marshaled_com { int32_t ___overrideDisabled_0; Material_t340375123 * ___originalMaterial_1; Material_t340375123 * ___replacementMaterial_2; }; #endif // ATLASMATERIALOVERRIDE_T2435041389_H #ifndef SLOTMATERIALOVERRIDE_T1001979181_H #define SLOTMATERIALOVERRIDE_T1001979181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181 { public: // System.Boolean Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::overrideDisabled bool ___overrideDisabled_0; // System.String Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::slotName String_t* ___slotName_1; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::material Material_t340375123 * ___material_2; public: inline static int32_t get_offset_of_overrideDisabled_0() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___overrideDisabled_0)); } inline bool get_overrideDisabled_0() const { return ___overrideDisabled_0; } inline bool* get_address_of_overrideDisabled_0() { return &___overrideDisabled_0; } inline void set_overrideDisabled_0(bool value) { ___overrideDisabled_0 = value; } inline static int32_t get_offset_of_slotName_1() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___slotName_1)); } inline String_t* get_slotName_1() const { return ___slotName_1; } inline String_t** get_address_of_slotName_1() { return &___slotName_1; } inline void set_slotName_1(String_t* value) { ___slotName_1 = value; Il2CppCodeGenWriteBarrier((&___slotName_1), value); } inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___material_2)); } inline Material_t340375123 * get_material_2() const { return ___material_2; } inline Material_t340375123 ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t340375123 * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((&___material_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181_marshaled_pinvoke { int32_t ___overrideDisabled_0; char* ___slotName_1; Material_t340375123 * ___material_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181_marshaled_com { int32_t ___overrideDisabled_0; Il2CppChar* ___slotName_1; Material_t340375123 * ___material_2; }; #endif // SLOTMATERIALOVERRIDE_T1001979181_H #ifndef NULLABLE_1_T2317227445_H #define NULLABLE_1_T2317227445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2317227445 { public: // T System.Nullable`1::value double ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2317227445, ___value_0)); } inline double get_value_0() const { return ___value_0; } inline double* get_address_of_value_0() { return &___value_0; } inline void set_value_0(double value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2317227445, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2317227445_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 NULLABLE_1_T1561634878_H #define NULLABLE_1_T1561634878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1561634878 { public: // T System.Nullable`1::value uint64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1561634878, ___value_0)); } inline uint64_t get_value_0() const { return ___value_0; } inline uint64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1561634878, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1561634878_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef 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 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 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 DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef INVOKABLECALL_1_T1514431012_H #define INVOKABLECALL_1_T1514431012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t1514431012 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t1982102915 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t1514431012, ___Delegate_0)); } inline UnityAction_1_t1982102915 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t1982102915 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t1982102915 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T1514431012_H #ifndef TIMETYPE_T2507513283_H #define TIMETYPE_T2507513283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeZoneInfo/TimeType struct TimeType_t2507513283 { public: // System.Int32 System.TimeZoneInfo/TimeType::Offset int32_t ___Offset_0; // System.Boolean System.TimeZoneInfo/TimeType::IsDst bool ___IsDst_1; // System.String System.TimeZoneInfo/TimeType::Name String_t* ___Name_2; public: inline static int32_t get_offset_of_Offset_0() { return static_cast(offsetof(TimeType_t2507513283, ___Offset_0)); } inline int32_t get_Offset_0() const { return ___Offset_0; } inline int32_t* get_address_of_Offset_0() { return &___Offset_0; } inline void set_Offset_0(int32_t value) { ___Offset_0 = value; } inline static int32_t get_offset_of_IsDst_1() { return static_cast(offsetof(TimeType_t2507513283, ___IsDst_1)); } inline bool get_IsDst_1() const { return ___IsDst_1; } inline bool* get_address_of_IsDst_1() { return &___IsDst_1; } inline void set_IsDst_1(bool value) { ___IsDst_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(TimeType_t2507513283, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.TimeZoneInfo/TimeType struct TimeType_t2507513283_marshaled_pinvoke { int32_t ___Offset_0; int32_t ___IsDst_1; char* ___Name_2; }; // Native definition for COM marshalling of System.TimeZoneInfo/TimeType struct TimeType_t2507513283_marshaled_com { int32_t ___Offset_0; int32_t ___IsDst_1; Il2CppChar* ___Name_2; }; #endif // TIMETYPE_T2507513283_H #ifndef VECTOR2INT_T3469998543_H #define VECTOR2INT_T3469998543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2Int struct Vector2Int_t3469998543 { public: // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } }; struct Vector2Int_t3469998543_StaticFields { public: // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero Vector2Int_t3469998543 ___s_Zero_2; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One Vector2Int_t3469998543 ___s_One_3; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up Vector2Int_t3469998543 ___s_Up_4; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down Vector2Int_t3469998543 ___s_Down_5; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left Vector2Int_t3469998543 ___s_Left_6; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right Vector2Int_t3469998543 ___s_Right_7; public: inline static int32_t get_offset_of_s_Zero_2() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Zero_2)); } inline Vector2Int_t3469998543 get_s_Zero_2() const { return ___s_Zero_2; } inline Vector2Int_t3469998543 * get_address_of_s_Zero_2() { return &___s_Zero_2; } inline void set_s_Zero_2(Vector2Int_t3469998543 value) { ___s_Zero_2 = value; } inline static int32_t get_offset_of_s_One_3() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_One_3)); } inline Vector2Int_t3469998543 get_s_One_3() const { return ___s_One_3; } inline Vector2Int_t3469998543 * get_address_of_s_One_3() { return &___s_One_3; } inline void set_s_One_3(Vector2Int_t3469998543 value) { ___s_One_3 = value; } inline static int32_t get_offset_of_s_Up_4() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Up_4)); } inline Vector2Int_t3469998543 get_s_Up_4() const { return ___s_Up_4; } inline Vector2Int_t3469998543 * get_address_of_s_Up_4() { return &___s_Up_4; } inline void set_s_Up_4(Vector2Int_t3469998543 value) { ___s_Up_4 = value; } inline static int32_t get_offset_of_s_Down_5() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Down_5)); } inline Vector2Int_t3469998543 get_s_Down_5() const { return ___s_Down_5; } inline Vector2Int_t3469998543 * get_address_of_s_Down_5() { return &___s_Down_5; } inline void set_s_Down_5(Vector2Int_t3469998543 value) { ___s_Down_5 = value; } inline static int32_t get_offset_of_s_Left_6() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Left_6)); } inline Vector2Int_t3469998543 get_s_Left_6() const { return ___s_Left_6; } inline Vector2Int_t3469998543 * get_address_of_s_Left_6() { return &___s_Left_6; } inline void set_s_Left_6(Vector2Int_t3469998543 value) { ___s_Left_6 = value; } inline static int32_t get_offset_of_s_Right_7() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Right_7)); } inline Vector2Int_t3469998543 get_s_Right_7() const { return ___s_Right_7; } inline Vector2Int_t3469998543 * get_address_of_s_Right_7() { return &___s_Right_7; } inline void set_s_Right_7(Vector2Int_t3469998543 value) { ___s_Right_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2INT_T3469998543_H #ifndef PEDDING_T3796070799_H #define PEDDING_T3796070799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Pedding struct Pedding_t3796070799 { public: // System.Byte XLuaTest.Pedding::c uint8_t ___c_0; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(Pedding_t3796070799, ___c_0)); } inline uint8_t get_c_0() const { return ___c_0; } inline uint8_t* get_address_of_c_0() { return &___c_0; } inline void set_c_0(uint8_t value) { ___c_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEDDING_T3796070799_H #ifndef 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 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 ANIMATORCLIPINFO_T3156717155_H #define ANIMATORCLIPINFO_T3156717155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimatorClipInfo struct AnimatorClipInfo_t3156717155 { public: // System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID int32_t ___m_ClipInstanceID_0; // System.Single UnityEngine.AnimatorClipInfo::m_Weight float ___m_Weight_1; public: inline static int32_t get_offset_of_m_ClipInstanceID_0() { return static_cast(offsetof(AnimatorClipInfo_t3156717155, ___m_ClipInstanceID_0)); } inline int32_t get_m_ClipInstanceID_0() const { return ___m_ClipInstanceID_0; } inline int32_t* get_address_of_m_ClipInstanceID_0() { return &___m_ClipInstanceID_0; } inline void set_m_ClipInstanceID_0(int32_t value) { ___m_ClipInstanceID_0 = value; } inline static int32_t get_offset_of_m_Weight_1() { return static_cast(offsetof(AnimatorClipInfo_t3156717155, ___m_Weight_1)); } inline float get_m_Weight_1() const { return ___m_Weight_1; } inline float* get_address_of_m_Weight_1() { return &___m_Weight_1; } inline void set_m_Weight_1(float value) { ___m_Weight_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATORCLIPINFO_T3156717155_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_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 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 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 REFLECTIONPROBEBLENDINFO_T288657778_H #define REFLECTIONPROBEBLENDINFO_T288657778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778 { public: // UnityEngine.ReflectionProbe UnityEngine.Rendering.ReflectionProbeBlendInfo::probe ReflectionProbe_t175708936 * ___probe_0; // System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo::weight float ___weight_1; public: inline static int32_t get_offset_of_probe_0() { return static_cast(offsetof(ReflectionProbeBlendInfo_t288657778, ___probe_0)); } inline ReflectionProbe_t175708936 * get_probe_0() const { return ___probe_0; } inline ReflectionProbe_t175708936 ** get_address_of_probe_0() { return &___probe_0; } inline void set_probe_0(ReflectionProbe_t175708936 * value) { ___probe_0 = value; Il2CppCodeGenWriteBarrier((&___probe_0), value); } inline static int32_t get_offset_of_weight_1() { return static_cast(offsetof(ReflectionProbeBlendInfo_t288657778, ___weight_1)); } inline float get_weight_1() const { return ___weight_1; } inline float* get_address_of_weight_1() { return &___weight_1; } inline void set_weight_1(float value) { ___weight_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778_marshaled_pinvoke { ReflectionProbe_t175708936 * ___probe_0; float ___weight_1; }; // Native definition for COM marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778_marshaled_com { ReflectionProbe_t175708936 * ___probe_0; float ___weight_1; }; #endif // REFLECTIONPROBEBLENDINFO_T288657778_H #ifndef MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef 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 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 PUSHASTABLESTRUCT_T2836609445_H #define PUSHASTABLESTRUCT_T2836609445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.PushAsTableStruct struct PushAsTableStruct_t2836609445 { public: // System.Int32 XLuaTest.PushAsTableStruct::x int32_t ___x_0; // System.Int32 XLuaTest.PushAsTableStruct::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHASTABLESTRUCT_T2836609445_H #ifndef 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 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 UILINEINFO_T4195266810_H #define UILINEINFO_T4195266810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UILineInfo struct UILineInfo_t4195266810 { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_t4195266810, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_t4195266810, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_t4195266810, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_t4195266810, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILINEINFO_T4195266810_H #ifndef BONEWEIGHT_T1955788027_H #define BONEWEIGHT_T1955788027_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BoneWeight struct BoneWeight_t1955788027 { public: // System.Single UnityEngine.BoneWeight::m_Weight0 float ___m_Weight0_0; // System.Single UnityEngine.BoneWeight::m_Weight1 float ___m_Weight1_1; // System.Single UnityEngine.BoneWeight::m_Weight2 float ___m_Weight2_2; // System.Single UnityEngine.BoneWeight::m_Weight3 float ___m_Weight3_3; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex0 int32_t ___m_BoneIndex0_4; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex1 int32_t ___m_BoneIndex1_5; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex2 int32_t ___m_BoneIndex2_6; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex3 int32_t ___m_BoneIndex3_7; public: inline static int32_t get_offset_of_m_Weight0_0() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight0_0)); } inline float get_m_Weight0_0() const { return ___m_Weight0_0; } inline float* get_address_of_m_Weight0_0() { return &___m_Weight0_0; } inline void set_m_Weight0_0(float value) { ___m_Weight0_0 = value; } inline static int32_t get_offset_of_m_Weight1_1() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight1_1)); } inline float get_m_Weight1_1() const { return ___m_Weight1_1; } inline float* get_address_of_m_Weight1_1() { return &___m_Weight1_1; } inline void set_m_Weight1_1(float value) { ___m_Weight1_1 = value; } inline static int32_t get_offset_of_m_Weight2_2() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight2_2)); } inline float get_m_Weight2_2() const { return ___m_Weight2_2; } inline float* get_address_of_m_Weight2_2() { return &___m_Weight2_2; } inline void set_m_Weight2_2(float value) { ___m_Weight2_2 = value; } inline static int32_t get_offset_of_m_Weight3_3() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight3_3)); } inline float get_m_Weight3_3() const { return ___m_Weight3_3; } inline float* get_address_of_m_Weight3_3() { return &___m_Weight3_3; } inline void set_m_Weight3_3(float value) { ___m_Weight3_3 = value; } inline static int32_t get_offset_of_m_BoneIndex0_4() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex0_4)); } inline int32_t get_m_BoneIndex0_4() const { return ___m_BoneIndex0_4; } inline int32_t* get_address_of_m_BoneIndex0_4() { return &___m_BoneIndex0_4; } inline void set_m_BoneIndex0_4(int32_t value) { ___m_BoneIndex0_4 = value; } inline static int32_t get_offset_of_m_BoneIndex1_5() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex1_5)); } inline int32_t get_m_BoneIndex1_5() const { return ___m_BoneIndex1_5; } inline int32_t* get_address_of_m_BoneIndex1_5() { return &___m_BoneIndex1_5; } inline void set_m_BoneIndex1_5(int32_t value) { ___m_BoneIndex1_5 = value; } inline static int32_t get_offset_of_m_BoneIndex2_6() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex2_6)); } inline int32_t get_m_BoneIndex2_6() const { return ___m_BoneIndex2_6; } inline int32_t* get_address_of_m_BoneIndex2_6() { return &___m_BoneIndex2_6; } inline void set_m_BoneIndex2_6(int32_t value) { ___m_BoneIndex2_6 = value; } inline static int32_t get_offset_of_m_BoneIndex3_7() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex3_7)); } inline int32_t get_m_BoneIndex3_7() const { return ___m_BoneIndex3_7; } inline int32_t* get_address_of_m_BoneIndex3_7() { return &___m_BoneIndex3_7; } inline void set_m_BoneIndex3_7(int32_t value) { ___m_BoneIndex3_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONEWEIGHT_T1955788027_H #ifndef 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 INVOKABLECALL_1_T3197270402_H #define INVOKABLECALL_1_T3197270402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t3197270402 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t3664942305 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t3197270402, ___Delegate_0)); } inline UnityAction_1_t3664942305 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t3664942305 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t3664942305 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T3197270402_H #ifndef INVOKABLECALL_1_T214452203_H #define INVOKABLECALL_1_T214452203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t214452203 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t682124106 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t214452203, ___Delegate_0)); } inline UnityAction_1_t682124106 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t682124106 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t682124106 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T214452203_H #ifndef INVOKABLECALL_1_T3068109991_H #define INVOKABLECALL_1_T3068109991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t3068109991 : public BaseInvokableCall_t2703961024 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t3535781894 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t3068109991, ___Delegate_0)); } inline UnityAction_1_t3535781894 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t3535781894 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t3535781894 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((&___Delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKABLECALL_1_T3068109991_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 SCRAMBLEMODE_T1285273342_H #define SCRAMBLEMODE_T1285273342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.ScrambleMode struct ScrambleMode_t1285273342 { public: // System.Int32 DG.Tweening.ScrambleMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrambleMode_t1285273342, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCRAMBLEMODE_T1285273342_H #ifndef RAYCASTRESULT_T3360306849_H #define RAYCASTRESULT_T3360306849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_t1113636619 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_t4150874583 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t3722313464 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t3722313464 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_t2156229523 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t3360306849, ___m_GameObject_0)); } inline GameObject_t1113636619 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_t1113636619 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_t1113636619 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t3360306849, ___module_1)); } inline BaseRaycaster_t4150874583 * get_module_1() const { return ___module_1; } inline BaseRaycaster_t4150874583 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_t4150874583 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((&___module_1), value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t3360306849, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t3360306849, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t3360306849, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldPosition_7)); } inline Vector3_t3722313464 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t3722313464 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t3722313464 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldNormal_8)); } inline Vector3_t3722313464 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t3722313464 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t3722313464 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t3360306849, ___screenPosition_9)); } inline Vector2_t2156229523 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_t2156229523 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_t2156229523 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t3360306849, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_pinvoke { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_com { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; #endif // RAYCASTRESULT_T3360306849_H #ifndef 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 STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___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 // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef AVATARCATE_T455786881_H #define AVATARCATE_T455786881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarCate struct AvatarCate_t455786881 { public: // System.Int32 DMCore.Framework.Scene.AvatarCate::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AvatarCate_t455786881, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARCATE_T455786881_H #ifndef PATHMODE_T2165603100_H #define PATHMODE_T2165603100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathMode struct PathMode_t2165603100 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathMode_t2165603100, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHMODE_T2165603100_H #ifndef BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef LMRENDERERINFO_T3374010072_H #define LMRENDERERINFO_T3374010072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LMRendererInfo struct LMRendererInfo_t3374010072 { public: // UnityEngine.Renderer LMRendererInfo::renderer Renderer_t2627027031 * ___renderer_0; // System.Int32 LMRendererInfo::LightmapIndex int32_t ___LightmapIndex_1; // UnityEngine.Vector4 LMRendererInfo::LightmapOffsetScale Vector4_t3319028937 ___LightmapOffsetScale_2; public: inline static int32_t get_offset_of_renderer_0() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___renderer_0)); } inline Renderer_t2627027031 * get_renderer_0() const { return ___renderer_0; } inline Renderer_t2627027031 ** get_address_of_renderer_0() { return &___renderer_0; } inline void set_renderer_0(Renderer_t2627027031 * value) { ___renderer_0 = value; Il2CppCodeGenWriteBarrier((&___renderer_0), value); } inline static int32_t get_offset_of_LightmapIndex_1() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapIndex_1)); } inline int32_t get_LightmapIndex_1() const { return ___LightmapIndex_1; } inline int32_t* get_address_of_LightmapIndex_1() { return &___LightmapIndex_1; } inline void set_LightmapIndex_1(int32_t value) { ___LightmapIndex_1 = value; } inline static int32_t get_offset_of_LightmapOffsetScale_2() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapOffsetScale_2)); } inline Vector4_t3319028937 get_LightmapOffsetScale_2() const { return ___LightmapOffsetScale_2; } inline Vector4_t3319028937 * get_address_of_LightmapOffsetScale_2() { return &___LightmapOffsetScale_2; } inline void set_LightmapOffsetScale_2(Vector4_t3319028937 value) { ___LightmapOffsetScale_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_pinvoke { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; // Native definition for COM marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_com { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; #endif // LMRENDERERINFO_T3374010072_H #ifndef COROUTINE_T3829159415_H #define COROUTINE_T3829159415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_t3829159415 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t3829159415, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_T3829159415_H #ifndef ROTATEMODE_T2548570174_H #define ROTATEMODE_T2548570174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.RotateMode struct RotateMode_t2548570174 { public: // System.Int32 DG.Tweening.RotateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RotateMode_t2548570174, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEMODE_T2548570174_H #ifndef RAY2D_T2082843914_H #define RAY2D_T2082843914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray2D struct Ray2D_t2082843914 { public: // UnityEngine.Vector2 UnityEngine.Ray2D::m_Origin Vector2_t2156229523 ___m_Origin_0; // UnityEngine.Vector2 UnityEngine.Ray2D::m_Direction Vector2_t2156229523 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Origin_0)); } inline Vector2_t2156229523 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector2_t2156229523 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector2_t2156229523 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Direction_1)); } inline Vector2_t2156229523 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector2_t2156229523 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector2_t2156229523 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY2D_T2082843914_H #ifndef NULLABLE_1_T375854166_H #define NULLABLE_1_T375854166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t375854166 { public: // T System.Nullable`1::value Decimal_t2948259380 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t375854166, ___value_0)); } inline Decimal_t2948259380 get_value_0() const { return ___value_0; } inline Decimal_t2948259380 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Decimal_t2948259380 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t375854166, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T375854166_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef PLAYABLEHANDLE_T1095853803_H #define PLAYABLEHANDLE_T1095853803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t1095853803 { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.Int32 UnityEngine.Playables.PlayableHandle::m_Version int32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t1095853803, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t1095853803, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLEHANDLE_T1095853803_H #ifndef PATHTYPE_T3777299409_H #define PATHTYPE_T3777299409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathType struct PathType_t3777299409 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathType_t3777299409, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHTYPE_T3777299409_H #ifndef NULLABLE_1_T621127673_H #define NULLABLE_1_T621127673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t621127673 { public: // T System.Nullable`1::value Guid_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t621127673, ___value_0)); } inline Guid_t get_value_0() const { return ___value_0; } inline Guid_t * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Guid_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t621127673, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T621127673_H #ifndef NULLABLE_1_T1149908250_H #define NULLABLE_1_T1149908250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1149908250 { public: // T System.Nullable`1::value Vector3_t3722313464 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1149908250, ___value_0)); } inline Vector3_t3722313464 get_value_0() const { return ___value_0; } inline Vector3_t3722313464 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_t3722313464 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1149908250, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1149908250_H #ifndef AXISCONSTRAINT_T2771958344_H #define AXISCONSTRAINT_T2771958344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AxisConstraint struct AxisConstraint_t2771958344 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AxisConstraint_t2771958344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISCONSTRAINT_T2771958344_H #ifndef DIAGNOSTICSWITCHFLAGS_T1577216330_H #define DIAGNOSTICSWITCHFLAGS_T1577216330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DiagnosticSwitchFlags struct DiagnosticSwitchFlags_t1577216330 { public: // System.Int32 UnityEngine.DiagnosticSwitchFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DiagnosticSwitchFlags_t1577216330, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSWITCHFLAGS_T1577216330_H #ifndef 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 NULLABLE_1_T2603721331_H #define NULLABLE_1_T2603721331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2603721331 { public: // T System.Nullable`1::value TimeSpan_t881159249 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2603721331, ___value_0)); } inline TimeSpan_t881159249 get_value_0() const { return ___value_0; } inline TimeSpan_t881159249 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t881159249 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2603721331, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2603721331_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___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 // REGEXOPTIONS_T92845595_H #ifndef U3CGETKEYSU3EC__ITERATOR1_1_T1776366895_H #define U3CGETKEYSU3EC__ITERATOR1_1_T1776366895_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTable/c__Iterator1`1 struct U3CGetKeysU3Ec__Iterator1_1_t1776366895 : public RuntimeObject { public: // System.IntPtr XLua.LuaTable/c__Iterator1`1::__0 intptr_t ___U3CLU3E__0_0; // XLua.ObjectTranslator XLua.LuaTable/c__Iterator1`1::__0 ObjectTranslator_t2020767555 * ___U3CtranslatorU3E__0_1; // System.Int32 XLua.LuaTable/c__Iterator1`1::__0 int32_t ___U3ColdTopU3E__0_2; // T XLua.LuaTable/c__Iterator1`1::__1 RuntimeObject * ___U3CvU3E__1_3; // XLua.LuaTable XLua.LuaTable/c__Iterator1`1::$this LuaTable_t1631611336 * ___U24this_4; // T XLua.LuaTable/c__Iterator1`1::$current RuntimeObject * ___U24current_5; // System.Boolean XLua.LuaTable/c__Iterator1`1::$disposing bool ___U24disposing_6; // System.Int32 XLua.LuaTable/c__Iterator1`1::$PC int32_t ___U24PC_7; public: inline static int32_t get_offset_of_U3CLU3E__0_0() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U3CLU3E__0_0)); } inline intptr_t get_U3CLU3E__0_0() const { return ___U3CLU3E__0_0; } inline intptr_t* get_address_of_U3CLU3E__0_0() { return &___U3CLU3E__0_0; } inline void set_U3CLU3E__0_0(intptr_t value) { ___U3CLU3E__0_0 = value; } inline static int32_t get_offset_of_U3CtranslatorU3E__0_1() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U3CtranslatorU3E__0_1)); } inline ObjectTranslator_t2020767555 * get_U3CtranslatorU3E__0_1() const { return ___U3CtranslatorU3E__0_1; } inline ObjectTranslator_t2020767555 ** get_address_of_U3CtranslatorU3E__0_1() { return &___U3CtranslatorU3E__0_1; } inline void set_U3CtranslatorU3E__0_1(ObjectTranslator_t2020767555 * value) { ___U3CtranslatorU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CtranslatorU3E__0_1), value); } inline static int32_t get_offset_of_U3ColdTopU3E__0_2() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U3ColdTopU3E__0_2)); } inline int32_t get_U3ColdTopU3E__0_2() const { return ___U3ColdTopU3E__0_2; } inline int32_t* get_address_of_U3ColdTopU3E__0_2() { return &___U3ColdTopU3E__0_2; } inline void set_U3ColdTopU3E__0_2(int32_t value) { ___U3ColdTopU3E__0_2 = value; } inline static int32_t get_offset_of_U3CvU3E__1_3() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U3CvU3E__1_3)); } inline RuntimeObject * get_U3CvU3E__1_3() const { return ___U3CvU3E__1_3; } inline RuntimeObject ** get_address_of_U3CvU3E__1_3() { return &___U3CvU3E__1_3; } inline void set_U3CvU3E__1_3(RuntimeObject * value) { ___U3CvU3E__1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CvU3E__1_3), value); } inline static int32_t get_offset_of_U24this_4() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U24this_4)); } inline LuaTable_t1631611336 * get_U24this_4() const { return ___U24this_4; } inline LuaTable_t1631611336 ** get_address_of_U24this_4() { return &___U24this_4; } inline void set_U24this_4(LuaTable_t1631611336 * value) { ___U24this_4 = value; Il2CppCodeGenWriteBarrier((&___U24this_4), value); } inline static int32_t get_offset_of_U24current_5() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U24current_5)); } inline RuntimeObject * get_U24current_5() const { return ___U24current_5; } inline RuntimeObject ** get_address_of_U24current_5() { return &___U24current_5; } inline void set_U24current_5(RuntimeObject * value) { ___U24current_5 = value; Il2CppCodeGenWriteBarrier((&___U24current_5), value); } inline static int32_t get_offset_of_U24disposing_6() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U24disposing_6)); } inline bool get_U24disposing_6() const { return ___U24disposing_6; } inline bool* get_address_of_U24disposing_6() { return &___U24disposing_6; } inline void set_U24disposing_6(bool value) { ___U24disposing_6 = value; } inline static int32_t get_offset_of_U24PC_7() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator1_1_t1776366895, ___U24PC_7)); } inline int32_t get_U24PC_7() const { return ___U24PC_7; } inline int32_t* get_address_of_U24PC_7() { return &___U24PC_7; } inline void set_U24PC_7(int32_t value) { ___U24PC_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETKEYSU3EC__ITERATOR1_1_T1776366895_H #ifndef AUTOPLAY_T1346164433_H #define AUTOPLAY_T1346164433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AutoPlay struct AutoPlay_t1346164433 { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoPlay_t1346164433, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTOPLAY_T1346164433_H #ifndef LUAENV_T2152703515_H #define LUAENV_T2152703515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv struct LuaEnv_t2152703515 : public RuntimeObject { public: // System.IntPtr XLua.LuaEnv::rawL intptr_t ___rawL_2; // XLua.LuaTable XLua.LuaEnv::_G LuaTable_t1631611336 * ____G_3; // XLua.ObjectTranslator XLua.LuaEnv::translator ObjectTranslator_t2020767555 * ___translator_4; // System.Int32 XLua.LuaEnv::errorFuncRef int32_t ___errorFuncRef_5; // System.Int32 XLua.LuaEnv::last_check_point int32_t ___last_check_point_8; // System.Int32 XLua.LuaEnv::max_check_per_tick int32_t ___max_check_per_tick_9; // System.Func`2 XLua.LuaEnv::object_valid_checker Func_2_t3759279471 * ___object_valid_checker_10; // System.Boolean XLua.LuaEnv::disposed bool ___disposed_11; // System.Collections.Generic.Queue`1 XLua.LuaEnv::refQueue Queue_1_t1426481692 * ___refQueue_12; // System.String XLua.LuaEnv::init_xlua String_t* ___init_xlua_13; // System.Collections.Generic.List`1 XLua.LuaEnv::customLoaders List_1_t1937904963 * ___customLoaders_14; // System.Collections.Generic.Dictionary`2 XLua.LuaEnv::buildin_initer Dictionary_2_t668780358 * ___buildin_initer_15; public: inline static int32_t get_offset_of_rawL_2() { return static_cast(offsetof(LuaEnv_t2152703515, ___rawL_2)); } inline intptr_t get_rawL_2() const { return ___rawL_2; } inline intptr_t* get_address_of_rawL_2() { return &___rawL_2; } inline void set_rawL_2(intptr_t value) { ___rawL_2 = value; } inline static int32_t get_offset_of__G_3() { return static_cast(offsetof(LuaEnv_t2152703515, ____G_3)); } inline LuaTable_t1631611336 * get__G_3() const { return ____G_3; } inline LuaTable_t1631611336 ** get_address_of__G_3() { return &____G_3; } inline void set__G_3(LuaTable_t1631611336 * value) { ____G_3 = value; Il2CppCodeGenWriteBarrier((&____G_3), value); } inline static int32_t get_offset_of_translator_4() { return static_cast(offsetof(LuaEnv_t2152703515, ___translator_4)); } inline ObjectTranslator_t2020767555 * get_translator_4() const { return ___translator_4; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_4() { return &___translator_4; } inline void set_translator_4(ObjectTranslator_t2020767555 * value) { ___translator_4 = value; Il2CppCodeGenWriteBarrier((&___translator_4), value); } inline static int32_t get_offset_of_errorFuncRef_5() { return static_cast(offsetof(LuaEnv_t2152703515, ___errorFuncRef_5)); } inline int32_t get_errorFuncRef_5() const { return ___errorFuncRef_5; } inline int32_t* get_address_of_errorFuncRef_5() { return &___errorFuncRef_5; } inline void set_errorFuncRef_5(int32_t value) { ___errorFuncRef_5 = value; } inline static int32_t get_offset_of_last_check_point_8() { return static_cast(offsetof(LuaEnv_t2152703515, ___last_check_point_8)); } inline int32_t get_last_check_point_8() const { return ___last_check_point_8; } inline int32_t* get_address_of_last_check_point_8() { return &___last_check_point_8; } inline void set_last_check_point_8(int32_t value) { ___last_check_point_8 = value; } inline static int32_t get_offset_of_max_check_per_tick_9() { return static_cast(offsetof(LuaEnv_t2152703515, ___max_check_per_tick_9)); } inline int32_t get_max_check_per_tick_9() const { return ___max_check_per_tick_9; } inline int32_t* get_address_of_max_check_per_tick_9() { return &___max_check_per_tick_9; } inline void set_max_check_per_tick_9(int32_t value) { ___max_check_per_tick_9 = value; } inline static int32_t get_offset_of_object_valid_checker_10() { return static_cast(offsetof(LuaEnv_t2152703515, ___object_valid_checker_10)); } inline Func_2_t3759279471 * get_object_valid_checker_10() const { return ___object_valid_checker_10; } inline Func_2_t3759279471 ** get_address_of_object_valid_checker_10() { return &___object_valid_checker_10; } inline void set_object_valid_checker_10(Func_2_t3759279471 * value) { ___object_valid_checker_10 = value; Il2CppCodeGenWriteBarrier((&___object_valid_checker_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(LuaEnv_t2152703515, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_refQueue_12() { return static_cast(offsetof(LuaEnv_t2152703515, ___refQueue_12)); } inline Queue_1_t1426481692 * get_refQueue_12() const { return ___refQueue_12; } inline Queue_1_t1426481692 ** get_address_of_refQueue_12() { return &___refQueue_12; } inline void set_refQueue_12(Queue_1_t1426481692 * value) { ___refQueue_12 = value; Il2CppCodeGenWriteBarrier((&___refQueue_12), value); } inline static int32_t get_offset_of_init_xlua_13() { return static_cast(offsetof(LuaEnv_t2152703515, ___init_xlua_13)); } inline String_t* get_init_xlua_13() const { return ___init_xlua_13; } inline String_t** get_address_of_init_xlua_13() { return &___init_xlua_13; } inline void set_init_xlua_13(String_t* value) { ___init_xlua_13 = value; Il2CppCodeGenWriteBarrier((&___init_xlua_13), value); } inline static int32_t get_offset_of_customLoaders_14() { return static_cast(offsetof(LuaEnv_t2152703515, ___customLoaders_14)); } inline List_1_t1937904963 * get_customLoaders_14() const { return ___customLoaders_14; } inline List_1_t1937904963 ** get_address_of_customLoaders_14() { return &___customLoaders_14; } inline void set_customLoaders_14(List_1_t1937904963 * value) { ___customLoaders_14 = value; Il2CppCodeGenWriteBarrier((&___customLoaders_14), value); } inline static int32_t get_offset_of_buildin_initer_15() { return static_cast(offsetof(LuaEnv_t2152703515, ___buildin_initer_15)); } inline Dictionary_2_t668780358 * get_buildin_initer_15() const { return ___buildin_initer_15; } inline Dictionary_2_t668780358 ** get_address_of_buildin_initer_15() { return &___buildin_initer_15; } inline void set_buildin_initer_15(Dictionary_2_t668780358 * value) { ___buildin_initer_15 = value; Il2CppCodeGenWriteBarrier((&___buildin_initer_15), value); } }; struct LuaEnv_t2152703515_StaticFields { public: // System.Collections.Generic.List`1> XLua.LuaEnv::initers List_1_t1475235752 * ___initers_7; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_16; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_17; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_18; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_19; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_20; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_21; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_22; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_23; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_24; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_25; public: inline static int32_t get_offset_of_initers_7() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___initers_7)); } inline List_1_t1475235752 * get_initers_7() const { return ___initers_7; } inline List_1_t1475235752 ** get_address_of_initers_7() { return &___initers_7; } inline void set_initers_7(List_1_t1475235752 * value) { ___initers_7 = value; Il2CppCodeGenWriteBarrier((&___initers_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_16() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache0_16)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_16() const { return ___U3CU3Ef__mgU24cache0_16; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_16() { return &___U3CU3Ef__mgU24cache0_16; } inline void set_U3CU3Ef__mgU24cache0_16(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_17() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache1_17)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_17() const { return ___U3CU3Ef__mgU24cache1_17; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_17() { return &___U3CU3Ef__mgU24cache1_17; } inline void set_U3CU3Ef__mgU24cache1_17(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_18() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache2_18)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_18() const { return ___U3CU3Ef__mgU24cache2_18; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_18() { return &___U3CU3Ef__mgU24cache2_18; } inline void set_U3CU3Ef__mgU24cache2_18(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_19() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache3_19)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_19() const { return ___U3CU3Ef__mgU24cache3_19; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_19() { return &___U3CU3Ef__mgU24cache3_19; } inline void set_U3CU3Ef__mgU24cache3_19(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_20() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache4_20)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_20() const { return ___U3CU3Ef__mgU24cache4_20; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_20() { return &___U3CU3Ef__mgU24cache4_20; } inline void set_U3CU3Ef__mgU24cache4_20(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_21() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache5_21)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_21() const { return ___U3CU3Ef__mgU24cache5_21; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_21() { return &___U3CU3Ef__mgU24cache5_21; } inline void set_U3CU3Ef__mgU24cache5_21(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_22() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache6_22)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_22() const { return ___U3CU3Ef__mgU24cache6_22; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_22() { return &___U3CU3Ef__mgU24cache6_22; } inline void set_U3CU3Ef__mgU24cache6_22(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_23() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache7_23)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_23() const { return ___U3CU3Ef__mgU24cache7_23; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_23() { return &___U3CU3Ef__mgU24cache7_23; } inline void set_U3CU3Ef__mgU24cache7_23(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_24() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache8_24)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_24() const { return ___U3CU3Ef__mgU24cache8_24; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_24() { return &___U3CU3Ef__mgU24cache8_24; } inline void set_U3CU3Ef__mgU24cache8_24(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_25() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache9_25)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_25() const { return ___U3CU3Ef__mgU24cache9_25; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_25() { return &___U3CU3Ef__mgU24cache9_25; } inline void set_U3CU3Ef__mgU24cache9_25(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAENV_T2152703515_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 EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASE_T4010715394_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef FORMATTERASSEMBLYSTYLE_T868039825_H #define FORMATTERASSEMBLYSTYLE_T868039825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t868039825 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterAssemblyStyle_t868039825, ___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 // FORMATTERASSEMBLYSTYLE_T868039825_H #ifndef NULLABLE_1_T4278248406_H #define NULLABLE_1_T4278248406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4278248406 { public: // T System.Nullable`1::value Color_t2555686324 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4278248406, ___value_0)); } inline Color_t2555686324 get_value_0() const { return ___value_0; } inline Color_t2555686324 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Color_t2555686324 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4278248406, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4278248406_H #ifndef TWEENTYPE_T1971673186_H #define TWEENTYPE_T1971673186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenType struct TweenType_t1971673186 { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TweenType_t1971673186, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENTYPE_T1971673186_H #ifndef JSONCONTAINERTYPE_T3191599701_H #define JSONCONTAINERTYPE_T3191599701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t3191599701 { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonContainerType_t3191599701, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERTYPE_T3191599701_H #ifndef EVENTTYPE_T1835192406_H #define EVENTTYPE_T1835192406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventType struct EventType_t1835192406 { public: // System.Int32 Spine.EventQueue/EventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventType_t1835192406, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTYPE_T1835192406_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef COLORTWEENMODE_T1000778859_H #define COLORTWEENMODE_T1000778859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode struct ColorTweenMode_t1000778859 { public: // System.Int32 UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ColorTweenMode_t1000778859, ___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 // COLORTWEENMODE_T1000778859_H #ifndef UPDATETYPE_T3937729206_H #define UPDATETYPE_T3937729206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.UpdateType struct UpdateType_t3937729206 { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateType_t3937729206, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATETYPE_T3937729206_H #ifndef MYENUM_T4134377632_H #define MYENUM_T4134377632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyEnum struct MyEnum_t4134377632 { public: // System.Int32 XLuaTest.MyEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MyEnum_t4134377632, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYENUM_T4134377632_H #ifndef 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 NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_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 MYSTRUCT_T514849583_H #define MYSTRUCT_T514849583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyStruct struct MyStruct_t514849583 { public: // System.Int32 XLuaTest.MyStruct::a int32_t ___a_0; // System.Int32 XLuaTest.MyStruct::b int32_t ___b_1; // System.Decimal XLuaTest.MyStruct::c Decimal_t2948259380 ___c_2; // XLuaTest.Pedding XLuaTest.MyStruct::e Pedding_t3796070799 ___e_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(MyStruct_t514849583, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(MyStruct_t514849583, ___b_1)); } inline int32_t get_b_1() const { return ___b_1; } inline int32_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int32_t value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(MyStruct_t514849583, ___c_2)); } inline Decimal_t2948259380 get_c_2() const { return ___c_2; } inline Decimal_t2948259380 * get_address_of_c_2() { return &___c_2; } inline void set_c_2(Decimal_t2948259380 value) { ___c_2 = value; } inline static int32_t get_offset_of_e_3() { return static_cast(offsetof(MyStruct_t514849583, ___e_3)); } inline Pedding_t3796070799 get_e_3() const { return ___e_3; } inline Pedding_t3796070799 * get_address_of_e_3() { return &___e_3; } inline void set_e_3(Pedding_t3796070799 value) { ___e_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYSTRUCT_T514849583_H #ifndef CACHEDINVOKABLECALL_1_T2423483305_H #define CACHEDINVOKABLECALL_1_T2423483305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t2423483305 : public InvokableCall_1_t214452203 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 bool ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_t2423483305, ___m_Arg1_1)); } inline bool get_m_Arg1_1() const { return ___m_Arg1_1; } inline bool* get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(bool value) { ___m_Arg1_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHEDINVOKABLECALL_1_T2423483305_H #ifndef LOADSCENEMODE_T3251202195_H #define LOADSCENEMODE_T3251202195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_t3251202195 { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoadSceneMode_t3251202195, ___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 // LOADSCENEMODE_T3251202195_H #ifndef HIDEFLAGS_T4250555765_H #define HIDEFLAGS_T4250555765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HideFlags struct HideFlags_t4250555765 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HideFlags_t4250555765, ___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 // HIDEFLAGS_T4250555765_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 PLAYABLEGRAPH_T3515989261_H #define PLAYABLEGRAPH_T3515989261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableGraph struct PlayableGraph_t3515989261 { public: // System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle intptr_t ___m_Handle_0; // System.Int32 UnityEngine.Playables.PlayableGraph::m_Version int32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableGraph_t3515989261, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableGraph_t3515989261, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLEGRAPH_T3515989261_H #ifndef CACHEDINVOKABLECALL_1_T1111334208_H #define CACHEDINVOKABLECALL_1_T1111334208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t1111334208 : public InvokableCall_1_t3197270402 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 RuntimeObject * ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_t1111334208, ___m_Arg1_1)); } inline RuntimeObject * get_m_Arg1_1() const { return ___m_Arg1_1; } inline RuntimeObject ** get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(RuntimeObject * value) { ___m_Arg1_1 = value; Il2CppCodeGenWriteBarrier((&___m_Arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHEDINVOKABLECALL_1_T1111334208_H #ifndef INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_t631007953, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_t631007953_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef UIVERTEX_T4057497605_H #define UIVERTEX_T4057497605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UIVertex struct UIVertex_t4057497605 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t3722313464 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t3722313464 ___normal_1; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t2600501292 ___color_2; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_t2156229523 ___uv0_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_t2156229523 ___uv1_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_t2156229523 ___uv2_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_t2156229523 ___uv3_6; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_t3319028937 ___tangent_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_t4057497605, ___position_0)); } inline Vector3_t3722313464 get_position_0() const { return ___position_0; } inline Vector3_t3722313464 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t3722313464 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_t4057497605, ___normal_1)); } inline Vector3_t3722313464 get_normal_1() const { return ___normal_1; } inline Vector3_t3722313464 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t3722313464 value) { ___normal_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(UIVertex_t4057497605, ___color_2)); } inline Color32_t2600501292 get_color_2() const { return ___color_2; } inline Color32_t2600501292 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color32_t2600501292 value) { ___color_2 = value; } inline static int32_t get_offset_of_uv0_3() { return static_cast(offsetof(UIVertex_t4057497605, ___uv0_3)); } inline Vector2_t2156229523 get_uv0_3() const { return ___uv0_3; } inline Vector2_t2156229523 * get_address_of_uv0_3() { return &___uv0_3; } inline void set_uv0_3(Vector2_t2156229523 value) { ___uv0_3 = value; } inline static int32_t get_offset_of_uv1_4() { return static_cast(offsetof(UIVertex_t4057497605, ___uv1_4)); } inline Vector2_t2156229523 get_uv1_4() const { return ___uv1_4; } inline Vector2_t2156229523 * get_address_of_uv1_4() { return &___uv1_4; } inline void set_uv1_4(Vector2_t2156229523 value) { ___uv1_4 = value; } inline static int32_t get_offset_of_uv2_5() { return static_cast(offsetof(UIVertex_t4057497605, ___uv2_5)); } inline Vector2_t2156229523 get_uv2_5() const { return ___uv2_5; } inline Vector2_t2156229523 * get_address_of_uv2_5() { return &___uv2_5; } inline void set_uv2_5(Vector2_t2156229523 value) { ___uv2_5 = value; } inline static int32_t get_offset_of_uv3_6() { return static_cast(offsetof(UIVertex_t4057497605, ___uv3_6)); } inline Vector2_t2156229523 get_uv3_6() const { return ___uv3_6; } inline Vector2_t2156229523 * get_address_of_uv3_6() { return &___uv3_6; } inline void set_uv3_6(Vector2_t2156229523 value) { ___uv3_6 = value; } inline static int32_t get_offset_of_tangent_7() { return static_cast(offsetof(UIVertex_t4057497605, ___tangent_7)); } inline Vector4_t3319028937 get_tangent_7() const { return ___tangent_7; } inline Vector4_t3319028937 * get_address_of_tangent_7() { return &___tangent_7; } inline void set_tangent_7(Vector4_t3319028937 value) { ___tangent_7 = value; } }; struct UIVertex_t4057497605_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t2600501292 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t4057497605 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultColor_8)); } inline Color32_t2600501292 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t2600501292 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t2600501292 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_t3319028937 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_t3319028937 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_t3319028937 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___simpleVert_10)); } inline UIVertex_t4057497605 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t4057497605 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t4057497605 value) { ___simpleVert_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIVERTEX_T4057497605_H #ifndef CACHEDINVOKABLECALL_1_T3723462114_H #define CACHEDINVOKABLECALL_1_T3723462114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t3723462114 : public InvokableCall_1_t1514431012 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 float ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_t3723462114, ___m_Arg1_1)); } inline float get_m_Arg1_1() const { return ___m_Arg1_1; } inline float* get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(float value) { ___m_Arg1_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHEDINVOKABLECALL_1_T3723462114_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 U3CSTARTU3EC__ITERATOR0_T30141770_H #define U3CSTARTU3EC__ITERATOR0_T30141770_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0 struct U3CStartU3Ec__Iterator0_t30141770 : public RuntimeObject { public: // T UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::tweenInfo FloatTween_t1274330004 ___tweenInfo_0; // System.Single UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::__0 float ___U3CelapsedTimeU3E__0_1; // System.Single UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::__1 float ___U3CpercentageU3E__1_2; // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_tweenInfo_0() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t30141770, ___tweenInfo_0)); } inline FloatTween_t1274330004 get_tweenInfo_0() const { return ___tweenInfo_0; } inline FloatTween_t1274330004 * get_address_of_tweenInfo_0() { return &___tweenInfo_0; } inline void set_tweenInfo_0(FloatTween_t1274330004 value) { ___tweenInfo_0 = value; } inline static int32_t get_offset_of_U3CelapsedTimeU3E__0_1() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t30141770, ___U3CelapsedTimeU3E__0_1)); } inline float get_U3CelapsedTimeU3E__0_1() const { return ___U3CelapsedTimeU3E__0_1; } inline float* get_address_of_U3CelapsedTimeU3E__0_1() { return &___U3CelapsedTimeU3E__0_1; } inline void set_U3CelapsedTimeU3E__0_1(float value) { ___U3CelapsedTimeU3E__0_1 = value; } inline static int32_t get_offset_of_U3CpercentageU3E__1_2() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t30141770, ___U3CpercentageU3E__1_2)); } inline float get_U3CpercentageU3E__1_2() const { return ___U3CpercentageU3E__1_2; } inline float* get_address_of_U3CpercentageU3E__1_2() { return &___U3CpercentageU3E__1_2; } inline void set_U3CpercentageU3E__1_2(float value) { ___U3CpercentageU3E__1_2 = value; } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t30141770, ___U24current_3)); } inline RuntimeObject * get_U24current_3() const { return ___U24current_3; } inline RuntimeObject ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(RuntimeObject * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U24disposing_4() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t30141770, ___U24disposing_4)); } inline bool get_U24disposing_4() const { return ___U24disposing_4; } inline bool* get_address_of_U24disposing_4() { return &___U24disposing_4; } inline void set_U24disposing_4(bool value) { ___U24disposing_4 = value; } inline static int32_t get_offset_of_U24PC_5() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t30141770, ___U24PC_5)); } inline int32_t get_U24PC_5() const { return ___U24PC_5; } inline int32_t* get_address_of_U24PC_5() { return &___U24PC_5; } inline void set_U24PC_5(int32_t value) { ___U24PC_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSTARTU3EC__ITERATOR0_T30141770_H #ifndef UICHARINFO_T75501106_H #define UICHARINFO_T75501106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UICharInfo struct UICharInfo_t75501106 { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_t2156229523 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_t75501106, ___cursorPos_0)); } inline Vector2_t2156229523 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_t2156229523 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_t2156229523 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_t75501106, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHARINFO_T75501106_H #ifndef 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 CACHEDINVOKABLECALL_1_T982173797_H #define CACHEDINVOKABLECALL_1_T982173797_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t982173797 : public InvokableCall_1_t3068109991 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 int32_t ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_t982173797, ___m_Arg1_1)); } inline int32_t get_m_Arg1_1() const { return ___m_Arg1_1; } inline int32_t* get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(int32_t value) { ___m_Arg1_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHEDINVOKABLECALL_1_T982173797_H #ifndef CASTHELPER_1_T2613165452_H #define CASTHELPER_1_T2613165452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CastHelper`1 struct CastHelper_1_t2613165452 { public: // T UnityEngine.CastHelper`1::t RuntimeObject * ___t_0; // System.IntPtr UnityEngine.CastHelper`1::onePointerFurtherThanT intptr_t ___onePointerFurtherThanT_1; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(CastHelper_1_t2613165452, ___t_0)); } inline RuntimeObject * get_t_0() const { return ___t_0; } inline RuntimeObject ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(RuntimeObject * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((&___t_0), value); } inline static int32_t get_offset_of_onePointerFurtherThanT_1() { return static_cast(offsetof(CastHelper_1_t2613165452, ___onePointerFurtherThanT_1)); } inline intptr_t get_onePointerFurtherThanT_1() const { return ___onePointerFurtherThanT_1; } inline intptr_t* get_address_of_onePointerFurtherThanT_1() { return &___onePointerFurtherThanT_1; } inline void set_onePointerFurtherThanT_1(intptr_t value) { ___onePointerFurtherThanT_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASTHELPER_1_T2613165452_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef DIAGNOSTICSWITCH_T2110704064_H #define DIAGNOSTICSWITCH_T2110704064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064 { public: // System.String UnityEngine.DiagnosticSwitch::name String_t* ___name_0; // System.String UnityEngine.DiagnosticSwitch::description String_t* ___description_1; // UnityEngine.DiagnosticSwitchFlags UnityEngine.DiagnosticSwitch::flags int32_t ___flags_2; // System.Object UnityEngine.DiagnosticSwitch::value RuntimeObject * ___value_3; // System.Object UnityEngine.DiagnosticSwitch::minValue RuntimeObject * ___minValue_4; // System.Object UnityEngine.DiagnosticSwitch::maxValue RuntimeObject * ___maxValue_5; // System.Object UnityEngine.DiagnosticSwitch::persistentValue RuntimeObject * ___persistentValue_6; // UnityEngine.EnumInfo UnityEngine.DiagnosticSwitch::enumInfo EnumInfo_t93260550 * ___enumInfo_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((&___description_1), value); } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((&___value_3), value); } inline static int32_t get_offset_of_minValue_4() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___minValue_4)); } inline RuntimeObject * get_minValue_4() const { return ___minValue_4; } inline RuntimeObject ** get_address_of_minValue_4() { return &___minValue_4; } inline void set_minValue_4(RuntimeObject * value) { ___minValue_4 = value; Il2CppCodeGenWriteBarrier((&___minValue_4), value); } inline static int32_t get_offset_of_maxValue_5() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___maxValue_5)); } inline RuntimeObject * get_maxValue_5() const { return ___maxValue_5; } inline RuntimeObject ** get_address_of_maxValue_5() { return &___maxValue_5; } inline void set_maxValue_5(RuntimeObject * value) { ___maxValue_5 = value; Il2CppCodeGenWriteBarrier((&___maxValue_5), value); } inline static int32_t get_offset_of_persistentValue_6() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___persistentValue_6)); } inline RuntimeObject * get_persistentValue_6() const { return ___persistentValue_6; } inline RuntimeObject ** get_address_of_persistentValue_6() { return &___persistentValue_6; } inline void set_persistentValue_6(RuntimeObject * value) { ___persistentValue_6 = value; Il2CppCodeGenWriteBarrier((&___persistentValue_6), value); } inline static int32_t get_offset_of_enumInfo_7() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___enumInfo_7)); } inline EnumInfo_t93260550 * get_enumInfo_7() const { return ___enumInfo_7; } inline EnumInfo_t93260550 ** get_address_of_enumInfo_7() { return &___enumInfo_7; } inline void set_enumInfo_7(EnumInfo_t93260550 * value) { ___enumInfo_7 = value; Il2CppCodeGenWriteBarrier((&___enumInfo_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064_marshaled_pinvoke { char* ___name_0; char* ___description_1; int32_t ___flags_2; Il2CppIUnknown* ___value_3; Il2CppIUnknown* ___minValue_4; Il2CppIUnknown* ___maxValue_5; Il2CppIUnknown* ___persistentValue_6; EnumInfo_t93260550 * ___enumInfo_7; }; // Native definition for COM marshalling of UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___description_1; int32_t ___flags_2; Il2CppIUnknown* ___value_3; Il2CppIUnknown* ___minValue_4; Il2CppIUnknown* ___maxValue_5; Il2CppIUnknown* ___persistentValue_6; EnumInfo_t93260550 * ___enumInfo_7; }; #endif // DIAGNOSTICSWITCH_T2110704064_H #ifndef SCRIPTPLAYABLE_1_T818619019_H #define SCRIPTPLAYABLE_1_T818619019_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t818619019 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::m_Handle PlayableHandle_t1095853803 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(ScriptPlayable_1_t818619019, ___m_Handle_0)); } inline PlayableHandle_t1095853803 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t1095853803 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t1095853803 value) { ___m_Handle_0 = value; } }; struct ScriptPlayable_1_t818619019_StaticFields { public: // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::m_NullPlayable ScriptPlayable_1_t818619019 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(ScriptPlayable_1_t818619019_StaticFields, ___m_NullPlayable_1)); } inline ScriptPlayable_1_t818619019 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline ScriptPlayable_1_t818619019 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(ScriptPlayable_1_t818619019 value) { ___m_NullPlayable_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCRIPTPLAYABLE_1_T818619019_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 EXPOSEDREFERENCE_1_T3345160085_H #define EXPOSEDREFERENCE_1_T3345160085_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ExposedReference`1 struct ExposedReference_1_t3345160085 { public: // UnityEngine.PropertyName UnityEngine.ExposedReference`1::exposedName PropertyName_t3749835189 ___exposedName_0; // UnityEngine.Object UnityEngine.ExposedReference`1::defaultValue Object_t631007953 * ___defaultValue_1; public: inline static int32_t get_offset_of_exposedName_0() { return static_cast(offsetof(ExposedReference_1_t3345160085, ___exposedName_0)); } inline PropertyName_t3749835189 get_exposedName_0() const { return ___exposedName_0; } inline PropertyName_t3749835189 * get_address_of_exposedName_0() { return &___exposedName_0; } inline void set_exposedName_0(PropertyName_t3749835189 value) { ___exposedName_0 = value; } inline static int32_t get_offset_of_defaultValue_1() { return static_cast(offsetof(ExposedReference_1_t3345160085, ___defaultValue_1)); } inline Object_t631007953 * get_defaultValue_1() const { return ___defaultValue_1; } inline Object_t631007953 ** get_address_of_defaultValue_1() { return &___defaultValue_1; } inline void set_defaultValue_1(Object_t631007953 * value) { ___defaultValue_1 = value; Il2CppCodeGenWriteBarrier((&___defaultValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.ExposedReference`1 #ifndef ExposedReference_1_t2548232636_marshaled_pinvoke_define #define ExposedReference_1_t2548232636_marshaled_pinvoke_define struct ExposedReference_1_t2548232636_marshaled_pinvoke { PropertyName_t3749835189 ___exposedName_0; Object_t631007953_marshaled_pinvoke ___defaultValue_1; }; #endif // Native definition for COM marshalling of UnityEngine.ExposedReference`1 #ifndef ExposedReference_1_t2548232636_marshaled_com_define #define ExposedReference_1_t2548232636_marshaled_com_define struct ExposedReference_1_t2548232636_marshaled_com { PropertyName_t3749835189 ___exposedName_0; Object_t631007953_marshaled_com* ___defaultValue_1; }; #endif #endif // EXPOSEDREFERENCE_1_T3345160085_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef PLAYABLE_T459825607_H #define PLAYABLE_T459825607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.Playable struct Playable_t459825607 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t1095853803 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_t459825607, ___m_Handle_0)); } inline PlayableHandle_t1095853803 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t1095853803 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t1095853803 value) { ___m_Handle_0 = value; } }; struct Playable_t459825607_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_t459825607 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_t459825607_StaticFields, ___m_NullPlayable_1)); } inline Playable_t459825607 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_t459825607 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_t459825607 value) { ___m_NullPlayable_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLE_T459825607_H #ifndef COLORTWEEN_T809614380_H #define COLORTWEEN_T809614380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.ColorTween struct ColorTween_t809614380 { public: // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback UnityEngine.UI.CoroutineTween.ColorTween::m_Target ColorTweenCallback_t1121741130 * ___m_Target_0; // UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::m_StartColor Color_t2555686324 ___m_StartColor_1; // UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::m_TargetColor Color_t2555686324 ___m_TargetColor_2; // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode UnityEngine.UI.CoroutineTween.ColorTween::m_TweenMode int32_t ___m_TweenMode_3; // System.Single UnityEngine.UI.CoroutineTween.ColorTween::m_Duration float ___m_Duration_4; // System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::m_IgnoreTimeScale bool ___m_IgnoreTimeScale_5; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(ColorTween_t809614380, ___m_Target_0)); } inline ColorTweenCallback_t1121741130 * get_m_Target_0() const { return ___m_Target_0; } inline ColorTweenCallback_t1121741130 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(ColorTweenCallback_t1121741130 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((&___m_Target_0), value); } inline static int32_t get_offset_of_m_StartColor_1() { return static_cast(offsetof(ColorTween_t809614380, ___m_StartColor_1)); } inline Color_t2555686324 get_m_StartColor_1() const { return ___m_StartColor_1; } inline Color_t2555686324 * get_address_of_m_StartColor_1() { return &___m_StartColor_1; } inline void set_m_StartColor_1(Color_t2555686324 value) { ___m_StartColor_1 = value; } inline static int32_t get_offset_of_m_TargetColor_2() { return static_cast(offsetof(ColorTween_t809614380, ___m_TargetColor_2)); } inline Color_t2555686324 get_m_TargetColor_2() const { return ___m_TargetColor_2; } inline Color_t2555686324 * get_address_of_m_TargetColor_2() { return &___m_TargetColor_2; } inline void set_m_TargetColor_2(Color_t2555686324 value) { ___m_TargetColor_2 = value; } inline static int32_t get_offset_of_m_TweenMode_3() { return static_cast(offsetof(ColorTween_t809614380, ___m_TweenMode_3)); } inline int32_t get_m_TweenMode_3() const { return ___m_TweenMode_3; } inline int32_t* get_address_of_m_TweenMode_3() { return &___m_TweenMode_3; } inline void set_m_TweenMode_3(int32_t value) { ___m_TweenMode_3 = value; } inline static int32_t get_offset_of_m_Duration_4() { return static_cast(offsetof(ColorTween_t809614380, ___m_Duration_4)); } inline float get_m_Duration_4() const { return ___m_Duration_4; } inline float* get_address_of_m_Duration_4() { return &___m_Duration_4; } inline void set_m_Duration_4(float value) { ___m_Duration_4 = value; } inline static int32_t get_offset_of_m_IgnoreTimeScale_5() { return static_cast(offsetof(ColorTween_t809614380, ___m_IgnoreTimeScale_5)); } inline bool get_m_IgnoreTimeScale_5() const { return ___m_IgnoreTimeScale_5; } inline bool* get_address_of_m_IgnoreTimeScale_5() { return &___m_IgnoreTimeScale_5; } inline void set_m_IgnoreTimeScale_5(bool value) { ___m_IgnoreTimeScale_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.ColorTween struct ColorTween_t809614380_marshaled_pinvoke { ColorTweenCallback_t1121741130 * ___m_Target_0; Color_t2555686324 ___m_StartColor_1; Color_t2555686324 ___m_TargetColor_2; int32_t ___m_TweenMode_3; float ___m_Duration_4; int32_t ___m_IgnoreTimeScale_5; }; // Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.ColorTween struct ColorTween_t809614380_marshaled_com { ColorTweenCallback_t1121741130 * ___m_Target_0; Color_t2555686324 ___m_StartColor_1; Color_t2555686324 ___m_TargetColor_2; int32_t ___m_TweenMode_3; float ___m_Duration_4; int32_t ___m_IgnoreTimeScale_5; }; #endif // COLORTWEEN_T809614380_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 NULLABLE_1_T1815407677_H #define NULLABLE_1_T1815407677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1815407677 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1815407677, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1815407677, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1815407677_H #ifndef SCRIPTABLEOBJECT_T2528358522_H #define SCRIPTABLEOBJECT_T2528358522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_pinvoke : public Object_t631007953_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_com : public Object_t631007953_marshaled_com { }; #endif // SCRIPTABLEOBJECT_T2528358522_H #ifndef JSONPOSITION_T2528027714_H #define JSONPOSITION_T2528027714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714 { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t2528027714, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t2528027714, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t2528027714, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((&___PropertyName_3), value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t2528027714, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t2528027714_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t3528271667* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t2528027714_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t3528271667* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t3528271667* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___SpecialCharacters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; #endif // JSONPOSITION_T2528027714_H #ifndef NULLABLE_1_T2590601907_H #define NULLABLE_1_T2590601907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2590601907 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2590601907, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2590601907, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2590601907_H #ifndef EVENTQUEUEENTRY_T351831961_H #define EVENTQUEUEENTRY_T351831961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961 { public: // Spine.EventQueue/EventType Spine.EventQueue/EventQueueEntry::type int32_t ___type_0; // Spine.TrackEntry Spine.EventQueue/EventQueueEntry::entry TrackEntry_t1316488441 * ___entry_1; // Spine.Event Spine.EventQueue/EventQueueEntry::e Event_t1378573841 * ___e_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(EventQueueEntry_t351831961, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_entry_1() { return static_cast(offsetof(EventQueueEntry_t351831961, ___entry_1)); } inline TrackEntry_t1316488441 * get_entry_1() const { return ___entry_1; } inline TrackEntry_t1316488441 ** get_address_of_entry_1() { return &___entry_1; } inline void set_entry_1(TrackEntry_t1316488441 * value) { ___entry_1 = value; Il2CppCodeGenWriteBarrier((&___entry_1), value); } inline static int32_t get_offset_of_e_2() { return static_cast(offsetof(EventQueueEntry_t351831961, ___e_2)); } inline Event_t1378573841 * get_e_2() const { return ___e_2; } inline Event_t1378573841 ** get_address_of_e_2() { return &___e_2; } inline void set_e_2(Event_t1378573841 * value) { ___e_2 = value; Il2CppCodeGenWriteBarrier((&___e_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_pinvoke { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; // Native definition for COM marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_com { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; #endif // EVENTQUEUEENTRY_T351831961_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef ACTION_3_T2951024179_H #define ACTION_3_T2951024179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2951024179 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2951024179_H #ifndef ACTION_2_T3639435569_H #define ACTION_2_T3639435569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3639435569 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3639435569_H #ifndef GETFUNC_1_T4024836509_H #define GETFUNC_1_T4024836509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4024836509 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T4024836509_H #ifndef ACTION_2_T202091315_H #define ACTION_2_T202091315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t202091315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T202091315_H #ifndef ACTION_2_T1844602747_H #define ACTION_2_T1844602747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1844602747 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1844602747_H #ifndef GETFUNC_1_T1372380645_H #define GETFUNC_1_T1372380645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1372380645 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T1372380645_H #ifndef NULLABLE_1_T1166124571_H #define NULLABLE_1_T1166124571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1166124571 { public: // T System.Nullable`1::value DateTime_t3738529785 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1166124571, ___value_0)); } inline DateTime_t3738529785 get_value_0() const { return ___value_0; } inline DateTime_t3738529785 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_t3738529785 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1166124571, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1166124571_H #ifndef ACTION_3_T1561865147_H #define ACTION_3_T1561865147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1561865147 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1561865147_H #ifndef GETFUNC_1_T601956886_H #define GETFUNC_1_T601956886_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t601956886 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T601956886_H #ifndef ACTION_2_T3107899579_H #define ACTION_2_T3107899579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3107899579 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3107899579_H #ifndef GETFUNC_1_T2635677477_H #define GETFUNC_1_T2635677477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2635677477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2635677477_H #ifndef ACTION_3_T298568315_H #define ACTION_3_T298568315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t298568315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T298568315_H #ifndef GETFUNC_1_T4221484935_H #define GETFUNC_1_T4221484935_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4221484935 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T4221484935_H #ifndef ACTION_3_T984968159_H #define ACTION_3_T984968159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t984968159 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T984968159_H #ifndef ACTION_2_T2531002591_H #define ACTION_2_T2531002591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2531002591 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2531002591_H #ifndef ACTION_2_T398739741_H #define ACTION_2_T398739741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t398739741 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T398739741_H #ifndef GETFUNC_1_T2058780489_H #define GETFUNC_1_T2058780489_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2058780489 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2058780489_H #ifndef ACTION_3_T3147672605_H #define ACTION_3_T3147672605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3147672605 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3147672605_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef ACTION_3_T2093401137_H #define ACTION_3_T2093401137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2093401137 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2093401137_H #ifndef DATETIMEOFFSET_T3229287507_H #define DATETIMEOFFSET_T3229287507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeOffset struct DateTimeOffset_t3229287507 { public: // System.DateTime System.DateTimeOffset::dt DateTime_t3738529785 ___dt_2; // System.TimeSpan System.DateTimeOffset::utc_offset TimeSpan_t881159249 ___utc_offset_3; public: inline static int32_t get_offset_of_dt_2() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___dt_2)); } inline DateTime_t3738529785 get_dt_2() const { return ___dt_2; } inline DateTime_t3738529785 * get_address_of_dt_2() { return &___dt_2; } inline void set_dt_2(DateTime_t3738529785 value) { ___dt_2 = value; } inline static int32_t get_offset_of_utc_offset_3() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___utc_offset_3)); } inline TimeSpan_t881159249 get_utc_offset_3() const { return ___utc_offset_3; } inline TimeSpan_t881159249 * get_address_of_utc_offset_3() { return &___utc_offset_3; } inline void set_utc_offset_3(TimeSpan_t881159249 value) { ___utc_offset_3 = value; } }; struct DateTimeOffset_t3229287507_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t3229287507 ___MaxValue_0; // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t3229287507 ___MinValue_1; public: inline static int32_t get_offset_of_MaxValue_0() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MaxValue_0)); } inline DateTimeOffset_t3229287507 get_MaxValue_0() const { return ___MaxValue_0; } inline DateTimeOffset_t3229287507 * get_address_of_MaxValue_0() { return &___MaxValue_0; } inline void set_MaxValue_0(DateTimeOffset_t3229287507 value) { ___MaxValue_0 = value; } inline static int32_t get_offset_of_MinValue_1() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MinValue_1)); } inline DateTimeOffset_t3229287507 get_MinValue_1() const { return ___MinValue_1; } inline DateTimeOffset_t3229287507 * get_address_of_MinValue_1() { return &___MinValue_1; } inline void set_MinValue_1(DateTimeOffset_t3229287507 value) { ___MinValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEOFFSET_T3229287507_H #ifndef ACTION_2_T2861257736_H #define ACTION_2_T2861257736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2861257736 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2861257736_H #ifndef GETFUNC_1_T2389035634_H #define GETFUNC_1_T2389035634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2389035634 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2389035634_H #ifndef GETFUNC_1_T2243336826_H #define GETFUNC_1_T2243336826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2243336826 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2243336826_H #ifndef ACTION_3_T1568981297_H #define ACTION_3_T1568981297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1568981297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1568981297_H #ifndef ACTION_2_T3115015729_H #define ACTION_2_T3115015729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3115015729 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3115015729_H #ifndef GETFUNC_1_T2642793627_H #define GETFUNC_1_T2642793627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2642793627 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2642793627_H #ifndef ACTION_3_T1315223304_H #define ACTION_3_T1315223304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1315223304 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1315223304_H #ifndef ACTION_2_T2642173319_H #define ACTION_2_T2642173319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2642173319 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2642173319_H #ifndef ACTION_3_T1849904418_H #define ACTION_3_T1849904418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1849904418 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1849904418_H #ifndef ACTION_3_T2799146466_H #define ACTION_3_T2799146466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2799146466 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2799146466_H #ifndef ACTION_3_T1096138887_H #define ACTION_3_T1096138887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1096138887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1096138887_H #ifndef ACTION_2_T50213602_H #define ACTION_2_T50213602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t50213602 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T50213602_H #ifndef GETFUNC_1_T3872958796_H #define GETFUNC_1_T3872958796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3872958796 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3872958796_H #ifndef ACTION_2_T3395938850_H #define ACTION_2_T3395938850_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3395938850 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3395938850_H #ifndef GETFUNC_1_T2923716748_H #define GETFUNC_1_T2923716748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2923716748 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2923716748_H #ifndef ACTION_2_T1074178988_H #define ACTION_2_T1074178988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1074178988 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1074178988_H #ifndef GETFUNC_1_T2169951217_H #define GETFUNC_1_T2169951217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2169951217 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2169951217_H #ifndef ACTION_2_T4281642869_H #define ACTION_2_T4281642869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4281642869 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4281642869_H #ifndef ACTION_3_T2735608437_H #define ACTION_3_T2735608437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2735608437 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2735608437_H #ifndef GETFUNC_1_T3406136240_H #define GETFUNC_1_T3406136240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3406136240 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3406136240_H #ifndef ACTION_2_T3878358342_H #define ACTION_2_T3878358342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3878358342 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3878358342_H #ifndef ACTION_3_T2332323910_H #define ACTION_3_T2332323910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2332323910 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2332323910_H #ifndef ACTION_3_T3823111852_H #define ACTION_3_T3823111852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3823111852 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3823111852_H #ifndef ACTION_3_T1280132883_H #define ACTION_3_T1280132883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1280132883 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1280132883_H #ifndef ACTION_2_T2826167315_H #define ACTION_2_T2826167315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2826167315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2826167315_H #ifndef GETFUNC_1_T2353945213_H #define GETFUNC_1_T2353945213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2353945213 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2353945213_H #ifndef ACTION_2_T2715558928_H #define ACTION_2_T2715558928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2715558928 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2715558928_H #ifndef ACTION_3_T1169524496_H #define ACTION_3_T1169524496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1169524496 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1169524496_H #ifndef ACTION_3_T2809365772_H #define ACTION_3_T2809365772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2809365772 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2809365772_H #ifndef ACTION_2_T60432908_H #define ACTION_2_T60432908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t60432908 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T60432908_H #ifndef GETFUNC_1_T3883178102_H #define GETFUNC_1_T3883178102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3883178102 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3883178102_H #ifndef GETFUNC_1_T3809420767_H #define GETFUNC_1_T3809420767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3809420767 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3809420767_H #ifndef UNITYACTION_1_T3140522465_H #define UNITYACTION_1_T3140522465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3140522465 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T3140522465_H #ifndef UNITYACTION_1_T1982102915_H #define UNITYACTION_1_T1982102915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t1982102915 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T1982102915_H #ifndef UNITYACTION_1_T3664942305_H #define UNITYACTION_1_T3664942305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3664942305 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T3664942305_H #ifndef UNITYACTION_1_T3535781894_H #define UNITYACTION_1_T3535781894_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3535781894 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T3535781894_H #ifndef UNITYACTION_1_T682124106_H #define UNITYACTION_1_T682124106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t682124106 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T682124106_H #ifndef KEYVALUEPAIR_2_T298337405_H #define KEYVALUEPAIR_2_T298337405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t298337405 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_t3738529785 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TimeType_t2507513283 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t298337405, ___key_0)); } inline DateTime_t3738529785 get_key_0() const { return ___key_0; } inline DateTime_t3738529785 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_t3738529785 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t298337405, ___value_1)); } inline TimeType_t2507513283 get_value_1() const { return ___value_1; } inline TimeType_t2507513283 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(TimeType_t2507513283 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T298337405_H #ifndef STATICGETTER_1_T3872988374_H #define STATICGETTER_1_T3872988374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoProperty/StaticGetter`1 struct StaticGetter_1_t3872988374 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATICGETTER_1_T3872988374_H #ifndef GETTER_2_T2063956538_H #define GETTER_2_T2063956538_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoProperty/Getter`2 struct Getter_2_t2063956538 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETTER_2_T2063956538_H #ifndef PREDICATE_1_T4144323061_H #define PREDICATE_1_T4144323061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t4144323061 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T4144323061_H #ifndef PREDICATE_1_T252640292_H #define PREDICATE_1_T252640292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t252640292 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T252640292_H #ifndef UNITYACTION_1_T2741065664_H #define UNITYACTION_1_T2741065664_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t2741065664 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T2741065664_H #ifndef PREDICATE_1_T922582089_H #define PREDICATE_1_T922582089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t922582089 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T922582089_H #ifndef PREDICATE_1_T1959590500_H #define PREDICATE_1_T1959590500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1959590500 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1959590500_H #ifndef PREDICATE_1_T164787298_H #define PREDICATE_1_T164787298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t164787298 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T164787298_H #ifndef EVENTFUNCTION_1_T1764640198_H #define EVENTFUNCTION_1_T1764640198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t1764640198 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTFUNCTION_1_T1764640198_H #ifndef UNITYACTION_2_T1262235195_H #define UNITYACTION_2_T1262235195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t1262235195 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_2_T1262235195_H #ifndef UNITYACTION_2_T2165061829_H #define UNITYACTION_2_T2165061829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t2165061829 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_2_T2165061829_H #ifndef UNITYACTION_1_T2933211702_H #define UNITYACTION_1_T2933211702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t2933211702 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T2933211702_H #ifndef UNITYACTION_4_T682480391_H #define UNITYACTION_4_T682480391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`4 struct UnityAction_4_t682480391 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_4_T682480391_H #ifndef UNITYACTION_3_T1557236713_H #define UNITYACTION_3_T1557236713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`3 struct UnityAction_3_t1557236713 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_3_T1557236713_H #ifndef UNITYACTION_2_T3283971887_H #define UNITYACTION_2_T3283971887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t3283971887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_2_T3283971887_H #ifndef UNITYACTION_1_T12182309_H #define UNITYACTION_1_T12182309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t12182309 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T12182309_H #ifndef PREDICATE_1_T325371_H #define PREDICATE_1_T325371_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t325371 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T325371_H #ifndef PREDICATE_1_T3380980448_H #define PREDICATE_1_T3380980448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3380980448 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3380980448_H #ifndef PREDICATE_1_T2781082151_H #define PREDICATE_1_T2781082151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2781082151 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2781082151_H #ifndef PREDICATE_1_T2411271955_H #define PREDICATE_1_T2411271955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2411271955 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2411271955_H #ifndef PREDICATE_1_T3982011279_H #define PREDICATE_1_T3982011279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3982011279 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3982011279_H #ifndef PREDICATE_1_T2222560898_H #define PREDICATE_1_T2222560898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2222560898 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2222560898_H #ifndef PREDICATE_1_T3548444281_H #define PREDICATE_1_T3548444281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3548444281 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3548444281_H #ifndef PREDICATE_1_T1113159834_H #define PREDICATE_1_T1113159834_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1113159834 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1113159834_H #ifndef PREDICATE_1_T3905400288_H #define PREDICATE_1_T3905400288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3905400288 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3905400288_H #ifndef PREDICATE_1_T266894132_H #define PREDICATE_1_T266894132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t266894132 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T266894132_H #ifndef PREDICATE_1_T3776239877_H #define PREDICATE_1_T3776239877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3776239877 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3776239877_H #ifndef PREDICATE_1_T3425795416_H #define PREDICATE_1_T3425795416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3425795416 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3425795416_H #ifndef PREDICATE_1_T2981523647_H #define PREDICATE_1_T2981523647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2981523647 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2981523647_H #ifndef PREDICATE_1_T587824433_H #define PREDICATE_1_T587824433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t587824433 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T587824433_H #ifndef PREDICATE_1_T725593638_H #define PREDICATE_1_T725593638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t725593638 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T725593638_H #ifndef PREDICATE_1_T900795230_H #define PREDICATE_1_T900795230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t900795230 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T900795230_H #ifndef WEIGHTINFO_T1982677921_H #define WEIGHTINFO_T1982677921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921 { public: // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::mixer Playable_t459825607 ___mixer_0; // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::parentMixer Playable_t459825607 ___parentMixer_1; // System.Int32 UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::port int32_t ___port_2; // System.Boolean UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::modulate bool ___modulate_3; public: inline static int32_t get_offset_of_mixer_0() { return static_cast(offsetof(WeightInfo_t1982677921, ___mixer_0)); } inline Playable_t459825607 get_mixer_0() const { return ___mixer_0; } inline Playable_t459825607 * get_address_of_mixer_0() { return &___mixer_0; } inline void set_mixer_0(Playable_t459825607 value) { ___mixer_0 = value; } inline static int32_t get_offset_of_parentMixer_1() { return static_cast(offsetof(WeightInfo_t1982677921, ___parentMixer_1)); } inline Playable_t459825607 get_parentMixer_1() const { return ___parentMixer_1; } inline Playable_t459825607 * get_address_of_parentMixer_1() { return &___parentMixer_1; } inline void set_parentMixer_1(Playable_t459825607 value) { ___parentMixer_1 = value; } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(WeightInfo_t1982677921, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } inline static int32_t get_offset_of_modulate_3() { return static_cast(offsetof(WeightInfo_t1982677921, ___modulate_3)); } inline bool get_modulate_3() const { return ___modulate_3; } inline bool* get_address_of_modulate_3() { return &___modulate_3; } inline void set_modulate_3(bool value) { ___modulate_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921_marshaled_pinvoke { Playable_t459825607 ___mixer_0; Playable_t459825607 ___parentMixer_1; int32_t ___port_2; int32_t ___modulate_3; }; // Native definition for COM marshalling of UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921_marshaled_com { Playable_t459825607 ___mixer_0; Playable_t459825607 ___parentMixer_1; int32_t ___port_2; int32_t ___modulate_3; }; #endif // WEIGHTINFO_T1982677921_H #ifndef PREDICATE_1_T1113951902_H #define PREDICATE_1_T1113951902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1113951902 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1113951902_H #ifndef PREDICATE_1_T1285119731_H #define PREDICATE_1_T1285119731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1285119731 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1285119731_H #ifndef PREDICATE_1_T2643195967_H #define PREDICATE_1_T2643195967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2643195967 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2643195967_H #ifndef PREDICATE_1_T3424588401_H #define PREDICATE_1_T3424588401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3424588401 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3424588401_H #ifndef PREDICATE_1_T4185600973_H #define PREDICATE_1_T4185600973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t4185600973 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T4185600973_H #ifndef PREDICATE_1_T2935998188_H #define PREDICATE_1_T2935998188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2935998188 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2935998188_H #ifndef U3CSTARTU3EC__ITERATOR0_T3860393442_H #define U3CSTARTU3EC__ITERATOR0_T3860393442_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0 struct U3CStartU3Ec__Iterator0_t3860393442 : public RuntimeObject { public: // T UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::tweenInfo ColorTween_t809614380 ___tweenInfo_0; // System.Single UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::__0 float ___U3CelapsedTimeU3E__0_1; // System.Single UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::__1 float ___U3CpercentageU3E__1_2; // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_tweenInfo_0() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3860393442, ___tweenInfo_0)); } inline ColorTween_t809614380 get_tweenInfo_0() const { return ___tweenInfo_0; } inline ColorTween_t809614380 * get_address_of_tweenInfo_0() { return &___tweenInfo_0; } inline void set_tweenInfo_0(ColorTween_t809614380 value) { ___tweenInfo_0 = value; } inline static int32_t get_offset_of_U3CelapsedTimeU3E__0_1() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3860393442, ___U3CelapsedTimeU3E__0_1)); } inline float get_U3CelapsedTimeU3E__0_1() const { return ___U3CelapsedTimeU3E__0_1; } inline float* get_address_of_U3CelapsedTimeU3E__0_1() { return &___U3CelapsedTimeU3E__0_1; } inline void set_U3CelapsedTimeU3E__0_1(float value) { ___U3CelapsedTimeU3E__0_1 = value; } inline static int32_t get_offset_of_U3CpercentageU3E__1_2() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3860393442, ___U3CpercentageU3E__1_2)); } inline float get_U3CpercentageU3E__1_2() const { return ___U3CpercentageU3E__1_2; } inline float* get_address_of_U3CpercentageU3E__1_2() { return &___U3CpercentageU3E__1_2; } inline void set_U3CpercentageU3E__1_2(float value) { ___U3CpercentageU3E__1_2 = value; } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3860393442, ___U24current_3)); } inline RuntimeObject * get_U24current_3() const { return ___U24current_3; } inline RuntimeObject ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(RuntimeObject * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U24disposing_4() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3860393442, ___U24disposing_4)); } inline bool get_U24disposing_4() const { return ___U24disposing_4; } inline bool* get_address_of_U24disposing_4() { return &___U24disposing_4; } inline void set_U24disposing_4(bool value) { ___U24disposing_4 = value; } inline static int32_t get_offset_of_U24PC_5() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3860393442, ___U24PC_5)); } inline int32_t get_U24PC_5() const { return ___U24PC_5; } inline int32_t* get_address_of_U24PC_5() { return &___U24PC_5; } inline void set_U24PC_5(int32_t value) { ___U24PC_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSTARTU3EC__ITERATOR0_T3860393442_H #ifndef NULLABLE_1_T1139464023_H #define NULLABLE_1_T1139464023_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1139464023 { public: // T System.Nullable`1::value StreamingContext_t3711869237 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1139464023, ___value_0)); } inline StreamingContext_t3711869237 get_value_0() const { return ___value_0; } inline StreamingContext_t3711869237 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(StreamingContext_t3711869237 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1139464023, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1139464023_H #ifndef ACTION_3_T3024010367_H #define ACTION_3_T3024010367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3024010367 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3024010367_H #ifndef ACTION_2_T275077503_H #define ACTION_2_T275077503_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t275077503 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T275077503_H #ifndef GETFUNC_1_T4097822697_H #define GETFUNC_1_T4097822697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4097822697 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T4097822697_H #ifndef ACTION_3_T1785253317_H #define ACTION_3_T1785253317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1785253317 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1785253317_H #ifndef ACTION_2_T3331287749_H #define ACTION_2_T3331287749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3331287749 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3331287749_H #ifndef GETFUNC_1_T2859065647_H #define GETFUNC_1_T2859065647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2859065647 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2859065647_H #ifndef ACTION_3_T359459406_H #define ACTION_3_T359459406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t359459406 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T359459406_H #ifndef ACTION_2_T1905493838_H #define ACTION_2_T1905493838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1905493838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1905493838_H #ifndef GETFUNC_1_T1433271736_H #define GETFUNC_1_T1433271736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1433271736 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T1433271736_H #ifndef GETFUNC_1_T3167213467_H #define GETFUNC_1_T3167213467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3167213467 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3167213467_H #ifndef GETFUNC_1_T1635989738_H #define GETFUNC_1_T1635989738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1635989738 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T1635989738_H #ifndef ACTION_3_T2790594382_H #define ACTION_3_T2790594382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2790594382 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2790594382_H #ifndef ACTION_2_T41661518_H #define ACTION_2_T41661518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t41661518 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T41661518_H #ifndef GETFUNC_1_T3864406712_H #define GETFUNC_1_T3864406712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3864406712 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3864406712_H #ifndef ACTION_3_T1178898073_H #define ACTION_3_T1178898073_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1178898073 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1178898073_H #ifndef ACTION_2_T2724932505_H #define ACTION_2_T2724932505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2724932505 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2724932505_H #ifndef GETFUNC_1_T2252710403_H #define GETFUNC_1_T2252710403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2252710403 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2252710403_H #ifndef ACTION_3_T2063097791_H #define ACTION_3_T2063097791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2063097791 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2063097791_H #ifndef ACTION_2_T3609132223_H #define ACTION_2_T3609132223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3609132223 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3609132223_H #ifndef GETFUNC_1_T3136910121_H #define GETFUNC_1_T3136910121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3136910121 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3136910121_H #ifndef ACTION_3_T562177408_H #define ACTION_3_T562177408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t562177408 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T562177408_H #ifndef ACTION_2_T2108211840_H #define ACTION_2_T2108211840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2108211840 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2108211840_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef PREDICATE_1_T1852837060_H #define PREDICATE_1_T1852837060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1852837060 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1852837060_H #ifndef PREDICATE_1_T3353321838_H #define PREDICATE_1_T3353321838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3353321838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3353321838_H #ifndef UNITYACTION_1_T362444879_H #define UNITYACTION_1_T362444879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t362444879 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T362444879_H #ifndef PREDICATE_1_T1177126085_H #define PREDICATE_1_T1177126085_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1177126085 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1177126085_H #ifndef UNITYACTION_1_T842049751_H #define UNITYACTION_1_T842049751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t842049751 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T842049751_H #ifndef PREDICATE_1_T3260335513_H #define PREDICATE_1_T3260335513_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3260335513 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3260335513_H #ifndef UNITYACTION_1_T712889340_H #define UNITYACTION_1_T712889340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t712889340 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T712889340_H #ifndef PREDICATE_1_T1827273305_H #define PREDICATE_1_T1827273305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1827273305 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1827273305_H #ifndef PREDICATE_1_T325744584_H #define PREDICATE_1_T325744584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t325744584 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T325744584_H #ifndef PREDICATE_1_T877415494_H #define PREDICATE_1_T877415494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t877415494 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T877415494_H #ifndef UNITYACTION_1_T1819441192_H #define UNITYACTION_1_T1819441192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1819441192 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T1819441192_H #ifndef PREDICATE_1_T1281081005_H #define PREDICATE_1_T1281081005_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1281081005 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1281081005_H #ifndef PREDICATE_1_T3355511443_H #define PREDICATE_1_T3355511443_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1> struct Predicate_1_t3355511443 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3355511443_H #ifndef UNITYACTION_1_T1080972524_H #define UNITYACTION_1_T1080972524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1080972524 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T1080972524_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 UNITYACTION_1_T1484257051_H #define UNITYACTION_1_T1484257051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1484257051 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T1484257051_H #ifndef PREDICATE_1_T4199304196_H #define PREDICATE_1_T4199304196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t4199304196 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T4199304196_H #ifndef UNITYACTION_1_T4213140406_H #define UNITYACTION_1_T4213140406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t4213140406 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T4213140406_H #ifndef PREDICATE_1_T257767301_H #define PREDICATE_1_T257767301_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t257767301 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T257767301_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 PREDICATE_1_T574422962_H #define PREDICATE_1_T574422962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t574422962 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T574422962_H #ifndef PREDICATE_1_T1123631529_H #define PREDICATE_1_T1123631529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1> struct Predicate_1_t1123631529 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1123631529_H #ifndef PREDICATE_1_T2807972045_H #define PREDICATE_1_T2807972045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2807972045 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2807972045_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef NULLABLE_1_T656882293_H #define NULLABLE_1_T656882293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t656882293 { public: // T System.Nullable`1::value DateTimeOffset_t3229287507 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t656882293, ___value_0)); } inline DateTimeOffset_t3229287507 get_value_0() const { return ___value_0; } inline DateTimeOffset_t3229287507 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTimeOffset_t3229287507 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t656882293, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T656882293_H // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m614513477_gshared (Nullable_1_t1166124571 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3821813822_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_get_Value_m1231570822_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m383113778_gshared (Nullable_1_t1166124571 * __this, Nullable_1_t1166124571 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3352611811_gshared (Nullable_1_t1166124571 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m2507043670_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_GetValueOrDefault_m4024272999_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_GetValueOrDefault_m1453162346_gshared (Nullable_1_t1166124571 * __this, DateTime_t3738529785 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m3717248046_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m444749240_gshared (Nullable_1_t656882293 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3569253076_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_get_Value_m701348990_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1083448944_gshared (Nullable_1_t656882293 * __this, Nullable_1_t656882293 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2406126456_gshared (Nullable_1_t656882293 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m4207655662_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m645067753_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m3658568585_gshared (Nullable_1_t656882293 * __this, DateTimeOffset_t3229287507 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m226205074_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3508690032_gshared (Nullable_1_t375854166 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m722401406_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_get_Value_m54608931_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2660351828_gshared (Nullable_1_t375854166 * __this, Nullable_1_t375854166 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3981503633_gshared (Nullable_1_t375854166 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1709144320_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_GetValueOrDefault_m1041199192_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_GetValueOrDefault_m3524429894_gshared (Nullable_1_t375854166 * __this, Decimal_t2948259380 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m659912921_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3137306314_gshared (Nullable_1_t2317227445 * __this, double ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3020079244_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR double Nullable_1_get_Value_m4204819370_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3480583749_gshared (Nullable_1_t2317227445 * __this, Nullable_1_t2317227445 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4102958203_gshared (Nullable_1_t2317227445 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m274996664_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m221723129_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m3673034871_gshared (Nullable_1_t2317227445 * __this, double ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1536707407_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m426225879_gshared (Nullable_1_t621127673 * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2698986649_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_get_Value_m2815727040_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2290368005_gshared (Nullable_1_t621127673 * __this, Nullable_1_t621127673 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1354624435_gshared (Nullable_1_t621127673 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1596218873_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_m2820351392_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_m1601500361_gshared (Nullable_1_t621127673 * __this, Guid_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m2538456911_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2296905519_gshared (Nullable_1_t4275382469 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2655267714_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_get_Value_m3705306816_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1182866781_gshared (Nullable_1_t4275382469 * __this, Nullable_1_t4275382469 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2107157211_gshared (Nullable_1_t4275382469 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3287870219_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m3921181120_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m879005607_gshared (Nullable_1_t4275382469 * __this, int16_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1216958265_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2076366551_gshared (Nullable_1_t378540539 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2648265346_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m4080082266_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m179237491_gshared (Nullable_1_t378540539 * __this, Nullable_1_t378540539 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m713624828_gshared (Nullable_1_t378540539 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1123196047_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2296315628_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2963393919_gshared (Nullable_1_t378540539 * __this, int32_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1913007738_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2435415719_gshared (Nullable_1_t1164162090 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m102045064_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_get_Value_m3714445428_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2558899668_gshared (Nullable_1_t1164162090 * __this, Nullable_1_t1164162090 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3070920039_gshared (Nullable_1_t1164162090 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m820754592_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m3015207040_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m4183362985_gshared (Nullable_1_t1164162090 * __this, int64_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m3300035350_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1544289197_gshared (Nullable_1_t2590601907 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3081697230_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m225054503_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2675101030_gshared (Nullable_1_t2590601907 * __this, Nullable_1_t2590601907 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2540527271_gshared (Nullable_1_t2590601907 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3886314972_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1391030392_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m4258937242_gshared (Nullable_1_t2590601907 * __this, int32_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m2430244456_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1562219331_gshared (Nullable_1_t1139464023 * __this, StreamingContext_t3711869237 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m705675263_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_get_Value_m3126984104_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3308530512_gshared (Nullable_1_t1139464023 * __this, Nullable_1_t1139464023 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m717136604_gshared (Nullable_1_t1139464023 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m2695213429_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m215098106_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m1765198949_gshared (Nullable_1_t1139464023 * __this, StreamingContext_t3711869237 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m293299232_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1228074469_gshared (Nullable_1_t3392139744 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1166690213_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_get_Value_m3628044771_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2690936387_gshared (Nullable_1_t3392139744 * __this, Nullable_1_t3392139744 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m561863322_gshared (Nullable_1_t3392139744 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1177323900_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m2917913770_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m1119047946_gshared (Nullable_1_t3392139744 * __this, int8_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m595082226_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3169166495_gshared (Nullable_1_t3119828856 * __this, float ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m147051412_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR float Nullable_1_get_Value_m2309635241_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1040942246_gshared (Nullable_1_t3119828856 * __this, Nullable_1_t3119828856 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m332846790_gshared (Nullable_1_t3119828856 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1540009722_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m4129375130_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m275731852_gshared (Nullable_1_t3119828856 * __this, float ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m2747799341_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m226679314_gshared (Nullable_1_t1815407677 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2920168947_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m3316461979_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1718063841_gshared (Nullable_1_t1815407677 * __this, Nullable_1_t1815407677 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4057582201_gshared (Nullable_1_t1815407677 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m311909484_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2800676062_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1731776746_gshared (Nullable_1_t1815407677 * __this, int32_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1894595145_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3314784284_gshared (Nullable_1_t2603721331 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1210311128_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_get_Value_m1801617894_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4046255732_gshared (Nullable_1_t2603721331 * __this, Nullable_1_t2603721331 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2119234996_gshared (Nullable_1_t2603721331 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m4232053575_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m3497035374_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m803164379_gshared (Nullable_1_t2603721331 * __this, TimeSpan_t881159249 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1520177337_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2986034422_gshared (Nullable_1_t3900287040 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1079455772_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_get_Value_m3242682592_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1912582156_gshared (Nullable_1_t3900287040 * __this, Nullable_1_t3900287040 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m803928416_gshared (Nullable_1_t3900287040 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3942171372_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m3113842210_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m2724868838_gshared (Nullable_1_t3900287040 * __this, uint16_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1379267971_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3079654719_gshared (Nullable_1_t4282624060 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1094388134_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_get_Value_m2966175739_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1709661350_gshared (Nullable_1_t4282624060 * __this, Nullable_1_t4282624060 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3553827346_gshared (Nullable_1_t4282624060 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1828583655_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_m874061072_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_m2238910177_gshared (Nullable_1_t4282624060 * __this, uint32_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1639120067_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1540175555_gshared (Nullable_1_t1561634878 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1015089092_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_get_Value_m2797202624_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m560768783_gshared (Nullable_1_t1561634878 * __this, Nullable_1_t1561634878 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1775926922_gshared (Nullable_1_t1561634878 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m935588001_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m2003770913_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m3048987225_gshared (Nullable_1_t1561634878 * __this, uint64_t ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1755279919_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2967195975_gshared (Nullable_1_t4278248406 * __this, Color_t2555686324 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3010405843_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_get_Value_m4225233045_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4028961340_gshared (Nullable_1_t4278248406 * __this, Nullable_1_t4278248406 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4124281866_gshared (Nullable_1_t4278248406 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m4184280212_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_GetValueOrDefault_m1245120869_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_GetValueOrDefault_m4283780580_gshared (Nullable_1_t4278248406 * __this, Color_t2555686324 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1480251037_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m133295941_gshared (Nullable_1_t1149908250 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2245824889_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_get_Value_m2068788588_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m745371484_gshared (Nullable_1_t1149908250 * __this, Nullable_1_t1149908250 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m571157538_gshared (Nullable_1_t1149908250 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1096270308_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_GetValueOrDefault_m450308407_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method); // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_GetValueOrDefault_m1367803190_gshared (Nullable_1_t1149908250 * __this, Vector3_t3722313464 ___defaultValue0, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1442216252_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2389084719_gshared (Predicate_1_t1281081005 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3676365863_gshared (Predicate_1_t574422962 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m4007343325_gshared (Predicate_1_t257767301 * __this, PropertyMetadata_t3727440473 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1274535676_gshared (Predicate_1_t4199304196 * __this, LMRendererInfo_t3374010072 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m425148416_gshared (Predicate_1_t1852837060 * __this, DelayedQueueItem_t1027542936 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2106827552_gshared (Predicate_1_t3353321838 * __this, JsonPosition_t2528027714 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1440262477_gshared (Predicate_1_t1177126085 * __this, EventQueueEntry_t351831961 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2829311360_gshared (Predicate_1_t3260335513 * __this, AtlasMaterialOverride_t2435041389 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2119027640_gshared (Predicate_1_t1827273305 * __this, SlotMaterialOverride_t1001979181 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3640426206_gshared (Predicate_1_t325744584 * __this, TransformPair_t3795417756 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2802808415_gshared (Predicate_1_t877415494 * __this, SubmeshInstruction_t52121370 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m28611209_gshared (Predicate_1_t922582089 * __this, bool ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3636140022_gshared (Predicate_1_t1959590500 * __this, uint8_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3154276773_gshared (Predicate_1_t164787298 * __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3791242686_gshared (Predicate_1_t1123631529 * __this, KeyValuePair_2_t298337405 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m137196735_gshared (Predicate_1_t3355511443 * __this, KeyValuePair_2_t2530217319 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2308795536_gshared (Predicate_1_t3776239877 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m536385212_gshared (Predicate_1_t266894132 * __this, int64_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3148290854_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2315049893_gshared (Predicate_1_t1113159834 * __this, CustomAttributeNamedArgument_t287865710 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m685699837_gshared (Predicate_1_t3548444281 * __this, CustomAttributeTypedArgument_t2723150157 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3937700966_gshared (Predicate_1_t2222560898 * __this, float ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2372669878_gshared (Predicate_1_t3982011279 * __this, AnimatorClipInfo_t3156717155 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m851618236_gshared (Predicate_1_t2411271955 * __this, OrderBlock_t1585977831 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3548527474_gshared (Predicate_1_t2781082151 * __this, BoneWeight_t1955788027 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2408335753_gshared (Predicate_1_t3380980448 * __this, Color_t2555686324 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1828171037_gshared (Predicate_1_t3425795416 * __this, Color32_t2600501292 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2574540981_gshared (Predicate_1_t2935998188 * __this, DiagnosticSwitch_t2110704064 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2887746805_gshared (Predicate_1_t4185600973 * __this, RaycastResult_t3360306849 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m626434866_gshared (Predicate_1_t3424588401 * __this, int32_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1074284117_gshared (Predicate_1_t2643195967 * __this, Matrix4x4_t1817901843 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m313563199_gshared (Predicate_1_t1285119731 * __this, Playable_t459825607 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m846946863_gshared (Predicate_1_t1113951902 * __this, ReflectionProbeBlendInfo_t288657778 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3135892059_gshared (Predicate_1_t2807972045 * __this, WeightInfo_t1982677921 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m4087887637_gshared (Predicate_1_t900795230 * __this, UICharInfo_t75501106 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2932303859_gshared (Predicate_1_t725593638 * __this, UILineInfo_t4195266810 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2389850270_gshared (Predicate_1_t587824433 * __this, UIVertex_t4057497605 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2758354419_gshared (Predicate_1_t2981523647 * __this, Vector2_t2156229523 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1275467140_gshared (Predicate_1_t325371 * __this, Vector2Int_t3469998543 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1229727214_gshared (Predicate_1_t252640292 * __this, Vector3_t3722313464 ___obj0, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m759375343_gshared (Predicate_1_t4144323061 * __this, Vector4_t3319028937 ___obj0, const RuntimeMethod* method); // R System.Reflection.MonoProperty/Getter`2::Invoke(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Getter_2_Invoke_m3667195478_gshared (Getter_2_t2063956538 * __this, RuntimeObject * ____this0, const RuntimeMethod* method); // R System.Reflection.MonoProperty/StaticGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StaticGetter_1_Invoke_m3640162116_gshared (StaticGetter_1_t3872988374 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m3535252839_gshared (UnityAction_1_t682124106 * __this, bool ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m3388120194_gshared (UnityAction_1_t3535781894 * __this, int32_t ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m2929687399_gshared (UnityAction_1_t3664942305 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m1035307306_gshared (UnityAction_1_t1982102915 * __this, float ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m927447181_gshared (UnityAction_1_t3140522465 * __this, Color_t2555686324 ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m3649732398_gshared (UnityAction_1_t2933211702 * __this, Scene_t2348375561 ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m610765085_gshared (UnityAction_1_t2741065664 * __this, Vector2_t2156229523 ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m718564962_gshared (UnityAction_1_t12182309 * __this, Vector3_t3722313464 ___arg00, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::Invoke(T0,T1) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m2304474703_gshared (UnityAction_2_t3283971887 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::Invoke(T0,T1) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m1541286357_gshared (UnityAction_2_t2165061829 * __this, Scene_t2348375561 ___arg00, int32_t ___arg11, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::Invoke(T0,T1) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m944492567_gshared (UnityAction_2_t1262235195 * __this, Scene_t2348375561 ___arg00, Scene_t2348375561 ___arg11, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::Invoke(T0,T1,T2) extern "C" IL2CPP_METHOD_ATTR void UnityAction_3_Invoke_m1904347475_gshared (UnityAction_3_t1557236713 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`4::Invoke(T0,T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void UnityAction_4_Invoke_m218720656_gshared (UnityAction_4_t682480391 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, RuntimeObject * ___arg33, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1::Invoke(T1,UnityEngine.EventSystems.BaseEventData) extern "C" IL2CPP_METHOD_ATTR void EventFunction_1_Invoke_m2429482587_gshared (EventFunction_1_t1764640198 * __this, RuntimeObject * ___handler0, BaseEventData_t3903027533 * ___eventData1, const RuntimeMethod* method); // T UnityEngine.ExposedReference`1::Resolve(UnityEngine.IExposedPropertyTable) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExposedReference_1_Resolve_m497587869_gshared (ExposedReference_1_t3345160085 * __this, RuntimeObject* ___resolver0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.ScriptPlayable`1::.ctor(UnityEngine.Playables.PlayableHandle) extern "C" IL2CPP_METHOD_ATTR void ScriptPlayable_1__ctor_m224242934_gshared (ScriptPlayable_1_t818619019 * __this, PlayableHandle_t1095853803 ___handle0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::GetHandle() extern "C" IL2CPP_METHOD_ATTR PlayableHandle_t1095853803 ScriptPlayable_1_GetHandle_m4044520055_gshared (ScriptPlayable_1_t818619019 * __this, const RuntimeMethod* method); // T UnityEngine.Playables.PlayableHandle::GetObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PlayableHandle_GetObject_TisRuntimeObject_m949756923_gshared (PlayableHandle_t1095853803 * __this, const RuntimeMethod* method); // T UnityEngine.Playables.ScriptPlayable`1::GetBehaviour() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_GetBehaviour_m3817690859_gshared (ScriptPlayable_1_t818619019 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.ScriptPlayable`1::Equals(UnityEngine.Playables.ScriptPlayable`1) extern "C" IL2CPP_METHOD_ATTR bool ScriptPlayable_1_Equals_m3658320404_gshared (ScriptPlayable_1_t818619019 * __this, ScriptPlayable_1_t818619019 ___other0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m3867704424_gshared (GetFunc_1_t1433271736 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m609463893_gshared (GetFunc_1_t2859065647 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m3067895621_gshared (GetFunc_1_t4097822697 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m2627241258_gshared (GetFunc_1_t1635989738 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m2872005143_gshared (GetFunc_1_t3136910121 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m991721937_gshared (GetFunc_1_t2252710403 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m3524722973_gshared (GetFunc_1_t3864406712 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m2138592575_gshared (GetFunc_1_t2635677477 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m46811756_gshared (GetFunc_1_t1372380645 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m281365414_gshared (GetFunc_1_t2058780489 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m1367574102_gshared (GetFunc_1_t4024836509 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m1131116639_gshared (GetFunc_1_t3167213467 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject ** ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m437165573_gshared (GetFunc_1_t2353945213 * __this, intptr_t ___L0, int32_t ___idx1, Bounds_t2266837910 * ___val2, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m614513477(__this, ___value0, method) (( void (*) (Nullable_1_t1166124571 *, DateTime_t3738529785 , const RuntimeMethod*))Nullable_1__ctor_m614513477_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3821813822(__this, method) (( bool (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3821813822_gshared)(__this, method) // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* ___message0, const RuntimeMethod* method); // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m1231570822(__this, method) (( DateTime_t3738529785 (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_get_Value_m1231570822_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m383113778(__this, p0, method) (( bool (*) (Nullable_1_t1166124571 *, Nullable_1_t1166124571 , const RuntimeMethod*))Nullable_1_Equals_m383113778_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m3352611811(__this, ___other0, method) (( bool (*) (Nullable_1_t1166124571 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m3352611811_gshared)(__this, ___other0, method) // System.Boolean System.DateTime::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m611432332 (DateTime_t3738529785 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.DateTime::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_m2261847002 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m2507043670(__this, method) (( int32_t (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_GetHashCode_m2507043670_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m4024272999(__this, method) (( DateTime_t3738529785 (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4024272999_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m1453162346(__this, ___defaultValue0, method) (( DateTime_t3738529785 (*) (Nullable_1_t1166124571 *, DateTime_t3738529785 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1453162346_gshared)(__this, ___defaultValue0, method) // System.String System.DateTime::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m884486936 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m3717248046(__this, method) (( String_t* (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_ToString_m3717248046_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m444749240(__this, ___value0, method) (( void (*) (Nullable_1_t656882293 *, DateTimeOffset_t3229287507 , const RuntimeMethod*))Nullable_1__ctor_m444749240_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3569253076(__this, method) (( bool (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3569253076_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m701348990(__this, method) (( DateTimeOffset_t3229287507 (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_get_Value_m701348990_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m1083448944(__this, p0, method) (( bool (*) (Nullable_1_t656882293 *, Nullable_1_t656882293 , const RuntimeMethod*))Nullable_1_Equals_m1083448944_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m2406126456(__this, ___other0, method) (( bool (*) (Nullable_1_t656882293 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2406126456_gshared)(__this, ___other0, method) // System.Boolean System.DateTimeOffset::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m3030958070 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m2209105223 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m4207655662(__this, method) (( int32_t (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_GetHashCode_m4207655662_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m645067753(__this, method) (( DateTimeOffset_t3229287507 (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m645067753_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m3658568585(__this, ___defaultValue0, method) (( DateTimeOffset_t3229287507 (*) (Nullable_1_t656882293 *, DateTimeOffset_t3229287507 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3658568585_gshared)(__this, ___defaultValue0, method) // System.String System.DateTimeOffset::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3536563014 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m226205074(__this, method) (( String_t* (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_ToString_m226205074_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m3508690032(__this, ___value0, method) (( void (*) (Nullable_1_t375854166 *, Decimal_t2948259380 , const RuntimeMethod*))Nullable_1__ctor_m3508690032_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m722401406(__this, method) (( bool (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_get_HasValue_m722401406_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m54608931(__this, method) (( Decimal_t2948259380 (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_get_Value_m54608931_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m2660351828(__this, p0, method) (( bool (*) (Nullable_1_t375854166 *, Nullable_1_t375854166 , const RuntimeMethod*))Nullable_1_Equals_m2660351828_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m3981503633(__this, ___other0, method) (( bool (*) (Nullable_1_t375854166 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m3981503633_gshared)(__this, ___other0, method) // System.Boolean System.Decimal::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m2592017260 (Decimal_t2948259380 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Decimal::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m2838600885 (Decimal_t2948259380 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1709144320(__this, method) (( int32_t (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1709144320_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1041199192(__this, method) (( Decimal_t2948259380 (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1041199192_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m3524429894(__this, ___defaultValue0, method) (( Decimal_t2948259380 (*) (Nullable_1_t375854166 *, Decimal_t2948259380 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3524429894_gshared)(__this, ___defaultValue0, method) // System.String System.Decimal::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m4018746482 (Decimal_t2948259380 * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m659912921(__this, method) (( String_t* (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_ToString_m659912921_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m3137306314(__this, ___value0, method) (( void (*) (Nullable_1_t2317227445 *, double, const RuntimeMethod*))Nullable_1__ctor_m3137306314_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3020079244(__this, method) (( bool (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3020079244_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m4204819370(__this, method) (( double (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_get_Value_m4204819370_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m3480583749(__this, p0, method) (( bool (*) (Nullable_1_t2317227445 *, Nullable_1_t2317227445 , const RuntimeMethod*))Nullable_1_Equals_m3480583749_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m4102958203(__this, ___other0, method) (( bool (*) (Nullable_1_t2317227445 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m4102958203_gshared)(__this, ___other0, method) // System.Boolean System.Double::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m1674752021 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Double::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m2295714610 (double* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m274996664(__this, method) (( int32_t (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_GetHashCode_m274996664_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m221723129(__this, method) (( double (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m221723129_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m3673034871(__this, ___defaultValue0, method) (( double (*) (Nullable_1_t2317227445 *, double, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3673034871_gshared)(__this, ___defaultValue0, method) // System.String System.Double::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1229922074 (double* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1536707407(__this, method) (( String_t* (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_ToString_m1536707407_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m426225879(__this, ___value0, method) (( void (*) (Nullable_1_t621127673 *, Guid_t , const RuntimeMethod*))Nullable_1__ctor_m426225879_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2698986649(__this, method) (( bool (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2698986649_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2815727040(__this, method) (( Guid_t (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_get_Value_m2815727040_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m2290368005(__this, p0, method) (( bool (*) (Nullable_1_t621127673 *, Nullable_1_t621127673 , const RuntimeMethod*))Nullable_1_Equals_m2290368005_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m1354624435(__this, ___other0, method) (( bool (*) (Nullable_1_t621127673 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m1354624435_gshared)(__this, ___other0, method) // System.Boolean System.Guid::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Guid_Equals_m1866984197 (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Int32 System.Guid::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Guid_GetHashCode_m3042133858 (Guid_t * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1596218873(__this, method) (( int32_t (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1596218873_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2820351392(__this, method) (( Guid_t (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2820351392_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m1601500361(__this, ___defaultValue0, method) (( Guid_t (*) (Nullable_1_t621127673 *, Guid_t , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1601500361_gshared)(__this, ___defaultValue0, method) // System.String System.Guid::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3279186591 (Guid_t * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m2538456911(__this, method) (( String_t* (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_ToString_m2538456911_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m2296905519(__this, ___value0, method) (( void (*) (Nullable_1_t4275382469 *, int16_t, const RuntimeMethod*))Nullable_1__ctor_m2296905519_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2655267714(__this, method) (( bool (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2655267714_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3705306816(__this, method) (( int16_t (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_get_Value_m3705306816_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m1182866781(__this, p0, method) (( bool (*) (Nullable_1_t4275382469 *, Nullable_1_t4275382469 , const RuntimeMethod*))Nullable_1_Equals_m1182866781_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m2107157211(__this, ___other0, method) (( bool (*) (Nullable_1_t4275382469 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2107157211_gshared)(__this, ___other0, method) // System.Boolean System.Int16::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int16_Equals_m82811458 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Int16::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_m2858888309 (int16_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m3287870219(__this, method) (( int32_t (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_GetHashCode_m3287870219_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3921181120(__this, method) (( int16_t (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3921181120_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m879005607(__this, ___defaultValue0, method) (( int16_t (*) (Nullable_1_t4275382469 *, int16_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m879005607_gshared)(__this, ___defaultValue0, method) // System.String System.Int16::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1270547562 (int16_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1216958265(__this, method) (( String_t* (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_ToString_m1216958265_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m2076366551(__this, ___value0, method) (( void (*) (Nullable_1_t378540539 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m2076366551_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2648265346(__this, method) (( bool (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2648265346_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m4080082266(__this, method) (( int32_t (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_get_Value_m4080082266_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m179237491(__this, p0, method) (( bool (*) (Nullable_1_t378540539 *, Nullable_1_t378540539 , const RuntimeMethod*))Nullable_1_Equals_m179237491_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m713624828(__this, ___other0, method) (( bool (*) (Nullable_1_t378540539 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m713624828_gshared)(__this, ___other0, 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.Int32 System.Int32::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m1876651407 (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1123196047(__this, method) (( int32_t (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1123196047_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2296315628(__this, method) (( int32_t (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2296315628_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m2963393919(__this, ___defaultValue0, method) (( int32_t (*) (Nullable_1_t378540539 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2963393919_gshared)(__this, ___defaultValue0, method) // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1913007738(__this, method) (( String_t* (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_ToString_m1913007738_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m2435415719(__this, ___value0, method) (( void (*) (Nullable_1_t1164162090 *, int64_t, const RuntimeMethod*))Nullable_1__ctor_m2435415719_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m102045064(__this, method) (( bool (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_get_HasValue_m102045064_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3714445428(__this, method) (( int64_t (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_get_Value_m3714445428_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m2558899668(__this, p0, method) (( bool (*) (Nullable_1_t1164162090 *, Nullable_1_t1164162090 , const RuntimeMethod*))Nullable_1_Equals_m2558899668_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m3070920039(__this, ___other0, method) (( bool (*) (Nullable_1_t1164162090 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m3070920039_gshared)(__this, ___other0, 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.Int32 System.Int64::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_m703091690 (int64_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m820754592(__this, method) (( int32_t (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_GetHashCode_m820754592_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3015207040(__this, method) (( int64_t (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3015207040_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m4183362985(__this, ___defaultValue0, method) (( int64_t (*) (Nullable_1_t1164162090 *, int64_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4183362985_gshared)(__this, ___defaultValue0, method) // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m3300035350(__this, method) (( String_t* (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_ToString_m3300035350_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m1544289197(__this, ___value0, method) (( void (*) (Nullable_1_t2590601907 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m1544289197_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3081697230(__this, method) (( bool (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3081697230_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m225054503(__this, method) (( int32_t (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_get_Value_m225054503_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m2675101030(__this, p0, method) (( bool (*) (Nullable_1_t2590601907 *, Nullable_1_t2590601907 , const RuntimeMethod*))Nullable_1_Equals_m2675101030_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m2540527271(__this, ___other0, method) (( bool (*) (Nullable_1_t2590601907 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2540527271_gshared)(__this, ___other0, method) // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m3886314972(__this, method) (( int32_t (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_GetHashCode_m3886314972_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1391030392(__this, method) (( int32_t (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1391030392_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m4258937242(__this, ___defaultValue0, method) (( int32_t (*) (Nullable_1_t2590601907 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4258937242_gshared)(__this, ___defaultValue0, method) // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m2430244456(__this, method) (( String_t* (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_ToString_m2430244456_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m1562219331(__this, ___value0, method) (( void (*) (Nullable_1_t1139464023 *, StreamingContext_t3711869237 , const RuntimeMethod*))Nullable_1__ctor_m1562219331_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m705675263(__this, method) (( bool (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_get_HasValue_m705675263_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3126984104(__this, method) (( StreamingContext_t3711869237 (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_get_Value_m3126984104_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m3308530512(__this, p0, method) (( bool (*) (Nullable_1_t1139464023 *, Nullable_1_t1139464023 , const RuntimeMethod*))Nullable_1_Equals_m3308530512_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m717136604(__this, ___other0, method) (( bool (*) (Nullable_1_t1139464023 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m717136604_gshared)(__this, ___other0, method) // System.Boolean System.Runtime.Serialization.StreamingContext::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StreamingContext_Equals_m2722903674 (StreamingContext_t3711869237 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m2281950854 (StreamingContext_t3711869237 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m2695213429(__this, method) (( int32_t (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_GetHashCode_m2695213429_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m215098106(__this, method) (( StreamingContext_t3711869237 (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m215098106_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m1765198949(__this, ___defaultValue0, method) (( StreamingContext_t3711869237 (*) (Nullable_1_t1139464023 *, StreamingContext_t3711869237 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1765198949_gshared)(__this, ___defaultValue0, method) // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m293299232(__this, method) (( String_t* (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_ToString_m293299232_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m1228074469(__this, ___value0, method) (( void (*) (Nullable_1_t3392139744 *, int8_t, const RuntimeMethod*))Nullable_1__ctor_m1228074469_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1166690213(__this, method) (( bool (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1166690213_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3628044771(__this, method) (( int8_t (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_get_Value_m3628044771_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m2690936387(__this, p0, method) (( bool (*) (Nullable_1_t3392139744 *, Nullable_1_t3392139744 , const RuntimeMethod*))Nullable_1_Equals_m2690936387_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m561863322(__this, ___other0, method) (( bool (*) (Nullable_1_t3392139744 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m561863322_gshared)(__this, ___other0, method) // System.Boolean System.SByte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SByte_Equals_m865896384 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.SByte::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_m2824841835 (int8_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1177323900(__this, method) (( int32_t (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1177323900_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2917913770(__this, method) (( int8_t (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2917913770_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m1119047946(__this, ___defaultValue0, method) (( int8_t (*) (Nullable_1_t3392139744 *, int8_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1119047946_gshared)(__this, ___defaultValue0, method) // System.String System.SByte::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SByte_ToString_m3584531119 (int8_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m595082226(__this, method) (( String_t* (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_ToString_m595082226_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m3169166495(__this, ___value0, method) (( void (*) (Nullable_1_t3119828856 *, float, const RuntimeMethod*))Nullable_1__ctor_m3169166495_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m147051412(__this, method) (( bool (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_get_HasValue_m147051412_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2309635241(__this, method) (( float (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_get_Value_m2309635241_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m1040942246(__this, p0, method) (( bool (*) (Nullable_1_t3119828856 *, Nullable_1_t3119828856 , const RuntimeMethod*))Nullable_1_Equals_m1040942246_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m332846790(__this, ___other0, method) (( bool (*) (Nullable_1_t3119828856 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m332846790_gshared)(__this, ___other0, method) // System.Boolean System.Single::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m438106747 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Single::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1558506138 (float* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1540009722(__this, method) (( int32_t (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1540009722_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m4129375130(__this, method) (( float (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4129375130_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m275731852(__this, ___defaultValue0, method) (( float (*) (Nullable_1_t3119828856 *, float, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m275731852_gshared)(__this, ___defaultValue0, method) // System.String System.Single::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m2747799341(__this, method) (( String_t* (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_ToString_m2747799341_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m226679314(__this, ___value0, method) (( void (*) (Nullable_1_t1815407677 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m226679314_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2920168947(__this, method) (( bool (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2920168947_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3316461979(__this, method) (( int32_t (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_get_Value_m3316461979_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m1718063841(__this, p0, method) (( bool (*) (Nullable_1_t1815407677 *, Nullable_1_t1815407677 , const RuntimeMethod*))Nullable_1_Equals_m1718063841_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m4057582201(__this, ___other0, method) (( bool (*) (Nullable_1_t1815407677 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m4057582201_gshared)(__this, ___other0, method) // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m311909484(__this, method) (( int32_t (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_GetHashCode_m311909484_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2800676062(__this, method) (( int32_t (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2800676062_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m1731776746(__this, ___defaultValue0, method) (( int32_t (*) (Nullable_1_t1815407677 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1731776746_gshared)(__this, ___defaultValue0, method) // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1894595145(__this, method) (( String_t* (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_ToString_m1894595145_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m3314784284(__this, ___value0, method) (( void (*) (Nullable_1_t2603721331 *, TimeSpan_t881159249 , const RuntimeMethod*))Nullable_1__ctor_m3314784284_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1210311128(__this, method) (( bool (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1210311128_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m1801617894(__this, method) (( TimeSpan_t881159249 (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_get_Value_m1801617894_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m4046255732(__this, p0, method) (( bool (*) (Nullable_1_t2603721331 *, Nullable_1_t2603721331 , const RuntimeMethod*))Nullable_1_Equals_m4046255732_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m2119234996(__this, ___other0, method) (( bool (*) (Nullable_1_t2603721331 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m2119234996_gshared)(__this, ___other0, method) // System.Boolean System.TimeSpan::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m45505612 (TimeSpan_t881159249 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_GetHashCode_m1939414618 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m4232053575(__this, method) (( int32_t (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_GetHashCode_m4232053575_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3497035374(__this, method) (( TimeSpan_t881159249 (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3497035374_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m803164379(__this, ___defaultValue0, method) (( TimeSpan_t881159249 (*) (Nullable_1_t2603721331 *, TimeSpan_t881159249 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m803164379_gshared)(__this, ___defaultValue0, method) // System.String System.TimeSpan::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m1128692466 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1520177337(__this, method) (( String_t* (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_ToString_m1520177337_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m2986034422(__this, ___value0, method) (( void (*) (Nullable_1_t3900287040 *, uint16_t, const RuntimeMethod*))Nullable_1__ctor_m2986034422_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1079455772(__this, method) (( bool (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1079455772_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3242682592(__this, method) (( uint16_t (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_get_Value_m3242682592_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m1912582156(__this, p0, method) (( bool (*) (Nullable_1_t3900287040 *, Nullable_1_t3900287040 , const RuntimeMethod*))Nullable_1_Equals_m1912582156_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m803928416(__this, ___other0, method) (( bool (*) (Nullable_1_t3900287040 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m803928416_gshared)(__this, ___other0, method) // System.Boolean System.UInt16::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UInt16_Equals_m642257745 (uint16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.UInt16::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t UInt16_GetHashCode_m329858256 (uint16_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m3942171372(__this, method) (( int32_t (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_GetHashCode_m3942171372_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3113842210(__this, method) (( uint16_t (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3113842210_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m2724868838(__this, ___defaultValue0, method) (( uint16_t (*) (Nullable_1_t3900287040 *, uint16_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2724868838_gshared)(__this, ___defaultValue0, method) // System.String System.UInt16::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m355311020 (uint16_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1379267971(__this, method) (( String_t* (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_ToString_m1379267971_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m3079654719(__this, ___value0, method) (( void (*) (Nullable_1_t4282624060 *, uint32_t, const RuntimeMethod*))Nullable_1__ctor_m3079654719_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1094388134(__this, method) (( bool (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1094388134_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2966175739(__this, method) (( uint32_t (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_get_Value_m2966175739_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m1709661350(__this, p0, method) (( bool (*) (Nullable_1_t4282624060 *, Nullable_1_t4282624060 , const RuntimeMethod*))Nullable_1_Equals_m1709661350_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m3553827346(__this, ___other0, method) (( bool (*) (Nullable_1_t4282624060 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m3553827346_gshared)(__this, ___other0, method) // System.Boolean System.UInt32::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UInt32_Equals_m351935437 (uint32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.UInt32::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t UInt32_GetHashCode_m3722548385 (uint32_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1828583655(__this, method) (( int32_t (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1828583655_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m874061072(__this, method) (( uint32_t (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m874061072_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m2238910177(__this, ___defaultValue0, method) (( uint32_t (*) (Nullable_1_t4282624060 *, uint32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2238910177_gshared)(__this, ___defaultValue0, method) // System.String System.UInt32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m2574561716 (uint32_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1639120067(__this, method) (( String_t* (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_ToString_m1639120067_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m1540175555(__this, ___value0, method) (( void (*) (Nullable_1_t1561634878 *, uint64_t, const RuntimeMethod*))Nullable_1__ctor_m1540175555_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1015089092(__this, method) (( bool (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1015089092_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2797202624(__this, method) (( uint64_t (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_get_Value_m2797202624_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m560768783(__this, p0, method) (( bool (*) (Nullable_1_t1561634878 *, Nullable_1_t1561634878 , const RuntimeMethod*))Nullable_1_Equals_m560768783_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m1775926922(__this, ___other0, method) (( bool (*) (Nullable_1_t1561634878 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m1775926922_gshared)(__this, ___other0, method) // System.Boolean System.UInt64::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UInt64_Equals_m1879425698 (uint64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.UInt64::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t UInt64_GetHashCode_m4209760355 (uint64_t* __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m935588001(__this, method) (( int32_t (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_GetHashCode_m935588001_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2003770913(__this, method) (( uint64_t (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2003770913_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m3048987225(__this, ___defaultValue0, method) (( uint64_t (*) (Nullable_1_t1561634878 *, uint64_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3048987225_gshared)(__this, ___defaultValue0, method) // System.String System.UInt64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m1529093114 (uint64_t* __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1755279919(__this, method) (( String_t* (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_ToString_m1755279919_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m2967195975(__this, ___value0, method) (( void (*) (Nullable_1_t4278248406 *, Color_t2555686324 , const RuntimeMethod*))Nullable_1__ctor_m2967195975_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3010405843(__this, method) (( bool (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3010405843_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m4225233045(__this, method) (( Color_t2555686324 (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_get_Value_m4225233045_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m4028961340(__this, p0, method) (( bool (*) (Nullable_1_t4278248406 *, Nullable_1_t4278248406 , const RuntimeMethod*))Nullable_1_Equals_m4028961340_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m4124281866(__this, ___other0, method) (( bool (*) (Nullable_1_t4278248406 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m4124281866_gshared)(__this, ___other0, 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.Int32 UnityEngine.Color::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m1829208463 (Color_t2555686324 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m4184280212(__this, method) (( int32_t (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_GetHashCode_m4184280212_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1245120869(__this, method) (( Color_t2555686324 (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1245120869_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m4283780580(__this, ___defaultValue0, method) (( Color_t2555686324 (*) (Nullable_1_t4278248406 *, Color_t2555686324 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4283780580_gshared)(__this, ___defaultValue0, method) // System.String UnityEngine.Color::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Color_ToString_m671005850 (Color_t2555686324 * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1480251037(__this, method) (( String_t* (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_ToString_m1480251037_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m133295941(__this, ___value0, method) (( void (*) (Nullable_1_t1149908250 *, Vector3_t3722313464 , const RuntimeMethod*))Nullable_1__ctor_m133295941_gshared)(__this, ___value0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2245824889(__this, method) (( bool (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2245824889_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2068788588(__this, method) (( Vector3_t3722313464 (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_get_Value_m2068788588_gshared)(__this, method) // System.Boolean System.Nullable`1::Equals(System.Nullable`1) #define Nullable_1_Equals_m745371484(__this, p0, method) (( bool (*) (Nullable_1_t1149908250 *, Nullable_1_t1149908250 , const RuntimeMethod*))Nullable_1_Equals_m745371484_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::Equals(System.Object) #define Nullable_1_Equals_m571157538(__this, ___other0, method) (( bool (*) (Nullable_1_t1149908250 *, RuntimeObject *, const RuntimeMethod*))Nullable_1_Equals_m571157538_gshared)(__this, ___other0, 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.Int32 UnityEngine.Vector3::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Vector3_GetHashCode_m2879461828 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // System.Int32 System.Nullable`1::GetHashCode() #define Nullable_1_GetHashCode_m1096270308(__this, method) (( int32_t (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_GetHashCode_m1096270308_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m450308407(__this, method) (( Vector3_t3722313464 (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m450308407_gshared)(__this, method) // T System.Nullable`1::GetValueOrDefault(T) #define Nullable_1_GetValueOrDefault_m1367803190(__this, ___defaultValue0, method) (( Vector3_t3722313464 (*) (Nullable_1_t1149908250 *, Vector3_t3722313464 , const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1367803190_gshared)(__this, ___defaultValue0, method) // System.String UnityEngine.Vector3::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Vector3_ToString_m759076600 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // System.String System.Nullable`1::ToString() #define Nullable_1_ToString_m1442216252(__this, method) (( String_t* (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_ToString_m1442216252_gshared)(__this, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2389084719(__this, ___obj0, method) (( bool (*) (Predicate_1_t1281081005 *, int32_t, const RuntimeMethod*))Predicate_1_Invoke_m2389084719_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3676365863(__this, ___obj0, method) (( bool (*) (Predicate_1_t574422962 *, int32_t, const RuntimeMethod*))Predicate_1_Invoke_m3676365863_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m4007343325(__this, ___obj0, method) (( bool (*) (Predicate_1_t257767301 *, PropertyMetadata_t3727440473 , const RuntimeMethod*))Predicate_1_Invoke_m4007343325_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m1274535676(__this, ___obj0, method) (( bool (*) (Predicate_1_t4199304196 *, LMRendererInfo_t3374010072 , const RuntimeMethod*))Predicate_1_Invoke_m1274535676_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m425148416(__this, ___obj0, method) (( bool (*) (Predicate_1_t1852837060 *, DelayedQueueItem_t1027542936 , const RuntimeMethod*))Predicate_1_Invoke_m425148416_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2106827552(__this, ___obj0, method) (( bool (*) (Predicate_1_t3353321838 *, JsonPosition_t2528027714 , const RuntimeMethod*))Predicate_1_Invoke_m2106827552_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m1440262477(__this, ___obj0, method) (( bool (*) (Predicate_1_t1177126085 *, EventQueueEntry_t351831961 , const RuntimeMethod*))Predicate_1_Invoke_m1440262477_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2829311360(__this, ___obj0, method) (( bool (*) (Predicate_1_t3260335513 *, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*))Predicate_1_Invoke_m2829311360_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2119027640(__this, ___obj0, method) (( bool (*) (Predicate_1_t1827273305 *, SlotMaterialOverride_t1001979181 , const RuntimeMethod*))Predicate_1_Invoke_m2119027640_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3640426206(__this, ___obj0, method) (( bool (*) (Predicate_1_t325744584 *, TransformPair_t3795417756 , const RuntimeMethod*))Predicate_1_Invoke_m3640426206_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2802808415(__this, ___obj0, method) (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))Predicate_1_Invoke_m2802808415_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m28611209(__this, ___obj0, method) (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))Predicate_1_Invoke_m28611209_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3636140022(__this, ___obj0, method) (( bool (*) (Predicate_1_t1959590500 *, uint8_t, const RuntimeMethod*))Predicate_1_Invoke_m3636140022_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3154276773(__this, ___obj0, method) (( bool (*) (Predicate_1_t164787298 *, Il2CppChar, const RuntimeMethod*))Predicate_1_Invoke_m3154276773_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1>::Invoke(T) #define Predicate_1_Invoke_m3791242686(__this, ___obj0, method) (( bool (*) (Predicate_1_t1123631529 *, KeyValuePair_2_t298337405 , const RuntimeMethod*))Predicate_1_Invoke_m3791242686_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1>::Invoke(T) #define Predicate_1_Invoke_m137196735(__this, ___obj0, method) (( bool (*) (Predicate_1_t3355511443 *, KeyValuePair_2_t2530217319 , const RuntimeMethod*))Predicate_1_Invoke_m137196735_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2308795536(__this, ___obj0, method) (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))Predicate_1_Invoke_m2308795536_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m536385212(__this, ___obj0, method) (( bool (*) (Predicate_1_t266894132 *, int64_t, const RuntimeMethod*))Predicate_1_Invoke_m536385212_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3148290854(__this, ___obj0, method) (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))Predicate_1_Invoke_m3148290854_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2315049893(__this, ___obj0, method) (( bool (*) (Predicate_1_t1113159834 *, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*))Predicate_1_Invoke_m2315049893_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m685699837(__this, ___obj0, method) (( bool (*) (Predicate_1_t3548444281 *, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*))Predicate_1_Invoke_m685699837_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3937700966(__this, ___obj0, method) (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))Predicate_1_Invoke_m3937700966_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2372669878(__this, ___obj0, method) (( bool (*) (Predicate_1_t3982011279 *, AnimatorClipInfo_t3156717155 , const RuntimeMethod*))Predicate_1_Invoke_m2372669878_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m851618236(__this, ___obj0, method) (( bool (*) (Predicate_1_t2411271955 *, OrderBlock_t1585977831 , const RuntimeMethod*))Predicate_1_Invoke_m851618236_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3548527474(__this, ___obj0, method) (( bool (*) (Predicate_1_t2781082151 *, BoneWeight_t1955788027 , const RuntimeMethod*))Predicate_1_Invoke_m3548527474_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2408335753(__this, ___obj0, method) (( bool (*) (Predicate_1_t3380980448 *, Color_t2555686324 , const RuntimeMethod*))Predicate_1_Invoke_m2408335753_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m1828171037(__this, ___obj0, method) (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))Predicate_1_Invoke_m1828171037_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2574540981(__this, ___obj0, method) (( bool (*) (Predicate_1_t2935998188 *, DiagnosticSwitch_t2110704064 , const RuntimeMethod*))Predicate_1_Invoke_m2574540981_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2887746805(__this, ___obj0, method) (( bool (*) (Predicate_1_t4185600973 *, RaycastResult_t3360306849 , const RuntimeMethod*))Predicate_1_Invoke_m2887746805_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m626434866(__this, ___obj0, method) (( bool (*) (Predicate_1_t3424588401 *, int32_t, const RuntimeMethod*))Predicate_1_Invoke_m626434866_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m1074284117(__this, ___obj0, method) (( bool (*) (Predicate_1_t2643195967 *, Matrix4x4_t1817901843 , const RuntimeMethod*))Predicate_1_Invoke_m1074284117_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m313563199(__this, ___obj0, method) (( bool (*) (Predicate_1_t1285119731 *, Playable_t459825607 , const RuntimeMethod*))Predicate_1_Invoke_m313563199_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m846946863(__this, ___obj0, method) (( bool (*) (Predicate_1_t1113951902 *, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*))Predicate_1_Invoke_m846946863_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m3135892059(__this, ___obj0, method) (( bool (*) (Predicate_1_t2807972045 *, WeightInfo_t1982677921 , const RuntimeMethod*))Predicate_1_Invoke_m3135892059_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m4087887637(__this, ___obj0, method) (( bool (*) (Predicate_1_t900795230 *, UICharInfo_t75501106 , const RuntimeMethod*))Predicate_1_Invoke_m4087887637_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2932303859(__this, ___obj0, method) (( bool (*) (Predicate_1_t725593638 *, UILineInfo_t4195266810 , const RuntimeMethod*))Predicate_1_Invoke_m2932303859_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2389850270(__this, ___obj0, method) (( bool (*) (Predicate_1_t587824433 *, UIVertex_t4057497605 , const RuntimeMethod*))Predicate_1_Invoke_m2389850270_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m2758354419(__this, ___obj0, method) (( bool (*) (Predicate_1_t2981523647 *, Vector2_t2156229523 , const RuntimeMethod*))Predicate_1_Invoke_m2758354419_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m1275467140(__this, ___obj0, method) (( bool (*) (Predicate_1_t325371 *, Vector2Int_t3469998543 , const RuntimeMethod*))Predicate_1_Invoke_m1275467140_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m1229727214(__this, ___obj0, method) (( bool (*) (Predicate_1_t252640292 *, Vector3_t3722313464 , const RuntimeMethod*))Predicate_1_Invoke_m1229727214_gshared)(__this, ___obj0, method) // System.Boolean System.Predicate`1::Invoke(T) #define Predicate_1_Invoke_m759375343(__this, ___obj0, method) (( bool (*) (Predicate_1_t4144323061 *, Vector4_t3319028937 , const RuntimeMethod*))Predicate_1_Invoke_m759375343_gshared)(__this, ___obj0, method) // R System.Reflection.MonoProperty/Getter`2::Invoke(T) #define Getter_2_Invoke_m3667195478(__this, ____this0, method) (( RuntimeObject * (*) (Getter_2_t2063956538 *, RuntimeObject *, const RuntimeMethod*))Getter_2_Invoke_m3667195478_gshared)(__this, ____this0, method) // R System.Reflection.MonoProperty/StaticGetter`1::Invoke() #define StaticGetter_1_Invoke_m3640162116(__this, method) (( RuntimeObject * (*) (StaticGetter_1_t3872988374 *, const RuntimeMethod*))StaticGetter_1_Invoke_m3640162116_gshared)(__this, method) // System.Void UnityEngine.Events.BaseInvokableCall::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m2110966014 (BaseInvokableCall_t2703961024 * __this, RuntimeObject * ___target0, MethodInfo_t * ___function1, 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.Delegate UnityEngineInternal.NetFxCoreExtensions::CreateDelegate(System.Reflection.MethodInfo,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * NetFxCoreExtensions_CreateDelegate_m751211712 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___self0, Type_t * ___delegateType1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Void UnityEngine.Events.BaseInvokableCall::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m768115019 (BaseInvokableCall_t2703961024 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Events.BaseInvokableCall::AllowInvoke(System.Delegate) extern "C" IL2CPP_METHOD_ATTR bool BaseInvokableCall_AllowInvoke_m878393606 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___delegate0, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m2361978888 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo UnityEngineInternal.NetFxCoreExtensions::GetMethodInfo(System.Delegate) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * NetFxCoreExtensions_GetMethodInfo_m444570327 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___self0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m3535252839(__this, ___arg00, method) (( void (*) (UnityAction_1_t682124106 *, bool, const RuntimeMethod*))UnityAction_1_Invoke_m3535252839_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m3388120194(__this, ___arg00, method) (( void (*) (UnityAction_1_t3535781894 *, int32_t, const RuntimeMethod*))UnityAction_1_Invoke_m3388120194_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m2929687399(__this, ___arg00, method) (( void (*) (UnityAction_1_t3664942305 *, RuntimeObject *, const RuntimeMethod*))UnityAction_1_Invoke_m2929687399_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m1035307306(__this, ___arg00, method) (( void (*) (UnityAction_1_t1982102915 *, float, const RuntimeMethod*))UnityAction_1_Invoke_m1035307306_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m927447181(__this, ___arg00, method) (( void (*) (UnityAction_1_t3140522465 *, Color_t2555686324 , const RuntimeMethod*))UnityAction_1_Invoke_m927447181_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m3649732398(__this, ___arg00, method) (( void (*) (UnityAction_1_t2933211702 *, Scene_t2348375561 , const RuntimeMethod*))UnityAction_1_Invoke_m3649732398_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m610765085(__this, ___arg00, method) (( void (*) (UnityAction_1_t2741065664 *, Vector2_t2156229523 , const RuntimeMethod*))UnityAction_1_Invoke_m610765085_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`1::Invoke(T0) #define UnityAction_1_Invoke_m718564962(__this, ___arg00, method) (( void (*) (UnityAction_1_t12182309 *, Vector3_t3722313464 , const RuntimeMethod*))UnityAction_1_Invoke_m718564962_gshared)(__this, ___arg00, method) // System.Void UnityEngine.Events.UnityAction`2::Invoke(T0,T1) #define UnityAction_2_Invoke_m2304474703(__this, ___arg00, ___arg11, method) (( void (*) (UnityAction_2_t3283971887 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))UnityAction_2_Invoke_m2304474703_gshared)(__this, ___arg00, ___arg11, method) // System.Void UnityEngine.Events.UnityAction`2::Invoke(T0,T1) #define UnityAction_2_Invoke_m1541286357(__this, ___arg00, ___arg11, method) (( void (*) (UnityAction_2_t2165061829 *, Scene_t2348375561 , int32_t, const RuntimeMethod*))UnityAction_2_Invoke_m1541286357_gshared)(__this, ___arg00, ___arg11, method) // System.Void UnityEngine.Events.UnityAction`2::Invoke(T0,T1) #define UnityAction_2_Invoke_m944492567(__this, ___arg00, ___arg11, method) (( void (*) (UnityAction_2_t1262235195 *, Scene_t2348375561 , Scene_t2348375561 , const RuntimeMethod*))UnityAction_2_Invoke_m944492567_gshared)(__this, ___arg00, ___arg11, method) // System.Void UnityEngine.Events.UnityAction`3::Invoke(T0,T1,T2) #define UnityAction_3_Invoke_m1904347475(__this, ___arg00, ___arg11, ___arg22, method) (( void (*) (UnityAction_3_t1557236713 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))UnityAction_3_Invoke_m1904347475_gshared)(__this, ___arg00, ___arg11, ___arg22, method) // System.Void UnityEngine.Events.UnityAction`4::Invoke(T0,T1,T2,T3) #define UnityAction_4_Invoke_m218720656(__this, ___arg00, ___arg11, ___arg22, ___arg33, method) (( void (*) (UnityAction_4_t682480391 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))UnityAction_4_Invoke_m218720656_gshared)(__this, ___arg00, ___arg11, ___arg22, ___arg33, method) // System.Void UnityEngine.Events.UnityEventBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEventBase__ctor_m1851535676 (UnityEventBase_t3960448221 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::AddCall(UnityEngine.Events.BaseInvokableCall) extern "C" IL2CPP_METHOD_ATTR void UnityEventBase_AddCall_m3539965410 (UnityEventBase_t3960448221 * __this, BaseInvokableCall_t2703961024 * ___call0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::RemoveListener(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void UnityEventBase_RemoveListener_m3326364145 (UnityEventBase_t3960448221 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method); // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::GetValidMethodInfo(System.Object,System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_GetValidMethodInfo_m3989987635 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, String_t* ___functionName1, TypeU5BU5D_t3940880105* ___argumentTypes2, const RuntimeMethod* method); // System.Collections.Generic.List`1 UnityEngine.Events.UnityEventBase::PrepareInvoke() extern "C" IL2CPP_METHOD_ATTR List_1_t4176035766 * UnityEventBase_PrepareInvoke_m1785382128 (UnityEventBase_t3960448221 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m4156046467(__this, p0, method) (( BaseInvokableCall_t2703961024 * (*) (List_1_t4176035766 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void UnityEngine.Events.InvokableCall::Invoke() extern "C" IL2CPP_METHOD_ATTR void InvokableCall_Invoke_m1437964737 (InvokableCall_t832123510 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1245201994(__this, method) (( int32_t (*) (List_1_t4176035766 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1::Invoke(T1,UnityEngine.EventSystems.BaseEventData) #define EventFunction_1_Invoke_m2429482587(__this, ___handler0, ___eventData1, method) (( void (*) (EventFunction_1_t1764640198 *, RuntimeObject *, BaseEventData_t3903027533 *, const RuntimeMethod*))EventFunction_1_Invoke_m2429482587_gshared)(__this, ___handler0, ___eventData1, method) // T UnityEngine.ExposedReference`1::Resolve(UnityEngine.IExposedPropertyTable) #define ExposedReference_1_Resolve_m497587869(__this, ___resolver0, method) (( RuntimeObject * (*) (ExposedReference_1_t3345160085 *, RuntimeObject*, const RuntimeMethod*))ExposedReference_1_Resolve_m497587869_gshared)(__this, ___resolver0, method) // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableHandle::IsValid() extern "C" IL2CPP_METHOD_ATTR bool PlayableHandle_IsValid_m777349566 (PlayableHandle_t1095853803 * __this, const RuntimeMethod* method); // System.Type UnityEngine.Playables.PlayableHandle::GetPlayableType() extern "C" IL2CPP_METHOD_ATTR Type_t * PlayableHandle_GetPlayableType_m432385838 (PlayableHandle_t1095853803 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m318645277 (InvalidCastException_t3927145244 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.ScriptPlayable`1::.ctor(UnityEngine.Playables.PlayableHandle) #define ScriptPlayable_1__ctor_m224242934(__this, ___handle0, method) (( void (*) (ScriptPlayable_1_t818619019 *, PlayableHandle_t1095853803 , const RuntimeMethod*))ScriptPlayable_1__ctor_m224242934_gshared)(__this, ___handle0, method) // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::get_Null() extern "C" IL2CPP_METHOD_ATTR PlayableHandle_t1095853803 PlayableHandle_get_Null_m218234861 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableGraph::CreatePlayableHandle() extern "C" IL2CPP_METHOD_ATTR PlayableHandle_t1095853803 PlayableGraph_CreatePlayableHandle_m1596980658 (PlayableGraph_t3515989261 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetInputCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PlayableHandle_SetInputCount_m2596808857 (PlayableHandle_t1095853803 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetScriptInstance(System.Object) extern "C" IL2CPP_METHOD_ATTR void PlayableHandle_SetScriptInstance_m4072572491 (PlayableHandle_t1095853803 * __this, RuntimeObject * ___scriptInstance0, const RuntimeMethod* method); // UnityEngine.ScriptableObject UnityEngine.ScriptableObject::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR ScriptableObject_t2528358522 * ScriptableObject_CreateInstance_m2611081756 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___x0, Object_t631007953 * ___y1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_Instantiate_m3403600534 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___original0, const RuntimeMethod* method); // UnityEngine.HideFlags UnityEngine.Object::get_hideFlags() extern "C" IL2CPP_METHOD_ATTR int32_t Object_get_hideFlags_m3233469693 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) extern "C" IL2CPP_METHOD_ATTR void Object_set_hideFlags_m1648752846 (Object_t631007953 * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::GetHandle() #define ScriptPlayable_1_GetHandle_m4044520055(__this, method) (( PlayableHandle_t1095853803 (*) (ScriptPlayable_1_t818619019 *, const RuntimeMethod*))ScriptPlayable_1_GetHandle_m4044520055_gshared)(__this, method) // T UnityEngine.Playables.PlayableHandle::GetObject() #define PlayableHandle_GetObject_TisRuntimeObject_m949756923(__this, method) (( RuntimeObject * (*) (PlayableHandle_t1095853803 *, const RuntimeMethod*))PlayableHandle_GetObject_TisRuntimeObject_m949756923_gshared)(__this, method) // T UnityEngine.Playables.ScriptPlayable`1::GetBehaviour() #define ScriptPlayable_1_GetBehaviour_m3817690859(__this, method) (( RuntimeObject * (*) (ScriptPlayable_1_t818619019 *, const RuntimeMethod*))ScriptPlayable_1_GetBehaviour_m3817690859_gshared)(__this, method) // System.Void UnityEngine.Playables.Playable::.ctor(UnityEngine.Playables.PlayableHandle) extern "C" IL2CPP_METHOD_ATTR void Playable__ctor_m3175303195 (Playable_t459825607 * __this, PlayableHandle_t1095853803 ___handle0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::GetHandle() extern "C" IL2CPP_METHOD_ATTR PlayableHandle_t1095853803 Playable_GetHandle_m98909670 (Playable_t459825607 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableHandle::op_Equality(UnityEngine.Playables.PlayableHandle,UnityEngine.Playables.PlayableHandle) extern "C" IL2CPP_METHOD_ATTR bool PlayableHandle_op_Equality_m3344837515 (RuntimeObject * __this /* static, unused */, PlayableHandle_t1095853803 ___x0, PlayableHandle_t1095853803 ___y1, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.ScriptPlayable`1::Equals(UnityEngine.Playables.ScriptPlayable`1) #define ScriptPlayable_1_Equals_m3658320404(__this, ___other0, method) (( bool (*) (ScriptPlayable_1_t818619019 *, ScriptPlayable_1_t818619019 , const RuntimeMethod*))ScriptPlayable_1_Equals_m3658320404_gshared)(__this, ___other0, method) // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::ValidTarget() extern "C" IL2CPP_METHOD_ATTR bool ColorTween_ValidTarget_m376919233 (ColorTween_t809614380 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::get_ignoreTimeScale() extern "C" IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_m1133957174 (ColorTween_t809614380 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_unscaledDeltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_m4270080131 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.UI.CoroutineTween.ColorTween::get_duration() extern "C" IL2CPP_METHOD_ATTR float ColorTween_get_duration_m3264097060 (ColorTween_t809614380 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp01_m56433566 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void UnityEngine.UI.CoroutineTween.ColorTween::TweenValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void ColorTween_TweenValue_m3895102629 (ColorTween_t809614380 * __this, float ___floatPercentage0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::ValidTarget() extern "C" IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_m885246038 (FloatTween_t1274330004 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::get_ignoreTimeScale() extern "C" IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m322812475 (FloatTween_t1274330004 * __this, const RuntimeMethod* method); // System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_duration() extern "C" IL2CPP_METHOD_ATTR float FloatTween_get_duration_m1227071020 (FloatTween_t1274330004 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.CoroutineTween.FloatTween::TweenValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void FloatTween_TweenValue_m52237061 (FloatTween_t1274330004 * __this, float ___floatPercentage0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m3752629331 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m2006396688 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m3411253000 (MonoBehaviour_t3962482529 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::StopCoroutine(System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_StopCoroutine_m615723318 (MonoBehaviour_t3962482529 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void UnityEngine.UI.LoopScrollDataSource::.ctor() extern "C" IL2CPP_METHOD_ATTR void LoopScrollDataSource__ctor_m3356679292 (LoopScrollDataSource_t4146522895 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m3707514258 (Component_t1923634451 * __this, String_t* p0, RuntimeObject * p1, 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.IntPtr XLua.LuaEnv::get_L() extern "C" IL2CPP_METHOD_ATTR intptr_t LuaEnv_get_L_m820602397 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_gettop(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_gettop_m2394536141 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_getref(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_getref_m387649952 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushnil(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushnil_m4186324575 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pop(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pop_m1434696172 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___amount1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_next(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_next_m3364024491 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_settop(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_settop_m2822720422 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___newTop1, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m3023855514 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m3867704424(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t1433271736 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m3867704424_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m609463893(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t2859065647 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m609463893_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m3067895621(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t4097822697 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m3067895621_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m2627241258(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t1635989738 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m2627241258_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m2872005143(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t3136910121 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m2872005143_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m991721937(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t2252710403 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m991721937_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m3524722973(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t3864406712 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m3524722973_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m2138592575(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t2635677477 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m2138592575_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m46811756(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t1372380645 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m46811756_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m281365414(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t2058780489 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m281365414_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m1367574102(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t4024836509 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))GetFunc_1_Invoke_m1367574102_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m1131116639(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t3167213467 *, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*))GetFunc_1_Invoke_m1131116639_gshared)(__this, ___L0, ___idx1, ___val2, method) // System.Void XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) #define GetFunc_1_Invoke_m437165573(__this, ___L0, ___idx1, ___val2, method) (( void (*) (GetFunc_1_t2353945213 *, intptr_t, int32_t, Bounds_t2266837910 *, const RuntimeMethod*))GetFunc_1_Invoke_m437165573_gshared)(__this, ___L0, ___idx1, ___val2, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m614513477_gshared (Nullable_1_t1166124571 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); DateTime_t3738529785 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m614513477_AdjustorThunk (RuntimeObject * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m614513477(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3821813822_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m3821813822_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m3821813822(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_get_Value_m1231570822_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m1231570822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m1231570822_RuntimeMethod_var); } IL_0016: { DateTime_t3738529785 L_2 = (DateTime_t3738529785 )__this->get_value_0(); return L_2; } } extern "C" DateTime_t3738529785 Nullable_1_get_Value_m1231570822_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } DateTime_t3738529785 _returnValue = Nullable_1_get_Value_m1231570822(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3352611811_gshared (Nullable_1_t1166124571 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m3352611811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t1166124571 )); UnBoxNullable(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m383113778((Nullable_1_t1166124571 *)__this, (Nullable_1_t1166124571 )((*(Nullable_1_t1166124571 *)((Nullable_1_t1166124571 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m3352611811_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m3352611811(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m383113778_gshared (Nullable_1_t1166124571 * __this, Nullable_1_t1166124571 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { DateTime_t3738529785 * L_3 = (DateTime_t3738529785 *)(&___other0)->get_address_of_value_0(); DateTime_t3738529785 L_4 = (DateTime_t3738529785 )__this->get_value_0(); DateTime_t3738529785 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = DateTime_Equals_m611432332((DateTime_t3738529785 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m383113778_AdjustorThunk (RuntimeObject * __this, Nullable_1_t1166124571 ___other0, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m383113778(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m2507043670_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { DateTime_t3738529785 * L_1 = (DateTime_t3738529785 *)__this->get_address_of_value_0(); int32_t L_2 = DateTime_GetHashCode_m2261847002((DateTime_t3738529785 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m2507043670_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m2507043670(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_GetValueOrDefault_m4024272999_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { DateTime_t3738529785 L_1 = (DateTime_t3738529785 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(DateTime_t3738529785 )); DateTime_t3738529785 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" DateTime_t3738529785 Nullable_1_GetValueOrDefault_m4024272999_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } DateTime_t3738529785 _returnValue = Nullable_1_GetValueOrDefault_m4024272999(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_GetValueOrDefault_m1453162346_gshared (Nullable_1_t1166124571 * __this, DateTime_t3738529785 ___defaultValue0, const RuntimeMethod* method) { DateTime_t3738529785 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { DateTime_t3738529785 L_1 = (DateTime_t3738529785 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { DateTime_t3738529785 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" DateTime_t3738529785 Nullable_1_GetValueOrDefault_m1453162346_AdjustorThunk (RuntimeObject * __this, DateTime_t3738529785 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } DateTime_t3738529785 _returnValue = Nullable_1_GetValueOrDefault_m1453162346(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m3717248046_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m3717248046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { DateTime_t3738529785 * L_1 = (DateTime_t3738529785 *)__this->get_address_of_value_0(); String_t* L_2 = DateTime_ToString_m884486936((DateTime_t3738529785 *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m3717248046_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1166124571 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1166124571 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1166124571 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m3717248046(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m444749240_gshared (Nullable_1_t656882293 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); DateTimeOffset_t3229287507 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m444749240_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m444749240(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3569253076_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m3569253076_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m3569253076(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_get_Value_m701348990_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m701348990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m701348990_RuntimeMethod_var); } IL_0016: { DateTimeOffset_t3229287507 L_2 = (DateTimeOffset_t3229287507 )__this->get_value_0(); return L_2; } } extern "C" DateTimeOffset_t3229287507 Nullable_1_get_Value_m701348990_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } DateTimeOffset_t3229287507 _returnValue = Nullable_1_get_Value_m701348990(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2406126456_gshared (Nullable_1_t656882293 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m2406126456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t656882293 )); UnBoxNullable(L_3, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m1083448944((Nullable_1_t656882293 *)__this, (Nullable_1_t656882293 )((*(Nullable_1_t656882293 *)((Nullable_1_t656882293 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m2406126456_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2406126456(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1083448944_gshared (Nullable_1_t656882293 * __this, Nullable_1_t656882293 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { DateTimeOffset_t3229287507 * L_3 = (DateTimeOffset_t3229287507 *)(&___other0)->get_address_of_value_0(); DateTimeOffset_t3229287507 L_4 = (DateTimeOffset_t3229287507 )__this->get_value_0(); DateTimeOffset_t3229287507 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = DateTimeOffset_Equals_m3030958070((DateTimeOffset_t3229287507 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m1083448944_AdjustorThunk (RuntimeObject * __this, Nullable_1_t656882293 ___other0, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1083448944(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m4207655662_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { DateTimeOffset_t3229287507 * L_1 = (DateTimeOffset_t3229287507 *)__this->get_address_of_value_0(); int32_t L_2 = DateTimeOffset_GetHashCode_m2209105223((DateTimeOffset_t3229287507 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m4207655662_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m4207655662(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m645067753_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method) { DateTimeOffset_t3229287507 V_0; memset(&V_0, 0, sizeof(V_0)); DateTimeOffset_t3229287507 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { DateTimeOffset_t3229287507 L_1 = (DateTimeOffset_t3229287507 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(DateTimeOffset_t3229287507 )); DateTimeOffset_t3229287507 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m645067753_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } DateTimeOffset_t3229287507 _returnValue = Nullable_1_GetValueOrDefault_m645067753(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m3658568585_gshared (Nullable_1_t656882293 * __this, DateTimeOffset_t3229287507 ___defaultValue0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { DateTimeOffset_t3229287507 L_1 = (DateTimeOffset_t3229287507 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { DateTimeOffset_t3229287507 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m3658568585_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t3229287507 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } DateTimeOffset_t3229287507 _returnValue = Nullable_1_GetValueOrDefault_m3658568585(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m226205074_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m226205074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { DateTimeOffset_t3229287507 * L_1 = (DateTimeOffset_t3229287507 *)__this->get_address_of_value_0(); String_t* L_2 = DateTimeOffset_ToString_m3536563014((DateTimeOffset_t3229287507 *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m226205074_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t656882293 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t656882293 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t656882293 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m226205074(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3508690032_gshared (Nullable_1_t375854166 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); Decimal_t2948259380 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m3508690032_AdjustorThunk (RuntimeObject * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m3508690032(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m722401406_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m722401406_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m722401406(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_get_Value_m54608931_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m54608931_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m54608931_RuntimeMethod_var); } IL_0016: { Decimal_t2948259380 L_2 = (Decimal_t2948259380 )__this->get_value_0(); return L_2; } } extern "C" Decimal_t2948259380 Nullable_1_get_Value_m54608931_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } Decimal_t2948259380 _returnValue = Nullable_1_get_Value_m54608931(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3981503633_gshared (Nullable_1_t375854166 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m3981503633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t375854166 )); UnBoxNullable(L_3, Decimal_t2948259380_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m2660351828((Nullable_1_t375854166 *)__this, (Nullable_1_t375854166 )((*(Nullable_1_t375854166 *)((Nullable_1_t375854166 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m3981503633_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m3981503633(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2660351828_gshared (Nullable_1_t375854166 * __this, Nullable_1_t375854166 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { Decimal_t2948259380 * L_3 = (Decimal_t2948259380 *)(&___other0)->get_address_of_value_0(); Decimal_t2948259380 L_4 = (Decimal_t2948259380 )__this->get_value_0(); Decimal_t2948259380 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Decimal_Equals_m2592017260((Decimal_t2948259380 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m2660351828_AdjustorThunk (RuntimeObject * __this, Nullable_1_t375854166 ___other0, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2660351828(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1709144320_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { Decimal_t2948259380 * L_1 = (Decimal_t2948259380 *)__this->get_address_of_value_0(); int32_t L_2 = Decimal_GetHashCode_m2838600885((Decimal_t2948259380 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1709144320_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1709144320(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_GetValueOrDefault_m1041199192_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method) { Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); Decimal_t2948259380 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Decimal_t2948259380 L_1 = (Decimal_t2948259380 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(Decimal_t2948259380 )); Decimal_t2948259380 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" Decimal_t2948259380 Nullable_1_GetValueOrDefault_m1041199192_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } Decimal_t2948259380 _returnValue = Nullable_1_GetValueOrDefault_m1041199192(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_GetValueOrDefault_m3524429894_gshared (Nullable_1_t375854166 * __this, Decimal_t2948259380 ___defaultValue0, const RuntimeMethod* method) { Decimal_t2948259380 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Decimal_t2948259380 L_1 = (Decimal_t2948259380 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { Decimal_t2948259380 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" Decimal_t2948259380 Nullable_1_GetValueOrDefault_m3524429894_AdjustorThunk (RuntimeObject * __this, Decimal_t2948259380 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } Decimal_t2948259380 _returnValue = Nullable_1_GetValueOrDefault_m3524429894(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m659912921_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m659912921_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { Decimal_t2948259380 * L_1 = (Decimal_t2948259380 *)__this->get_address_of_value_0(); String_t* L_2 = Decimal_ToString_m4018746482((Decimal_t2948259380 *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m659912921_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t375854166 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t375854166 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t375854166 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m659912921(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3137306314_gshared (Nullable_1_t2317227445 * __this, double ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); double L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m3137306314_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m3137306314(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3020079244_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m3020079244_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m3020079244(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR double Nullable_1_get_Value_m4204819370_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m4204819370_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m4204819370_RuntimeMethod_var); } IL_0016: { double L_2 = (double)__this->get_value_0(); return L_2; } } extern "C" double Nullable_1_get_Value_m4204819370_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } double _returnValue = Nullable_1_get_Value_m4204819370(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4102958203_gshared (Nullable_1_t2317227445 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m4102958203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t2317227445 )); UnBoxNullable(L_3, Double_t594665363_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m3480583749((Nullable_1_t2317227445 *)__this, (Nullable_1_t2317227445 )((*(Nullable_1_t2317227445 *)((Nullable_1_t2317227445 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m4102958203_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m4102958203(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3480583749_gshared (Nullable_1_t2317227445 * __this, Nullable_1_t2317227445 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { double* L_3 = (double*)(&___other0)->get_address_of_value_0(); double L_4 = (double)__this->get_value_0(); double L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Double_Equals_m1674752021((double*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m3480583749_AdjustorThunk (RuntimeObject * __this, Nullable_1_t2317227445 ___other0, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m3480583749(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m274996664_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { double* L_1 = (double*)__this->get_address_of_value_0(); int32_t L_2 = Double_GetHashCode_m2295714610((double*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m274996664_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m274996664(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m221723129_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method) { double V_0 = 0.0; double G_B3_0 = 0.0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { double L_1 = (double)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(double)); double L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" double Nullable_1_GetValueOrDefault_m221723129_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } double _returnValue = Nullable_1_GetValueOrDefault_m221723129(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m3673034871_gshared (Nullable_1_t2317227445 * __this, double ___defaultValue0, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { double L_1 = (double)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { double L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" double Nullable_1_GetValueOrDefault_m3673034871_AdjustorThunk (RuntimeObject * __this, double ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } double _returnValue = Nullable_1_GetValueOrDefault_m3673034871(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1536707407_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1536707407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { double* L_1 = (double*)__this->get_address_of_value_0(); String_t* L_2 = Double_ToString_m1229922074((double*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1536707407_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2317227445 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2317227445 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2317227445 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1536707407(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m426225879_gshared (Nullable_1_t621127673 * __this, Guid_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); Guid_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m426225879_AdjustorThunk (RuntimeObject * __this, Guid_t ___value0, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m426225879(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2698986649_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m2698986649_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m2698986649(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_get_Value_m2815727040_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m2815727040_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m2815727040_RuntimeMethod_var); } IL_0016: { Guid_t L_2 = (Guid_t )__this->get_value_0(); return L_2; } } extern "C" Guid_t Nullable_1_get_Value_m2815727040_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } Guid_t _returnValue = Nullable_1_get_Value_m2815727040(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1354624435_gshared (Nullable_1_t621127673 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m1354624435_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t621127673 )); UnBoxNullable(L_3, Guid_t_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m2290368005((Nullable_1_t621127673 *)__this, (Nullable_1_t621127673 )((*(Nullable_1_t621127673 *)((Nullable_1_t621127673 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m1354624435_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1354624435(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2290368005_gshared (Nullable_1_t621127673 * __this, Nullable_1_t621127673 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { Guid_t * L_3 = (Guid_t *)(&___other0)->get_address_of_value_0(); Guid_t L_4 = (Guid_t )__this->get_value_0(); Guid_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Guid_Equals_m1866984197((Guid_t *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m2290368005_AdjustorThunk (RuntimeObject * __this, Nullable_1_t621127673 ___other0, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2290368005(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1596218873_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { Guid_t * L_1 = (Guid_t *)__this->get_address_of_value_0(); int32_t L_2 = Guid_GetHashCode_m3042133858((Guid_t *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1596218873_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1596218873(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_m2820351392_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method) { Guid_t V_0; memset(&V_0, 0, sizeof(V_0)); Guid_t G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Guid_t L_1 = (Guid_t )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(Guid_t )); Guid_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" Guid_t Nullable_1_GetValueOrDefault_m2820351392_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } Guid_t _returnValue = Nullable_1_GetValueOrDefault_m2820351392(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_m1601500361_gshared (Nullable_1_t621127673 * __this, Guid_t ___defaultValue0, const RuntimeMethod* method) { Guid_t G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Guid_t L_1 = (Guid_t )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { Guid_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" Guid_t Nullable_1_GetValueOrDefault_m1601500361_AdjustorThunk (RuntimeObject * __this, Guid_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } Guid_t _returnValue = Nullable_1_GetValueOrDefault_m1601500361(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m2538456911_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m2538456911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { Guid_t * L_1 = (Guid_t *)__this->get_address_of_value_0(); String_t* L_2 = Guid_ToString_m3279186591((Guid_t *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m2538456911_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t621127673 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t621127673 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t621127673 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m2538456911(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2296905519_gshared (Nullable_1_t4275382469 * __this, int16_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); int16_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m2296905519_AdjustorThunk (RuntimeObject * __this, int16_t ___value0, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m2296905519(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2655267714_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m2655267714_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m2655267714(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_get_Value_m3705306816_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3705306816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m3705306816_RuntimeMethod_var); } IL_0016: { int16_t L_2 = (int16_t)__this->get_value_0(); return L_2; } } extern "C" int16_t Nullable_1_get_Value_m3705306816_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } int16_t _returnValue = Nullable_1_get_Value_m3705306816(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2107157211_gshared (Nullable_1_t4275382469 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m2107157211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t4275382469 )); UnBoxNullable(L_3, Int16_t2552820387_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m1182866781((Nullable_1_t4275382469 *)__this, (Nullable_1_t4275382469 )((*(Nullable_1_t4275382469 *)((Nullable_1_t4275382469 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m2107157211_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2107157211(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1182866781_gshared (Nullable_1_t4275382469 * __this, Nullable_1_t4275382469 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { int16_t* L_3 = (int16_t*)(&___other0)->get_address_of_value_0(); int16_t L_4 = (int16_t)__this->get_value_0(); int16_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Int16_Equals_m82811458((int16_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m1182866781_AdjustorThunk (RuntimeObject * __this, Nullable_1_t4275382469 ___other0, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1182866781(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3287870219_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int16_t* L_1 = (int16_t*)__this->get_address_of_value_0(); int32_t L_2 = Int16_GetHashCode_m2858888309((int16_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m3287870219_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m3287870219(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m3921181120_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method) { int16_t V_0 = 0; int16_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int16_t L_1 = (int16_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(int16_t)); int16_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" int16_t Nullable_1_GetValueOrDefault_m3921181120_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } int16_t _returnValue = Nullable_1_GetValueOrDefault_m3921181120(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m879005607_gshared (Nullable_1_t4275382469 * __this, int16_t ___defaultValue0, const RuntimeMethod* method) { int16_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int16_t L_1 = (int16_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { int16_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" int16_t Nullable_1_GetValueOrDefault_m879005607_AdjustorThunk (RuntimeObject * __this, int16_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } int16_t _returnValue = Nullable_1_GetValueOrDefault_m879005607(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1216958265_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1216958265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { int16_t* L_1 = (int16_t*)__this->get_address_of_value_0(); String_t* L_2 = Int16_ToString_m1270547562((int16_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1216958265_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4275382469 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4275382469 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4275382469 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1216958265(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2076366551_gshared (Nullable_1_t378540539 * __this, int32_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); int32_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m2076366551_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m2076366551(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2648265346_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m2648265346_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m2648265346(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m4080082266_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m4080082266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m4080082266_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_value_0(); return L_2; } } extern "C" int32_t Nullable_1_get_Value_m4080082266_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_get_Value_m4080082266(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m713624828_gshared (Nullable_1_t378540539 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m713624828_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t378540539 )); UnBoxNullable(L_3, Int32_t2950945753_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m179237491((Nullable_1_t378540539 *)__this, (Nullable_1_t378540539 )((*(Nullable_1_t378540539 *)((Nullable_1_t378540539 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m713624828_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m713624828(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m179237491_gshared (Nullable_1_t378540539 * __this, Nullable_1_t378540539 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { int32_t* L_3 = (int32_t*)(&___other0)->get_address_of_value_0(); int32_t L_4 = (int32_t)__this->get_value_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Int32_Equals_m3996243976((int32_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m179237491_AdjustorThunk (RuntimeObject * __this, Nullable_1_t378540539 ___other0, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m179237491(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1123196047_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int32_t* L_1 = (int32_t*)__this->get_address_of_value_0(); int32_t L_2 = Int32_GetHashCode_m1876651407((int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1123196047_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1123196047(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2296315628_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = (int32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" int32_t Nullable_1_GetValueOrDefault_m2296315628_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetValueOrDefault_m2296315628(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2963393919_gshared (Nullable_1_t378540539 * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = (int32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { int32_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" int32_t Nullable_1_GetValueOrDefault_m2963393919_AdjustorThunk (RuntimeObject * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetValueOrDefault_m2963393919(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1913007738_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1913007738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { int32_t* L_1 = (int32_t*)__this->get_address_of_value_0(); String_t* L_2 = Int32_ToString_m141394615((int32_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1913007738_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t378540539 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t378540539 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t378540539 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1913007738(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2435415719_gshared (Nullable_1_t1164162090 * __this, int64_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); int64_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m2435415719_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m2435415719(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m102045064_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m102045064_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m102045064(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_get_Value_m3714445428_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3714445428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m3714445428_RuntimeMethod_var); } IL_0016: { int64_t L_2 = (int64_t)__this->get_value_0(); return L_2; } } extern "C" int64_t Nullable_1_get_Value_m3714445428_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } int64_t _returnValue = Nullable_1_get_Value_m3714445428(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3070920039_gshared (Nullable_1_t1164162090 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m3070920039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t1164162090 )); UnBoxNullable(L_3, Int64_t3736567304_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m2558899668((Nullable_1_t1164162090 *)__this, (Nullable_1_t1164162090 )((*(Nullable_1_t1164162090 *)((Nullable_1_t1164162090 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m3070920039_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m3070920039(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2558899668_gshared (Nullable_1_t1164162090 * __this, Nullable_1_t1164162090 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { int64_t* L_3 = (int64_t*)(&___other0)->get_address_of_value_0(); int64_t L_4 = (int64_t)__this->get_value_0(); int64_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Int64_Equals_m858582563((int64_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m2558899668_AdjustorThunk (RuntimeObject * __this, Nullable_1_t1164162090 ___other0, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2558899668(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m820754592_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int64_t* L_1 = (int64_t*)__this->get_address_of_value_0(); int32_t L_2 = Int64_GetHashCode_m703091690((int64_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m820754592_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m820754592(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m3015207040_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int64_t L_1 = (int64_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(int64_t)); int64_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" int64_t Nullable_1_GetValueOrDefault_m3015207040_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } int64_t _returnValue = Nullable_1_GetValueOrDefault_m3015207040(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m4183362985_gshared (Nullable_1_t1164162090 * __this, int64_t ___defaultValue0, const RuntimeMethod* method) { int64_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int64_t L_1 = (int64_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { int64_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" int64_t Nullable_1_GetValueOrDefault_m4183362985_AdjustorThunk (RuntimeObject * __this, int64_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } int64_t _returnValue = Nullable_1_GetValueOrDefault_m4183362985(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m3300035350_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m3300035350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { int64_t* L_1 = (int64_t*)__this->get_address_of_value_0(); String_t* L_2 = Int64_ToString_m2986581816((int64_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m3300035350_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1164162090 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1164162090 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1164162090 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m3300035350(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1544289197_gshared (Nullable_1_t2590601907 * __this, int32_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); int32_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m1544289197_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m1544289197(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3081697230_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m3081697230_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m3081697230(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m225054503_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m225054503_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m225054503_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_value_0(); return L_2; } } extern "C" int32_t Nullable_1_get_Value_m225054503_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_get_Value_m225054503(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2540527271_gshared (Nullable_1_t2590601907 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m2540527271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t2590601907 )); UnBoxNullable(L_3, FormatterAssemblyStyle_t868039825_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m2675101030((Nullable_1_t2590601907 *)__this, (Nullable_1_t2590601907 )((*(Nullable_1_t2590601907 *)((Nullable_1_t2590601907 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m2540527271_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2540527271(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2675101030_gshared (Nullable_1_t2590601907 * __this, Nullable_1_t2590601907 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { int32_t* L_3 = (int32_t*)(&___other0)->get_address_of_value_0(); int32_t L_4 = (int32_t)__this->get_value_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_3); NullCheck((ValueType_t3640485471 *)L_7); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.ValueType::Equals(System.Object) */, (ValueType_t3640485471 *)L_7, (RuntimeObject *)L_6); *L_3 = *(int32_t*)UnBox(L_7); return L_8; } } extern "C" bool Nullable_1_Equals_m2675101030_AdjustorThunk (RuntimeObject * __this, Nullable_1_t2590601907 ___other0, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2675101030(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3886314972_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int32_t* L_1 = (int32_t*)__this->get_address_of_value_0(); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_1); NullCheck((ValueType_t3640485471 *)L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.ValueType::GetHashCode() */, (ValueType_t3640485471 *)L_2); *L_1 = *(int32_t*)UnBox(L_2); return L_3; } } extern "C" int32_t Nullable_1_GetHashCode_m3886314972_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m3886314972(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1391030392_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = (int32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" int32_t Nullable_1_GetValueOrDefault_m1391030392_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetValueOrDefault_m1391030392(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m4258937242_gshared (Nullable_1_t2590601907 * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = (int32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { int32_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" int32_t Nullable_1_GetValueOrDefault_m4258937242_AdjustorThunk (RuntimeObject * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetValueOrDefault_m4258937242(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m2430244456_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m2430244456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { int32_t* L_1 = (int32_t*)__this->get_address_of_value_0(); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_1); NullCheck((ValueType_t3640485471 *)L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ValueType::ToString() */, (ValueType_t3640485471 *)L_2); *L_1 = *(int32_t*)UnBox(L_2); return L_3; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } } extern "C" String_t* Nullable_1_ToString_m2430244456_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2590601907 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2590601907 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2590601907 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m2430244456(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1562219331_gshared (Nullable_1_t1139464023 * __this, StreamingContext_t3711869237 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); StreamingContext_t3711869237 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m1562219331_AdjustorThunk (RuntimeObject * __this, StreamingContext_t3711869237 ___value0, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m1562219331(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m705675263_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m705675263_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m705675263(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_get_Value_m3126984104_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3126984104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m3126984104_RuntimeMethod_var); } IL_0016: { StreamingContext_t3711869237 L_2 = (StreamingContext_t3711869237 )__this->get_value_0(); return L_2; } } extern "C" StreamingContext_t3711869237 Nullable_1_get_Value_m3126984104_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } StreamingContext_t3711869237 _returnValue = Nullable_1_get_Value_m3126984104(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m717136604_gshared (Nullable_1_t1139464023 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m717136604_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t1139464023 )); UnBoxNullable(L_3, StreamingContext_t3711869237_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m3308530512((Nullable_1_t1139464023 *)__this, (Nullable_1_t1139464023 )((*(Nullable_1_t1139464023 *)((Nullable_1_t1139464023 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m717136604_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m717136604(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3308530512_gshared (Nullable_1_t1139464023 * __this, Nullable_1_t1139464023 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { StreamingContext_t3711869237 * L_3 = (StreamingContext_t3711869237 *)(&___other0)->get_address_of_value_0(); StreamingContext_t3711869237 L_4 = (StreamingContext_t3711869237 )__this->get_value_0(); StreamingContext_t3711869237 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = StreamingContext_Equals_m2722903674((StreamingContext_t3711869237 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m3308530512_AdjustorThunk (RuntimeObject * __this, Nullable_1_t1139464023 ___other0, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m3308530512(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m2695213429_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { StreamingContext_t3711869237 * L_1 = (StreamingContext_t3711869237 *)__this->get_address_of_value_0(); int32_t L_2 = StreamingContext_GetHashCode_m2281950854((StreamingContext_t3711869237 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m2695213429_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m2695213429(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m215098106_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method) { StreamingContext_t3711869237 V_0; memset(&V_0, 0, sizeof(V_0)); StreamingContext_t3711869237 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { StreamingContext_t3711869237 L_1 = (StreamingContext_t3711869237 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(StreamingContext_t3711869237 )); StreamingContext_t3711869237 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m215098106_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } StreamingContext_t3711869237 _returnValue = Nullable_1_GetValueOrDefault_m215098106(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m1765198949_gshared (Nullable_1_t1139464023 * __this, StreamingContext_t3711869237 ___defaultValue0, const RuntimeMethod* method) { StreamingContext_t3711869237 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { StreamingContext_t3711869237 L_1 = (StreamingContext_t3711869237 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { StreamingContext_t3711869237 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m1765198949_AdjustorThunk (RuntimeObject * __this, StreamingContext_t3711869237 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } StreamingContext_t3711869237 _returnValue = Nullable_1_GetValueOrDefault_m1765198949(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m293299232_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m293299232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { StreamingContext_t3711869237 * L_1 = (StreamingContext_t3711869237 *)__this->get_address_of_value_0(); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_1); NullCheck((ValueType_t3640485471 *)L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ValueType::ToString() */, (ValueType_t3640485471 *)L_2); *L_1 = *(StreamingContext_t3711869237 *)UnBox(L_2); return L_3; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } } extern "C" String_t* Nullable_1_ToString_m293299232_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1139464023 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1139464023 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1139464023 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m293299232(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1228074469_gshared (Nullable_1_t3392139744 * __this, int8_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); int8_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m1228074469_AdjustorThunk (RuntimeObject * __this, int8_t ___value0, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m1228074469(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1166690213_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m1166690213_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m1166690213(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_get_Value_m3628044771_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3628044771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m3628044771_RuntimeMethod_var); } IL_0016: { int8_t L_2 = (int8_t)__this->get_value_0(); return L_2; } } extern "C" int8_t Nullable_1_get_Value_m3628044771_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } int8_t _returnValue = Nullable_1_get_Value_m3628044771(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m561863322_gshared (Nullable_1_t3392139744 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m561863322_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t3392139744 )); UnBoxNullable(L_3, SByte_t1669577662_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m2690936387((Nullable_1_t3392139744 *)__this, (Nullable_1_t3392139744 )((*(Nullable_1_t3392139744 *)((Nullable_1_t3392139744 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m561863322_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m561863322(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2690936387_gshared (Nullable_1_t3392139744 * __this, Nullable_1_t3392139744 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { int8_t* L_3 = (int8_t*)(&___other0)->get_address_of_value_0(); int8_t L_4 = (int8_t)__this->get_value_0(); int8_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = SByte_Equals_m865896384((int8_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m2690936387_AdjustorThunk (RuntimeObject * __this, Nullable_1_t3392139744 ___other0, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2690936387(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1177323900_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int8_t* L_1 = (int8_t*)__this->get_address_of_value_0(); int32_t L_2 = SByte_GetHashCode_m2824841835((int8_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1177323900_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1177323900(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m2917913770_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method) { int8_t V_0 = 0x0; int8_t G_B3_0 = 0x0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int8_t L_1 = (int8_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(int8_t)); int8_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" int8_t Nullable_1_GetValueOrDefault_m2917913770_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } int8_t _returnValue = Nullable_1_GetValueOrDefault_m2917913770(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m1119047946_gshared (Nullable_1_t3392139744 * __this, int8_t ___defaultValue0, const RuntimeMethod* method) { int8_t G_B3_0 = 0x0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int8_t L_1 = (int8_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { int8_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" int8_t Nullable_1_GetValueOrDefault_m1119047946_AdjustorThunk (RuntimeObject * __this, int8_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } int8_t _returnValue = Nullable_1_GetValueOrDefault_m1119047946(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m595082226_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m595082226_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { int8_t* L_1 = (int8_t*)__this->get_address_of_value_0(); String_t* L_2 = SByte_ToString_m3584531119((int8_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m595082226_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3392139744 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3392139744 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3392139744 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m595082226(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3169166495_gshared (Nullable_1_t3119828856 * __this, float ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); float L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m3169166495_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m3169166495(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m147051412_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m147051412_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m147051412(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR float Nullable_1_get_Value_m2309635241_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m2309635241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m2309635241_RuntimeMethod_var); } IL_0016: { float L_2 = (float)__this->get_value_0(); return L_2; } } extern "C" float Nullable_1_get_Value_m2309635241_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } float _returnValue = Nullable_1_get_Value_m2309635241(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m332846790_gshared (Nullable_1_t3119828856 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m332846790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t3119828856 )); UnBoxNullable(L_3, Single_t1397266774_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m1040942246((Nullable_1_t3119828856 *)__this, (Nullable_1_t3119828856 )((*(Nullable_1_t3119828856 *)((Nullable_1_t3119828856 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m332846790_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m332846790(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1040942246_gshared (Nullable_1_t3119828856 * __this, Nullable_1_t3119828856 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { float* L_3 = (float*)(&___other0)->get_address_of_value_0(); float L_4 = (float)__this->get_value_0(); float L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Single_Equals_m438106747((float*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m1040942246_AdjustorThunk (RuntimeObject * __this, Nullable_1_t3119828856 ___other0, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1040942246(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1540009722_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { float* L_1 = (float*)__this->get_address_of_value_0(); int32_t L_2 = Single_GetHashCode_m1558506138((float*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1540009722_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1540009722(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m4129375130_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { float L_1 = (float)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" float Nullable_1_GetValueOrDefault_m4129375130_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } float _returnValue = Nullable_1_GetValueOrDefault_m4129375130(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m275731852_gshared (Nullable_1_t3119828856 * __this, float ___defaultValue0, const RuntimeMethod* method) { float G_B3_0 = 0.0f; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { float L_1 = (float)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { float L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" float Nullable_1_GetValueOrDefault_m275731852_AdjustorThunk (RuntimeObject * __this, float ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } float _returnValue = Nullable_1_GetValueOrDefault_m275731852(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m2747799341_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m2747799341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { float* L_1 = (float*)__this->get_address_of_value_0(); String_t* L_2 = Single_ToString_m3947131094((float*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m2747799341_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3119828856 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3119828856 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3119828856 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m2747799341(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m226679314_gshared (Nullable_1_t1815407677 * __this, int32_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); int32_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m226679314_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m226679314(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2920168947_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m2920168947_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m2920168947(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m3316461979_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3316461979_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m3316461979_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_value_0(); return L_2; } } extern "C" int32_t Nullable_1_get_Value_m3316461979_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_get_Value_m3316461979(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4057582201_gshared (Nullable_1_t1815407677 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m4057582201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t1815407677 )); UnBoxNullable(L_3, RegexOptions_t92845595_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m1718063841((Nullable_1_t1815407677 *)__this, (Nullable_1_t1815407677 )((*(Nullable_1_t1815407677 *)((Nullable_1_t1815407677 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m4057582201_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m4057582201(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1718063841_gshared (Nullable_1_t1815407677 * __this, Nullable_1_t1815407677 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { int32_t* L_3 = (int32_t*)(&___other0)->get_address_of_value_0(); int32_t L_4 = (int32_t)__this->get_value_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_3); NullCheck((ValueType_t3640485471 *)L_7); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.ValueType::Equals(System.Object) */, (ValueType_t3640485471 *)L_7, (RuntimeObject *)L_6); *L_3 = *(int32_t*)UnBox(L_7); return L_8; } } extern "C" bool Nullable_1_Equals_m1718063841_AdjustorThunk (RuntimeObject * __this, Nullable_1_t1815407677 ___other0, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1718063841(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m311909484_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int32_t* L_1 = (int32_t*)__this->get_address_of_value_0(); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_1); NullCheck((ValueType_t3640485471 *)L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.ValueType::GetHashCode() */, (ValueType_t3640485471 *)L_2); *L_1 = *(int32_t*)UnBox(L_2); return L_3; } } extern "C" int32_t Nullable_1_GetHashCode_m311909484_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m311909484(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2800676062_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = (int32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" int32_t Nullable_1_GetValueOrDefault_m2800676062_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetValueOrDefault_m2800676062(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1731776746_gshared (Nullable_1_t1815407677 * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = (int32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { int32_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" int32_t Nullable_1_GetValueOrDefault_m1731776746_AdjustorThunk (RuntimeObject * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetValueOrDefault_m1731776746(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1894595145_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1894595145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { int32_t* L_1 = (int32_t*)__this->get_address_of_value_0(); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), L_1); NullCheck((ValueType_t3640485471 *)L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ValueType::ToString() */, (ValueType_t3640485471 *)L_2); *L_1 = *(int32_t*)UnBox(L_2); return L_3; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } } extern "C" String_t* Nullable_1_ToString_m1894595145_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1815407677 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1815407677 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1815407677 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1894595145(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3314784284_gshared (Nullable_1_t2603721331 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); TimeSpan_t881159249 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m3314784284_AdjustorThunk (RuntimeObject * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m3314784284(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1210311128_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m1210311128_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m1210311128(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_get_Value_m1801617894_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m1801617894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m1801617894_RuntimeMethod_var); } IL_0016: { TimeSpan_t881159249 L_2 = (TimeSpan_t881159249 )__this->get_value_0(); return L_2; } } extern "C" TimeSpan_t881159249 Nullable_1_get_Value_m1801617894_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } TimeSpan_t881159249 _returnValue = Nullable_1_get_Value_m1801617894(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m2119234996_gshared (Nullable_1_t2603721331 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m2119234996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t2603721331 )); UnBoxNullable(L_3, TimeSpan_t881159249_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m4046255732((Nullable_1_t2603721331 *)__this, (Nullable_1_t2603721331 )((*(Nullable_1_t2603721331 *)((Nullable_1_t2603721331 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m2119234996_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m2119234996(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4046255732_gshared (Nullable_1_t2603721331 * __this, Nullable_1_t2603721331 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { TimeSpan_t881159249 * L_3 = (TimeSpan_t881159249 *)(&___other0)->get_address_of_value_0(); TimeSpan_t881159249 L_4 = (TimeSpan_t881159249 )__this->get_value_0(); TimeSpan_t881159249 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = TimeSpan_Equals_m45505612((TimeSpan_t881159249 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m4046255732_AdjustorThunk (RuntimeObject * __this, Nullable_1_t2603721331 ___other0, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m4046255732(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m4232053575_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { TimeSpan_t881159249 * L_1 = (TimeSpan_t881159249 *)__this->get_address_of_value_0(); int32_t L_2 = TimeSpan_GetHashCode_m1939414618((TimeSpan_t881159249 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m4232053575_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m4232053575(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m3497035374_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method) { TimeSpan_t881159249 V_0; memset(&V_0, 0, sizeof(V_0)); TimeSpan_t881159249 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { TimeSpan_t881159249 L_1 = (TimeSpan_t881159249 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_t881159249 )); TimeSpan_t881159249 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m3497035374_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } TimeSpan_t881159249 _returnValue = Nullable_1_GetValueOrDefault_m3497035374(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m803164379_gshared (Nullable_1_t2603721331 * __this, TimeSpan_t881159249 ___defaultValue0, const RuntimeMethod* method) { TimeSpan_t881159249 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { TimeSpan_t881159249 L_1 = (TimeSpan_t881159249 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { TimeSpan_t881159249 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m803164379_AdjustorThunk (RuntimeObject * __this, TimeSpan_t881159249 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } TimeSpan_t881159249 _returnValue = Nullable_1_GetValueOrDefault_m803164379(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1520177337_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1520177337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { TimeSpan_t881159249 * L_1 = (TimeSpan_t881159249 *)__this->get_address_of_value_0(); String_t* L_2 = TimeSpan_ToString_m1128692466((TimeSpan_t881159249 *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1520177337_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t2603721331 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t2603721331 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t2603721331 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1520177337(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2986034422_gshared (Nullable_1_t3900287040 * __this, uint16_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); uint16_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m2986034422_AdjustorThunk (RuntimeObject * __this, uint16_t ___value0, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m2986034422(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1079455772_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m1079455772_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m1079455772(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_get_Value_m3242682592_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m3242682592_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m3242682592_RuntimeMethod_var); } IL_0016: { uint16_t L_2 = (uint16_t)__this->get_value_0(); return L_2; } } extern "C" uint16_t Nullable_1_get_Value_m3242682592_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } uint16_t _returnValue = Nullable_1_get_Value_m3242682592(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m803928416_gshared (Nullable_1_t3900287040 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m803928416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t3900287040 )); UnBoxNullable(L_3, UInt16_t2177724958_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m1912582156((Nullable_1_t3900287040 *)__this, (Nullable_1_t3900287040 )((*(Nullable_1_t3900287040 *)((Nullable_1_t3900287040 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m803928416_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m803928416(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1912582156_gshared (Nullable_1_t3900287040 * __this, Nullable_1_t3900287040 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { uint16_t* L_3 = (uint16_t*)(&___other0)->get_address_of_value_0(); uint16_t L_4 = (uint16_t)__this->get_value_0(); uint16_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = UInt16_Equals_m642257745((uint16_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m1912582156_AdjustorThunk (RuntimeObject * __this, Nullable_1_t3900287040 ___other0, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1912582156(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m3942171372_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { uint16_t* L_1 = (uint16_t*)__this->get_address_of_value_0(); int32_t L_2 = UInt16_GetHashCode_m329858256((uint16_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m3942171372_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m3942171372(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m3113842210_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method) { uint16_t V_0 = 0; uint16_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { uint16_t L_1 = (uint16_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(uint16_t)); uint16_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" uint16_t Nullable_1_GetValueOrDefault_m3113842210_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } uint16_t _returnValue = Nullable_1_GetValueOrDefault_m3113842210(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m2724868838_gshared (Nullable_1_t3900287040 * __this, uint16_t ___defaultValue0, const RuntimeMethod* method) { uint16_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { uint16_t L_1 = (uint16_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { uint16_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" uint16_t Nullable_1_GetValueOrDefault_m2724868838_AdjustorThunk (RuntimeObject * __this, uint16_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } uint16_t _returnValue = Nullable_1_GetValueOrDefault_m2724868838(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1379267971_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1379267971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { uint16_t* L_1 = (uint16_t*)__this->get_address_of_value_0(); String_t* L_2 = UInt16_ToString_m355311020((uint16_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1379267971_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t3900287040 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t3900287040 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t3900287040 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1379267971(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3079654719_gshared (Nullable_1_t4282624060 * __this, uint32_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); uint32_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m3079654719_AdjustorThunk (RuntimeObject * __this, uint32_t ___value0, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m3079654719(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1094388134_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m1094388134_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m1094388134(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_get_Value_m2966175739_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m2966175739_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m2966175739_RuntimeMethod_var); } IL_0016: { uint32_t L_2 = (uint32_t)__this->get_value_0(); return L_2; } } extern "C" uint32_t Nullable_1_get_Value_m2966175739_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } uint32_t _returnValue = Nullable_1_get_Value_m2966175739(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m3553827346_gshared (Nullable_1_t4282624060 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m3553827346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t4282624060 )); UnBoxNullable(L_3, UInt32_t2560061978_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m1709661350((Nullable_1_t4282624060 *)__this, (Nullable_1_t4282624060 )((*(Nullable_1_t4282624060 *)((Nullable_1_t4282624060 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m3553827346_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m3553827346(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1709661350_gshared (Nullable_1_t4282624060 * __this, Nullable_1_t4282624060 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { uint32_t* L_3 = (uint32_t*)(&___other0)->get_address_of_value_0(); uint32_t L_4 = (uint32_t)__this->get_value_0(); uint32_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = UInt32_Equals_m351935437((uint32_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m1709661350_AdjustorThunk (RuntimeObject * __this, Nullable_1_t4282624060 ___other0, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1709661350(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1828583655_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { uint32_t* L_1 = (uint32_t*)__this->get_address_of_value_0(); int32_t L_2 = UInt32_GetHashCode_m3722548385((uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1828583655_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1828583655(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_m874061072_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { uint32_t L_1 = (uint32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(uint32_t)); uint32_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" uint32_t Nullable_1_GetValueOrDefault_m874061072_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } uint32_t _returnValue = Nullable_1_GetValueOrDefault_m874061072(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_m2238910177_gshared (Nullable_1_t4282624060 * __this, uint32_t ___defaultValue0, const RuntimeMethod* method) { uint32_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { uint32_t L_1 = (uint32_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { uint32_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" uint32_t Nullable_1_GetValueOrDefault_m2238910177_AdjustorThunk (RuntimeObject * __this, uint32_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } uint32_t _returnValue = Nullable_1_GetValueOrDefault_m2238910177(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1639120067_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1639120067_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { uint32_t* L_1 = (uint32_t*)__this->get_address_of_value_0(); String_t* L_2 = UInt32_ToString_m2574561716((uint32_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1639120067_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4282624060 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4282624060 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4282624060 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1639120067(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1540175555_gshared (Nullable_1_t1561634878 * __this, uint64_t ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); uint64_t L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m1540175555_AdjustorThunk (RuntimeObject * __this, uint64_t ___value0, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m1540175555(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1015089092_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m1015089092_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m1015089092(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_get_Value_m2797202624_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m2797202624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m2797202624_RuntimeMethod_var); } IL_0016: { uint64_t L_2 = (uint64_t)__this->get_value_0(); return L_2; } } extern "C" uint64_t Nullable_1_get_Value_m2797202624_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } uint64_t _returnValue = Nullable_1_get_Value_m2797202624(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m1775926922_gshared (Nullable_1_t1561634878 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m1775926922_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t1561634878 )); UnBoxNullable(L_3, UInt64_t4134040092_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m560768783((Nullable_1_t1561634878 *)__this, (Nullable_1_t1561634878 )((*(Nullable_1_t1561634878 *)((Nullable_1_t1561634878 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m1775926922_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m1775926922(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m560768783_gshared (Nullable_1_t1561634878 * __this, Nullable_1_t1561634878 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { uint64_t* L_3 = (uint64_t*)(&___other0)->get_address_of_value_0(); uint64_t L_4 = (uint64_t)__this->get_value_0(); uint64_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = UInt64_Equals_m1879425698((uint64_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m560768783_AdjustorThunk (RuntimeObject * __this, Nullable_1_t1561634878 ___other0, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m560768783(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m935588001_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { uint64_t* L_1 = (uint64_t*)__this->get_address_of_value_0(); int32_t L_2 = UInt64_GetHashCode_m4209760355((uint64_t*)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m935588001_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m935588001(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m2003770913_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { uint64_t L_1 = (uint64_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(uint64_t)); uint64_t L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" uint64_t Nullable_1_GetValueOrDefault_m2003770913_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } uint64_t _returnValue = Nullable_1_GetValueOrDefault_m2003770913(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m3048987225_gshared (Nullable_1_t1561634878 * __this, uint64_t ___defaultValue0, const RuntimeMethod* method) { uint64_t G_B3_0 = 0; { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { uint64_t L_1 = (uint64_t)__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { uint64_t L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" uint64_t Nullable_1_GetValueOrDefault_m3048987225_AdjustorThunk (RuntimeObject * __this, uint64_t ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } uint64_t _returnValue = Nullable_1_GetValueOrDefault_m3048987225(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1755279919_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1755279919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { uint64_t* L_1 = (uint64_t*)__this->get_address_of_value_0(); String_t* L_2 = UInt64_ToString_m1529093114((uint64_t*)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1755279919_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1561634878 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1561634878 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1561634878 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1755279919(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2967195975_gshared (Nullable_1_t4278248406 * __this, Color_t2555686324 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); Color_t2555686324 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m2967195975_AdjustorThunk (RuntimeObject * __this, Color_t2555686324 ___value0, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m2967195975(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3010405843_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m3010405843_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m3010405843(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_get_Value_m4225233045_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m4225233045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m4225233045_RuntimeMethod_var); } IL_0016: { Color_t2555686324 L_2 = (Color_t2555686324 )__this->get_value_0(); return L_2; } } extern "C" Color_t2555686324 Nullable_1_get_Value_m4225233045_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } Color_t2555686324 _returnValue = Nullable_1_get_Value_m4225233045(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4124281866_gshared (Nullable_1_t4278248406 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m4124281866_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t4278248406 )); UnBoxNullable(L_3, Color_t2555686324_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m4028961340((Nullable_1_t4278248406 *)__this, (Nullable_1_t4278248406 )((*(Nullable_1_t4278248406 *)((Nullable_1_t4278248406 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m4124281866_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m4124281866(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m4028961340_gshared (Nullable_1_t4278248406 * __this, Nullable_1_t4278248406 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { Color_t2555686324 * L_3 = (Color_t2555686324 *)(&___other0)->get_address_of_value_0(); Color_t2555686324 L_4 = (Color_t2555686324 )__this->get_value_0(); Color_t2555686324 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Color_Equals_m3887740140((Color_t2555686324 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m4028961340_AdjustorThunk (RuntimeObject * __this, Nullable_1_t4278248406 ___other0, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m4028961340(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m4184280212_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { Color_t2555686324 * L_1 = (Color_t2555686324 *)__this->get_address_of_value_0(); int32_t L_2 = Color_GetHashCode_m1829208463((Color_t2555686324 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m4184280212_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m4184280212(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_GetValueOrDefault_m1245120869_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method) { Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); Color_t2555686324 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Color_t2555686324 L_1 = (Color_t2555686324 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(Color_t2555686324 )); Color_t2555686324 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" Color_t2555686324 Nullable_1_GetValueOrDefault_m1245120869_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } Color_t2555686324 _returnValue = Nullable_1_GetValueOrDefault_m1245120869(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_GetValueOrDefault_m4283780580_gshared (Nullable_1_t4278248406 * __this, Color_t2555686324 ___defaultValue0, const RuntimeMethod* method) { Color_t2555686324 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Color_t2555686324 L_1 = (Color_t2555686324 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { Color_t2555686324 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" Color_t2555686324 Nullable_1_GetValueOrDefault_m4283780580_AdjustorThunk (RuntimeObject * __this, Color_t2555686324 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } Color_t2555686324 _returnValue = Nullable_1_GetValueOrDefault_m4283780580(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1480251037_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1480251037_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { Color_t2555686324 * L_1 = (Color_t2555686324 *)__this->get_address_of_value_0(); String_t* L_2 = Color_ToString_m671005850((Color_t2555686324 *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1480251037_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t4278248406 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t4278248406 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t4278248406 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1480251037(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m133295941_gshared (Nullable_1_t1149908250 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { __this->set_has_value_1((bool)1); Vector3_t3722313464 L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void Nullable_1__ctor_m133295941_AdjustorThunk (RuntimeObject * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } Nullable_1__ctor_m133295941(&_thisAdjusted, ___value0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); } // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2245824889_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } extern "C" bool Nullable_1_get_HasValue_m2245824889_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_get_HasValue_m2245824889(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_get_Value_m2068788588_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_get_Value_m2068788588_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2248280106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_1_get_Value_m2068788588_RuntimeMethod_var); } IL_0016: { Vector3_t3722313464 L_2 = (Vector3_t3722313464 )__this->get_value_0(); return L_2; } } extern "C" Vector3_t3722313464 Nullable_1_get_Value_m2068788588_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } Vector3_t3722313464 _returnValue = Nullable_1_get_Value_m2068788588(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m571157538_gshared (Nullable_1_t1149908250 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_Equals_m571157538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_has_value_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0010: { RuntimeObject * L_2 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_3 = ___other0; void* L_4 = alloca(sizeof(Nullable_1_t1149908250 )); UnBoxNullable(L_3, Vector3_t3722313464_il2cpp_TypeInfo_var, L_4); bool L_5 = Nullable_1_Equals_m745371484((Nullable_1_t1149908250 *)__this, (Nullable_1_t1149908250 )((*(Nullable_1_t1149908250 *)((Nullable_1_t1149908250 *)L_4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_5; } } extern "C" bool Nullable_1_Equals_m571157538_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m571157538(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Boolean System.Nullable`1::Equals(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_Equals_m745371484_gshared (Nullable_1_t1149908250 * __this, Nullable_1_t1149908250 ___other0, const RuntimeMethod* method) { { bool L_0 = (bool)(&___other0)->get_has_value_1(); bool L_1 = (bool)__this->get_has_value_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0014; } } { return (bool)0; } IL_0014: { bool L_2 = (bool)__this->get_has_value_1(); if (L_2) { goto IL_0021; } } { return (bool)1; } IL_0021: { Vector3_t3722313464 * L_3 = (Vector3_t3722313464 *)(&___other0)->get_address_of_value_0(); Vector3_t3722313464 L_4 = (Vector3_t3722313464 )__this->get_value_0(); Vector3_t3722313464 L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_5); bool L_7 = Vector3_Equals_m1753054704((Vector3_t3722313464 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); return L_7; } } extern "C" bool Nullable_1_Equals_m745371484_AdjustorThunk (RuntimeObject * __this, Nullable_1_t1149908250 ___other0, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } bool _returnValue = Nullable_1_Equals_m745371484(&_thisAdjusted, ___other0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.Int32 System.Nullable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetHashCode_m1096270308_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { Vector3_t3722313464 * L_1 = (Vector3_t3722313464 *)__this->get_address_of_value_0(); int32_t L_2 = Vector3_GetHashCode_m2879461828((Vector3_t3722313464 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t Nullable_1_GetHashCode_m1096270308_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } int32_t _returnValue = Nullable_1_GetHashCode_m1096270308(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_GetValueOrDefault_m450308407_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Vector3_t3722313464 L_1 = (Vector3_t3722313464 )__this->get_value_0(); G_B3_0 = L_1; goto IL_001f; } IL_0016: { il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_2 = V_0; G_B3_0 = L_2; } IL_001f: { return G_B3_0; } } extern "C" Vector3_t3722313464 Nullable_1_GetValueOrDefault_m450308407_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } Vector3_t3722313464 _returnValue = Nullable_1_GetValueOrDefault_m450308407(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // T System.Nullable`1::GetValueOrDefault(T) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_GetValueOrDefault_m1367803190_gshared (Nullable_1_t1149908250 * __this, Vector3_t3722313464 ___defaultValue0, const RuntimeMethod* method) { Vector3_t3722313464 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_0016; } } { Vector3_t3722313464 L_1 = (Vector3_t3722313464 )__this->get_value_0(); G_B3_0 = L_1; goto IL_0017; } IL_0016: { Vector3_t3722313464 L_2 = ___defaultValue0; G_B3_0 = L_2; } IL_0017: { return G_B3_0; } } extern "C" Vector3_t3722313464 Nullable_1_GetValueOrDefault_m1367803190_AdjustorThunk (RuntimeObject * __this, Vector3_t3722313464 ___defaultValue0, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } Vector3_t3722313464 _returnValue = Nullable_1_GetValueOrDefault_m1367803190(&_thisAdjusted, ___defaultValue0, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } // System.String System.Nullable`1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Nullable_1_ToString_m1442216252_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_1_ToString_m1442216252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_has_value_1(); if (!L_0) { goto IL_001d; } } { Vector3_t3722313464 * L_1 = (Vector3_t3722313464 *)__this->get_address_of_value_0(); String_t* L_2 = Vector3_ToString_m759076600((Vector3_t3722313464 *)L_1, /*hidden argument*/NULL); return L_2; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } } extern "C" String_t* Nullable_1_ToString_m1442216252_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Nullable_1_t1149908250 _thisAdjusted; if (!il2cpp_codegen_is_fake_boxed_object(__this)) { _thisAdjusted.set_value_0(*reinterpret_cast(__this + 1)); _thisAdjusted.set_has_value_1(true); } else { _thisAdjusted.set_value_0(((Nullable_1_t1149908250 *)(__this + 1))->get_value_0()); _thisAdjusted.set_has_value_1(((Nullable_1_t1149908250 *)(__this + 1))->get_has_value_1()); } String_t* _returnValue = Nullable_1_ToString_m1442216252(&_thisAdjusted, method); *reinterpret_cast(__this + 1) = _thisAdjusted.get_value_0(); return _returnValue; } #ifdef __clang__ #pragma clang 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.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m280326973_gshared (Predicate_1_t1281081005 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2389084719_gshared (Predicate_1_t1281081005 * __this, int32_t ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2389084719((Predicate_1_t1281081005 *)__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 bool (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1972552216_gshared (Predicate_1_t1281081005 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1972552216_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AvatarCate_t455786881_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2397955063_gshared (Predicate_1_t1281081005 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2995941514_gshared (Predicate_1_t574422962 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3676365863_gshared (Predicate_1_t574422962 * __this, int32_t ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3676365863((Predicate_1_t574422962 *)__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 bool (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m767205107_gshared (Predicate_1_t574422962 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m767205107_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m4095523471_gshared (Predicate_1_t574422962 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3227421285_gshared (Predicate_1_t257767301 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m4007343325_gshared (Predicate_1_t257767301 * __this, PropertyMetadata_t3727440473 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m4007343325((Predicate_1_t257767301 *)__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 bool (*FunctionPointerType) (RuntimeObject *, PropertyMetadata_t3727440473 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, PropertyMetadata_t3727440473 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, PropertyMetadata_t3727440473 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, PropertyMetadata_t3727440473 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, PropertyMetadata_t3727440473 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, PropertyMetadata_t3727440473 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, PropertyMetadata_t3727440473 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2042340574_gshared (Predicate_1_t257767301 * __this, PropertyMetadata_t3727440473 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2042340574_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3083907941_gshared (Predicate_1_t257767301 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2292919999_gshared (Predicate_1_t4199304196 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1274535676_gshared (Predicate_1_t4199304196 * __this, LMRendererInfo_t3374010072 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m1274535676((Predicate_1_t4199304196 *)__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 bool (*FunctionPointerType) (RuntimeObject *, LMRendererInfo_t3374010072 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, LMRendererInfo_t3374010072 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, LMRendererInfo_t3374010072 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, LMRendererInfo_t3374010072 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, LMRendererInfo_t3374010072 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, LMRendererInfo_t3374010072 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, LMRendererInfo_t3374010072 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2034200111_gshared (Predicate_1_t4199304196 * __this, LMRendererInfo_t3374010072 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2034200111_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(LMRendererInfo_t3374010072_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m1280925120_gshared (Predicate_1_t4199304196 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1785797819_gshared (Predicate_1_t1852837060 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m425148416_gshared (Predicate_1_t1852837060 * __this, DelayedQueueItem_t1027542936 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m425148416((Predicate_1_t1852837060 *)__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 bool (*FunctionPointerType) (RuntimeObject *, DelayedQueueItem_t1027542936 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, DelayedQueueItem_t1027542936 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, DelayedQueueItem_t1027542936 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, DelayedQueueItem_t1027542936 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, DelayedQueueItem_t1027542936 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, DelayedQueueItem_t1027542936 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, DelayedQueueItem_t1027542936 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2355922412_gshared (Predicate_1_t1852837060 * __this, DelayedQueueItem_t1027542936 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2355922412_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DelayedQueueItem_t1027542936_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m672202822_gshared (Predicate_1_t1852837060 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2067794894_gshared (Predicate_1_t3353321838 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2106827552_gshared (Predicate_1_t3353321838 * __this, JsonPosition_t2528027714 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2106827552((Predicate_1_t3353321838 *)__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 bool (*FunctionPointerType) (RuntimeObject *, JsonPosition_t2528027714 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, JsonPosition_t2528027714 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, JsonPosition_t2528027714 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, JsonPosition_t2528027714 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, JsonPosition_t2528027714 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, JsonPosition_t2528027714 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, JsonPosition_t2528027714 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2799951476_gshared (Predicate_1_t3353321838 * __this, JsonPosition_t2528027714 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2799951476_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(JsonPosition_t2528027714_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m855877942_gshared (Predicate_1_t3353321838 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1195200353_gshared (Predicate_1_t1177126085 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1440262477_gshared (Predicate_1_t1177126085 * __this, EventQueueEntry_t351831961 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m1440262477((Predicate_1_t1177126085 *)__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 bool (*FunctionPointerType) (RuntimeObject *, EventQueueEntry_t351831961 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, EventQueueEntry_t351831961 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, EventQueueEntry_t351831961 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, EventQueueEntry_t351831961 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, EventQueueEntry_t351831961 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, EventQueueEntry_t351831961 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, EventQueueEntry_t351831961 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m4118004110_gshared (Predicate_1_t1177126085 * __this, EventQueueEntry_t351831961 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m4118004110_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(EventQueueEntry_t351831961_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3265371279_gshared (Predicate_1_t1177126085 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m4130812616_gshared (Predicate_1_t3260335513 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2829311360_gshared (Predicate_1_t3260335513 * __this, AtlasMaterialOverride_t2435041389 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2829311360((Predicate_1_t3260335513 *)__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 bool (*FunctionPointerType) (RuntimeObject *, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, AtlasMaterialOverride_t2435041389 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, AtlasMaterialOverride_t2435041389 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, AtlasMaterialOverride_t2435041389 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, AtlasMaterialOverride_t2435041389 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, AtlasMaterialOverride_t2435041389 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m353352780_gshared (Predicate_1_t3260335513 * __this, AtlasMaterialOverride_t2435041389 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m353352780_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AtlasMaterialOverride_t2435041389_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2729298916_gshared (Predicate_1_t3260335513 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3943164127_gshared (Predicate_1_t1827273305 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2119027640_gshared (Predicate_1_t1827273305 * __this, SlotMaterialOverride_t1001979181 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2119027640((Predicate_1_t1827273305 *)__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 bool (*FunctionPointerType) (RuntimeObject *, SlotMaterialOverride_t1001979181 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, SlotMaterialOverride_t1001979181 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, SlotMaterialOverride_t1001979181 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, SlotMaterialOverride_t1001979181 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, SlotMaterialOverride_t1001979181 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, SlotMaterialOverride_t1001979181 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, SlotMaterialOverride_t1001979181 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2143153780_gshared (Predicate_1_t1827273305 * __this, SlotMaterialOverride_t1001979181 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2143153780_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SlotMaterialOverride_t1001979181_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3837235075_gshared (Predicate_1_t1827273305 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3430510022_gshared (Predicate_1_t325744584 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3640426206_gshared (Predicate_1_t325744584 * __this, TransformPair_t3795417756 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3640426206((Predicate_1_t325744584 *)__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 bool (*FunctionPointerType) (RuntimeObject *, TransformPair_t3795417756 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, TransformPair_t3795417756 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, TransformPair_t3795417756 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, TransformPair_t3795417756 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, TransformPair_t3795417756 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, TransformPair_t3795417756 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, TransformPair_t3795417756 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2095225691_gshared (Predicate_1_t325744584 * __this, TransformPair_t3795417756 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2095225691_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(TransformPair_t3795417756_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2577276711_gshared (Predicate_1_t325744584 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1694891179_gshared (Predicate_1_t877415494 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2802808415_gshared (Predicate_1_t877415494 * __this, SubmeshInstruction_t52121370 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2802808415((Predicate_1_t877415494 *)__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 bool (*FunctionPointerType) (RuntimeObject *, SubmeshInstruction_t52121370 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, SubmeshInstruction_t52121370 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, SubmeshInstruction_t52121370 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, SubmeshInstruction_t52121370 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, SubmeshInstruction_t52121370 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, SubmeshInstruction_t52121370 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, SubmeshInstruction_t52121370 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m480274080_gshared (Predicate_1_t877415494 * __this, SubmeshInstruction_t52121370 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m480274080_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SubmeshInstruction_t52121370_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m1834801821_gshared (Predicate_1_t877415494 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2943702050_gshared (Predicate_1_t922582089 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m28611209_gshared (Predicate_1_t922582089 * __this, bool ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m28611209((Predicate_1_t922582089 *)__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 bool (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, bool >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, bool >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3843624646_gshared (Predicate_1_t922582089 * __this, bool ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3843624646_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2744427925_gshared (Predicate_1_t922582089 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1190305484_gshared (Predicate_1_t1959590500 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3636140022_gshared (Predicate_1_t1959590500 * __this, uint8_t ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3636140022((Predicate_1_t1959590500 *)__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 bool (*FunctionPointerType) (RuntimeObject *, uint8_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, uint8_t, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, uint8_t >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, uint8_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1499245205_gshared (Predicate_1_t1959590500 * __this, uint8_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1499245205_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2992685580_gshared (Predicate_1_t1959590500 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1194004425_gshared (Predicate_1_t164787298 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3154276773_gshared (Predicate_1_t164787298 * __this, Il2CppChar ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3154276773((Predicate_1_t164787298 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Il2CppChar, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Il2CppChar, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Il2CppChar >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Il2CppChar >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Il2CppChar, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1546451260_gshared (Predicate_1_t164787298 * __this, Il2CppChar ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1546451260_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Char_t3634460470_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m1476583978_gshared (Predicate_1_t164787298 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1>::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m916584311_gshared (Predicate_1_t1123631529 * __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.Boolean System.Predicate`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3791242686_gshared (Predicate_1_t1123631529 * __this, KeyValuePair_2_t298337405 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3791242686((Predicate_1_t1123631529 *)__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 bool (*FunctionPointerType) (RuntimeObject *, KeyValuePair_2_t298337405 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t298337405 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, KeyValuePair_2_t298337405 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, KeyValuePair_2_t298337405 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, KeyValuePair_2_t298337405 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, KeyValuePair_2_t298337405 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, KeyValuePair_2_t298337405 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1>::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2371879871_gshared (Predicate_1_t1123631529 * __this, KeyValuePair_2_t298337405 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2371879871_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t298337405_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1>::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2779439293_gshared (Predicate_1_t1123631529 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1>::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m121943812_gshared (Predicate_1_t3355511443 * __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.Boolean System.Predicate`1>::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m137196735_gshared (Predicate_1_t3355511443 * __this, KeyValuePair_2_t2530217319 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m137196735((Predicate_1_t3355511443 *)__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 bool (*FunctionPointerType) (RuntimeObject *, KeyValuePair_2_t2530217319 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, KeyValuePair_2_t2530217319 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, KeyValuePair_2_t2530217319 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, KeyValuePair_2_t2530217319 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, KeyValuePair_2_t2530217319 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, KeyValuePair_2_t2530217319 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, KeyValuePair_2_t2530217319 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1>::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2961391368_gshared (Predicate_1_t3355511443 * __this, KeyValuePair_2_t2530217319 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2961391368_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.Boolean System.Predicate`1>::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m185271791_gshared (Predicate_1_t3355511443 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2074002922_gshared (Predicate_1_t3776239877 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2308795536_gshared (Predicate_1_t3776239877 * __this, int32_t ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2308795536((Predicate_1_t3776239877 *)__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 bool (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m29636740_gshared (Predicate_1_t3776239877 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m29636740_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3675319632_gshared (Predicate_1_t3776239877 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m321821816_gshared (Predicate_1_t266894132 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m536385212_gshared (Predicate_1_t266894132 * __this, int64_t ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m536385212((Predicate_1_t266894132 *)__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 bool (*FunctionPointerType) (RuntimeObject *, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int64_t, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, int64_t >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, int64_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m4187828141_gshared (Predicate_1_t266894132 * __this, int64_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m4187828141_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3200200426_gshared (Predicate_1_t266894132 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3148290854_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3148290854((Predicate_1_t3905400288 *)__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 bool (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker0< bool >::Invoke(targetMethod, ___obj0); else result = GenericVirtFuncInvoker0< bool >::Invoke(targetMethod, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0); else result = VirtFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0); } } else { typedef bool (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m213497518_gshared (Predicate_1_t3905400288 * __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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m1490920825_gshared (Predicate_1_t3905400288 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3002344741_gshared (Predicate_1_t1113159834 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2315049893_gshared (Predicate_1_t1113159834 * __this, CustomAttributeNamedArgument_t287865710 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2315049893((Predicate_1_t1113159834 *)__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 bool (*FunctionPointerType) (RuntimeObject *, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, CustomAttributeNamedArgument_t287865710 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, CustomAttributeNamedArgument_t287865710 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, CustomAttributeNamedArgument_t287865710 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, CustomAttributeNamedArgument_t287865710 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, CustomAttributeNamedArgument_t287865710 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3459414084_gshared (Predicate_1_t1113159834 * __this, CustomAttributeNamedArgument_t287865710 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3459414084_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3884403745_gshared (Predicate_1_t1113159834 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m4256519903_gshared (Predicate_1_t3548444281 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m685699837_gshared (Predicate_1_t3548444281 * __this, CustomAttributeTypedArgument_t2723150157 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m685699837((Predicate_1_t3548444281 *)__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 bool (*FunctionPointerType) (RuntimeObject *, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, CustomAttributeTypedArgument_t2723150157 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, CustomAttributeTypedArgument_t2723150157 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, CustomAttributeTypedArgument_t2723150157 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, CustomAttributeTypedArgument_t2723150157 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, CustomAttributeTypedArgument_t2723150157 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m401952161_gshared (Predicate_1_t3548444281 * __this, CustomAttributeTypedArgument_t2723150157 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m401952161_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3252191495_gshared (Predicate_1_t3548444281 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1686902539_gshared (Predicate_1_t2222560898 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3937700966_gshared (Predicate_1_t2222560898 * __this, float ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3937700966((Predicate_1_t2222560898 *)__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 bool (*FunctionPointerType) (RuntimeObject *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, float, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, float >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, float >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3036530003_gshared (Predicate_1_t2222560898 * __this, float ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3036530003_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m240429205_gshared (Predicate_1_t2222560898 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1972519196_gshared (Predicate_1_t3982011279 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2372669878_gshared (Predicate_1_t3982011279 * __this, AnimatorClipInfo_t3156717155 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2372669878((Predicate_1_t3982011279 *)__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 bool (*FunctionPointerType) (RuntimeObject *, AnimatorClipInfo_t3156717155 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, AnimatorClipInfo_t3156717155 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, AnimatorClipInfo_t3156717155 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, AnimatorClipInfo_t3156717155 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, AnimatorClipInfo_t3156717155 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, AnimatorClipInfo_t3156717155 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, AnimatorClipInfo_t3156717155 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m575979877_gshared (Predicate_1_t3982011279 * __this, AnimatorClipInfo_t3156717155 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m575979877_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AnimatorClipInfo_t3156717155_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m236137904_gshared (Predicate_1_t3982011279 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1646720565_gshared (Predicate_1_t2411271955 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m851618236_gshared (Predicate_1_t2411271955 * __this, OrderBlock_t1585977831 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m851618236((Predicate_1_t2411271955 *)__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 bool (*FunctionPointerType) (RuntimeObject *, OrderBlock_t1585977831 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, OrderBlock_t1585977831 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, OrderBlock_t1585977831 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, OrderBlock_t1585977831 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, OrderBlock_t1585977831 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, OrderBlock_t1585977831 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, OrderBlock_t1585977831 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2845045805_gshared (Predicate_1_t2411271955 * __this, OrderBlock_t1585977831 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2845045805_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2307501513_gshared (Predicate_1_t2411271955 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m348721659_gshared (Predicate_1_t2781082151 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3548527474_gshared (Predicate_1_t2781082151 * __this, BoneWeight_t1955788027 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3548527474((Predicate_1_t2781082151 *)__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 bool (*FunctionPointerType) (RuntimeObject *, BoneWeight_t1955788027 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, BoneWeight_t1955788027 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, BoneWeight_t1955788027 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, BoneWeight_t1955788027 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, BoneWeight_t1955788027 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, BoneWeight_t1955788027 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, BoneWeight_t1955788027 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m357052381_gshared (Predicate_1_t2781082151 * __this, BoneWeight_t1955788027 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m357052381_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(BoneWeight_t1955788027_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3858481510_gshared (Predicate_1_t2781082151 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3658986713_gshared (Predicate_1_t3380980448 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2408335753_gshared (Predicate_1_t3380980448 * __this, Color_t2555686324 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2408335753((Predicate_1_t3380980448 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Color_t2555686324 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Color_t2555686324 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Color_t2555686324 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Color_t2555686324 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Color_t2555686324 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m449042535_gshared (Predicate_1_t3380980448 * __this, Color_t2555686324 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m449042535_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m1229573705_gshared (Predicate_1_t3380980448 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2151654926_gshared (Predicate_1_t3425795416 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1828171037_gshared (Predicate_1_t3425795416 * __this, Color32_t2600501292 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m1828171037((Predicate_1_t3425795416 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Color32_t2600501292 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Color32_t2600501292 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Color32_t2600501292 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Color32_t2600501292 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Color32_t2600501292 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Color32_t2600501292 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Color32_t2600501292 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m265405911_gshared (Predicate_1_t3425795416 * __this, Color32_t2600501292 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m265405911_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color32_t2600501292_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3987519925_gshared (Predicate_1_t3425795416 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m4252200210_gshared (Predicate_1_t2935998188 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2574540981_gshared (Predicate_1_t2935998188 * __this, DiagnosticSwitch_t2110704064 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2574540981((Predicate_1_t2935998188 *)__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 bool (*FunctionPointerType) (RuntimeObject *, DiagnosticSwitch_t2110704064 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, DiagnosticSwitch_t2110704064 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, DiagnosticSwitch_t2110704064 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, DiagnosticSwitch_t2110704064 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, DiagnosticSwitch_t2110704064 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, DiagnosticSwitch_t2110704064 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, DiagnosticSwitch_t2110704064 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3561779387_gshared (Predicate_1_t2935998188 * __this, DiagnosticSwitch_t2110704064 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3561779387_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DiagnosticSwitch_t2110704064_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m364458377_gshared (Predicate_1_t2935998188 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m4189146159_gshared (Predicate_1_t4185600973 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2887746805_gshared (Predicate_1_t4185600973 * __this, RaycastResult_t3360306849 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2887746805((Predicate_1_t4185600973 *)__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 bool (*FunctionPointerType) (RuntimeObject *, RaycastResult_t3360306849 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, RaycastResult_t3360306849 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, RaycastResult_t3360306849 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, RaycastResult_t3360306849 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RaycastResult_t3360306849 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, RaycastResult_t3360306849 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, RaycastResult_t3360306849 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3823292596_gshared (Predicate_1_t4185600973 * __this, RaycastResult_t3360306849 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3823292596_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(RaycastResult_t3360306849_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m152895840_gshared (Predicate_1_t4185600973 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2337686448_gshared (Predicate_1_t3424588401 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m626434866_gshared (Predicate_1_t3424588401 * __this, int32_t ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m626434866((Predicate_1_t3424588401 *)__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 bool (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1599082995_gshared (Predicate_1_t3424588401 * __this, int32_t ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1599082995_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyCode_t2599294277_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m17168629_gshared (Predicate_1_t3424588401 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m336514594_gshared (Predicate_1_t2643195967 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1074284117_gshared (Predicate_1_t2643195967 * __this, Matrix4x4_t1817901843 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m1074284117((Predicate_1_t2643195967 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Matrix4x4_t1817901843 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Matrix4x4_t1817901843 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Matrix4x4_t1817901843 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Matrix4x4_t1817901843 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Matrix4x4_t1817901843 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Matrix4x4_t1817901843 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Matrix4x4_t1817901843 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2806734675_gshared (Predicate_1_t2643195967 * __this, Matrix4x4_t1817901843 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2806734675_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Matrix4x4_t1817901843_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3183108787_gshared (Predicate_1_t2643195967 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m873919720_gshared (Predicate_1_t1285119731 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m313563199_gshared (Predicate_1_t1285119731 * __this, Playable_t459825607 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m313563199((Predicate_1_t1285119731 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Playable_t459825607 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Playable_t459825607 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Playable_t459825607 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Playable_t459825607 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Playable_t459825607 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Playable_t459825607 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Playable_t459825607 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2148880776_gshared (Predicate_1_t1285119731 * __this, Playable_t459825607 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2148880776_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Playable_t459825607_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3600922082_gshared (Predicate_1_t1285119731 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1573230494_gshared (Predicate_1_t1113951902 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m846946863_gshared (Predicate_1_t1113951902 * __this, ReflectionProbeBlendInfo_t288657778 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m846946863((Predicate_1_t1113951902 *)__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 bool (*FunctionPointerType) (RuntimeObject *, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, ReflectionProbeBlendInfo_t288657778 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, ReflectionProbeBlendInfo_t288657778 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, ReflectionProbeBlendInfo_t288657778 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, ReflectionProbeBlendInfo_t288657778 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, ReflectionProbeBlendInfo_t288657778 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3474002662_gshared (Predicate_1_t1113951902 * __this, ReflectionProbeBlendInfo_t288657778 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3474002662_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ReflectionProbeBlendInfo_t288657778_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3235970018_gshared (Predicate_1_t1113951902 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m512594829_gshared (Predicate_1_t2807972045 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3135892059_gshared (Predicate_1_t2807972045 * __this, WeightInfo_t1982677921 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m3135892059((Predicate_1_t2807972045 *)__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 bool (*FunctionPointerType) (RuntimeObject *, WeightInfo_t1982677921 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, WeightInfo_t1982677921 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, WeightInfo_t1982677921 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, WeightInfo_t1982677921 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, WeightInfo_t1982677921 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, WeightInfo_t1982677921 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, WeightInfo_t1982677921 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m4251051144_gshared (Predicate_1_t2807972045 * __this, WeightInfo_t1982677921 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m4251051144_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(WeightInfo_t1982677921_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2188183987_gshared (Predicate_1_t2807972045 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m102233112_gshared (Predicate_1_t900795230 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m4087887637_gshared (Predicate_1_t900795230 * __this, UICharInfo_t75501106 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m4087887637((Predicate_1_t900795230 *)__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 bool (*FunctionPointerType) (RuntimeObject *, UICharInfo_t75501106 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, UICharInfo_t75501106 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, UICharInfo_t75501106 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, UICharInfo_t75501106 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, UICharInfo_t75501106 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, UICharInfo_t75501106 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, UICharInfo_t75501106 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3768208683_gshared (Predicate_1_t900795230 * __this, UICharInfo_t75501106 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3768208683_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UICharInfo_t75501106_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m1883221632_gshared (Predicate_1_t900795230 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1087067902_gshared (Predicate_1_t725593638 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2932303859_gshared (Predicate_1_t725593638 * __this, UILineInfo_t4195266810 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2932303859((Predicate_1_t725593638 *)__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 bool (*FunctionPointerType) (RuntimeObject *, UILineInfo_t4195266810 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, UILineInfo_t4195266810 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, UILineInfo_t4195266810 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, UILineInfo_t4195266810 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, UILineInfo_t4195266810 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, UILineInfo_t4195266810 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, UILineInfo_t4195266810 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3719399882_gshared (Predicate_1_t725593638 * __this, UILineInfo_t4195266810 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3719399882_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UILineInfo_t4195266810_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2572100896_gshared (Predicate_1_t725593638 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2717715890_gshared (Predicate_1_t587824433 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2389850270_gshared (Predicate_1_t587824433 * __this, UIVertex_t4057497605 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2389850270((Predicate_1_t587824433 *)__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 bool (*FunctionPointerType) (RuntimeObject *, UIVertex_t4057497605 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, UIVertex_t4057497605 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, UIVertex_t4057497605 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, UIVertex_t4057497605 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, UIVertex_t4057497605 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, UIVertex_t4057497605 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, UIVertex_t4057497605 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m3323348752_gshared (Predicate_1_t587824433 * __this, UIVertex_t4057497605 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m3323348752_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UIVertex_t4057497605_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3558323376_gshared (Predicate_1_t587824433 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2000726592_gshared (Predicate_1_t2981523647 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m2758354419_gshared (Predicate_1_t2981523647 * __this, Vector2_t2156229523 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m2758354419((Predicate_1_t2981523647 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Vector2_t2156229523 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Vector2_t2156229523 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Vector2_t2156229523 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m2800560563_gshared (Predicate_1_t2981523647 * __this, Vector2_t2156229523 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m2800560563_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m4041069564_gshared (Predicate_1_t2981523647 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3939716616_gshared (Predicate_1_t325371 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1275467140_gshared (Predicate_1_t325371 * __this, Vector2Int_t3469998543 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m1275467140((Predicate_1_t325371 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Vector2Int_t3469998543 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Vector2Int_t3469998543 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Vector2Int_t3469998543 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Vector2Int_t3469998543 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Vector2Int_t3469998543 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Vector2Int_t3469998543 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Vector2Int_t3469998543 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1870666831_gshared (Predicate_1_t325371 * __this, Vector2Int_t3469998543 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1870666831_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2Int_t3469998543_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m2238734181_gshared (Predicate_1_t325371 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m4128261089_gshared (Predicate_1_t252640292 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m1229727214_gshared (Predicate_1_t252640292 * __this, Vector3_t3722313464 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m1229727214((Predicate_1_t252640292 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Vector3_t3722313464 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Vector3_t3722313464 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Vector3_t3722313464 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1281248445_gshared (Predicate_1_t252640292 * __this, Vector3_t3722313464 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1281248445_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.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m4121290523_gshared (Predicate_1_t252640292 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3829092036_gshared (Predicate_1_t4144323061 * __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.Boolean System.Predicate`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m759375343_gshared (Predicate_1_t4144323061 * __this, Vector4_t3319028937 ___obj0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { Predicate_1_Invoke_m759375343((Predicate_1_t4144323061 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Vector4_t3319028937 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Vector4_t3319028937 , const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker1< bool, Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___obj0); else result = GenericVirtFuncInvoker1< bool, Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else result = VirtFuncInvoker1< bool, Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { typedef bool (*FunctionPointerType) (void*, Vector4_t3319028937 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } return result; } // System.IAsyncResult System.Predicate`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Predicate_1_BeginInvoke_m1096326034_gshared (Predicate_1_t4144323061 * __this, Vector4_t3319028937 ___obj0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Predicate_1_BeginInvoke_m1096326034_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean System.Predicate`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_EndInvoke_m3599005370_gshared (Predicate_1_t4144323061 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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 System.Reflection.MonoProperty/Getter`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Getter_2__ctor_m122643074_gshared (Getter_2_t2063956538 * __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); } // R System.Reflection.MonoProperty/Getter`2::Invoke(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Getter_2_Invoke_m3667195478_gshared (Getter_2_t2063956538 * __this, RuntimeObject * ____this0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { Getter_2_Invoke_m3667195478((Getter_2_t2063956538 *)__this->get_prev_9(), ____this0, 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, ____this0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ____this0, 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, ____this0); else result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ____this0); } 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, ____this0); else result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ____this0); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ____this0, 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, ____this0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ____this0); } 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), ____this0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ____this0); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(____this0, targetMethod); } } } return result; } // System.IAsyncResult System.Reflection.MonoProperty/Getter`2::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Getter_2_BeginInvoke_m3421506930_gshared (Getter_2_t2063956538 * __this, RuntimeObject * ____this0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ____this0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // R System.Reflection.MonoProperty/Getter`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Getter_2_EndInvoke_m491985352_gshared (Getter_2_t2063956538 * __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 System.Reflection.MonoProperty/StaticGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void StaticGetter_1__ctor_m3696559939_gshared (StaticGetter_1_t3872988374 * __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); } // R System.Reflection.MonoProperty/StaticGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StaticGetter_1_Invoke_m3640162116_gshared (StaticGetter_1_t3872988374 * __this, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { StaticGetter_1_Invoke_m3640162116((StaticGetter_1_t3872988374 *)__this->get_prev_9(), 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) == 0) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, 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)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); } 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), targetThis); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult System.Reflection.MonoProperty/StaticGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StaticGetter_1_BeginInvoke_m2666084926_gshared (StaticGetter_1_t3872988374 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // R System.Reflection.MonoProperty/StaticGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StaticGetter_1_EndInvoke_m3076990878_gshared (StaticGetter_1_t3872988374 * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m3078689395_gshared (CachedInvokableCall_1_t2423483305 * __this, Object_t631007953 * ___target0, MethodInfo_t * ___theFunction1, bool ___argument2, const RuntimeMethod* method) { { Object_t631007953 * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((InvokableCall_1_t214452203 *)__this); (( void (*) (InvokableCall_1_t214452203 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((InvokableCall_1_t214452203 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); bool L_2 = ___argument2; __this->set_m_Arg1_1(L_2); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m3002667207_gshared (CachedInvokableCall_1_t2423483305 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t214452203 *)__this); (( void (*) (InvokableCall_1_t214452203 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t214452203 *)__this, (bool)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m812947504_gshared (CachedInvokableCall_1_t2423483305 * __this, bool ___arg00, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t214452203 *)__this); (( void (*) (InvokableCall_1_t214452203 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t214452203 *)__this, (bool)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 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 UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m2046334630_gshared (CachedInvokableCall_1_t982173797 * __this, Object_t631007953 * ___target0, MethodInfo_t * ___theFunction1, int32_t ___argument2, const RuntimeMethod* method) { { Object_t631007953 * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((InvokableCall_1_t3068109991 *)__this); (( void (*) (InvokableCall_1_t3068109991 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((InvokableCall_1_t3068109991 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_2 = ___argument2; __this->set_m_Arg1_1(L_2); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m502907382_gshared (CachedInvokableCall_1_t982173797 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t3068109991 *)__this); (( void (*) (InvokableCall_1_t3068109991 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3068109991 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m2909479018_gshared (CachedInvokableCall_1_t982173797 * __this, int32_t ___arg00, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t3068109991 *)__this); (( void (*) (InvokableCall_1_t3068109991 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3068109991 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 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 UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m3714231058_gshared (CachedInvokableCall_1_t1111334208 * __this, Object_t631007953 * ___target0, MethodInfo_t * ___theFunction1, RuntimeObject * ___argument2, const RuntimeMethod* method) { { Object_t631007953 * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((InvokableCall_1_t3197270402 *)__this); (( void (*) (InvokableCall_1_t3197270402 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((InvokableCall_1_t3197270402 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_2 = ___argument2; __this->set_m_Arg1_1(L_2); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m931536002_gshared (CachedInvokableCall_1_t1111334208 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t3197270402 *)__this); (( void (*) (InvokableCall_1_t3197270402 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3197270402 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m853073645_gshared (CachedInvokableCall_1_t1111334208 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t3197270402 *)__this); (( void (*) (InvokableCall_1_t3197270402 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3197270402 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 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 UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m1997047287_gshared (CachedInvokableCall_1_t3723462114 * __this, Object_t631007953 * ___target0, MethodInfo_t * ___theFunction1, float ___argument2, const RuntimeMethod* method) { { Object_t631007953 * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((InvokableCall_1_t1514431012 *)__this); (( void (*) (InvokableCall_1_t1514431012 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((InvokableCall_1_t1514431012 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); float L_2 = ___argument2; __this->set_m_Arg1_1(L_2); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m2734252625_gshared (CachedInvokableCall_1_t3723462114 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { { float L_0 = (float)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t1514431012 *)__this); (( void (*) (InvokableCall_1_t1514431012 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t1514431012 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.CachedInvokableCall`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m1355947625_gshared (CachedInvokableCall_1_t3723462114 * __this, float ___arg00, const RuntimeMethod* method) { { float L_0 = (float)__this->get_m_Arg1_1(); NullCheck((InvokableCall_1_t1514431012 *)__this); (( void (*) (InvokableCall_1_t1514431012 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t1514431012 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 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 UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m337513891_gshared (InvokableCall_1_t214452203 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m337513891_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t214452203 *)__this); (( void (*) (InvokableCall_1_t214452203 *, UnityAction_1_t682124106 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t214452203 *)__this, (UnityAction_1_t682124106 *)((UnityAction_1_t682124106 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m1028560745_gshared (InvokableCall_1_t214452203 * __this, UnityAction_1_t682124106 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t682124106 * L_0 = ___action0; NullCheck((InvokableCall_1_t214452203 *)__this); (( void (*) (InvokableCall_1_t214452203 *, UnityAction_1_t682124106 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t214452203 *)__this, (UnityAction_1_t682124106 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m1011133128_gshared (InvokableCall_1_t214452203 * __this, UnityAction_1_t682124106 * ___value0, const RuntimeMethod* method) { UnityAction_1_t682124106 * V_0 = NULL; UnityAction_1_t682124106 * V_1 = NULL; { UnityAction_1_t682124106 * L_0 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t682124106 *)L_0; } IL_0007: { UnityAction_1_t682124106 * L_1 = V_0; V_1 = (UnityAction_1_t682124106 *)L_1; UnityAction_1_t682124106 ** L_2 = (UnityAction_1_t682124106 **)__this->get_address_of_Delegate_0(); UnityAction_1_t682124106 * L_3 = V_1; UnityAction_1_t682124106 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t682124106 * L_6 = V_0; UnityAction_1_t682124106 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t682124106 **)L_2, (UnityAction_1_t682124106 *)((UnityAction_1_t682124106 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t682124106 *)L_6); V_0 = (UnityAction_1_t682124106 *)L_7; UnityAction_1_t682124106 * L_8 = V_0; UnityAction_1_t682124106 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t682124106 *)L_8) == ((RuntimeObject*)(UnityAction_1_t682124106 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m1293546855_gshared (InvokableCall_1_t214452203 * __this, UnityAction_1_t682124106 * ___value0, const RuntimeMethod* method) { UnityAction_1_t682124106 * V_0 = NULL; UnityAction_1_t682124106 * V_1 = NULL; { UnityAction_1_t682124106 * L_0 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t682124106 *)L_0; } IL_0007: { UnityAction_1_t682124106 * L_1 = V_0; V_1 = (UnityAction_1_t682124106 *)L_1; UnityAction_1_t682124106 ** L_2 = (UnityAction_1_t682124106 **)__this->get_address_of_Delegate_0(); UnityAction_1_t682124106 * L_3 = V_1; UnityAction_1_t682124106 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t682124106 * L_6 = V_0; UnityAction_1_t682124106 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t682124106 **)L_2, (UnityAction_1_t682124106 *)((UnityAction_1_t682124106 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t682124106 *)L_6); V_0 = (UnityAction_1_t682124106 *)L_7; UnityAction_1_t682124106 * L_8 = V_0; UnityAction_1_t682124106 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t682124106 *)L_8) == ((RuntimeObject*)(UnityAction_1_t682124106 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m3497872319_gshared (InvokableCall_1_t214452203 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m3497872319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m3497872319_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t682124106 * L_5 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t682124106 * L_7 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t682124106 *)L_7); (( void (*) (UnityAction_1_t682124106 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t682124106 *)L_7, (bool)((*(bool*)((bool*)UnBox(L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m3859772291_gshared (InvokableCall_1_t214452203 * __this, bool ___args00, const RuntimeMethod* method) { { UnityAction_1_t682124106 * L_0 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t682124106 * L_2 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); bool L_3 = ___args00; NullCheck((UnityAction_1_t682124106 *)L_2); (( void (*) (UnityAction_1_t682124106 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t682124106 *)L_2, (bool)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m3228745517_gshared (InvokableCall_1_t214452203 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t682124106 * L_0 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t682124106 * L_3 = (UnityAction_1_t682124106 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m854286695_gshared (InvokableCall_1_t3068109991 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m854286695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t3068109991 *)__this); (( void (*) (InvokableCall_1_t3068109991 *, UnityAction_1_t3535781894 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3068109991 *)__this, (UnityAction_1_t3535781894 *)((UnityAction_1_t3535781894 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m250126292_gshared (InvokableCall_1_t3068109991 * __this, UnityAction_1_t3535781894 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t3535781894 * L_0 = ___action0; NullCheck((InvokableCall_1_t3068109991 *)__this); (( void (*) (InvokableCall_1_t3068109991 *, UnityAction_1_t3535781894 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3068109991 *)__this, (UnityAction_1_t3535781894 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m3984829522_gshared (InvokableCall_1_t3068109991 * __this, UnityAction_1_t3535781894 * ___value0, const RuntimeMethod* method) { UnityAction_1_t3535781894 * V_0 = NULL; UnityAction_1_t3535781894 * V_1 = NULL; { UnityAction_1_t3535781894 * L_0 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t3535781894 *)L_0; } IL_0007: { UnityAction_1_t3535781894 * L_1 = V_0; V_1 = (UnityAction_1_t3535781894 *)L_1; UnityAction_1_t3535781894 ** L_2 = (UnityAction_1_t3535781894 **)__this->get_address_of_Delegate_0(); UnityAction_1_t3535781894 * L_3 = V_1; UnityAction_1_t3535781894 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t3535781894 * L_6 = V_0; UnityAction_1_t3535781894 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t3535781894 **)L_2, (UnityAction_1_t3535781894 *)((UnityAction_1_t3535781894 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t3535781894 *)L_6); V_0 = (UnityAction_1_t3535781894 *)L_7; UnityAction_1_t3535781894 * L_8 = V_0; UnityAction_1_t3535781894 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t3535781894 *)L_8) == ((RuntimeObject*)(UnityAction_1_t3535781894 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m1404598405_gshared (InvokableCall_1_t3068109991 * __this, UnityAction_1_t3535781894 * ___value0, const RuntimeMethod* method) { UnityAction_1_t3535781894 * V_0 = NULL; UnityAction_1_t3535781894 * V_1 = NULL; { UnityAction_1_t3535781894 * L_0 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t3535781894 *)L_0; } IL_0007: { UnityAction_1_t3535781894 * L_1 = V_0; V_1 = (UnityAction_1_t3535781894 *)L_1; UnityAction_1_t3535781894 ** L_2 = (UnityAction_1_t3535781894 **)__this->get_address_of_Delegate_0(); UnityAction_1_t3535781894 * L_3 = V_1; UnityAction_1_t3535781894 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t3535781894 * L_6 = V_0; UnityAction_1_t3535781894 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t3535781894 **)L_2, (UnityAction_1_t3535781894 *)((UnityAction_1_t3535781894 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t3535781894 *)L_6); V_0 = (UnityAction_1_t3535781894 *)L_7; UnityAction_1_t3535781894 * L_8 = V_0; UnityAction_1_t3535781894 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t3535781894 *)L_8) == ((RuntimeObject*)(UnityAction_1_t3535781894 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m891112188_gshared (InvokableCall_1_t3068109991 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m891112188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m891112188_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t3535781894 * L_5 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t3535781894 * L_7 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t3535781894 *)L_7); (( void (*) (UnityAction_1_t3535781894 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t3535781894 *)L_7, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m1665111854_gshared (InvokableCall_1_t3068109991 * __this, int32_t ___args00, const RuntimeMethod* method) { { UnityAction_1_t3535781894 * L_0 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t3535781894 * L_2 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); int32_t L_3 = ___args00; NullCheck((UnityAction_1_t3535781894 *)L_2); (( void (*) (UnityAction_1_t3535781894 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t3535781894 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m2748617534_gshared (InvokableCall_1_t3068109991 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t3535781894 * L_0 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t3535781894 * L_3 = (UnityAction_1_t3535781894 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m974734014_gshared (InvokableCall_1_t3197270402 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m974734014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t3197270402 *)__this); (( void (*) (InvokableCall_1_t3197270402 *, UnityAction_1_t3664942305 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3197270402 *)__this, (UnityAction_1_t3664942305 *)((UnityAction_1_t3664942305 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m2204476693_gshared (InvokableCall_1_t3197270402 * __this, UnityAction_1_t3664942305 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t3664942305 * L_0 = ___action0; NullCheck((InvokableCall_1_t3197270402 *)__this); (( void (*) (InvokableCall_1_t3197270402 *, UnityAction_1_t3664942305 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3197270402 *)__this, (UnityAction_1_t3664942305 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m1149657958_gshared (InvokableCall_1_t3197270402 * __this, UnityAction_1_t3664942305 * ___value0, const RuntimeMethod* method) { UnityAction_1_t3664942305 * V_0 = NULL; UnityAction_1_t3664942305 * V_1 = NULL; { UnityAction_1_t3664942305 * L_0 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t3664942305 *)L_0; } IL_0007: { UnityAction_1_t3664942305 * L_1 = V_0; V_1 = (UnityAction_1_t3664942305 *)L_1; UnityAction_1_t3664942305 ** L_2 = (UnityAction_1_t3664942305 **)__this->get_address_of_Delegate_0(); UnityAction_1_t3664942305 * L_3 = V_1; UnityAction_1_t3664942305 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t3664942305 * L_6 = V_0; UnityAction_1_t3664942305 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t3664942305 **)L_2, (UnityAction_1_t3664942305 *)((UnityAction_1_t3664942305 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t3664942305 *)L_6); V_0 = (UnityAction_1_t3664942305 *)L_7; UnityAction_1_t3664942305 * L_8 = V_0; UnityAction_1_t3664942305 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t3664942305 *)L_8) == ((RuntimeObject*)(UnityAction_1_t3664942305 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m1459577645_gshared (InvokableCall_1_t3197270402 * __this, UnityAction_1_t3664942305 * ___value0, const RuntimeMethod* method) { UnityAction_1_t3664942305 * V_0 = NULL; UnityAction_1_t3664942305 * V_1 = NULL; { UnityAction_1_t3664942305 * L_0 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t3664942305 *)L_0; } IL_0007: { UnityAction_1_t3664942305 * L_1 = V_0; V_1 = (UnityAction_1_t3664942305 *)L_1; UnityAction_1_t3664942305 ** L_2 = (UnityAction_1_t3664942305 **)__this->get_address_of_Delegate_0(); UnityAction_1_t3664942305 * L_3 = V_1; UnityAction_1_t3664942305 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t3664942305 * L_6 = V_0; UnityAction_1_t3664942305 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t3664942305 **)L_2, (UnityAction_1_t3664942305 *)((UnityAction_1_t3664942305 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t3664942305 *)L_6); V_0 = (UnityAction_1_t3664942305 *)L_7; UnityAction_1_t3664942305 * L_8 = V_0; UnityAction_1_t3664942305 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t3664942305 *)L_8) == ((RuntimeObject*)(UnityAction_1_t3664942305 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m4071643321_gshared (InvokableCall_1_t3197270402 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m4071643321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m4071643321_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t3664942305 * L_5 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t3664942305 * L_7 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t3664942305 *)L_7); (( void (*) (UnityAction_1_t3664942305 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t3664942305 *)L_7, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m1111745191_gshared (InvokableCall_1_t3197270402 * __this, RuntimeObject * ___args00, const RuntimeMethod* method) { { UnityAction_1_t3664942305 * L_0 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t3664942305 * L_2 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); RuntimeObject * L_3 = ___args00; NullCheck((UnityAction_1_t3664942305 *)L_2); (( void (*) (UnityAction_1_t3664942305 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t3664942305 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m667253485_gshared (InvokableCall_1_t3197270402 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t3664942305 * L_0 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t3664942305 * L_3 = (UnityAction_1_t3664942305 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m4147324340_gshared (InvokableCall_1_t1514431012 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m4147324340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t1514431012 *)__this); (( void (*) (InvokableCall_1_t1514431012 *, UnityAction_1_t1982102915 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t1514431012 *)__this, (UnityAction_1_t1982102915 *)((UnityAction_1_t1982102915 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m550191732_gshared (InvokableCall_1_t1514431012 * __this, UnityAction_1_t1982102915 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t1982102915 * L_0 = ___action0; NullCheck((InvokableCall_1_t1514431012 *)__this); (( void (*) (InvokableCall_1_t1514431012 *, UnityAction_1_t1982102915 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t1514431012 *)__this, (UnityAction_1_t1982102915 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m1440777569_gshared (InvokableCall_1_t1514431012 * __this, UnityAction_1_t1982102915 * ___value0, const RuntimeMethod* method) { UnityAction_1_t1982102915 * V_0 = NULL; UnityAction_1_t1982102915 * V_1 = NULL; { UnityAction_1_t1982102915 * L_0 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t1982102915 *)L_0; } IL_0007: { UnityAction_1_t1982102915 * L_1 = V_0; V_1 = (UnityAction_1_t1982102915 *)L_1; UnityAction_1_t1982102915 ** L_2 = (UnityAction_1_t1982102915 **)__this->get_address_of_Delegate_0(); UnityAction_1_t1982102915 * L_3 = V_1; UnityAction_1_t1982102915 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t1982102915 * L_6 = V_0; UnityAction_1_t1982102915 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t1982102915 **)L_2, (UnityAction_1_t1982102915 *)((UnityAction_1_t1982102915 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t1982102915 *)L_6); V_0 = (UnityAction_1_t1982102915 *)L_7; UnityAction_1_t1982102915 * L_8 = V_0; UnityAction_1_t1982102915 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t1982102915 *)L_8) == ((RuntimeObject*)(UnityAction_1_t1982102915 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m790146436_gshared (InvokableCall_1_t1514431012 * __this, UnityAction_1_t1982102915 * ___value0, const RuntimeMethod* method) { UnityAction_1_t1982102915 * V_0 = NULL; UnityAction_1_t1982102915 * V_1 = NULL; { UnityAction_1_t1982102915 * L_0 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t1982102915 *)L_0; } IL_0007: { UnityAction_1_t1982102915 * L_1 = V_0; V_1 = (UnityAction_1_t1982102915 *)L_1; UnityAction_1_t1982102915 ** L_2 = (UnityAction_1_t1982102915 **)__this->get_address_of_Delegate_0(); UnityAction_1_t1982102915 * L_3 = V_1; UnityAction_1_t1982102915 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t1982102915 * L_6 = V_0; UnityAction_1_t1982102915 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t1982102915 **)L_2, (UnityAction_1_t1982102915 *)((UnityAction_1_t1982102915 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t1982102915 *)L_6); V_0 = (UnityAction_1_t1982102915 *)L_7; UnityAction_1_t1982102915 * L_8 = V_0; UnityAction_1_t1982102915 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t1982102915 *)L_8) == ((RuntimeObject*)(UnityAction_1_t1982102915 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m4150391468_gshared (InvokableCall_1_t1514431012 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m4150391468_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m4150391468_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t1982102915 * L_5 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t1982102915 * L_7 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t1982102915 *)L_7); (( void (*) (UnityAction_1_t1982102915 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t1982102915 *)L_7, (float)((*(float*)((float*)UnBox(L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m1920505169_gshared (InvokableCall_1_t1514431012 * __this, float ___args00, const RuntimeMethod* method) { { UnityAction_1_t1982102915 * L_0 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t1982102915 * L_2 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); float L_3 = ___args00; NullCheck((UnityAction_1_t1982102915 *)L_2); (( void (*) (UnityAction_1_t1982102915 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t1982102915 *)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m1741895083_gshared (InvokableCall_1_t1514431012 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t1982102915 * L_0 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t1982102915 * L_3 = (UnityAction_1_t1982102915 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m3910153236_gshared (InvokableCall_1_t2672850562 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m3910153236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t2672850562 *)__this); (( void (*) (InvokableCall_1_t2672850562 *, UnityAction_1_t3140522465 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t2672850562 *)__this, (UnityAction_1_t3140522465 *)((UnityAction_1_t3140522465 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m2610016537_gshared (InvokableCall_1_t2672850562 * __this, UnityAction_1_t3140522465 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t3140522465 * L_0 = ___action0; NullCheck((InvokableCall_1_t2672850562 *)__this); (( void (*) (InvokableCall_1_t2672850562 *, UnityAction_1_t3140522465 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t2672850562 *)__this, (UnityAction_1_t3140522465 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m1240362230_gshared (InvokableCall_1_t2672850562 * __this, UnityAction_1_t3140522465 * ___value0, const RuntimeMethod* method) { UnityAction_1_t3140522465 * V_0 = NULL; UnityAction_1_t3140522465 * V_1 = NULL; { UnityAction_1_t3140522465 * L_0 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t3140522465 *)L_0; } IL_0007: { UnityAction_1_t3140522465 * L_1 = V_0; V_1 = (UnityAction_1_t3140522465 *)L_1; UnityAction_1_t3140522465 ** L_2 = (UnityAction_1_t3140522465 **)__this->get_address_of_Delegate_0(); UnityAction_1_t3140522465 * L_3 = V_1; UnityAction_1_t3140522465 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t3140522465 * L_6 = V_0; UnityAction_1_t3140522465 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t3140522465 **)L_2, (UnityAction_1_t3140522465 *)((UnityAction_1_t3140522465 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t3140522465 *)L_6); V_0 = (UnityAction_1_t3140522465 *)L_7; UnityAction_1_t3140522465 * L_8 = V_0; UnityAction_1_t3140522465 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t3140522465 *)L_8) == ((RuntimeObject*)(UnityAction_1_t3140522465 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m1889626100_gshared (InvokableCall_1_t2672850562 * __this, UnityAction_1_t3140522465 * ___value0, const RuntimeMethod* method) { UnityAction_1_t3140522465 * V_0 = NULL; UnityAction_1_t3140522465 * V_1 = NULL; { UnityAction_1_t3140522465 * L_0 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t3140522465 *)L_0; } IL_0007: { UnityAction_1_t3140522465 * L_1 = V_0; V_1 = (UnityAction_1_t3140522465 *)L_1; UnityAction_1_t3140522465 ** L_2 = (UnityAction_1_t3140522465 **)__this->get_address_of_Delegate_0(); UnityAction_1_t3140522465 * L_3 = V_1; UnityAction_1_t3140522465 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t3140522465 * L_6 = V_0; UnityAction_1_t3140522465 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t3140522465 **)L_2, (UnityAction_1_t3140522465 *)((UnityAction_1_t3140522465 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t3140522465 *)L_6); V_0 = (UnityAction_1_t3140522465 *)L_7; UnityAction_1_t3140522465 * L_8 = V_0; UnityAction_1_t3140522465 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t3140522465 *)L_8) == ((RuntimeObject*)(UnityAction_1_t3140522465 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m1524307439_gshared (InvokableCall_1_t2672850562 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m1524307439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m1524307439_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t3140522465 * L_5 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t3140522465 * L_7 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t3140522465 *)L_7); (( void (*) (UnityAction_1_t3140522465 *, Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t3140522465 *)L_7, (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m2622045618_gshared (InvokableCall_1_t2672850562 * __this, Color_t2555686324 ___args00, const RuntimeMethod* method) { { UnityAction_1_t3140522465 * L_0 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t3140522465 * L_2 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); Color_t2555686324 L_3 = ___args00; NullCheck((UnityAction_1_t3140522465 *)L_2); (( void (*) (UnityAction_1_t3140522465 *, Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t3140522465 *)L_2, (Color_t2555686324 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m3206830158_gshared (InvokableCall_1_t2672850562 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t3140522465 * L_0 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t3140522465 * L_3 = (UnityAction_1_t3140522465 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m2254957474_gshared (InvokableCall_1_t2273393761 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m2254957474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t2273393761 *)__this); (( void (*) (InvokableCall_1_t2273393761 *, UnityAction_1_t2741065664 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t2273393761 *)__this, (UnityAction_1_t2741065664 *)((UnityAction_1_t2741065664 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m1888496133_gshared (InvokableCall_1_t2273393761 * __this, UnityAction_1_t2741065664 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t2741065664 * L_0 = ___action0; NullCheck((InvokableCall_1_t2273393761 *)__this); (( void (*) (InvokableCall_1_t2273393761 *, UnityAction_1_t2741065664 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t2273393761 *)__this, (UnityAction_1_t2741065664 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m4123929146_gshared (InvokableCall_1_t2273393761 * __this, UnityAction_1_t2741065664 * ___value0, const RuntimeMethod* method) { UnityAction_1_t2741065664 * V_0 = NULL; UnityAction_1_t2741065664 * V_1 = NULL; { UnityAction_1_t2741065664 * L_0 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t2741065664 *)L_0; } IL_0007: { UnityAction_1_t2741065664 * L_1 = V_0; V_1 = (UnityAction_1_t2741065664 *)L_1; UnityAction_1_t2741065664 ** L_2 = (UnityAction_1_t2741065664 **)__this->get_address_of_Delegate_0(); UnityAction_1_t2741065664 * L_3 = V_1; UnityAction_1_t2741065664 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t2741065664 * L_6 = V_0; UnityAction_1_t2741065664 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t2741065664 **)L_2, (UnityAction_1_t2741065664 *)((UnityAction_1_t2741065664 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t2741065664 *)L_6); V_0 = (UnityAction_1_t2741065664 *)L_7; UnityAction_1_t2741065664 * L_8 = V_0; UnityAction_1_t2741065664 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t2741065664 *)L_8) == ((RuntimeObject*)(UnityAction_1_t2741065664 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m667188944_gshared (InvokableCall_1_t2273393761 * __this, UnityAction_1_t2741065664 * ___value0, const RuntimeMethod* method) { UnityAction_1_t2741065664 * V_0 = NULL; UnityAction_1_t2741065664 * V_1 = NULL; { UnityAction_1_t2741065664 * L_0 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t2741065664 *)L_0; } IL_0007: { UnityAction_1_t2741065664 * L_1 = V_0; V_1 = (UnityAction_1_t2741065664 *)L_1; UnityAction_1_t2741065664 ** L_2 = (UnityAction_1_t2741065664 **)__this->get_address_of_Delegate_0(); UnityAction_1_t2741065664 * L_3 = V_1; UnityAction_1_t2741065664 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t2741065664 * L_6 = V_0; UnityAction_1_t2741065664 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t2741065664 **)L_2, (UnityAction_1_t2741065664 *)((UnityAction_1_t2741065664 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t2741065664 *)L_6); V_0 = (UnityAction_1_t2741065664 *)L_7; UnityAction_1_t2741065664 * L_8 = V_0; UnityAction_1_t2741065664 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t2741065664 *)L_8) == ((RuntimeObject*)(UnityAction_1_t2741065664 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m1160628299_gshared (InvokableCall_1_t2273393761 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m1160628299_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m1160628299_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t2741065664 * L_5 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t2741065664 * L_7 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t2741065664 *)L_7); (( void (*) (UnityAction_1_t2741065664 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t2741065664 *)L_7, (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m3205384408_gshared (InvokableCall_1_t2273393761 * __this, Vector2_t2156229523 ___args00, const RuntimeMethod* method) { { UnityAction_1_t2741065664 * L_0 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t2741065664 * L_2 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); Vector2_t2156229523 L_3 = ___args00; NullCheck((UnityAction_1_t2741065664 *)L_2); (( void (*) (UnityAction_1_t2741065664 *, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t2741065664 *)L_2, (Vector2_t2156229523 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m2468125381_gshared (InvokableCall_1_t2273393761 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t2741065664 * L_0 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t2741065664 * L_3 = (UnityAction_1_t2741065664 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`1::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m1474537052_gshared (InvokableCall_1_t3839477702 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m1474537052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck((InvokableCall_1_t3839477702 *)__this); (( void (*) (InvokableCall_1_t3839477702 *, UnityAction_1_t12182309 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3839477702 *)__this, (UnityAction_1_t12182309 *)((UnityAction_1_t12182309 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::.ctor(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m1615295704_gshared (InvokableCall_1_t3839477702 * __this, UnityAction_1_t12182309 * ___action0, const RuntimeMethod* method) { { NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m768115019((BaseInvokableCall_t2703961024 *)__this, /*hidden argument*/NULL); UnityAction_1_t12182309 * L_0 = ___action0; NullCheck((InvokableCall_1_t3839477702 *)__this); (( void (*) (InvokableCall_1_t3839477702 *, UnityAction_1_t12182309 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((InvokableCall_1_t3839477702 *)__this, (UnityAction_1_t12182309 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Void UnityEngine.Events.InvokableCall`1::add_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m2200598080_gshared (InvokableCall_1_t3839477702 * __this, UnityAction_1_t12182309 * ___value0, const RuntimeMethod* method) { UnityAction_1_t12182309 * V_0 = NULL; UnityAction_1_t12182309 * V_1 = NULL; { UnityAction_1_t12182309 * L_0 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t12182309 *)L_0; } IL_0007: { UnityAction_1_t12182309 * L_1 = V_0; V_1 = (UnityAction_1_t12182309 *)L_1; UnityAction_1_t12182309 ** L_2 = (UnityAction_1_t12182309 **)__this->get_address_of_Delegate_0(); UnityAction_1_t12182309 * L_3 = V_1; UnityAction_1_t12182309 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t12182309 * L_6 = V_0; UnityAction_1_t12182309 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t12182309 **)L_2, (UnityAction_1_t12182309 *)((UnityAction_1_t12182309 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t12182309 *)L_6); V_0 = (UnityAction_1_t12182309 *)L_7; UnityAction_1_t12182309 * L_8 = V_0; UnityAction_1_t12182309 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t12182309 *)L_8) == ((RuntimeObject*)(UnityAction_1_t12182309 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::remove_Delegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m462403108_gshared (InvokableCall_1_t3839477702 * __this, UnityAction_1_t12182309 * ___value0, const RuntimeMethod* method) { UnityAction_1_t12182309 * V_0 = NULL; UnityAction_1_t12182309 * V_1 = NULL; { UnityAction_1_t12182309 * L_0 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); V_0 = (UnityAction_1_t12182309 *)L_0; } IL_0007: { UnityAction_1_t12182309 * L_1 = V_0; V_1 = (UnityAction_1_t12182309 *)L_1; UnityAction_1_t12182309 ** L_2 = (UnityAction_1_t12182309 **)__this->get_address_of_Delegate_0(); UnityAction_1_t12182309 * L_3 = V_1; UnityAction_1_t12182309 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, (Delegate_t1188392813 *)L_4, /*hidden argument*/NULL); UnityAction_1_t12182309 * L_6 = V_0; UnityAction_1_t12182309 * L_7 = InterlockedCompareExchangeImpl((UnityAction_1_t12182309 **)L_2, (UnityAction_1_t12182309 *)((UnityAction_1_t12182309 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), (UnityAction_1_t12182309 *)L_6); V_0 = (UnityAction_1_t12182309 *)L_7; UnityAction_1_t12182309 * L_8 = V_0; UnityAction_1_t12182309 * L_9 = V_1; if ((!(((RuntimeObject*)(UnityAction_1_t12182309 *)L_8) == ((RuntimeObject*)(UnityAction_1_t12182309 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m463810048_gshared (InvokableCall_1_t3839477702 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m463810048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_1_Invoke_m463810048_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_1_t12182309 * L_5 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); bool L_6 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { UnityAction_1_t12182309 * L_7 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck((UnityAction_1_t12182309 *)L_7); (( void (*) (UnityAction_1_t12182309 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t12182309 *)L_7, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_10, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0040: { return; } } // System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m3205206769_gshared (InvokableCall_1_t3839477702 * __this, Vector3_t3722313464 ___args00, const RuntimeMethod* method) { { UnityAction_1_t12182309 * L_0 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { UnityAction_1_t12182309 * L_2 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); Vector3_t3722313464 L_3 = ___args00; NullCheck((UnityAction_1_t12182309 *)L_2); (( void (*) (UnityAction_1_t12182309 *, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_1_t12182309 *)L_2, (Vector3_t3722313464 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001d: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`1::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m468699492_gshared (InvokableCall_1_t3839477702 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_1_t12182309 * L_0 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_1_t12182309 * L_3 = (UnityAction_1_t12182309 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`2::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_2__ctor_m3619012188_gshared (InvokableCall_2_t362407658 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_2__ctor_m3619012188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); __this->set_Delegate_0(((UnityAction_2_t3283971887 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Void UnityEngine.Events.InvokableCall`2::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_2_Invoke_m1520082677_gshared (InvokableCall_2_t362407658 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_2_Invoke_m1520082677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)2))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_2_Invoke_m1520082677_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); ObjectU5BU5D_t2843939325* L_5 = ___args0; NullCheck(L_5); int32_t L_6 = 1; RuntimeObject * L_7 = (L_5)->GetAt(static_cast(L_6)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); UnityAction_2_t3283971887 * L_8 = (UnityAction_2_t3283971887 *)__this->get_Delegate_0(); bool L_9 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0050; } } { UnityAction_2_t3283971887 * L_10 = (UnityAction_2_t3283971887 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_11 = ___args0; NullCheck(L_11); int32_t L_12 = 0; RuntimeObject * L_13 = (L_11)->GetAt(static_cast(L_12)); ObjectU5BU5D_t2843939325* L_14 = ___args0; NullCheck(L_14); int32_t L_15 = 1; RuntimeObject * L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck((UnityAction_2_t3283971887 *)L_10); (( void (*) (UnityAction_2_t3283971887 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((UnityAction_2_t3283971887 *)L_10, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_16, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0050: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`2::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_2_Find_m265590023_gshared (InvokableCall_2_t362407658 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_2_t3283971887 * L_0 = (UnityAction_2_t3283971887 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_2_t3283971887 * L_3 = (UnityAction_2_t3283971887 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`3::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_3__ctor_m4245235439_gshared (InvokableCall_3_t4059188962 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_3__ctor_m4245235439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); __this->set_Delegate_0(((UnityAction_3_t1557236713 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Void UnityEngine.Events.InvokableCall`3::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_3_Invoke_m3141788616_gshared (InvokableCall_3_t4059188962 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_3_Invoke_m3141788616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)3))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_3_Invoke_m3141788616_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); ObjectU5BU5D_t2843939325* L_5 = ___args0; NullCheck(L_5); int32_t L_6 = 1; RuntimeObject * L_7 = (L_5)->GetAt(static_cast(L_6)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 2; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); UnityAction_3_t1557236713 * L_11 = (UnityAction_3_t1557236713 *)__this->get_Delegate_0(); bool L_12 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0060; } } { UnityAction_3_t1557236713 * L_13 = (UnityAction_3_t1557236713 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_14 = ___args0; NullCheck(L_14); int32_t L_15 = 0; RuntimeObject * L_16 = (L_14)->GetAt(static_cast(L_15)); ObjectU5BU5D_t2843939325* L_17 = ___args0; NullCheck(L_17); int32_t L_18 = 1; RuntimeObject * L_19 = (L_17)->GetAt(static_cast(L_18)); ObjectU5BU5D_t2843939325* L_20 = ___args0; NullCheck(L_20); int32_t L_21 = 2; RuntimeObject * L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck((UnityAction_3_t1557236713 *)L_13); (( void (*) (UnityAction_3_t1557236713 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((UnityAction_3_t1557236713 *)L_13, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_16, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 6))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0060: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`3::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_3_Find_m26605783_gshared (InvokableCall_3_t4059188962 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_3_t1557236713 * L_0 = (UnityAction_3_t1557236713 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_3_t1557236713 * L_3 = (UnityAction_3_t1557236713 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.InvokableCall`4::.ctor(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_4__ctor_m3136187504_gshared (InvokableCall_4_t2756980746 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_4__ctor_m3136187504_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; NullCheck((BaseInvokableCall_t2703961024 *)__this); BaseInvokableCall__ctor_m2110966014((BaseInvokableCall_t2703961024 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL); MethodInfo_t * L_2 = ___theFunction1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); RuntimeObject * L_5 = ___target0; Delegate_t1188392813 * L_6 = NetFxCoreExtensions_CreateDelegate_m751211712(NULL /*static, unused*/, (MethodInfo_t *)L_2, (Type_t *)L_4, (RuntimeObject *)L_5, /*hidden argument*/NULL); __this->set_Delegate_0(((UnityAction_4_t682480391 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Void UnityEngine.Events.InvokableCall`4::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void InvokableCall_4_Invoke_m3371718871_gshared (InvokableCall_4_t2756980746 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_4_Invoke_m3371718871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___args0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)4))) { goto IL_0015; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, (String_t*)_stringLiteral1864861238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,InvokableCall_4_Invoke_m3371718871_RuntimeMethod_var); } IL_0015: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); ObjectU5BU5D_t2843939325* L_5 = ___args0; NullCheck(L_5); int32_t L_6 = 1; RuntimeObject * L_7 = (L_5)->GetAt(static_cast(L_6)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); ObjectU5BU5D_t2843939325* L_8 = ___args0; NullCheck(L_8); int32_t L_9 = 2; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); ObjectU5BU5D_t2843939325* L_11 = ___args0; NullCheck(L_11); int32_t L_12 = 3; RuntimeObject * L_13 = (L_11)->GetAt(static_cast(L_12)); (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); UnityAction_4_t682480391 * L_14 = (UnityAction_4_t682480391 *)__this->get_Delegate_0(); bool L_15 = BaseInvokableCall_AllowInvoke_m878393606(NULL /*static, unused*/, (Delegate_t1188392813 *)L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0070; } } { UnityAction_4_t682480391 * L_16 = (UnityAction_4_t682480391 *)__this->get_Delegate_0(); ObjectU5BU5D_t2843939325* L_17 = ___args0; NullCheck(L_17); int32_t L_18 = 0; RuntimeObject * L_19 = (L_17)->GetAt(static_cast(L_18)); ObjectU5BU5D_t2843939325* L_20 = ___args0; NullCheck(L_20); int32_t L_21 = 1; RuntimeObject * L_22 = (L_20)->GetAt(static_cast(L_21)); ObjectU5BU5D_t2843939325* L_23 = ___args0; NullCheck(L_23); int32_t L_24 = 2; RuntimeObject * L_25 = (L_23)->GetAt(static_cast(L_24)); ObjectU5BU5D_t2843939325* L_26 = ___args0; NullCheck(L_26); int32_t L_27 = 3; RuntimeObject * L_28 = (L_26)->GetAt(static_cast(L_27)); NullCheck((UnityAction_4_t682480391 *)L_16); (( void (*) (UnityAction_4_t682480391 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((UnityAction_4_t682480391 *)L_16, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 6))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_25, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); } IL_0070: { return; } } // System.Boolean UnityEngine.Events.InvokableCall`4::Find(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool InvokableCall_4_Find_m2717860129_gshared (InvokableCall_4_t2756980746 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_4_t682480391 * L_0 = (UnityAction_4_t682480391 *)__this->get_Delegate_0(); NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0025; } } { UnityAction_4_t682480391 * L_3 = (UnityAction_4_t682480391 *)__this->get_Delegate_0(); MethodInfo_t * L_4 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck((RuntimeObject *)L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_0 = (bool)G_B3_0; goto IL_002c; } IL_002c: { bool L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m3007623985_gshared (UnityAction_1_t682124106 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m3535252839_gshared (UnityAction_1_t682124106 * __this, bool ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m3535252839((UnityAction_1_t682124106 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m3721186338_gshared (UnityAction_1_t682124106 * __this, bool ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m3721186338_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m1872049713_gshared (UnityAction_1_t682124106 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m3081378164_gshared (UnityAction_1_t3535781894 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m3388120194_gshared (UnityAction_1_t3535781894 * __this, int32_t ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m3388120194((UnityAction_1_t3535781894 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m4018737650_gshared (UnityAction_1_t3535781894 * __this, int32_t ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m4018737650_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m290165017_gshared (UnityAction_1_t3535781894 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m2434317150_gshared (UnityAction_1_t3664942305 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m2929687399_gshared (UnityAction_1_t3664942305 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m2929687399((UnityAction_1_t3664942305 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker0::Invoke(targetMethod, ___arg00); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg00); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m992932529_gshared (UnityAction_1_t3664942305 * __this, RuntimeObject * ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___arg00; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m4173210162_gshared (UnityAction_1_t3664942305 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m336053009_gshared (UnityAction_1_t1982102915 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m1035307306_gshared (UnityAction_1_t1982102915 * __this, float ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m1035307306((UnityAction_1_t1982102915 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m2530432941_gshared (UnityAction_1_t1982102915 * __this, float ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m2530432941_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m1615818599_gshared (UnityAction_1_t1982102915 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m2796929162_gshared (UnityAction_1_t3140522465 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m927447181_gshared (UnityAction_1_t3140522465 * __this, Color_t2555686324 ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m927447181((UnityAction_1_t3140522465 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< Color_t2555686324 >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m1166386047_gshared (UnityAction_1_t3140522465 * __this, Color_t2555686324 ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m1166386047_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m1121812453_gshared (UnityAction_1_t3140522465 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m63817492_gshared (UnityAction_1_t2933211702 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m3649732398_gshared (UnityAction_1_t2933211702 * __this, Scene_t2348375561 ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m3649732398((UnityAction_1_t2933211702 *)__this->get_prev_9(), ___arg00, 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 *, Scene_t2348375561 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Scene_t2348375561 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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< Scene_t2348375561 >::Invoke(targetMethod, targetThis, ___arg00); else GenericVirtActionInvoker1< Scene_t2348375561 >::Invoke(targetMethod, targetThis, ___arg00); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Scene_t2348375561 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00); else VirtActionInvoker1< Scene_t2348375561 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, Scene_t2348375561 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m677813163_gshared (UnityAction_1_t2933211702 * __this, Scene_t2348375561 ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m677813163_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Scene_t2348375561_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m367631613_gshared (UnityAction_1_t2933211702 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m1735647206_gshared (UnityAction_1_t2741065664 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m610765085_gshared (UnityAction_1_t2741065664 * __this, Vector2_t2156229523 ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m610765085((UnityAction_1_t2741065664 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m2713840246_gshared (UnityAction_1_t2741065664 * __this, Vector2_t2156229523 ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m2713840246_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m542551745_gshared (UnityAction_1_t2741065664 * __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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m4251943150_gshared (UnityAction_1_t12182309 * __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 UnityEngine.Events.UnityAction`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m718564962_gshared (UnityAction_1_t12182309 * __this, Vector3_t3722313464 ___arg00, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_1_Invoke_m718564962((UnityAction_1_t12182309 *)__this->get_prev_9(), ___arg00, 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, ___arg00, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, 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, ___arg00); else GenericVirtActionInvoker1< Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___arg00); } 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, ___arg00); else VirtActionInvoker1< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00); } } else { typedef void (*FunctionPointerType) (void*, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`1::BeginInvoke(T0,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m4057820392_gshared (UnityAction_1_t12182309 * __this, Vector3_t3722313464 ___arg00, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m4057820392_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___arg00); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Events.UnityAction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m2859652323_gshared (UnityAction_1_t12182309 * __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 UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m4260941619_gshared (UnityAction_2_t3283971887 * __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 UnityEngine.Events.UnityAction`2::Invoke(T0,T1) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m2304474703_gshared (UnityAction_2_t3283971887 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_2_Invoke_m2304474703((UnityAction_2_t3283971887 *)__this->get_prev_9(), ___arg00, ___arg11, 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, ___arg00, ___arg11, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, ___arg11, 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, ___arg00, ___arg11); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11); } 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, ___arg00, ___arg11); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, 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, ___arg00, ___arg11); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11); } 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), ___arg00, ___arg11); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00, ___arg11); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`2::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_2_BeginInvoke_m1322091188_gshared (UnityAction_2_t3283971887 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___arg00; __d_args[1] = ___arg11; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void UnityEngine.Events.UnityAction`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_EndInvoke_m1292612021_gshared (UnityAction_2_t3283971887 * __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 UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m3108471759_gshared (UnityAction_2_t2165061829 * __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 UnityEngine.Events.UnityAction`2::Invoke(T0,T1) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m1541286357_gshared (UnityAction_2_t2165061829 * __this, Scene_t2348375561 ___arg00, int32_t ___arg11, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_2_Invoke_m1541286357((UnityAction_2_t2165061829 *)__this->get_prev_9(), ___arg00, ___arg11, 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 *, Scene_t2348375561 , int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg00, ___arg11, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Scene_t2348375561 , int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, ___arg11, 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< Scene_t2348375561 , int32_t >::Invoke(targetMethod, targetThis, ___arg00, ___arg11); else GenericVirtActionInvoker2< Scene_t2348375561 , int32_t >::Invoke(targetMethod, targetThis, ___arg00, ___arg11); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Scene_t2348375561 , int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11); else VirtActionInvoker2< Scene_t2348375561 , int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11); } } else { typedef void (*FunctionPointerType) (void*, Scene_t2348375561 , int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`2::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_2_BeginInvoke_m1769266175_gshared (UnityAction_2_t2165061829 * __this, Scene_t2348375561 ___arg00, int32_t ___arg11, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_2_BeginInvoke_m1769266175_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Scene_t2348375561_il2cpp_TypeInfo_var, &___arg00); __d_args[1] = Box(LoadSceneMode_t3251202195_il2cpp_TypeInfo_var, &___arg11); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void UnityEngine.Events.UnityAction`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_EndInvoke_m2179051926_gshared (UnityAction_2_t2165061829 * __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 UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m2941677221_gshared (UnityAction_2_t1262235195 * __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 UnityEngine.Events.UnityAction`2::Invoke(T0,T1) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m944492567_gshared (UnityAction_2_t1262235195 * __this, Scene_t2348375561 ___arg00, Scene_t2348375561 ___arg11, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_2_Invoke_m944492567((UnityAction_2_t1262235195 *)__this->get_prev_9(), ___arg00, ___arg11, 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 *, Scene_t2348375561 , Scene_t2348375561 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arg00, ___arg11, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Scene_t2348375561 , Scene_t2348375561 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, ___arg11, 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< Scene_t2348375561 , Scene_t2348375561 >::Invoke(targetMethod, targetThis, ___arg00, ___arg11); else GenericVirtActionInvoker2< Scene_t2348375561 , Scene_t2348375561 >::Invoke(targetMethod, targetThis, ___arg00, ___arg11); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Scene_t2348375561 , Scene_t2348375561 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11); else VirtActionInvoker2< Scene_t2348375561 , Scene_t2348375561 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11); } } else { typedef void (*FunctionPointerType) (void*, Scene_t2348375561 , Scene_t2348375561 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`2::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_2_BeginInvoke_m1733258791_gshared (UnityAction_2_t1262235195 * __this, Scene_t2348375561 ___arg00, Scene_t2348375561 ___arg11, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityAction_2_BeginInvoke_m1733258791_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Scene_t2348375561_il2cpp_TypeInfo_var, &___arg00); __d_args[1] = Box(Scene_t2348375561_il2cpp_TypeInfo_var, &___arg11); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void UnityEngine.Events.UnityAction`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_2_EndInvoke_m2385586247_gshared (UnityAction_2_t1262235195 * __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 UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_3__ctor_m2228523061_gshared (UnityAction_3_t1557236713 * __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 UnityEngine.Events.UnityAction`3::Invoke(T0,T1,T2) extern "C" IL2CPP_METHOD_ATTR void UnityAction_3_Invoke_m1904347475_gshared (UnityAction_3_t1557236713 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_3_Invoke_m1904347475((UnityAction_3_t1557236713 *)__this->get_prev_9(), ___arg00, ___arg11, ___arg22, 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, ___arg00, ___arg11, ___arg22, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, ___arg11, ___arg22, 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, ___arg00, ___arg11, ___arg22); else GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11, ___arg22); } 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, ___arg00, ___arg11, ___arg22); else VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11, ___arg22); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, ___arg22, 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, ___arg00, ___arg11, ___arg22); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11, ___arg22); } 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), ___arg00, ___arg11, ___arg22); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00, ___arg11, ___arg22); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`3::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_3_BeginInvoke_m1515014307_gshared (UnityAction_3_t1557236713 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___arg00; __d_args[1] = ___arg11; __d_args[2] = ___arg22; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void UnityEngine.Events.UnityAction`3::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_3_EndInvoke_m1256921407_gshared (UnityAction_3_t1557236713 * __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 UnityEngine.Events.UnityAction`4::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_4__ctor_m4196105227_gshared (UnityAction_4_t682480391 * __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 UnityEngine.Events.UnityAction`4::Invoke(T0,T1,T2,T3) extern "C" IL2CPP_METHOD_ATTR void UnityAction_4_Invoke_m218720656_gshared (UnityAction_4_t682480391 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, RuntimeObject * ___arg33, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UnityAction_4_Invoke_m218720656((UnityAction_4_t682480391 *)__this->get_prev_9(), ___arg00, ___arg11, ___arg22, ___arg33, 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, ___arg00, ___arg11, ___arg22, ___arg33, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arg00, ___arg11, ___arg22, ___arg33, 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, ___arg00, ___arg11, ___arg22, ___arg33); else GenericVirtActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11, ___arg22, ___arg33); } 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, ___arg00, ___arg11, ___arg22, ___arg33); else VirtActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11, ___arg22, ___arg33); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, ___arg22, ___arg33, 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, ___arg00, ___arg11, ___arg22, ___arg33); else GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11, ___arg22, ___arg33); } 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), ___arg00, ___arg11, ___arg22, ___arg33); else VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00, ___arg11, ___arg22, ___arg33); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, ___arg33, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction`4::BeginInvoke(T0,T1,T2,T3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_4_BeginInvoke_m2207320832_gshared (UnityAction_4_t682480391 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, RuntimeObject * ___arg33, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { void *__d_args[5] = {0}; __d_args[0] = ___arg00; __d_args[1] = ___arg11; __d_args[2] = ___arg22; __d_args[3] = ___arg33; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void UnityEngine.Events.UnityAction`4::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UnityAction_4_EndInvoke_m1236619780_gshared (UnityAction_4_t682480391 * __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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m3777630589_gshared (UnityEvent_1_t978947469 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m2847988282_gshared (UnityEvent_1_t978947469 * __this, UnityAction_1_t682124106 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t682124106 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t682124106 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t682124106 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m3490899137_gshared (UnityEvent_1_t978947469 * __this, UnityAction_1_t682124106 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t682124106 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t682124106 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m2511430237_gshared (UnityEvent_1_t978947469 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m2511430237_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1518482089_gshared (UnityEvent_1_t978947469 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t214452203 * L_2 = (InvokableCall_1_t214452203 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t214452203 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1212521776_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t682124106 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t682124106 * L_0 = ___action0; InvokableCall_1_t214452203 * L_1 = (InvokableCall_1_t214452203 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t214452203 *, UnityAction_1_t682124106 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t682124106 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m933614109_gshared (UnityEvent_1_t978947469 * __this, bool ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m933614109_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t214452203 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t214452203 *)((InvokableCall_1_t214452203 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t214452203 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t214452203 * L_5 = V_2; bool L_6 = ___arg00; NullCheck((InvokableCall_1_t214452203 *)L_5); VirtActionInvoker1< bool >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t214452203 *)L_5, (bool)L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); bool L_17 = ___arg00; bool L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); BaseInvokableCall_t2703961024 * L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_20); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_20, (ObjectU5BU5D_t2843939325*)L_21); } IL_008b: { } IL_008c: { int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; List_1_t4176035766 * L_24 = V_0; NullCheck((List_1_t4176035766 *)L_24); int32_t L_25 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_24, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m3816765192_gshared (UnityEvent_1_t3832605257 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m3158408092_gshared (UnityEvent_1_t3832605257 * __this, UnityAction_1_t3535781894 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t3535781894 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t3535781894 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t3535781894 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m1953458448_gshared (UnityEvent_1_t3832605257 * __this, UnityAction_1_t3535781894 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t3535781894 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t3535781894 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m1397247356_gshared (UnityEvent_1_t3832605257 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m1397247356_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m617150804_gshared (UnityEvent_1_t3832605257 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t3068109991 * L_2 = (InvokableCall_1_t3068109991 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t3068109991 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m2283422164_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t3535781894 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t3535781894 * L_0 = ___action0; InvokableCall_1_t3068109991 * L_1 = (InvokableCall_1_t3068109991 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t3068109991 *, UnityAction_1_t3535781894 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t3535781894 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m3604335408_gshared (UnityEvent_1_t3832605257 * __this, int32_t ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m3604335408_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t3068109991 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t3068109991 *)((InvokableCall_1_t3068109991 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t3068109991 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t3068109991 * L_5 = V_2; int32_t L_6 = ___arg00; NullCheck((InvokableCall_1_t3068109991 *)L_5); VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t3068109991 *)L_5, (int32_t)L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); int32_t L_17 = ___arg00; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); BaseInvokableCall_t2703961024 * L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_20); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_20, (ObjectU5BU5D_t2843939325*)L_21); } IL_008b: { } IL_008c: { int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; List_1_t4176035766 * L_24 = V_0; NullCheck((List_1_t4176035766 *)L_24); int32_t L_25 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_24, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m1789019280_gshared (UnityEvent_1_t3961765668 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m3703050833_gshared (UnityEvent_1_t3961765668 * __this, UnityAction_1_t3664942305 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t3664942305 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t3664942305 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t3664942305 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m4140584754_gshared (UnityEvent_1_t3961765668 * __this, UnityAction_1_t3664942305 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t3664942305 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t3664942305 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m322741469_gshared (UnityEvent_1_t3961765668 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m322741469_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1223269239_gshared (UnityEvent_1_t3961765668 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t3197270402 * L_2 = (InvokableCall_1_t3197270402 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t3197270402 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1604725783_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t3664942305 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t3664942305 * L_0 = ___action0; InvokableCall_1_t3197270402 * L_1 = (InvokableCall_1_t3197270402 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t3197270402 *, UnityAction_1_t3664942305 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t3664942305 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m2734859485_gshared (UnityEvent_1_t3961765668 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m2734859485_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t3197270402 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t3197270402 *)((InvokableCall_1_t3197270402 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t3197270402 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t3197270402 * L_5 = V_2; RuntimeObject * L_6 = ___arg00; NullCheck((InvokableCall_1_t3197270402 *)L_5); VirtActionInvoker1< RuntimeObject * >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t3197270402 *)L_5, (RuntimeObject *)L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); RuntimeObject * L_17 = ___arg00; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); BaseInvokableCall_t2703961024 * L_18 = V_4; ObjectU5BU5D_t2843939325* L_19 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_18); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_18, (ObjectU5BU5D_t2843939325*)L_19); } IL_008b: { } IL_008c: { int32_t L_20 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0091: { int32_t L_21 = V_1; List_1_t4176035766 * L_22 = V_0; NullCheck((List_1_t4176035766 *)L_22); int32_t L_23 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_22, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m2218582587_gshared (UnityEvent_1_t2278926278 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m3008008915_gshared (UnityEvent_1_t2278926278 * __this, UnityAction_1_t1982102915 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t1982102915 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t1982102915 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t1982102915 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m4190968495_gshared (UnityEvent_1_t2278926278 * __this, UnityAction_1_t1982102915 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t1982102915 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t1982102915 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m555893253_gshared (UnityEvent_1_t2278926278 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m555893253_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1597732310_gshared (UnityEvent_1_t2278926278 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t1514431012 * L_2 = (InvokableCall_1_t1514431012 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t1514431012 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m25714567_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t1982102915 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t1982102915 * L_0 = ___action0; InvokableCall_1_t1514431012 * L_1 = (InvokableCall_1_t1514431012 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t1514431012 *, UnityAction_1_t1982102915 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t1982102915 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m3400677460_gshared (UnityEvent_1_t2278926278 * __this, float ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m3400677460_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t1514431012 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t1514431012 *)((InvokableCall_1_t1514431012 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t1514431012 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t1514431012 * L_5 = V_2; float L_6 = ___arg00; NullCheck((InvokableCall_1_t1514431012 *)L_5); VirtActionInvoker1< float >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t1514431012 *)L_5, (float)L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); float L_17 = ___arg00; float L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); BaseInvokableCall_t2703961024 * L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_20); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_20, (ObjectU5BU5D_t2843939325*)L_21); } IL_008b: { } IL_008c: { int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; List_1_t4176035766 * L_24 = V_0; NullCheck((List_1_t4176035766 *)L_24); int32_t L_25 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_24, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m1293792034_gshared (UnityEvent_1_t3437345828 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m1590149461_gshared (UnityEvent_1_t3437345828 * __this, UnityAction_1_t3140522465 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t3140522465 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t3140522465 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t3140522465 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m2625750952_gshared (UnityEvent_1_t3437345828 * __this, UnityAction_1_t3140522465 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t3140522465 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t3140522465 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m1420160216_gshared (UnityEvent_1_t3437345828 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m1420160216_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1771043166_gshared (UnityEvent_1_t3437345828 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t2672850562 * L_2 = (InvokableCall_1_t2672850562 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t2672850562 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m274387680_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t3140522465 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t3140522465 * L_0 = ___action0; InvokableCall_1_t2672850562 * L_1 = (InvokableCall_1_t2672850562 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t2672850562 *, UnityAction_1_t3140522465 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t3140522465 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m3884411426_gshared (UnityEvent_1_t3437345828 * __this, Color_t2555686324 ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m3884411426_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t2672850562 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t2672850562 *)((InvokableCall_1_t2672850562 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t2672850562 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t2672850562 * L_5 = V_2; Color_t2555686324 L_6 = ___arg00; NullCheck((InvokableCall_1_t2672850562 *)L_5); VirtActionInvoker1< Color_t2555686324 >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t2672850562 *)L_5, (Color_t2555686324 )L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); Color_t2555686324 L_17 = ___arg00; Color_t2555686324 L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); BaseInvokableCall_t2703961024 * L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_20); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_20, (ObjectU5BU5D_t2843939325*)L_21); } IL_008b: { } IL_008c: { int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; List_1_t4176035766 * L_24 = V_0; NullCheck((List_1_t4176035766 *)L_24); int32_t L_25 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_24, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m3675246889_gshared (UnityEvent_1_t3037889027 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m213733913_gshared (UnityEvent_1_t3037889027 * __this, UnityAction_1_t2741065664 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t2741065664 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t2741065664 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t2741065664 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m3496608666_gshared (UnityEvent_1_t3037889027 * __this, UnityAction_1_t2741065664 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t2741065664 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t2741065664 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m2325208510_gshared (UnityEvent_1_t3037889027 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m2325208510_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m2226801754_gshared (UnityEvent_1_t3037889027 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t2273393761 * L_2 = (InvokableCall_1_t2273393761 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t2273393761 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m2265966113_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t2741065664 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t2741065664 * L_0 = ___action0; InvokableCall_1_t2273393761 * L_1 = (InvokableCall_1_t2273393761 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t2273393761 *, UnityAction_1_t2741065664 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t2741065664 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m3432495026_gshared (UnityEvent_1_t3037889027 * __this, Vector2_t2156229523 ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m3432495026_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t2273393761 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t2273393761 *)((InvokableCall_1_t2273393761 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t2273393761 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t2273393761 * L_5 = V_2; Vector2_t2156229523 L_6 = ___arg00; NullCheck((InvokableCall_1_t2273393761 *)L_5); VirtActionInvoker1< Vector2_t2156229523 >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t2273393761 *)L_5, (Vector2_t2156229523 )L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); Vector2_t2156229523 L_17 = ___arg00; Vector2_t2156229523 L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); BaseInvokableCall_t2703961024 * L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_20); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_20, (ObjectU5BU5D_t2843939325*)L_21); } IL_008b: { } IL_008c: { int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; List_1_t4176035766 * L_24 = V_0; NullCheck((List_1_t4176035766 *)L_24); int32_t L_25 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_24, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m3567252554_gshared (UnityEvent_1_t309005672 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m3657375053_gshared (UnityEvent_1_t309005672 * __this, UnityAction_1_t12182309 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t12182309 * L_0 = ___call0; BaseInvokableCall_t2703961024 * L_1 = (( BaseInvokableCall_t2703961024 * (*) (RuntimeObject * /* static, unused */, UnityAction_1_t12182309 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (UnityAction_1_t12182309 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_AddCall_m3539965410((UnityEventBase_t3960448221 *)__this, (BaseInvokableCall_t2703961024 *)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEvent`1::RemoveListener(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m3331166462_gshared (UnityEvent_1_t309005672 * __this, UnityAction_1_t12182309 * ___call0, const RuntimeMethod* method) { { UnityAction_1_t12182309 * L_0 = ___call0; NullCheck((Delegate_t1188392813 *)L_0); RuntimeObject * L_1 = Delegate_get_Target_m2361978888((Delegate_t1188392813 *)L_0, /*hidden argument*/NULL); UnityAction_1_t12182309 * L_2 = ___call0; MethodInfo_t * L_3 = NetFxCoreExtensions_GetMethodInfo_m444570327(NULL /*static, unused*/, (Delegate_t1188392813 *)L_2, /*hidden argument*/NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase_RemoveListener_m3326364145((UnityEventBase_t3960448221 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m2232683348_gshared (UnityEvent_1_t309005672 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m2232683348_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); MethodInfo_t * L_5 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_2, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_5; goto IL_0021; } IL_0021: { MethodInfo_t * L_6 = V_0; return L_6; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m2195467305_gshared (UnityEvent_1_t309005672 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_1_t3839477702 * L_2 = (InvokableCall_1_t3839477702 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_1_t3839477702 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1::GetDelegate(UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_1_GetDelegate_m1599352891_gshared (RuntimeObject * __this /* static, unused */, UnityAction_1_t12182309 * ___action0, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { UnityAction_1_t12182309 * L_0 = ___action0; InvokableCall_1_t3839477702 * L_1 = (InvokableCall_1_t3839477702 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (InvokableCall_1_t3839477702 *, UnityAction_1_t12182309 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t12182309 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_1; goto IL_000d; } IL_000d: { BaseInvokableCall_t2703961024 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.Events.UnityEvent`1::Invoke(T0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m598483244_gshared (UnityEvent_1_t309005672 * __this, Vector3_t3722313464 ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m598483244_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4176035766 * V_0 = NULL; int32_t V_1 = 0; InvokableCall_1_t3839477702 * V_2 = NULL; InvokableCall_t832123510 * V_3 = NULL; BaseInvokableCall_t2703961024 * V_4 = NULL; { NullCheck((UnityEventBase_t3960448221 *)__this); List_1_t4176035766 * L_0 = UnityEventBase_PrepareInvoke_m1785382128((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); V_0 = (List_1_t4176035766 *)L_0; V_1 = (int32_t)0; goto IL_0091; } IL_000f: { List_1_t4176035766 * L_1 = V_0; int32_t L_2 = V_1; NullCheck((List_1_t4176035766 *)L_1); BaseInvokableCall_t2703961024 * L_3 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_2 = (InvokableCall_1_t3839477702 *)((InvokableCall_1_t3839477702 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))); InvokableCall_1_t3839477702 * L_4 = V_2; if (!L_4) { goto IL_002f; } } { InvokableCall_1_t3839477702 * L_5 = V_2; Vector3_t3722313464 L_6 = ___arg00; NullCheck((InvokableCall_1_t3839477702 *)L_5); VirtActionInvoker1< Vector3_t3722313464 >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1::Invoke(T1) */, (InvokableCall_1_t3839477702 *)L_5, (Vector3_t3722313464 )L_6); goto IL_008c; } IL_002f: { List_1_t4176035766 * L_7 = V_0; int32_t L_8 = V_1; NullCheck((List_1_t4176035766 *)L_7); BaseInvokableCall_t2703961024 * L_9 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_7, (int32_t)L_8, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_3 = (InvokableCall_t832123510 *)((InvokableCall_t832123510 *)IsInst((RuntimeObject*)L_9, InvokableCall_t832123510_il2cpp_TypeInfo_var)); InvokableCall_t832123510 * L_10 = V_3; if (!L_10) { goto IL_004e; } } { InvokableCall_t832123510 * L_11 = V_3; NullCheck((InvokableCall_t832123510 *)L_11); InvokableCall_Invoke_m1437964737((InvokableCall_t832123510 *)L_11, /*hidden argument*/NULL); goto IL_008b; } IL_004e: { List_1_t4176035766 * L_12 = V_0; int32_t L_13 = V_1; NullCheck((List_1_t4176035766 *)L_12); BaseInvokableCall_t2703961024 * L_14 = List_1_get_Item_m4156046467((List_1_t4176035766 *)L_12, (int32_t)L_13, /*hidden argument*/List_1_get_Item_m4156046467_RuntimeMethod_var); V_4 = (BaseInvokableCall_t2703961024 *)L_14; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); if (L_15) { goto IL_006f; } } { __this->set_m_InvokeArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_006f: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); Vector3_t3722313464 L_17 = ___arg00; Vector3_t3722313464 L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); BaseInvokableCall_t2703961024 * L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_m_InvokeArray_4(); NullCheck((BaseInvokableCall_t2703961024 *)L_20); VirtActionInvoker1< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_t2703961024 *)L_20, (ObjectU5BU5D_t2843939325*)L_21); } IL_008b: { } IL_008c: { int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; List_1_t4176035766 * L_24 = V_0; NullCheck((List_1_t4176035766 *)L_24); int32_t L_25 = List_1_get_Count_m1245201994((List_1_t4176035766 *)L_24, /*hidden argument*/List_1_get_Count_m1245201994_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_000f; } } { 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 UnityEngine.Events.UnityEvent`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_2__ctor_m155249342_gshared (UnityEvent_2_t614268397 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`2::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_2_FindMethod_Impl_m2569180594_gshared (UnityEvent_2_t614268397 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_2_FindMethod_Impl_m2569180594_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); TypeU5BU5D_t3940880105* L_5 = (TypeU5BU5D_t3940880105*)L_2; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(1), (Type_t *)L_7); MethodInfo_t * L_8 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_5, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_8; goto IL_002e; } IL_002e: { MethodInfo_t * L_9 = V_0; return L_9; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_2_GetDelegate_m3909669659_gshared (UnityEvent_2_t614268397 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_2_t362407658 * L_2 = (InvokableCall_2_t362407658 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); (( void (*) (InvokableCall_2_t362407658 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.UnityEvent`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_3__ctor_m3891569313_gshared (UnityEvent_3_t2404744798 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_3_FindMethod_Impl_m1640458315_gshared (UnityEvent_3_t2404744798 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_3_FindMethod_Impl_m1640458315_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); TypeU5BU5D_t3940880105* L_5 = (TypeU5BU5D_t3940880105*)L_2; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(1), (Type_t *)L_7); TypeU5BU5D_t3940880105* L_8 = (TypeU5BU5D_t3940880105*)L_5; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(2), (Type_t *)L_10); MethodInfo_t * L_11 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_8, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_11; goto IL_003b; } IL_003b: { MethodInfo_t * L_12 = V_0; return L_12; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_3_GetDelegate_m1156357290_gshared (UnityEvent_3_t2404744798 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_3_t4059188962 * L_2 = (InvokableCall_3_t4059188962 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (InvokableCall_3_t4059188962 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.UnityEvent`4::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_4__ctor_m831487108_gshared (UnityEvent_4_t4085588227 * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_4((ObjectU5BU5D_t2843939325*)NULL); NullCheck((UnityEventBase_t3960448221 *)__this); UnityEventBase__ctor_m1851535676((UnityEventBase_t3960448221 *)__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`4::FindMethod_Impl(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_4_FindMethod_Impl_m3410547086_gshared (UnityEvent_4_t4085588227 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_4_FindMethod_Impl_m3410547086_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t3940880105* L_2 = (TypeU5BU5D_t3940880105*)((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)4)); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; 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); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); TypeU5BU5D_t3940880105* L_5 = (TypeU5BU5D_t3940880105*)L_2; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(1), (Type_t *)L_7); TypeU5BU5D_t3940880105* L_8 = (TypeU5BU5D_t3940880105*)L_5; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(2), (Type_t *)L_10); TypeU5BU5D_t3940880105* L_11 = (TypeU5BU5D_t3940880105*)L_8; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 3)) }; Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(3), (Type_t *)L_13); MethodInfo_t * L_14 = UnityEventBase_GetValidMethodInfo_m3989987635(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t3940880105*)L_11, /*hidden argument*/NULL); V_0 = (MethodInfo_t *)L_14; goto IL_0048; } IL_0048: { MethodInfo_t * L_15 = V_0; return L_15; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`4::GetDelegate(System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR BaseInvokableCall_t2703961024 * UnityEvent_4_GetDelegate_m3111342790_gshared (UnityEvent_4_t4085588227 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { BaseInvokableCall_t2703961024 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_4_t2756980746 * L_2 = (InvokableCall_4_t2756980746 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (InvokableCall_4_t2756980746 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (BaseInvokableCall_t2703961024 *)L_2; goto IL_000e; } IL_000e: { BaseInvokableCall_t2703961024 * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EventFunction_1__ctor_m4292798223_gshared (EventFunction_1_t1764640198 * __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 UnityEngine.EventSystems.ExecuteEvents/EventFunction`1::Invoke(T1,UnityEngine.EventSystems.BaseEventData) extern "C" IL2CPP_METHOD_ATTR void EventFunction_1_Invoke_m2429482587_gshared (EventFunction_1_t1764640198 * __this, RuntimeObject * ___handler0, BaseEventData_t3903027533 * ___eventData1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { EventFunction_1_Invoke_m2429482587((EventFunction_1_t1764640198 *)__this->get_prev_9(), ___handler0, ___eventData1, 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 *, BaseEventData_t3903027533 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___handler0, ___eventData1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, BaseEventData_t3903027533 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___handler0, ___eventData1, 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 *, BaseEventData_t3903027533 * >::Invoke(targetMethod, targetThis, ___handler0, ___eventData1); else GenericVirtActionInvoker2< RuntimeObject *, BaseEventData_t3903027533 * >::Invoke(targetMethod, targetThis, ___handler0, ___eventData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, BaseEventData_t3903027533 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___handler0, ___eventData1); else VirtActionInvoker2< RuntimeObject *, BaseEventData_t3903027533 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___handler0, ___eventData1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, BaseEventData_t3903027533 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___handler0, ___eventData1, 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< BaseEventData_t3903027533 * >::Invoke(targetMethod, ___handler0, ___eventData1); else GenericVirtActionInvoker1< BaseEventData_t3903027533 * >::Invoke(targetMethod, ___handler0, ___eventData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< BaseEventData_t3903027533 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___handler0, ___eventData1); else VirtActionInvoker1< BaseEventData_t3903027533 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___handler0, ___eventData1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, BaseEventData_t3903027533 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___handler0, ___eventData1, targetMethod); } } } } // System.IAsyncResult UnityEngine.EventSystems.ExecuteEvents/EventFunction`1::BeginInvoke(T1,UnityEngine.EventSystems.BaseEventData,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EventFunction_1_BeginInvoke_m117707366_gshared (EventFunction_1_t1764640198 * __this, RuntimeObject * ___handler0, BaseEventData_t3903027533 * ___eventData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___handler0; __d_args[1] = ___eventData1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void EventFunction_1_EndInvoke_m1395098989_gshared (EventFunction_1_t1764640198 * __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 // T UnityEngine.ExposedReference`1::Resolve(UnityEngine.IExposedPropertyTable) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExposedReference_1_Resolve_m497587869_gshared (ExposedReference_1_t3345160085 * __this, RuntimeObject* ___resolver0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedReference_1_Resolve_m497587869_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Object_t631007953 * V_1 = NULL; RuntimeObject * V_2 = NULL; { RuntimeObject* L_0 = ___resolver0; if (!L_0) { goto IL_002f; } } { RuntimeObject* L_1 = ___resolver0; PropertyName_t3749835189 L_2 = (PropertyName_t3749835189 )__this->get_exposedName_0(); NullCheck((RuntimeObject*)L_1); Object_t631007953 * L_3 = InterfaceFuncInvoker2< Object_t631007953 *, PropertyName_t3749835189 , bool* >::Invoke(0 /* UnityEngine.Object UnityEngine.IExposedPropertyTable::GetReferenceValue(UnityEngine.PropertyName,System.Boolean&) */, IExposedPropertyTable_t2524209546_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (PropertyName_t3749835189 )L_2, (bool*)(&V_0)); V_1 = (Object_t631007953 *)L_3; bool L_4 = V_0; if (!L_4) { goto IL_002e; } } { Object_t631007953 * L_5 = V_1; V_2 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0))), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0))); goto IL_0045; } IL_002e: { } IL_002f: { Object_t631007953 * L_6 = (Object_t631007953 *)__this->get_defaultValue_1(); V_2 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0))), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0))); goto IL_0045; } IL_0045: { RuntimeObject * L_7 = V_2; return L_7; } } extern "C" RuntimeObject * ExposedReference_1_Resolve_m497587869_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___resolver0, const RuntimeMethod* method) { ExposedReference_1_t3345160085 * _thisAdjusted = reinterpret_cast(__this + 1); return ExposedReference_1_Resolve_m497587869(_thisAdjusted, ___resolver0, 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 UnityEngine.IntervalTree`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void IntervalTree_1__ctor_m4064574865_gshared (IntervalTree_1_t1489772131 * __this, const RuntimeMethod* method) { { 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_Nodes_0(L_0); __this->set_m_Dirty_1((bool)1); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.IntervalTree`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void IntervalTree_1_Add_m2348542272_gshared (IntervalTree_1_t1489772131 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_Nodes_0(); RuntimeObject * L_1 = ___item0; NullCheck((List_1_t257213610 *)L_0); (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((List_1_t257213610 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); __this->set_m_Dirty_1((bool)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 UnityEngine.Playables.ScriptPlayable`1::.ctor(UnityEngine.Playables.PlayableHandle) extern "C" IL2CPP_METHOD_ATTR void ScriptPlayable_1__ctor_m224242934_gshared (ScriptPlayable_1_t818619019 * __this, PlayableHandle_t1095853803 ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptPlayable_1__ctor_m224242934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = PlayableHandle_IsValid_m777349566((PlayableHandle_t1095853803 *)(&___handle0), /*hidden argument*/NULL); if (!L_0) { goto IL_004b; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_1, /*hidden argument*/NULL); Type_t * L_3 = PlayableHandle_GetPlayableType_m432385838((PlayableHandle_t1095853803 *)(&___handle0), /*hidden argument*/NULL); NullCheck((Type_t *)L_2); bool L_4 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_2, (Type_t *)L_3); if (L_4) { goto IL_004a; } } { Type_t * L_5 = PlayableHandle_GetPlayableType_m432385838((PlayableHandle_t1095853803 *)(&___handle0), /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral3824629377, (RuntimeObject *)L_5, (RuntimeObject *)L_7, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_9 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ScriptPlayable_1__ctor_m224242934_RuntimeMethod_var); } IL_004a: { } IL_004b: { PlayableHandle_t1095853803 L_10 = ___handle0; __this->set_m_Handle_0(L_10); return; } } extern "C" void ScriptPlayable_1__ctor_m224242934_AdjustorThunk (RuntimeObject * __this, PlayableHandle_t1095853803 ___handle0, const RuntimeMethod* method) { ScriptPlayable_1_t818619019 * _thisAdjusted = reinterpret_cast(__this + 1); ScriptPlayable_1__ctor_m224242934(_thisAdjusted, ___handle0, method); } // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::get_Null() extern "C" IL2CPP_METHOD_ATTR ScriptPlayable_1_t818619019 ScriptPlayable_1_get_Null_m3134832429_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { ScriptPlayable_1_t818619019 V_0; memset(&V_0, 0, sizeof(V_0)); { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ScriptPlayable_1_t818619019 L_0 = ((ScriptPlayable_1_t818619019_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_m_NullPlayable_1(); V_0 = (ScriptPlayable_1_t818619019 )L_0; goto IL_000c; } IL_000c: { ScriptPlayable_1_t818619019 L_1 = V_0; return L_1; } } // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::Create(UnityEngine.Playables.PlayableGraph,System.Int32) extern "C" IL2CPP_METHOD_ATTR ScriptPlayable_1_t818619019 ScriptPlayable_1_Create_m975256185_gshared (RuntimeObject * __this /* static, unused */, PlayableGraph_t3515989261 ___graph0, int32_t ___inputCount1, const RuntimeMethod* method) { PlayableHandle_t1095853803 V_0; memset(&V_0, 0, sizeof(V_0)); ScriptPlayable_1_t818619019 V_1; memset(&V_1, 0, sizeof(V_1)); { PlayableGraph_t3515989261 L_0 = ___graph0; int32_t L_1 = ___inputCount1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); PlayableHandle_t1095853803 L_2 = (( PlayableHandle_t1095853803 (*) (RuntimeObject * /* static, unused */, PlayableGraph_t3515989261 , RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (PlayableGraph_t3515989261 )L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)NULL, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2))), (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); V_0 = (PlayableHandle_t1095853803 )L_2; PlayableHandle_t1095853803 L_3 = V_0; ScriptPlayable_1_t818619019 L_4; memset(&L_4, 0, sizeof(L_4)); ScriptPlayable_1__ctor_m224242934((&L_4), (PlayableHandle_t1095853803 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_1 = (ScriptPlayable_1_t818619019 )L_4; goto IL_001b; } IL_001b: { ScriptPlayable_1_t818619019 L_5 = V_1; return L_5; } } // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::Create(UnityEngine.Playables.PlayableGraph,T,System.Int32) extern "C" IL2CPP_METHOD_ATTR ScriptPlayable_1_t818619019 ScriptPlayable_1_Create_m234094962_gshared (RuntimeObject * __this /* static, unused */, PlayableGraph_t3515989261 ___graph0, RuntimeObject * ___template1, int32_t ___inputCount2, const RuntimeMethod* method) { PlayableHandle_t1095853803 V_0; memset(&V_0, 0, sizeof(V_0)); ScriptPlayable_1_t818619019 V_1; memset(&V_1, 0, sizeof(V_1)); { PlayableGraph_t3515989261 L_0 = ___graph0; RuntimeObject * L_1 = ___template1; int32_t L_2 = ___inputCount2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); PlayableHandle_t1095853803 L_3 = (( PlayableHandle_t1095853803 (*) (RuntimeObject * /* static, unused */, PlayableGraph_t3515989261 , RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (PlayableGraph_t3515989261 )L_0, (RuntimeObject *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); V_0 = (PlayableHandle_t1095853803 )L_3; PlayableHandle_t1095853803 L_4 = V_0; ScriptPlayable_1_t818619019 L_5; memset(&L_5, 0, sizeof(L_5)); ScriptPlayable_1__ctor_m224242934((&L_5), (PlayableHandle_t1095853803 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_1 = (ScriptPlayable_1_t818619019 )L_5; goto IL_0016; } IL_0016: { ScriptPlayable_1_t818619019 L_6 = V_1; return L_6; } } // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::CreateHandle(UnityEngine.Playables.PlayableGraph,T,System.Int32) extern "C" IL2CPP_METHOD_ATTR PlayableHandle_t1095853803 ScriptPlayable_1_CreateHandle_m3597998059_gshared (RuntimeObject * __this /* static, unused */, PlayableGraph_t3515989261 ___graph0, RuntimeObject * ___template1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptPlayable_1_CreateHandle_m3597998059_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; PlayableHandle_t1095853803 V_1; memset(&V_1, 0, sizeof(V_1)); PlayableHandle_t1095853803 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (RuntimeObject *)NULL; RuntimeObject * L_0 = ___template1; if (L_0) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); V_0 = (RuntimeObject *)L_1; goto IL_0029; } IL_001b: { RuntimeObject * L_2 = ___template1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); RuntimeObject * L_3 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); V_0 = (RuntimeObject *)L_3; } IL_0029: { RuntimeObject * L_4 = V_0; if (L_4) { goto IL_0059; } } { RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_5, /*hidden argument*/NULL); NullCheck((RuntimeObject *)L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, (String_t*)_stringLiteral1721815597, (String_t*)L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, (RuntimeObject *)L_8, /*hidden argument*/NULL); PlayableHandle_t1095853803 L_9 = PlayableHandle_get_Null_m218234861(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (PlayableHandle_t1095853803 )L_9; goto IL_008f; } IL_0059: { PlayableHandle_t1095853803 L_10 = PlayableGraph_CreatePlayableHandle_m1596980658((PlayableGraph_t3515989261 *)(&___graph0), /*hidden argument*/NULL); V_2 = (PlayableHandle_t1095853803 )L_10; bool L_11 = PlayableHandle_IsValid_m777349566((PlayableHandle_t1095853803 *)(&V_2), /*hidden argument*/NULL); if (L_11) { goto IL_0078; } } { PlayableHandle_t1095853803 L_12 = PlayableHandle_get_Null_m218234861(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (PlayableHandle_t1095853803 )L_12; goto IL_008f; } IL_0078: { int32_t L_13 = ___inputCount2; PlayableHandle_SetInputCount_m2596808857((PlayableHandle_t1095853803 *)(&V_2), (int32_t)L_13, /*hidden argument*/NULL); RuntimeObject * L_14 = V_0; PlayableHandle_SetScriptInstance_m4072572491((PlayableHandle_t1095853803 *)(&V_2), (RuntimeObject *)L_14, /*hidden argument*/NULL); PlayableHandle_t1095853803 L_15 = V_2; V_1 = (PlayableHandle_t1095853803 )L_15; goto IL_008f; } IL_008f: { PlayableHandle_t1095853803 L_16 = V_1; return L_16; } } // System.Object UnityEngine.Playables.ScriptPlayable`1::CreateScriptInstance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_CreateScriptInstance_m4187935646_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptPlayable_1_CreateScriptInstance_m4187935646_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; { V_0 = (RuntimeObject*)NULL; RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (ScriptableObject_t2528358522_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_4 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_1, (Type_t *)L_3); if (!L_4) { goto IL_004a; } } { RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_5, /*hidden argument*/NULL); ScriptableObject_t2528358522 * L_7 = ScriptableObject_CreateInstance_m2611081756(NULL /*static, unused*/, (Type_t *)L_6, /*hidden argument*/NULL); V_0 = (RuntimeObject*)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2))), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2))); goto IL_0055; } IL_004a: { RuntimeObject * L_8 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); V_0 = (RuntimeObject*)L_8; } IL_0055: { RuntimeObject* L_9 = V_0; V_1 = (RuntimeObject *)L_9; goto IL_005c; } IL_005c: { RuntimeObject * L_10 = V_1; return L_10; } } // System.Object UnityEngine.Playables.ScriptPlayable`1::CloneScriptInstance(UnityEngine.Playables.IPlayableBehaviour) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_CloneScriptInstance_m3384895362_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptPlayable_1_CloneScriptInstance_m3384895362_MetadataUsageId); s_Il2CppMethodInitialized = true; } Object_t631007953 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; { RuntimeObject* L_0 = ___source0; V_0 = (Object_t631007953 *)((Object_t631007953 *)IsInst((RuntimeObject*)L_0, Object_t631007953_il2cpp_TypeInfo_var)); Object_t631007953 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { Object_t631007953 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); RuntimeObject * L_4 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, Object_t631007953 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Object_t631007953 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 9)); V_1 = (RuntimeObject *)L_4; goto IL_0040; } IL_0020: { RuntimeObject* L_5 = ___source0; V_2 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_5, ICloneable_t724424198_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_2; if (!L_6) { goto IL_0039; } } { RuntimeObject* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); RuntimeObject * L_8 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 10)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 10)); V_1 = (RuntimeObject *)L_8; goto IL_0040; } IL_0039: { V_1 = (RuntimeObject *)NULL; goto IL_0040; } IL_0040: { RuntimeObject * L_9 = V_1; return L_9; } } // System.Object UnityEngine.Playables.ScriptPlayable`1::CloneScriptInstanceFromEngineObject(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_CloneScriptInstanceFromEngineObject_m1519549235_gshared (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptPlayable_1_CloneScriptInstanceFromEngineObject_m1519549235_MetadataUsageId); s_Il2CppMethodInitialized = true; } Object_t631007953 * V_0 = NULL; RuntimeObject * V_1 = NULL; { Object_t631007953 * L_0 = ___source0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_1 = Object_Instantiate_m3403600534(NULL /*static, unused*/, (Object_t631007953 *)L_0, /*hidden argument*/NULL); V_0 = (Object_t631007953 *)L_1; Object_t631007953 * L_2 = V_0; bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0025; } } { Object_t631007953 * L_4 = V_0; Object_t631007953 * L_5 = (Object_t631007953 *)L_4; NullCheck((Object_t631007953 *)L_5); int32_t L_6 = Object_get_hideFlags_m3233469693((Object_t631007953 *)L_5, /*hidden argument*/NULL); NullCheck((Object_t631007953 *)L_5); Object_set_hideFlags_m1648752846((Object_t631007953 *)L_5, (int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)52))), /*hidden argument*/NULL); } IL_0025: { Object_t631007953 * L_7 = V_0; V_1 = (RuntimeObject *)L_7; goto IL_002c; } IL_002c: { RuntimeObject * L_8 = V_1; return L_8; } } // System.Object UnityEngine.Playables.ScriptPlayable`1::CloneScriptInstanceFromIClonable(System.ICloneable) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_CloneScriptInstanceFromIClonable_m4246296930_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptPlayable_1_CloneScriptInstanceFromIClonable_m4246296930_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject* L_0 = ___source0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t724424198_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); V_0 = (RuntimeObject *)L_1; goto IL_000d; } IL_000d: { RuntimeObject * L_2 = V_0; return L_2; } } // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::GetHandle() extern "C" IL2CPP_METHOD_ATTR PlayableHandle_t1095853803 ScriptPlayable_1_GetHandle_m4044520055_gshared (ScriptPlayable_1_t818619019 * __this, const RuntimeMethod* method) { PlayableHandle_t1095853803 V_0; memset(&V_0, 0, sizeof(V_0)); { PlayableHandle_t1095853803 L_0 = (PlayableHandle_t1095853803 )__this->get_m_Handle_0(); V_0 = (PlayableHandle_t1095853803 )L_0; goto IL_000d; } IL_000d: { PlayableHandle_t1095853803 L_1 = V_0; return L_1; } } extern "C" PlayableHandle_t1095853803 ScriptPlayable_1_GetHandle_m4044520055_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ScriptPlayable_1_t818619019 * _thisAdjusted = reinterpret_cast(__this + 1); return ScriptPlayable_1_GetHandle_m4044520055(_thisAdjusted, method); } // T UnityEngine.Playables.ScriptPlayable`1::GetBehaviour() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ScriptPlayable_1_GetBehaviour_m3817690859_gshared (ScriptPlayable_1_t818619019 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { PlayableHandle_t1095853803 * L_0 = (PlayableHandle_t1095853803 *)__this->get_address_of_m_Handle_0(); RuntimeObject * L_1 = PlayableHandle_GetObject_TisRuntimeObject_m949756923((PlayableHandle_t1095853803 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 11)); V_0 = (RuntimeObject *)L_1; goto IL_0012; } IL_0012: { RuntimeObject * L_2 = V_0; return L_2; } } extern "C" RuntimeObject * ScriptPlayable_1_GetBehaviour_m3817690859_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ScriptPlayable_1_t818619019 * _thisAdjusted = reinterpret_cast(__this + 1); return ScriptPlayable_1_GetBehaviour_m3817690859(_thisAdjusted, method); } // UnityEngine.Playables.Playable UnityEngine.Playables.ScriptPlayable`1::op_Implicit(UnityEngine.Playables.ScriptPlayable`1) extern "C" IL2CPP_METHOD_ATTR Playable_t459825607 ScriptPlayable_1_op_Implicit_m2421719176_gshared (RuntimeObject * __this /* static, unused */, ScriptPlayable_1_t818619019 ___playable0, const RuntimeMethod* method) { Playable_t459825607 V_0; memset(&V_0, 0, sizeof(V_0)); { PlayableHandle_t1095853803 L_0 = ScriptPlayable_1_GetHandle_m4044520055((ScriptPlayable_1_t818619019 *)(&___playable0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 12)); Playable_t459825607 L_1; memset(&L_1, 0, sizeof(L_1)); Playable__ctor_m3175303195((&L_1), (PlayableHandle_t1095853803 )L_0, /*hidden argument*/NULL); V_0 = (Playable_t459825607 )L_1; goto IL_0013; } IL_0013: { Playable_t459825607 L_2 = V_0; return L_2; } } // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::op_Explicit(UnityEngine.Playables.Playable) extern "C" IL2CPP_METHOD_ATTR ScriptPlayable_1_t818619019 ScriptPlayable_1_op_Explicit_m2226842945_gshared (RuntimeObject * __this /* static, unused */, Playable_t459825607 ___playable0, const RuntimeMethod* method) { ScriptPlayable_1_t818619019 V_0; memset(&V_0, 0, sizeof(V_0)); { PlayableHandle_t1095853803 L_0 = Playable_GetHandle_m98909670((Playable_t459825607 *)(&___playable0), /*hidden argument*/NULL); ScriptPlayable_1_t818619019 L_1; memset(&L_1, 0, sizeof(L_1)); ScriptPlayable_1__ctor_m224242934((&L_1), (PlayableHandle_t1095853803 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (ScriptPlayable_1_t818619019 )L_1; goto IL_0013; } IL_0013: { ScriptPlayable_1_t818619019 L_2 = V_0; return L_2; } } // System.Boolean UnityEngine.Playables.ScriptPlayable`1::Equals(UnityEngine.Playables.ScriptPlayable`1) extern "C" IL2CPP_METHOD_ATTR bool ScriptPlayable_1_Equals_m3658320404_gshared (ScriptPlayable_1_t818619019 * __this, ScriptPlayable_1_t818619019 ___other0, const RuntimeMethod* method) { bool V_0 = false; { PlayableHandle_t1095853803 L_0 = ScriptPlayable_1_GetHandle_m4044520055((ScriptPlayable_1_t818619019 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 12)); PlayableHandle_t1095853803 L_1 = ScriptPlayable_1_GetHandle_m4044520055((ScriptPlayable_1_t818619019 *)(&___other0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 12)); bool L_2 = PlayableHandle_op_Equality_m3344837515(NULL /*static, unused*/, (PlayableHandle_t1095853803 )L_0, (PlayableHandle_t1095853803 )L_1, /*hidden argument*/NULL); V_0 = (bool)L_2; goto IL_0019; } IL_0019: { bool L_3 = V_0; return L_3; } } extern "C" bool ScriptPlayable_1_Equals_m3658320404_AdjustorThunk (RuntimeObject * __this, ScriptPlayable_1_t818619019 ___other0, const RuntimeMethod* method) { ScriptPlayable_1_t818619019 * _thisAdjusted = reinterpret_cast(__this + 1); return ScriptPlayable_1_Equals_m3658320404(_thisAdjusted, ___other0, method); } // System.Void UnityEngine.Playables.ScriptPlayable`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScriptPlayable_1__cctor_m603954186_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { PlayableHandle_t1095853803 L_0 = PlayableHandle_get_Null_m218234861(NULL /*static, unused*/, /*hidden argument*/NULL); ScriptPlayable_1_t818619019 L_1; memset(&L_1, 0, sizeof(L_1)); ScriptPlayable_1__ctor_m224242934((&L_1), (PlayableHandle_t1095853803 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); ((ScriptPlayable_1_t818619019_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_m_NullPlayable_1(L_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 UnityEngine.UI.Collections.IndexedSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1__ctor_m2250384602_gshared (IndexedSet_1_t234526808 * __this, const RuntimeMethod* method) { { 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_List_0(L_0); Dictionary_2_t3384741 * L_1 = (Dictionary_2_t3384741 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); (( void (*) (Dictionary_2_t3384741 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); __this->set_m_Dictionary_1(L_1); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_Add_m459949375_gshared (IndexedSet_1_t234526808 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); RuntimeObject * L_1 = ___item0; NullCheck((List_1_t257213610 *)L_0); (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); Dictionary_2_t3384741 * L_2 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_3 = ___item0; List_1_t257213610 * L_4 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_4); int32_t L_5 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((Dictionary_2_t3384741 *)L_2); (( void (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((Dictionary_2_t3384741 *)L_2, (RuntimeObject *)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return; } } // System.Boolean UnityEngine.UI.Collections.IndexedSet`1::AddUnique(T) extern "C" IL2CPP_METHOD_ATTR bool IndexedSet_1_AddUnique_m861843892_gshared (IndexedSet_1_t234526808 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { bool V_0 = false; { Dictionary_2_t3384741 * L_0 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_1 = ___item0; NullCheck((Dictionary_2_t3384741 *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((Dictionary_2_t3384741 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); if (!L_2) { goto IL_0019; } } { V_0 = (bool)0; goto IL_0045; } IL_0019: { List_1_t257213610 * L_3 = (List_1_t257213610 *)__this->get_m_List_0(); RuntimeObject * L_4 = ___item0; NullCheck((List_1_t257213610 *)L_3); (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); Dictionary_2_t3384741 * L_5 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_6 = ___item0; List_1_t257213610 * L_7 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_7); int32_t L_8 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((Dictionary_2_t3384741 *)L_5); (( void (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((Dictionary_2_t3384741 *)L_5, (RuntimeObject *)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_0 = (bool)1; goto IL_0045; } IL_0045: { bool L_9 = V_0; return L_9; } } // System.Boolean UnityEngine.UI.Collections.IndexedSet`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool IndexedSet_1_Remove_m4118314453_gshared (IndexedSet_1_t234526808 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { V_0 = (int32_t)(-1); Dictionary_2_t3384741 * L_0 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_1 = ___item0; NullCheck((Dictionary_2_t3384741 *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((Dictionary_2_t3384741 *)L_0, (RuntimeObject *)L_1, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); if (L_2) { goto IL_001d; } } { V_1 = (bool)0; goto IL_002b; } IL_001d: { int32_t L_3 = V_0; NullCheck((IndexedSet_1_t234526808 *)__this); (( void (*) (IndexedSet_1_t234526808 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((IndexedSet_1_t234526808 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); V_1 = (bool)1; goto IL_002b; } IL_002b: { bool L_4 = V_1; return L_4; } } // System.Collections.Generic.IEnumerator`1 UnityEngine.UI.Collections.IndexedSet`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IndexedSet_1_GetEnumerator_m3750514392_gshared (IndexedSet_1_t234526808 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IndexedSet_1_GetEnumerator_m3750514392_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,IndexedSet_1_GetEnumerator_m3750514392_RuntimeMethod_var); } } // System.Collections.IEnumerator UnityEngine.UI.Collections.IndexedSet`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IndexedSet_1_System_Collections_IEnumerable_GetEnumerator_m190983904_gshared (IndexedSet_1_t234526808 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((IndexedSet_1_t234526808 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (IndexedSet_1_t234526808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((IndexedSet_1_t234526808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); V_0 = (RuntimeObject*)L_0; goto IL_000d; } IL_000d: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::Clear() extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_Clear_m4036265083_gshared (IndexedSet_1_t234526808 * __this, const RuntimeMethod* method) { { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_0); (( void (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((List_1_t257213610 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); Dictionary_2_t3384741 * L_1 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); NullCheck((Dictionary_2_t3384741 *)L_1); (( void (*) (Dictionary_2_t3384741 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((Dictionary_2_t3384741 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); return; } } // System.Boolean UnityEngine.UI.Collections.IndexedSet`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool IndexedSet_1_Contains_m1525966688_gshared (IndexedSet_1_t234526808 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { bool V_0 = false; { Dictionary_2_t3384741 * L_0 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_1 = ___item0; NullCheck((Dictionary_2_t3384741 *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((Dictionary_2_t3384741 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_0 = (bool)L_2; goto IL_0013; } IL_0013: { bool L_3 = V_0; return L_3; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_CopyTo_m4232548259_gshared (IndexedSet_1_t234526808 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); ObjectU5BU5D_t2843939325* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; NullCheck((List_1_t257213610 *)L_0); (( void (*) (List_1_t257213610 *, ObjectU5BU5D_t2843939325*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)((List_1_t257213610 *)L_0, (ObjectU5BU5D_t2843939325*)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return; } } // System.Int32 UnityEngine.UI.Collections.IndexedSet`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t IndexedSet_1_get_Count_m2591381675_gshared (IndexedSet_1_t234526808 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_0); int32_t L_1 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (int32_t)L_1; goto IL_0012; } IL_0012: { int32_t L_2 = V_0; return L_2; } } // System.Boolean UnityEngine.UI.Collections.IndexedSet`1::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool IndexedSet_1_get_IsReadOnly_m1939064765_gshared (IndexedSet_1_t234526808 * __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0008; } IL_0008: { bool L_0 = V_0; return L_0; } } // System.Int32 UnityEngine.UI.Collections.IndexedSet`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t IndexedSet_1_IndexOf_m241693686_gshared (IndexedSet_1_t234526808 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = (int32_t)(-1); Dictionary_2_t3384741 * L_0 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_1 = ___item0; NullCheck((Dictionary_2_t3384741 *)L_0); (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((Dictionary_2_t3384741 *)L_0, (RuntimeObject *)L_1, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); int32_t L_2 = V_0; V_1 = (int32_t)L_2; goto IL_0019; } IL_0019: { int32_t L_3 = V_1; return L_3; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_Insert_m1432638049_gshared (IndexedSet_1_t234526808 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IndexedSet_1_Insert_m1432638049_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*)_stringLiteral3926843441, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,IndexedSet_1_Insert_m1432638049_RuntimeMethod_var); } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_RemoveAt_m3002732320_gshared (IndexedSet_1_t234526808 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_1 = ___index0; NullCheck((List_1_t257213610 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t257213610 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_0 = (RuntimeObject *)L_2; Dictionary_2_t3384741 * L_3 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_4 = V_0; NullCheck((Dictionary_2_t3384741 *)L_3); (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Dictionary_2_t3384741 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = ___index0; List_1_t257213610 * L_6 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_6); int32_t L_7 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)))))) { goto IL_003f; } } { List_1_t257213610 * L_8 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_9 = ___index0; NullCheck((List_1_t257213610 *)L_8); (( void (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((List_1_t257213610 *)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); goto IL_0082; } IL_003f: { List_1_t257213610 * L_10 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_10); int32_t L_11 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); List_1_t257213610 * L_12 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_13 = V_1; NullCheck((List_1_t257213610 *)L_12); RuntimeObject * L_14 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t257213610 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_2 = (RuntimeObject *)L_14; List_1_t257213610 * L_15 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_16 = ___index0; RuntimeObject * L_17 = V_2; NullCheck((List_1_t257213610 *)L_15); (( void (*) (List_1_t257213610 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((List_1_t257213610 *)L_15, (int32_t)L_16, (RuntimeObject *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Dictionary_2_t3384741 * L_18 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_19 = V_2; int32_t L_20 = ___index0; NullCheck((Dictionary_2_t3384741 *)L_18); (( void (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((Dictionary_2_t3384741 *)L_18, (RuntimeObject *)L_19, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); List_1_t257213610 * L_21 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_22 = V_1; NullCheck((List_1_t257213610 *)L_21); (( void (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((List_1_t257213610 *)L_21, (int32_t)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); } IL_0082: { return; } } // T UnityEngine.UI.Collections.IndexedSet`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * IndexedSet_1_get_Item_m3913508799_gshared (IndexedSet_1_t234526808 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_1 = ___index0; NullCheck((List_1_t257213610 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t257213610 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_0 = (RuntimeObject *)L_2; goto IL_0013; } IL_0013: { RuntimeObject * L_3 = V_0; return L_3; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_set_Item_m4214546195_gshared (IndexedSet_1_t234526808 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_1 = ___index0; NullCheck((List_1_t257213610 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t257213610 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_0 = (RuntimeObject *)L_2; Dictionary_2_t3384741 * L_3 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_4 = V_0; NullCheck((Dictionary_2_t3384741 *)L_3); (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Dictionary_2_t3384741 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); List_1_t257213610 * L_5 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_6 = ___index0; RuntimeObject * L_7 = ___value1; NullCheck((List_1_t257213610 *)L_5); (( void (*) (List_1_t257213610 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((List_1_t257213610 *)L_5, (int32_t)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Dictionary_2_t3384741 * L_8 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_9 = V_0; int32_t L_10 = ___index0; NullCheck((Dictionary_2_t3384741 *)L_8); (( void (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((Dictionary_2_t3384741 *)L_8, (RuntimeObject *)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_RemoveAll_m3453409986_gshared (IndexedSet_1_t234526808 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { V_0 = (int32_t)0; goto IL_0034; } IL_0008: { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_1 = V_0; NullCheck((List_1_t257213610 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t257213610 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_1 = (RuntimeObject *)L_2; Predicate_1_t3905400288 * L_3 = ___match0; RuntimeObject * L_4 = V_1; NullCheck((Predicate_1_t3905400288 *)L_3); bool L_5 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((Predicate_1_t3905400288 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); if (!L_5) { goto IL_002f; } } { RuntimeObject * L_6 = V_1; NullCheck((IndexedSet_1_t234526808 *)__this); (( bool (*) (IndexedSet_1_t234526808 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 20)->methodPointer)((IndexedSet_1_t234526808 *)__this, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 20)); goto IL_0033; } IL_002f: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0033: { } IL_0034: { int32_t L_8 = V_0; List_1_t257213610 * L_9 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_9); int32_t L_10 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0008; } } { return; } } // System.Void UnityEngine.UI.Collections.IndexedSet`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void IndexedSet_1_Sort_m2612539420_gshared (IndexedSet_1_t234526808 * __this, Comparison_1_t2855037343 * ___sortLayoutFunction0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { List_1_t257213610 * L_0 = (List_1_t257213610 *)__this->get_m_List_0(); Comparison_1_t2855037343 * L_1 = ___sortLayoutFunction0; NullCheck((List_1_t257213610 *)L_0); (( void (*) (List_1_t257213610 *, Comparison_1_t2855037343 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)((List_1_t257213610 *)L_0, (Comparison_1_t2855037343 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (int32_t)0; goto IL_0034; } IL_0014: { List_1_t257213610 * L_2 = (List_1_t257213610 *)__this->get_m_List_0(); int32_t L_3 = V_0; NullCheck((List_1_t257213610 *)L_2); RuntimeObject * L_4 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((List_1_t257213610 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); V_1 = (RuntimeObject *)L_4; Dictionary_2_t3384741 * L_5 = (Dictionary_2_t3384741 *)__this->get_m_Dictionary_1(); RuntimeObject * L_6 = V_1; int32_t L_7 = V_0; NullCheck((Dictionary_2_t3384741 *)L_5); (( void (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((Dictionary_2_t3384741 *)L_5, (RuntimeObject *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0034: { int32_t L_9 = V_0; List_1_t257213610 * L_10 = (List_1_t257213610 *)__this->get_m_List_0(); NullCheck((List_1_t257213610 *)L_10); int32_t L_11 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0014; } } { 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 UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator0__ctor_m3001242744_gshared (U3CStartU3Ec__Iterator0_t3860393442 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CStartU3Ec__Iterator0_MoveNext_m524356752_gshared (U3CStartU3Ec__Iterator0_t3860393442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CStartU3Ec__Iterator0_MoveNext_m524356752_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; float G_B7_0 = 0.0f; U3CStartU3Ec__Iterator0_t3860393442 * G_B7_1 = NULL; float G_B6_0 = 0.0f; U3CStartU3Ec__Iterator0_t3860393442 * G_B6_1 = NULL; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; U3CStartU3Ec__Iterator0_t3860393442 * G_B8_2 = NULL; { int32_t L_0 = (int32_t)__this->get_U24PC_5(); V_0 = (uint32_t)L_0; __this->set_U24PC_5((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_00d5; } } } { goto IL_010f; } IL_0021: { ColorTween_t809614380 * L_2 = (ColorTween_t809614380 *)__this->get_address_of_tweenInfo_0(); bool L_3 = ColorTween_ValidTarget_m376919233((ColorTween_t809614380 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_003d; } } { goto IL_010f; } IL_003d: { __this->set_U3CelapsedTimeU3E__0_1((0.0f)); goto IL_00d6; } IL_004d: { float L_4 = (float)__this->get_U3CelapsedTimeU3E__0_1(); ColorTween_t809614380 * L_5 = (ColorTween_t809614380 *)__this->get_address_of_tweenInfo_0(); bool L_6 = ColorTween_get_ignoreTimeScale_m1133957174((ColorTween_t809614380 *)L_5, /*hidden argument*/NULL); G_B6_0 = L_4; G_B6_1 = ((U3CStartU3Ec__Iterator0_t3860393442 *)(__this)); if (!L_6) { G_B7_0 = L_4; G_B7_1 = ((U3CStartU3Ec__Iterator0_t3860393442 *)(__this)); goto IL_0075; } } { float L_7 = Time_get_unscaledDeltaTime_m4270080131(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_7; G_B8_1 = G_B6_0; G_B8_2 = ((U3CStartU3Ec__Iterator0_t3860393442 *)(G_B6_1)); goto IL_007a; } IL_0075: { float L_8 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_8; G_B8_1 = G_B7_0; G_B8_2 = ((U3CStartU3Ec__Iterator0_t3860393442 *)(G_B7_1)); } IL_007a: { NullCheck(G_B8_2); G_B8_2->set_U3CelapsedTimeU3E__0_1(((float)il2cpp_codegen_add((float)G_B8_1, (float)G_B8_0))); float L_9 = (float)__this->get_U3CelapsedTimeU3E__0_1(); ColorTween_t809614380 * L_10 = (ColorTween_t809614380 *)__this->get_address_of_tweenInfo_0(); float L_11 = ColorTween_get_duration_m3264097060((ColorTween_t809614380 *)L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_12 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, (float)((float)((float)L_9/(float)L_11)), /*hidden argument*/NULL); __this->set_U3CpercentageU3E__1_2(L_12); ColorTween_t809614380 * L_13 = (ColorTween_t809614380 *)__this->get_address_of_tweenInfo_0(); float L_14 = (float)__this->get_U3CpercentageU3E__1_2(); ColorTween_TweenValue_m3895102629((ColorTween_t809614380 *)L_13, (float)L_14, /*hidden argument*/NULL); __this->set_U24current_3(NULL); bool L_15 = (bool)__this->get_U24disposing_4(); if (L_15) { goto IL_00d0; } } { __this->set_U24PC_5(1); } IL_00d0: { goto IL_0111; } IL_00d5: { } IL_00d6: { float L_16 = (float)__this->get_U3CelapsedTimeU3E__0_1(); ColorTween_t809614380 * L_17 = (ColorTween_t809614380 *)__this->get_address_of_tweenInfo_0(); float L_18 = ColorTween_get_duration_m3264097060((ColorTween_t809614380 *)L_17, /*hidden argument*/NULL); if ((((float)L_16) < ((float)L_18))) { goto IL_004d; } } { ColorTween_t809614380 * L_19 = (ColorTween_t809614380 *)__this->get_address_of_tweenInfo_0(); ColorTween_TweenValue_m3895102629((ColorTween_t809614380 *)L_19, (float)(1.0f), /*hidden argument*/NULL); __this->set_U24PC_5((-1)); } IL_010f: { return (bool)0; } IL_0111: { return (bool)1; } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m2852443338_gshared (U3CStartU3Ec__Iterator0_t3860393442 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_3(); V_0 = (RuntimeObject *)L_0; goto IL_000c; } IL_000c: { RuntimeObject * L_1 = V_0; return L_1; } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3282639877_gshared (U3CStartU3Ec__Iterator0_t3860393442 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_3(); V_0 = (RuntimeObject *)L_0; goto IL_000c; } IL_000c: { RuntimeObject * L_1 = V_0; return L_1; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator0_Dispose_m261027331_gshared (U3CStartU3Ec__Iterator0_t3860393442 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_4((bool)1); __this->set_U24PC_5((-1)); return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator0_Reset_m3175110837_gshared (U3CStartU3Ec__Iterator0_t3860393442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CStartU3Ec__Iterator0_Reset_m3175110837_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,U3CStartU3Ec__Iterator0_Reset_m3175110837_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 UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator0__ctor_m2366347741_gshared (U3CStartU3Ec__Iterator0_t30141770 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CStartU3Ec__Iterator0_MoveNext_m4270440387_gshared (U3CStartU3Ec__Iterator0_t30141770 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CStartU3Ec__Iterator0_MoveNext_m4270440387_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; float G_B7_0 = 0.0f; U3CStartU3Ec__Iterator0_t30141770 * G_B7_1 = NULL; float G_B6_0 = 0.0f; U3CStartU3Ec__Iterator0_t30141770 * G_B6_1 = NULL; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; U3CStartU3Ec__Iterator0_t30141770 * G_B8_2 = NULL; { int32_t L_0 = (int32_t)__this->get_U24PC_5(); V_0 = (uint32_t)L_0; __this->set_U24PC_5((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_00d5; } } } { goto IL_010f; } IL_0021: { FloatTween_t1274330004 * L_2 = (FloatTween_t1274330004 *)__this->get_address_of_tweenInfo_0(); bool L_3 = FloatTween_ValidTarget_m885246038((FloatTween_t1274330004 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_003d; } } { goto IL_010f; } IL_003d: { __this->set_U3CelapsedTimeU3E__0_1((0.0f)); goto IL_00d6; } IL_004d: { float L_4 = (float)__this->get_U3CelapsedTimeU3E__0_1(); FloatTween_t1274330004 * L_5 = (FloatTween_t1274330004 *)__this->get_address_of_tweenInfo_0(); bool L_6 = FloatTween_get_ignoreTimeScale_m322812475((FloatTween_t1274330004 *)L_5, /*hidden argument*/NULL); G_B6_0 = L_4; G_B6_1 = ((U3CStartU3Ec__Iterator0_t30141770 *)(__this)); if (!L_6) { G_B7_0 = L_4; G_B7_1 = ((U3CStartU3Ec__Iterator0_t30141770 *)(__this)); goto IL_0075; } } { float L_7 = Time_get_unscaledDeltaTime_m4270080131(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_7; G_B8_1 = G_B6_0; G_B8_2 = ((U3CStartU3Ec__Iterator0_t30141770 *)(G_B6_1)); goto IL_007a; } IL_0075: { float L_8 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_8; G_B8_1 = G_B7_0; G_B8_2 = ((U3CStartU3Ec__Iterator0_t30141770 *)(G_B7_1)); } IL_007a: { NullCheck(G_B8_2); G_B8_2->set_U3CelapsedTimeU3E__0_1(((float)il2cpp_codegen_add((float)G_B8_1, (float)G_B8_0))); float L_9 = (float)__this->get_U3CelapsedTimeU3E__0_1(); FloatTween_t1274330004 * L_10 = (FloatTween_t1274330004 *)__this->get_address_of_tweenInfo_0(); float L_11 = FloatTween_get_duration_m1227071020((FloatTween_t1274330004 *)L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_12 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, (float)((float)((float)L_9/(float)L_11)), /*hidden argument*/NULL); __this->set_U3CpercentageU3E__1_2(L_12); FloatTween_t1274330004 * L_13 = (FloatTween_t1274330004 *)__this->get_address_of_tweenInfo_0(); float L_14 = (float)__this->get_U3CpercentageU3E__1_2(); FloatTween_TweenValue_m52237061((FloatTween_t1274330004 *)L_13, (float)L_14, /*hidden argument*/NULL); __this->set_U24current_3(NULL); bool L_15 = (bool)__this->get_U24disposing_4(); if (L_15) { goto IL_00d0; } } { __this->set_U24PC_5(1); } IL_00d0: { goto IL_0111; } IL_00d5: { } IL_00d6: { float L_16 = (float)__this->get_U3CelapsedTimeU3E__0_1(); FloatTween_t1274330004 * L_17 = (FloatTween_t1274330004 *)__this->get_address_of_tweenInfo_0(); float L_18 = FloatTween_get_duration_m1227071020((FloatTween_t1274330004 *)L_17, /*hidden argument*/NULL); if ((((float)L_16) < ((float)L_18))) { goto IL_004d; } } { FloatTween_t1274330004 * L_19 = (FloatTween_t1274330004 *)__this->get_address_of_tweenInfo_0(); FloatTween_TweenValue_m52237061((FloatTween_t1274330004 *)L_19, (float)(1.0f), /*hidden argument*/NULL); __this->set_U24PC_5((-1)); } IL_010f: { return (bool)0; } IL_0111: { return (bool)1; } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3156493053_gshared (U3CStartU3Ec__Iterator0_t30141770 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_3(); V_0 = (RuntimeObject *)L_0; goto IL_000c; } IL_000c: { RuntimeObject * L_1 = V_0; return L_1; } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1677159983_gshared (U3CStartU3Ec__Iterator0_t30141770 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_3(); V_0 = (RuntimeObject *)L_0; goto IL_000c; } IL_000c: { RuntimeObject * L_1 = V_0; return L_1; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator0_Dispose_m3800412744_gshared (U3CStartU3Ec__Iterator0_t30141770 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_4((bool)1); __this->set_U24PC_5((-1)); return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator0_Reset_m656428886_gshared (U3CStartU3Ec__Iterator0_t30141770 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CStartU3Ec__Iterator0_Reset_m656428886_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,U3CStartU3Ec__Iterator0_Reset_m656428886_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 UnityEngine.UI.CoroutineTween.TweenRunner`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1__ctor_m340723704_gshared (TweenRunner_1_t3055525458 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::Start(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TweenRunner_1_Start_m817364799_gshared (RuntimeObject * __this /* static, unused */, ColorTween_t809614380 ___tweenInfo0, const RuntimeMethod* method) { U3CStartU3Ec__Iterator0_t3860393442 * V_0 = NULL; RuntimeObject* V_1 = NULL; { U3CStartU3Ec__Iterator0_t3860393442 * L_0 = (U3CStartU3Ec__Iterator0_t3860393442 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CStartU3Ec__Iterator0_t3860393442 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); V_0 = (U3CStartU3Ec__Iterator0_t3860393442 *)L_0; U3CStartU3Ec__Iterator0_t3860393442 * L_1 = V_0; ColorTween_t809614380 L_2 = ___tweenInfo0; NullCheck(L_1); L_1->set_tweenInfo_0(L_2); U3CStartU3Ec__Iterator0_t3860393442 * L_3 = V_0; V_1 = (RuntimeObject*)L_3; goto IL_0014; } IL_0014: { RuntimeObject* L_4 = V_1; return L_4; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1::Init(UnityEngine.MonoBehaviour) extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1_Init_m3026112660_gshared (TweenRunner_1_t3055525458 * __this, MonoBehaviour_t3962482529 * ___coroutineContainer0, const RuntimeMethod* method) { { MonoBehaviour_t3962482529 * L_0 = ___coroutineContainer0; __this->set_m_CoroutineContainer_0(L_0); return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1::StartTween(T) extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1_StartTween_m2247690200_gshared (TweenRunner_1_t3055525458 * __this, ColorTween_t809614380 ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenRunner_1_StartTween_m2247690200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBehaviour_t3962482529 * L_0 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral1132744560, /*hidden argument*/NULL); goto IL_0073; } IL_0022: { NullCheck((TweenRunner_1_t3055525458 *)__this); (( void (*) (TweenRunner_1_t3055525458 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((TweenRunner_1_t3055525458 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); MonoBehaviour_t3962482529 * L_2 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); NullCheck((Component_t1923634451 *)L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142((Component_t1923634451 *)L_2, /*hidden argument*/NULL); NullCheck((GameObject_t1113636619 *)L_3); bool L_4 = GameObject_get_activeInHierarchy_m2006396688((GameObject_t1113636619 *)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0055; } } { ColorTween_TweenValue_m3895102629((ColorTween_t809614380 *)(&___info0), (float)(1.0f), /*hidden argument*/NULL); goto IL_0073; } IL_0055: { ColorTween_t809614380 L_5 = ___info0; RuntimeObject* L_6 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, ColorTween_t809614380 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (ColorTween_t809614380 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); __this->set_m_Tween_1(L_6); MonoBehaviour_t3962482529 * L_7 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); RuntimeObject* L_8 = (RuntimeObject*)__this->get_m_Tween_1(); NullCheck((MonoBehaviour_t3962482529 *)L_7); MonoBehaviour_StartCoroutine_m3411253000((MonoBehaviour_t3962482529 *)L_7, (RuntimeObject*)L_8, /*hidden argument*/NULL); } IL_0073: { return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1::StopTween() extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1_StopTween_m1830357468_gshared (TweenRunner_1_t3055525458 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_m_Tween_1(); if (!L_0) { goto IL_0026; } } { MonoBehaviour_t3962482529 * L_1 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); RuntimeObject* L_2 = (RuntimeObject*)__this->get_m_Tween_1(); NullCheck((MonoBehaviour_t3962482529 *)L_1); MonoBehaviour_StopCoroutine_m615723318((MonoBehaviour_t3962482529 *)L_1, (RuntimeObject*)L_2, /*hidden argument*/NULL); __this->set_m_Tween_1((RuntimeObject*)NULL); } IL_0026: { 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 UnityEngine.UI.CoroutineTween.TweenRunner`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1__ctor_m3053831591_gshared (TweenRunner_1_t3520241082 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::Start(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TweenRunner_1_Start_m3757154622_gshared (RuntimeObject * __this /* static, unused */, FloatTween_t1274330004 ___tweenInfo0, const RuntimeMethod* method) { U3CStartU3Ec__Iterator0_t30141770 * V_0 = NULL; RuntimeObject* V_1 = NULL; { U3CStartU3Ec__Iterator0_t30141770 * L_0 = (U3CStartU3Ec__Iterator0_t30141770 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CStartU3Ec__Iterator0_t30141770 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); V_0 = (U3CStartU3Ec__Iterator0_t30141770 *)L_0; U3CStartU3Ec__Iterator0_t30141770 * L_1 = V_0; FloatTween_t1274330004 L_2 = ___tweenInfo0; NullCheck(L_1); L_1->set_tweenInfo_0(L_2); U3CStartU3Ec__Iterator0_t30141770 * L_3 = V_0; V_1 = (RuntimeObject*)L_3; goto IL_0014; } IL_0014: { RuntimeObject* L_4 = V_1; return L_4; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1::Init(UnityEngine.MonoBehaviour) extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1_Init_m1266084429_gshared (TweenRunner_1_t3520241082 * __this, MonoBehaviour_t3962482529 * ___coroutineContainer0, const RuntimeMethod* method) { { MonoBehaviour_t3962482529 * L_0 = ___coroutineContainer0; __this->set_m_CoroutineContainer_0(L_0); return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1::StartTween(T) extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1_StartTween_m1055628540_gshared (TweenRunner_1_t3520241082 * __this, FloatTween_t1274330004 ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenRunner_1_StartTween_m1055628540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBehaviour_t3962482529 * L_0 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral1132744560, /*hidden argument*/NULL); goto IL_0073; } IL_0022: { NullCheck((TweenRunner_1_t3520241082 *)__this); (( void (*) (TweenRunner_1_t3520241082 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((TweenRunner_1_t3520241082 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); MonoBehaviour_t3962482529 * L_2 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); NullCheck((Component_t1923634451 *)L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142((Component_t1923634451 *)L_2, /*hidden argument*/NULL); NullCheck((GameObject_t1113636619 *)L_3); bool L_4 = GameObject_get_activeInHierarchy_m2006396688((GameObject_t1113636619 *)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0055; } } { FloatTween_TweenValue_m52237061((FloatTween_t1274330004 *)(&___info0), (float)(1.0f), /*hidden argument*/NULL); goto IL_0073; } IL_0055: { FloatTween_t1274330004 L_5 = ___info0; RuntimeObject* L_6 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, FloatTween_t1274330004 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (FloatTween_t1274330004 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); __this->set_m_Tween_1(L_6); MonoBehaviour_t3962482529 * L_7 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); RuntimeObject* L_8 = (RuntimeObject*)__this->get_m_Tween_1(); NullCheck((MonoBehaviour_t3962482529 *)L_7); MonoBehaviour_StartCoroutine_m3411253000((MonoBehaviour_t3962482529 *)L_7, (RuntimeObject*)L_8, /*hidden argument*/NULL); } IL_0073: { return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1::StopTween() extern "C" IL2CPP_METHOD_ATTR void TweenRunner_1_StopTween_m3457627707_gshared (TweenRunner_1_t3520241082 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_m_Tween_1(); if (!L_0) { goto IL_0026; } } { MonoBehaviour_t3962482529 * L_1 = (MonoBehaviour_t3962482529 *)__this->get_m_CoroutineContainer_0(); RuntimeObject* L_2 = (RuntimeObject*)__this->get_m_Tween_1(); NullCheck((MonoBehaviour_t3962482529 *)L_1); MonoBehaviour_StopCoroutine_m615723318((MonoBehaviour_t3962482529 *)L_1, (RuntimeObject*)L_2, /*hidden argument*/NULL); __this->set_m_Tween_1((RuntimeObject*)NULL); } IL_0026: { 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m1094012931_gshared (RuntimeObject * __this /* static, unused */, List_1_t128053199 * ___l0, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = ___l0; NullCheck((List_1_t128053199 *)L_0); (( void (*) (List_1_t128053199 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t128053199 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * ListPool_1_Get_m2031605680_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t128053199 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t4122643707 * L_0 = ((ListPool_1_t3980534944_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t4122643707 *)L_0); List_1_t128053199 * L_1 = (( List_1_t128053199 * (*) (ObjectPool_1_t4122643707 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t4122643707 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t128053199 *)L_1; goto IL_0011; } IL_0011: { List_1_t128053199 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m188599205_gshared (RuntimeObject * __this /* static, unused */, List_1_t128053199 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t4122643707 * L_0 = ((ListPool_1_t3980534944_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t128053199 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t4122643707 *)L_0); (( void (*) (ObjectPool_1_t4122643707 *, List_1_t128053199 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t4122643707 *)L_0, (List_1_t128053199 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m647010813_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t712889340 * L_0 = ((ListPool_1_t3980534944_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t712889340 * L_2 = (UnityAction_1_t712889340 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t712889340 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t3980534944_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t712889340 * L_3 = ((ListPool_1_t3980534944_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t4122643707 * L_4 = (ObjectPool_1_t4122643707 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t4122643707 *, UnityAction_1_t712889340 *, UnityAction_1_t712889340 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t712889340 *)G_B2_0, (UnityAction_1_t712889340 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t3980534944_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m2266431612_gshared (RuntimeObject * __this /* static, unused */, List_1_t257213610 * ___l0, const RuntimeMethod* method) { { List_1_t257213610 * L_0 = ___l0; NullCheck((List_1_t257213610 *)L_0); (( void (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t257213610 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t257213610 * ListPool_1_Get_m1670010485_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t257213610 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t4251804118 * L_0 = ((ListPool_1_t4109695355_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t4251804118 *)L_0); List_1_t257213610 * L_1 = (( List_1_t257213610 * (*) (ObjectPool_1_t4251804118 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t4251804118 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t257213610 *)L_1; goto IL_0011; } IL_0011: { List_1_t257213610 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m957266927_gshared (RuntimeObject * __this /* static, unused */, List_1_t257213610 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t4251804118 * L_0 = ((ListPool_1_t4109695355_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t257213610 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t4251804118 *)L_0); (( void (*) (ObjectPool_1_t4251804118 *, List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t4251804118 *)L_0, (List_1_t257213610 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m1477269088_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t842049751 * L_0 = ((ListPool_1_t4109695355_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t842049751 * L_2 = (UnityAction_1_t842049751 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t842049751 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t4109695355_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t842049751 * L_3 = ((ListPool_1_t4109695355_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t4251804118 * L_4 = (ObjectPool_1_t4251804118 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t4251804118 *, UnityAction_1_t842049751 *, UnityAction_1_t842049751 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t842049751 *)G_B2_0, (UnityAction_1_t842049751 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t4109695355_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m2605375579_gshared (RuntimeObject * __this /* static, unused */, List_1_t4072576034 * ___l0, const RuntimeMethod* method) { { List_1_t4072576034 * L_0 = ___l0; NullCheck((List_1_t4072576034 *)L_0); (( void (*) (List_1_t4072576034 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t4072576034 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t4072576034 * ListPool_1_Get_m2875520964_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t4072576034 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t3772199246 * L_0 = ((ListPool_1_t3630090483_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t3772199246 *)L_0); List_1_t4072576034 * L_1 = (( List_1_t4072576034 * (*) (ObjectPool_1_t3772199246 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t3772199246 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t4072576034 *)L_1; goto IL_0011; } IL_0011: { List_1_t4072576034 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m2857821093_gshared (RuntimeObject * __this /* static, unused */, List_1_t4072576034 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t3772199246 * L_0 = ((ListPool_1_t3630090483_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t4072576034 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t3772199246 *)L_0); (( void (*) (ObjectPool_1_t3772199246 *, List_1_t4072576034 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t3772199246 *)L_0, (List_1_t4072576034 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m1390066271_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t362444879 * L_0 = ((ListPool_1_t3630090483_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t362444879 * L_2 = (UnityAction_1_t362444879 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t362444879 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t3630090483_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t362444879 * L_3 = ((ListPool_1_t3630090483_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t3772199246 * L_4 = (ObjectPool_1_t3772199246 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t3772199246 *, UnityAction_1_t362444879 *, UnityAction_1_t362444879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t362444879 *)G_B2_0, (UnityAction_1_t362444879 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t3630090483_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m3636388248_gshared (RuntimeObject * __this /* static, unused */, List_1_t1234605051 * ___l0, const RuntimeMethod* method) { { List_1_t1234605051 * L_0 = ___l0; NullCheck((List_1_t1234605051 *)L_0); (( void (*) (List_1_t1234605051 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t1234605051 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t1234605051 * ListPool_1_Get_m738675669_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t1234605051 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t934228263 * L_0 = ((ListPool_1_t792119500_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t934228263 *)L_0); List_1_t1234605051 * L_1 = (( List_1_t1234605051 * (*) (ObjectPool_1_t934228263 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t934228263 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t1234605051 *)L_1; goto IL_0011; } IL_0011: { List_1_t1234605051 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m1246825787_gshared (RuntimeObject * __this /* static, unused */, List_1_t1234605051 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t934228263 * L_0 = ((ListPool_1_t792119500_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t1234605051 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t934228263 *)L_0); (( void (*) (ObjectPool_1_t934228263 *, List_1_t1234605051 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t934228263 *)L_0, (List_1_t1234605051 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m995356616_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t1819441192 * L_0 = ((ListPool_1_t792119500_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t1819441192 * L_2 = (UnityAction_1_t1819441192 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t1819441192 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t792119500_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t1819441192 * L_3 = ((ListPool_1_t792119500_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t934228263 * L_4 = (ObjectPool_1_t934228263 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t934228263 *, UnityAction_1_t1819441192 *, UnityAction_1_t1819441192 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t1819441192 *)G_B2_0, (UnityAction_1_t1819441192 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t792119500_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m2531706949_gshared (RuntimeObject * __this /* static, unused */, List_1_t3628304265 * ___l0, const RuntimeMethod* method) { { List_1_t3628304265 * L_0 = ___l0; NullCheck((List_1_t3628304265 *)L_0); (( void (*) (List_1_t3628304265 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t3628304265 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t3628304265 * ListPool_1_Get_m3176650548_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t3628304265 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t3327927477 * L_0 = ((ListPool_1_t3185818714_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t3327927477 *)L_0); List_1_t3628304265 * L_1 = (( List_1_t3628304265 * (*) (ObjectPool_1_t3327927477 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t3327927477 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t3628304265 *)L_1; goto IL_0011; } IL_0011: { List_1_t3628304265 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m591299672_gshared (RuntimeObject * __this /* static, unused */, List_1_t3628304265 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t3327927477 * L_0 = ((ListPool_1_t3185818714_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t3628304265 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t3327927477 *)L_0); (( void (*) (ObjectPool_1_t3327927477 *, List_1_t3628304265 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t3327927477 *)L_0, (List_1_t3628304265 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m3480273184_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t4213140406 * L_0 = ((ListPool_1_t3185818714_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t4213140406 * L_2 = (UnityAction_1_t4213140406 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t4213140406 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t3185818714_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t4213140406 * L_3 = ((ListPool_1_t3185818714_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t3327927477 * L_4 = (ObjectPool_1_t3327927477 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t3327927477 *, UnityAction_1_t4213140406 *, UnityAction_1_t4213140406 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t4213140406 *)G_B2_0, (UnityAction_1_t4213140406 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t3185818714_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m2587502754_gshared (RuntimeObject * __this /* static, unused */, List_1_t899420910 * ___l0, const RuntimeMethod* method) { { List_1_t899420910 * L_0 = ___l0; NullCheck((List_1_t899420910 *)L_0); (( void (*) (List_1_t899420910 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t899420910 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t899420910 * ListPool_1_Get_m3176649063_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t899420910 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t599044122 * L_0 = ((ListPool_1_t456935359_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t599044122 *)L_0); List_1_t899420910 * L_1 = (( List_1_t899420910 * (*) (ObjectPool_1_t599044122 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t599044122 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t899420910 *)L_1; goto IL_0011; } IL_0011: { List_1_t899420910 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m4113115349_gshared (RuntimeObject * __this /* static, unused */, List_1_t899420910 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t599044122 * L_0 = ((ListPool_1_t456935359_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t899420910 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t599044122 *)L_0); (( void (*) (ObjectPool_1_t599044122 *, List_1_t899420910 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t599044122 *)L_0, (List_1_t899420910 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m4085211983_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t1484257051 * L_0 = ((ListPool_1_t456935359_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t1484257051 * L_2 = (UnityAction_1_t1484257051 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t1484257051 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t456935359_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t1484257051 * L_3 = ((ListPool_1_t456935359_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t599044122 * L_4 = (ObjectPool_1_t599044122 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t599044122 *, UnityAction_1_t1484257051 *, UnityAction_1_t1484257051 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t1484257051 *)G_B2_0, (UnityAction_1_t1484257051 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t456935359_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.ListPool`1::Clear(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Clear_m1838177011_gshared (RuntimeObject * __this /* static, unused */, List_1_t496136383 * ___l0, const RuntimeMethod* method) { { List_1_t496136383 * L_0 = ___l0; NullCheck((List_1_t496136383 *)L_0); (( void (*) (List_1_t496136383 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)->methodPointer)((List_1_t496136383 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return; } } // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() extern "C" IL2CPP_METHOD_ATTR List_1_t496136383 * ListPool_1_Get_m3176656818_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { List_1_t496136383 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t195759595 * L_0 = ((ListPool_1_t53650832_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); NullCheck((ObjectPool_1_t195759595 *)L_0); List_1_t496136383 * L_1 = (( List_1_t496136383 * (*) (ObjectPool_1_t195759595 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)((ObjectPool_1_t195759595 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); V_0 = (List_1_t496136383 *)L_1; goto IL_0011; } IL_0011: { List_1_t496136383 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ListPool_1_Release_m1363449253_gshared (RuntimeObject * __this /* static, unused */, List_1_t496136383 * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ObjectPool_1_t195759595 * L_0 = ((ListPool_1_t53650832_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_s_ListPool_0(); List_1_t496136383 * L_1 = ___toRelease0; NullCheck((ObjectPool_1_t195759595 *)L_0); (( void (*) (ObjectPool_1_t195759595 *, List_1_t496136383 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((ObjectPool_1_t195759595 *)L_0, (List_1_t496136383 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); return; } } // System.Void UnityEngine.UI.ListPool`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ListPool_1__cctor_m704263611_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { UnityAction_1_t1080972524 * L_0 = ((ListPool_1_t53650832_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); G_B1_0 = NULL; if (L_0) { G_B2_0 = NULL; goto IL_0019; } } { intptr_t L_1 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4); UnityAction_1_t1080972524 * L_2 = (UnityAction_1_t1080972524 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (UnityAction_1_t1080972524 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (RuntimeObject *)NULL, (intptr_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((ListPool_1_t53650832_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_U3CU3Ef__mgU24cache0_1(L_2); G_B2_0 = G_B1_0; } IL_0019: { UnityAction_1_t1080972524 * L_3 = ((ListPool_1_t53650832_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->get_U3CU3Ef__mgU24cache0_1(); ObjectPool_1_t195759595 * L_4 = (ObjectPool_1_t195759595 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 7)); (( void (*) (ObjectPool_1_t195759595 *, UnityAction_1_t1080972524 *, UnityAction_1_t1080972524 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(L_4, (UnityAction_1_t1080972524 *)G_B2_0, (UnityAction_1_t1080972524 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); ((ListPool_1_t53650832_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))->set_s_ListPool_0(L_4); 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 UnityEngine.UI.LoopScrollArraySource`1::.ctor(T[]) extern "C" IL2CPP_METHOD_ATTR void LoopScrollArraySource_1__ctor_m1534063915_gshared (LoopScrollArraySource_1_t2397374800 * __this, ObjectU5BU5D_t2843939325* ___objectsToFill0, const RuntimeMethod* method) { { NullCheck((LoopScrollDataSource_t4146522895 *)__this); LoopScrollDataSource__ctor_m3356679292((LoopScrollDataSource_t4146522895 *)__this, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_0 = ___objectsToFill0; __this->set_objectsToFill_1(L_0); return; } } // System.Void UnityEngine.UI.LoopScrollArraySource`1::ProvideData(UnityEngine.Transform,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LoopScrollArraySource_1_ProvideData_m4087770333_gshared (LoopScrollArraySource_1_t2397374800 * __this, Transform_t3600365921 * ___transform0, int32_t ___idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LoopScrollArraySource_1_ProvideData_m4087770333_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___transform0; ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_objectsToFill_1(); int32_t L_2 = ___idx1; NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck((Component_t1923634451 *)L_0); Component_SendMessage_m3707514258((Component_t1923634451 *)L_0, (String_t*)_stringLiteral1572464441, (RuntimeObject *)L_4, /*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 UnityEngine.UI.ObjectPool`1::.ctor(UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction`1) extern "C" IL2CPP_METHOD_ATTR void ObjectPool_1__ctor_m2535233435_gshared (ObjectPool_1_t2779729376 * __this, UnityAction_1_t3664942305 * ___actionOnGet0, UnityAction_1_t3664942305 * ___actionOnRelease1, const RuntimeMethod* method) { { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Stack_1_t3923495619 *, 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_Stack_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); UnityAction_1_t3664942305 * L_1 = ___actionOnGet0; __this->set_m_ActionOnGet_1(L_1); UnityAction_1_t3664942305 * L_2 = ___actionOnRelease1; __this->set_m_ActionOnRelease_2(L_2); return; } } // System.Int32 UnityEngine.UI.ObjectPool`1::get_countAll() extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_1_get_countAll_m819305395_gshared (ObjectPool_1_t2779729376 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U3CcountAllU3Ek__BackingField_3(); V_0 = (int32_t)L_0; goto IL_000c; } IL_000c: { int32_t L_1 = V_0; return L_1; } } // System.Void UnityEngine.UI.ObjectPool`1::set_countAll(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectPool_1_set_countAll_m3507126863_gshared (ObjectPool_1_t2779729376 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CcountAllU3Ek__BackingField_3(L_0); return; } } // System.Int32 UnityEngine.UI.ObjectPool`1::get_countActive() extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_1_get_countActive_m807006650_gshared (ObjectPool_1_t2779729376 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { NullCheck((ObjectPool_1_t2779729376 *)__this); int32_t L_0 = (( int32_t (*) (ObjectPool_1_t2779729376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ObjectPool_1_t2779729376 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); NullCheck((ObjectPool_1_t2779729376 *)__this); int32_t L_1 = (( int32_t (*) (ObjectPool_1_t2779729376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ObjectPool_1_t2779729376 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); goto IL_0014; } IL_0014: { int32_t L_2 = V_0; return L_2; } } // System.Int32 UnityEngine.UI.ObjectPool`1::get_countInactive() extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_1_get_countInactive_m526975942_gshared (ObjectPool_1_t2779729376 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_m_Stack_0(); NullCheck((Stack_1_t3923495619 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (int32_t)L_1; goto IL_0012; } IL_0012: { int32_t L_2 = V_0; return L_2; } } // T UnityEngine.UI.ObjectPool`1::Get() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_1_Get_m3351668383_gshared (ObjectPool_1_t2779729376 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_m_Stack_0(); NullCheck((Stack_1_t3923495619 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); if (L_1) { goto IL_002c; } } { RuntimeObject * L_2 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (RuntimeObject *)L_2; NullCheck((ObjectPool_1_t2779729376 *)__this); int32_t L_3 = (( int32_t (*) (ObjectPool_1_t2779729376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((ObjectPool_1_t2779729376 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); NullCheck((ObjectPool_1_t2779729376 *)__this); (( void (*) (ObjectPool_1_t2779729376 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ObjectPool_1_t2779729376 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); goto IL_003a; } IL_002c: { Stack_1_t3923495619 * L_4 = (Stack_1_t3923495619 *)__this->get_m_Stack_0(); NullCheck((Stack_1_t3923495619 *)L_4); RuntimeObject * L_5 = (( RuntimeObject * (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((Stack_1_t3923495619 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_0 = (RuntimeObject *)L_5; } IL_003a: { UnityAction_1_t3664942305 * L_6 = (UnityAction_1_t3664942305 *)__this->get_m_ActionOnGet_1(); if (!L_6) { goto IL_0051; } } { UnityAction_1_t3664942305 * L_7 = (UnityAction_1_t3664942305 *)__this->get_m_ActionOnGet_1(); RuntimeObject * L_8 = V_0; NullCheck((UnityAction_1_t3664942305 *)L_7); (( void (*) (UnityAction_1_t3664942305 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((UnityAction_1_t3664942305 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0051: { RuntimeObject * L_9 = V_0; V_1 = (RuntimeObject *)L_9; goto IL_0058; } IL_0058: { RuntimeObject * L_10 = V_1; return L_10; } } // System.Void UnityEngine.UI.ObjectPool`1::Release(T) extern "C" IL2CPP_METHOD_ATTR void ObjectPool_1_Release_m3263354170_gshared (ObjectPool_1_t2779729376 * __this, RuntimeObject * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectPool_1_Release_m3263354170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_m_Stack_0(); NullCheck((Stack_1_t3923495619 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_003c; } } { Stack_1_t3923495619 * L_2 = (Stack_1_t3923495619 *)__this->get_m_Stack_0(); NullCheck((Stack_1_t3923495619 *)L_2); RuntimeObject * L_3 = (( RuntimeObject * (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((Stack_1_t3923495619 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); RuntimeObject * L_4 = ___element0; bool L_5 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, (RuntimeObject *)L_3, (RuntimeObject *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral46997234, /*hidden argument*/NULL); } IL_003c: { UnityAction_1_t3664942305 * L_6 = (UnityAction_1_t3664942305 *)__this->get_m_ActionOnRelease_2(); if (!L_6) { goto IL_0053; } } { UnityAction_1_t3664942305 * L_7 = (UnityAction_1_t3664942305 *)__this->get_m_ActionOnRelease_2(); RuntimeObject * L_8 = ___element0; NullCheck((UnityAction_1_t3664942305 *)L_7); (( void (*) (UnityAction_1_t3664942305 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((UnityAction_1_t3664942305 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0053: { Stack_1_t3923495619 * L_9 = (Stack_1_t3923495619 *)__this->get_m_Stack_0(); RuntimeObject * L_10 = ___element0; NullCheck((Stack_1_t3923495619 *)L_9); (( void (*) (Stack_1_t3923495619 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((Stack_1_t3923495619 *)L_9, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); 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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m476688846_gshared (Any_1_t306718598 * __this, uint8_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); uint8_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m2363305480_gshared (Any_1_t306718598 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_mTarget_0(); uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m1363058973_gshared (Any_1_t2806882692 * __this, Il2CppChar ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Il2CppChar L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m2450749203_gshared (Any_1_t2806882692 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_mTarget_0(); Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m3861808523_gshared (Any_1_t1725242609 * __this, int16_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int16_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m1240679607_gshared (Any_1_t1725242609 * __this, const RuntimeMethod* method) { { int16_t L_0 = (int16_t)__this->get_mTarget_0(); int16_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m3684137383_gshared (Any_1_t2123367975 * __this, int32_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m2987344794_gshared (Any_1_t2123367975 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_mTarget_0(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m3620604515_gshared (Any_1_t2908989526 * __this, int64_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int64_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m158097868_gshared (Any_1_t2908989526 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_mTarget_0(); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m1126139292_gshared (Any_1_t2252528386 * __this, RuntimeObject * ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m4250721677_gshared (Any_1_t2252528386 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_mTarget_0(); 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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m1409515504_gshared (Any_1_t841999884 * __this, int8_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int8_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m2461921157_gshared (Any_1_t841999884 * __this, const RuntimeMethod* method) { { int8_t L_0 = (int8_t)__this->get_mTarget_0(); int8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m1837826479_gshared (Any_1_t569688996 * __this, float ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); float L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m3655424493_gshared (Any_1_t569688996 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_mTarget_0(); float L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m2208216044_gshared (Any_1_t1350147180 * __this, uint16_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); uint16_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m2508659850_gshared (Any_1_t1350147180 * __this, const RuntimeMethod* method) { { uint16_t L_0 = (uint16_t)__this->get_mTarget_0(); uint16_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m2363051629_gshared (Any_1_t1732484200 * __this, uint32_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); uint32_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m1956937791_gshared (Any_1_t1732484200 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_mTarget_0(); uint32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.Cast.Any`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Any_1__ctor_m3039013874_gshared (Any_1_t3306462314 * __this, uint64_t ___i0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); uint64_t L_0 = ___i0; __this->set_mTarget_0(L_0); return; } } // System.Object XLua.Cast.Any`1::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Any_1_get_Target_m4015886061_gshared (Any_1_t3306462314 * __this, const RuntimeMethod* method) { { uint64_t L_0 = (uint64_t)__this->get_mTarget_0(); uint64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_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 XLua.LuaTable/c__Iterator1`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator1_1__ctor_m890994349_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.LuaTable/c__Iterator1`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetKeysU3Ec__Iterator1_1_MoveNext_m3226423157_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_7(); V_0 = (uint32_t)L_0; __this->set_U24PC_7((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_00d5; } } } { goto IL_010b; } IL_0021: { LuaTable_t1631611336 * L_2 = (LuaTable_t1631611336 *)__this->get_U24this_4(); NullCheck(L_2); LuaEnv_t2152703515 * L_3 = (LuaEnv_t2152703515 *)((LuaBase_t1730675691 *)L_2)->get_luaEnv_2(); NullCheck((LuaEnv_t2152703515 *)L_3); intptr_t L_4 = LuaEnv_get_L_m820602397((LuaEnv_t2152703515 *)L_3, /*hidden argument*/NULL); __this->set_U3CLU3E__0_0(L_4); LuaTable_t1631611336 * L_5 = (LuaTable_t1631611336 *)__this->get_U24this_4(); NullCheck(L_5); LuaEnv_t2152703515 * L_6 = (LuaEnv_t2152703515 *)((LuaBase_t1730675691 *)L_5)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = (ObjectTranslator_t2020767555 *)L_6->get_translator_4(); __this->set_U3CtranslatorU3E__0_1(L_7); intptr_t L_8 = (intptr_t)__this->get_U3CLU3E__0_0(); int32_t L_9 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, (intptr_t)L_8, /*hidden argument*/NULL); __this->set_U3ColdTopU3E__0_2(L_9); intptr_t L_10 = (intptr_t)__this->get_U3CLU3E__0_0(); LuaTable_t1631611336 * L_11 = (LuaTable_t1631611336 *)__this->get_U24this_4(); NullCheck(L_11); int32_t L_12 = (int32_t)((LuaBase_t1730675691 *)L_11)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, (intptr_t)L_10, (int32_t)L_12, /*hidden argument*/NULL); intptr_t L_13 = (intptr_t)__this->get_U3CLU3E__0_0(); Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, (intptr_t)L_13, /*hidden argument*/NULL); goto IL_00e1; } IL_0084: { ObjectTranslator_t2020767555 * L_14 = (ObjectTranslator_t2020767555 *)__this->get_U3CtranslatorU3E__0_1(); intptr_t L_15 = (intptr_t)__this->get_U3CLU3E__0_0(); NullCheck((ObjectTranslator_t2020767555 *)L_14); bool L_16 = (( bool (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((ObjectTranslator_t2020767555 *)L_14, (intptr_t)L_15, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); if (!L_16) { goto IL_00d5; } } { ObjectTranslator_t2020767555 * L_17 = (ObjectTranslator_t2020767555 *)__this->get_U3CtranslatorU3E__0_1(); intptr_t L_18 = (intptr_t)__this->get_U3CLU3E__0_0(); RuntimeObject ** L_19 = (RuntimeObject **)__this->get_address_of_U3CvU3E__1_3(); NullCheck((ObjectTranslator_t2020767555 *)L_17); (( void (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ObjectTranslator_t2020767555 *)L_17, (intptr_t)L_18, (int32_t)((int32_t)-2), (RuntimeObject **)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject * L_20 = (RuntimeObject *)__this->get_U3CvU3E__1_3(); __this->set_U24current_5(L_20); bool L_21 = (bool)__this->get_U24disposing_6(); if (L_21) { goto IL_00d0; } } { __this->set_U24PC_7(1); } IL_00d0: { goto IL_010d; } IL_00d5: { intptr_t L_22 = (intptr_t)__this->get_U3CLU3E__0_0(); Lua_lua_pop_m1434696172(NULL /*static, unused*/, (intptr_t)L_22, (int32_t)1, /*hidden argument*/NULL); } IL_00e1: { intptr_t L_23 = (intptr_t)__this->get_U3CLU3E__0_0(); int32_t L_24 = Lua_lua_next_m3364024491(NULL /*static, unused*/, (intptr_t)L_23, (int32_t)((int32_t)-2), /*hidden argument*/NULL); if (L_24) { goto IL_0084; } } { intptr_t L_25 = (intptr_t)__this->get_U3CLU3E__0_0(); int32_t L_26 = (int32_t)__this->get_U3ColdTopU3E__0_2(); Lua_lua_settop_m2822720422(NULL /*static, unused*/, (intptr_t)L_25, (int32_t)L_26, /*hidden argument*/NULL); __this->set_U24PC_7((-1)); } IL_010b: { return (bool)0; } IL_010d: { return (bool)1; } } // T XLua.LuaTable/c__Iterator1`1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetKeysU3Ec__Iterator1_1_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m3859818059_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_5(); return L_0; } } // System.Object XLua.LuaTable/c__Iterator1`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetKeysU3Ec__Iterator1_1_System_Collections_IEnumerator_get_Current_m2855578122_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_5(); return L_0; } } // System.Void XLua.LuaTable/c__Iterator1`1::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator1_1_Dispose_m3479201394_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_6((bool)1); __this->set_U24PC_7((-1)); return; } } // System.Void XLua.LuaTable/c__Iterator1`1::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator1_1_Reset_m3727361924_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetKeysU3Ec__Iterator1_1_Reset_m3727361924_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,U3CGetKeysU3Ec__Iterator1_1_Reset_m3727361924_RuntimeMethod_var); } } // System.Collections.IEnumerator XLua.LuaTable/c__Iterator1`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetKeysU3Ec__Iterator1_1_System_Collections_IEnumerable_GetEnumerator_m274085827_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { { NullCheck((U3CGetKeysU3Ec__Iterator1_1_t1776366895 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (U3CGetKeysU3Ec__Iterator1_1_t1776366895 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((U3CGetKeysU3Ec__Iterator1_1_t1776366895 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_0; } } // System.Collections.Generic.IEnumerator`1 XLua.LuaTable/c__Iterator1`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetKeysU3Ec__Iterator1_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m99354746_gshared (U3CGetKeysU3Ec__Iterator1_1_t1776366895 * __this, const RuntimeMethod* method) { U3CGetKeysU3Ec__Iterator1_1_t1776366895 * V_0 = NULL; { int32_t* L_0 = (int32_t*)__this->get_address_of_U24PC_7(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, (int32_t*)L_0, (int32_t)0, (int32_t)((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CGetKeysU3Ec__Iterator1_1_t1776366895 * L_2 = (U3CGetKeysU3Ec__Iterator1_1_t1776366895 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (U3CGetKeysU3Ec__Iterator1_1_t1776366895 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (U3CGetKeysU3Ec__Iterator1_1_t1776366895 *)L_2; U3CGetKeysU3Ec__Iterator1_1_t1776366895 * L_3 = V_0; LuaTable_t1631611336 * L_4 = (LuaTable_t1631611336 *)__this->get_U24this_4(); NullCheck(L_3); L_3->set_U24this_4(L_4); U3CGetKeysU3Ec__Iterator1_1_t1776366895 * L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey6`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterCasterU3Ec__AnonStorey6_1__ctor_m2283198449_gshared (U3CRegisterCasterU3Ec__AnonStorey6_1_t888920565 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey6`1::<>m__0(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterCasterU3Ec__AnonStorey6_1_U3CU3Em__0_m4264205558_gshared (U3CRegisterCasterU3Ec__AnonStorey6_1_t888920565 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___o2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { GetFunc_1_t3167213467 * L_0 = (GetFunc_1_t3167213467 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3167213467 *)L_0); (( void (*) (GetFunc_1_t3167213467 *, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3167213467 *)L_0, (intptr_t)L_1, (int32_t)L_2, (RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2912306743_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m865522986_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t1433271736 * L_0 = (GetFunc_1_t1433271736 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t1433271736 *)L_0); (( void (*) (GetFunc_1_t1433271736 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t1433271736 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m3987015103_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t1905493838 * L_0 = (Action_2_t1905493838 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t1905493838 *)L_0); (( void (*) (Action_2_t1905493838 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t1905493838 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m3849474392_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t1433271736 * L_0 = (GetFunc_1_t1433271736 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t1433271736 *)L_0); (( void (*) (GetFunc_1_t1433271736 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t1433271736 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m3425467153_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2899871628 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t359459406 * L_0 = (Action_3_t359459406 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t359459406 *)L_0); (( void (*) (Action_3_t359459406 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t359459406 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2522689156_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1901254147_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2859065647 * L_0 = (GetFunc_1_t2859065647 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2859065647 *)L_0); (( void (*) (GetFunc_1_t2859065647 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2859065647 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m2009848120_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3331287749 * L_0 = (Action_2_t3331287749 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3331287749 *)L_0); (( void (*) (Action_2_t3331287749 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3331287749 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m4150553039_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2859065647 * L_0 = (GetFunc_1_t2859065647 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2859065647 *)L_0); (( void (*) (GetFunc_1_t2859065647 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2859065647 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m847305064_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t30698243 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1785253317 * L_0 = (Action_3_t1785253317 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1785253317 *)L_0); (( void (*) (Action_3_t1785253317 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1785253317 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m3695173313_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m2203810551_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t4097822697 * L_0 = (GetFunc_1_t4097822697 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t4097822697 *)L_0); (( void (*) (GetFunc_1_t4097822697 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t4097822697 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m838864911_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t275077503 * L_0 = (Action_2_t275077503 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t275077503 *)L_0); (( void (*) (Action_2_t275077503 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t275077503 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m98063046_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t4097822697 * L_0 = (GetFunc_1_t4097822697 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t4097822697 *)L_0); (( void (*) (GetFunc_1_t4097822697 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t4097822697 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1831113036_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1269455293 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t3024010367 * L_0 = (Action_3_t3024010367 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t3024010367 *)L_0); (( void (*) (Action_3_t3024010367 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t3024010367 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1780756280_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m3739675098_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t1635989738 * L_0 = (GetFunc_1_t1635989738 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t1635989738 *)L_0); (( void (*) (GetFunc_1_t1635989738 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t1635989738 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m569830241_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2108211840 * L_0 = (Action_2_t2108211840 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2108211840 *)L_0); (( void (*) (Action_2_t2108211840 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2108211840 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1426690669_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t1635989738 * L_0 = (GetFunc_1_t1635989738 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t1635989738 *)L_0); (( void (*) (GetFunc_1_t1635989738 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t1635989738 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m2368315926_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3102589630 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t562177408 * L_0 = (Action_3_t562177408 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t562177408 *)L_0); (( void (*) (Action_3_t562177408 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t562177408 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2031203064_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1419598786_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t3136910121 * L_0 = (GetFunc_1_t3136910121 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3136910121 *)L_0); (( void (*) (GetFunc_1_t3136910121 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3136910121 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m1798740161_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3609132223 * L_0 = (Action_2_t3609132223 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3609132223 *)L_0); (( void (*) (Action_2_t3609132223 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3609132223 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m824619450_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t3136910121 * L_0 = (GetFunc_1_t3136910121 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3136910121 *)L_0); (( void (*) (GetFunc_1_t3136910121 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3136910121 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m2094750361_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t308542717 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2063097791 * L_0 = (Action_3_t2063097791 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2063097791 *)L_0); (( void (*) (Action_3_t2063097791 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2063097791 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m582965759_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m4064401299_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2252710403 * L_0 = (GetFunc_1_t2252710403 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2252710403 *)L_0); (( void (*) (GetFunc_1_t2252710403 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2252710403 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m738373143_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2724932505 * L_0 = (Action_2_t2724932505 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2724932505 *)L_0); (( void (*) (Action_2_t2724932505 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2724932505 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m255913883_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2252710403 * L_0 = (GetFunc_1_t2252710403 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2252710403 *)L_0); (( void (*) (GetFunc_1_t2252710403 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2252710403 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m531038911_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3719310295 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1178898073 * L_0 = (Action_3_t1178898073 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1178898073 *)L_0); (( void (*) (Action_3_t1178898073 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1178898073 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1045412233_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1551177911_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t3864406712 * L_0 = (GetFunc_1_t3864406712 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3864406712 *)L_0); (( void (*) (GetFunc_1_t3864406712 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3864406712 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m3350623160_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t41661518 * L_0 = (Action_2_t41661518 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t41661518 *)L_0); (( void (*) (Action_2_t41661518 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t41661518 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m4226418605_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t3864406712 * L_0 = (GetFunc_1_t3864406712 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3864406712 *)L_0); (( void (*) (GetFunc_1_t3864406712 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3864406712 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m3422890702_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1036039308 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2790594382 * L_0 = (Action_3_t2790594382 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2790594382 *)L_0); (( void (*) (Action_3_t2790594382 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2790594382 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1308218927_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1548468766_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2635677477 * L_0 = (GetFunc_1_t2635677477 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2635677477 *)L_0); (( void (*) (GetFunc_1_t2635677477 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2635677477 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m889389453_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3107899579 * L_0 = (Action_2_t3107899579 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3107899579 *)L_0); (( void (*) (Action_2_t3107899579 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3107899579 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1976468026_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2635677477 * L_0 = (GetFunc_1_t2635677477 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2635677477 *)L_0); (( void (*) (GetFunc_1_t2635677477 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2635677477 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m3081517807_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4102277369 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1561865147 * L_0 = (Action_3_t1561865147 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1561865147 *)L_0); (( void (*) (Action_3_t1561865147 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1561865147 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m17746582_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m3267361639_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t1372380645 * L_0 = (GetFunc_1_t1372380645 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t1372380645 *)L_0); (( void (*) (GetFunc_1_t1372380645 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t1372380645 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m1316585161_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t1844602747 * L_0 = (Action_2_t1844602747 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t1844602747 *)L_0); (( void (*) (Action_2_t1844602747 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t1844602747 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m3501045622_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t1372380645 * L_0 = (GetFunc_1_t1372380645 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t1372380645 *)L_0); (( void (*) (GetFunc_1_t1372380645 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t1372380645 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m317219156_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2838980537 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t298568315 * L_0 = (Action_3_t298568315 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t298568315 *)L_0); (( void (*) (Action_3_t298568315 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t298568315 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m3326571549_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m2535287220_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2058780489 * L_0 = (GetFunc_1_t2058780489 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2058780489 *)L_0); (( void (*) (GetFunc_1_t2058780489 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2058780489 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m3656457454_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2531002591 * L_0 = (Action_2_t2531002591 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2531002591 *)L_0); (( void (*) (Action_2_t2531002591 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2531002591 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m2906644487_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t2058780489 * L_0 = (GetFunc_1_t2058780489 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2058780489 *)L_0); (( void (*) (GetFunc_1_t2058780489 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2058780489 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m4167611165_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3525380381 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t984968159 * L_0 = (Action_3_t984968159 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t984968159 *)L_0); (( void (*) (Action_3_t984968159 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t984968159 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2449720215_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1558189561_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t4024836509 * L_0 = (GetFunc_1_t4024836509 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t4024836509 *)L_0); (( void (*) (GetFunc_1_t4024836509 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t4024836509 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m1099342816_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t202091315 * L_0 = (Action_2_t202091315 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t202091315 *)L_0); (( void (*) (Action_2_t202091315 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t202091315 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m544120330_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t4024836509 * L_0 = (GetFunc_1_t4024836509 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t4024836509 *)L_0); (( void (*) (GetFunc_1_t4024836509 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t4024836509 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m2238324836_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1196469105 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2951024179 * L_0 = (Action_3_t2951024179 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2951024179 *)L_0); (( void (*) (Action_3_t2951024179 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2951024179 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m937672509_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m50285666_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { GetFunc_1_t3167213467 * L_0 = (GetFunc_1_t3167213467 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3167213467 *)L_0); (( void (*) (GetFunc_1_t3167213467 *, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3167213467 *)L_0, (intptr_t)L_1, (int32_t)L_2, (RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m3367998247_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3639435569 * L_0 = (Action_2_t3639435569 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3639435569 *)L_0); (( void (*) (Action_2_t3639435569 *, intptr_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3639435569 *)L_0, (intptr_t)L_1, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1242242203_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { GetFunc_1_t3167213467 * L_0 = (GetFunc_1_t3167213467 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3167213467 *)L_0); (( void (*) (GetFunc_1_t3167213467 *, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3167213467 *)L_0, (intptr_t)L_1, (int32_t)L_2, (RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); RuntimeObject * L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1679583711_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t338846063 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2093401137 * L_0 = (Action_3_t2093401137 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2093401137 *)L_0); (( void (*) (Action_3_t2093401137 *, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2093401137 *)L_0, (intptr_t)L_1, (int32_t)L_2, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1345182001_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m4923617_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Bounds_t2266837910 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2353945213 * L_0 = (GetFunc_1_t2353945213 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2353945213 *)L_0); (( void (*) (GetFunc_1_t2353945213 *, intptr_t, int32_t, Bounds_t2266837910 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2353945213 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Bounds_t2266837910 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Bounds_t2266837910 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m932038223_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2826167315 * L_0 = (Action_2_t2826167315 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2826167315 *)L_0); (( void (*) (Action_2_t2826167315 *, intptr_t, Bounds_t2266837910 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2826167315 *)L_0, (intptr_t)L_1, (Bounds_t2266837910 )((*(Bounds_t2266837910 *)((Bounds_t2266837910 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m116985598_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Bounds_t2266837910 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2353945213 * L_0 = (GetFunc_1_t2353945213 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2353945213 *)L_0); (( void (*) (GetFunc_1_t2353945213 *, intptr_t, int32_t, Bounds_t2266837910 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2353945213 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Bounds_t2266837910 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Bounds_t2266837910 L_3 = V_0; Bounds_t2266837910 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1565629042_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3820545105 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1280132883 * L_0 = (Action_3_t1280132883 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1280132883 *)L_0); (( void (*) (Action_3_t1280132883 *, intptr_t, int32_t, Bounds_t2266837910 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1280132883 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Bounds_t2266837910 )((*(Bounds_t2266837910 *)((Bounds_t2266837910 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2180780153_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m2674755925_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2642793627 * L_0 = (GetFunc_1_t2642793627 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2642793627 *)L_0); (( void (*) (GetFunc_1_t2642793627 *, intptr_t, int32_t, Color_t2555686324 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2642793627 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Color_t2555686324 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Color_t2555686324 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m4131107253_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3115015729 * L_0 = (Action_2_t3115015729 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3115015729 *)L_0); (( void (*) (Action_2_t3115015729 *, intptr_t, Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3115015729 *)L_0, (intptr_t)L_1, (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m975165897_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2642793627 * L_0 = (GetFunc_1_t2642793627 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2642793627 *)L_0); (( void (*) (GetFunc_1_t2642793627 *, intptr_t, int32_t, Color_t2555686324 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2642793627 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Color_t2555686324 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Color_t2555686324 L_3 = V_0; Color_t2555686324 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1429135952_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t4109393519 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1568981297 * L_0 = (Action_3_t1568981297 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1568981297 *)L_0); (( void (*) (Action_3_t1568981297 *, intptr_t, int32_t, Color_t2555686324 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1568981297 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1404234646_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1531500527_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Quaternion_t2301928331 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2389035634 * L_0 = (GetFunc_1_t2389035634 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2389035634 *)L_0); (( void (*) (GetFunc_1_t2389035634 *, intptr_t, int32_t, Quaternion_t2301928331 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2389035634 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Quaternion_t2301928331 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Quaternion_t2301928331 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m2609030211_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2861257736 * L_0 = (Action_2_t2861257736 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2861257736 *)L_0); (( void (*) (Action_2_t2861257736 *, intptr_t, Quaternion_t2301928331 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2861257736 *)L_0, (intptr_t)L_1, (Quaternion_t2301928331 )((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1525087267_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Quaternion_t2301928331 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2389035634 * L_0 = (GetFunc_1_t2389035634 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2389035634 *)L_0); (( void (*) (GetFunc_1_t2389035634 *, intptr_t, int32_t, Quaternion_t2301928331 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2389035634 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Quaternion_t2301928331 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Quaternion_t2301928331 L_3 = V_0; Quaternion_t2301928331 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1415513638_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3855635526 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1315223304 * L_0 = (Action_3_t1315223304 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1315223304 *)L_0); (( void (*) (Action_3_t1315223304 *, intptr_t, int32_t, Quaternion_t2301928331 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1315223304 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Quaternion_t2301928331 )((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2405947439_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Ray_t3785851493 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m793166874_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Ray_t3785851493 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3872958796 * L_0 = (GetFunc_1_t3872958796 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3872958796 *)L_0); (( void (*) (GetFunc_1_t3872958796 *, intptr_t, int32_t, Ray_t3785851493 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3872958796 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Ray_t3785851493 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Ray_t3785851493 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m1958745357_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t50213602 * L_0 = (Action_2_t50213602 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t50213602 *)L_0); (( void (*) (Action_2_t50213602 *, intptr_t, Ray_t3785851493 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t50213602 *)L_0, (intptr_t)L_1, (Ray_t3785851493 )((*(Ray_t3785851493 *)((Ray_t3785851493 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1541778055_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Ray_t3785851493 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3872958796 * L_0 = (GetFunc_1_t3872958796 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3872958796 *)L_0); (( void (*) (GetFunc_1_t3872958796 *, intptr_t, int32_t, Ray_t3785851493 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3872958796 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Ray_t3785851493 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Ray_t3785851493 L_3 = V_0; Ray_t3785851493 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m2949348124_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1044591392 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2799146466 * L_0 = (Action_3_t2799146466 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2799146466 *)L_0); (( void (*) (Action_3_t2799146466 *, intptr_t, int32_t, Ray_t3785851493 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2799146466 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Ray_t3785851493 )((*(Ray_t3785851493 *)((Ray_t3785851493 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1899171567_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Ray2D_t2082843914 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m3055990272_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Ray2D_t2082843914 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2169951217 * L_0 = (GetFunc_1_t2169951217 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2169951217 *)L_0); (( void (*) (GetFunc_1_t2169951217 *, intptr_t, int32_t, Ray2D_t2082843914 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2169951217 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Ray2D_t2082843914 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Ray2D_t2082843914 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m2530333754_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2642173319 * L_0 = (Action_2_t2642173319 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2642173319 *)L_0); (( void (*) (Action_2_t2642173319 *, intptr_t, Ray2D_t2082843914 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2642173319 *)L_0, (intptr_t)L_1, (Ray2D_t2082843914 )((*(Ray2D_t2082843914 *)((Ray2D_t2082843914 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1741137811_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Ray2D_t2082843914 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2169951217 * L_0 = (GetFunc_1_t2169951217 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2169951217 *)L_0); (( void (*) (GetFunc_1_t2169951217 *, intptr_t, int32_t, Ray2D_t2082843914 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2169951217 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Ray2D_t2082843914 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Ray2D_t2082843914 L_3 = V_0; Ray2D_t2082843914 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1122327339_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3636551109 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1096138887 * L_0 = (Action_3_t1096138887 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1096138887 *)L_0); (( void (*) (Action_3_t1096138887 *, intptr_t, int32_t, Ray2D_t2082843914 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1096138887 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Ray2D_t2082843914 )((*(Ray2D_t2082843914 *)((Ray2D_t2082843914 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2069342433_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1753478255_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2243336826 * L_0 = (GetFunc_1_t2243336826 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2243336826 *)L_0); (( void (*) (GetFunc_1_t2243336826 *, intptr_t, int32_t, Vector2_t2156229523 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2243336826 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector2_t2156229523 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Vector2_t2156229523 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m3613060886_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t2715558928 * L_0 = (Action_2_t2715558928 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t2715558928 *)L_0); (( void (*) (Action_2_t2715558928 *, intptr_t, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t2715558928 *)L_0, (intptr_t)L_1, (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m11351643_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2243336826 * L_0 = (GetFunc_1_t2243336826 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2243336826 *)L_0); (( void (*) (GetFunc_1_t2243336826 *, intptr_t, int32_t, Vector2_t2156229523 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2243336826 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector2_t2156229523 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Vector2_t2156229523 L_3 = V_0; Vector2_t2156229523 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m2518312803_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t3709936718 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1169524496 * L_0 = (Action_3_t1169524496 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1169524496 *)L_0); (( void (*) (Action_3_t1169524496 *, intptr_t, int32_t, Vector2_t2156229523 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1169524496 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1423622194_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m2833898819_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3809420767 * L_0 = (GetFunc_1_t3809420767 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3809420767 *)L_0); (( void (*) (GetFunc_1_t3809420767 *, intptr_t, int32_t, Vector3_t3722313464 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3809420767 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector3_t3722313464 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Vector3_t3722313464 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m3252162304_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t4281642869 * L_0 = (Action_2_t4281642869 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t4281642869 *)L_0); (( void (*) (Action_2_t4281642869 *, intptr_t, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t4281642869 *)L_0, (intptr_t)L_1, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m3905077568_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3809420767 * L_0 = (GetFunc_1_t3809420767 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3809420767 *)L_0); (( void (*) (GetFunc_1_t3809420767 *, intptr_t, int32_t, Vector3_t3722313464 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3809420767 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector3_t3722313464 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Vector3_t3722313464 L_3 = V_0; Vector3_t3722313464 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m985210387_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t981053363 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2735608437 * L_0 = (Action_3_t2735608437 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2735608437 *)L_0); (( void (*) (Action_3_t2735608437 *, intptr_t, int32_t, Vector3_t3722313464 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2735608437 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m230165015_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1030392665_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Vector4_t3319028937 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3406136240 * L_0 = (GetFunc_1_t3406136240 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3406136240 *)L_0); (( void (*) (GetFunc_1_t3406136240 *, intptr_t, int32_t, Vector4_t3319028937 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3406136240 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector4_t3319028937 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Vector4_t3319028937 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m2171186437_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3878358342 * L_0 = (Action_2_t3878358342 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3878358342 *)L_0); (( void (*) (Action_2_t3878358342 *, intptr_t, Vector4_t3319028937 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3878358342 *)L_0, (intptr_t)L_1, (Vector4_t3319028937 )((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1930290395_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Vector4_t3319028937 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3406136240 * L_0 = (GetFunc_1_t3406136240 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3406136240 *)L_0); (( void (*) (GetFunc_1_t3406136240 *, intptr_t, int32_t, Vector4_t3319028937 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3406136240 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector4_t3319028937 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Vector4_t3319028937 L_3 = V_0; Vector4_t3319028937 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m3643733316_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t577768836 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2332323910 * L_0 = (Action_3_t2332323910 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2332323910 *)L_0); (( void (*) (Action_3_t2332323910 *, intptr_t, int32_t, Vector4_t3319028937 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2332323910 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Vector4_t3319028937 )((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m1125068117_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m1877363786_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t4221484935 * L_0 = (GetFunc_1_t4221484935 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t4221484935 *)L_0); (( void (*) (GetFunc_1_t4221484935 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t4221484935 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m572952553_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t398739741 * L_0 = (Action_2_t398739741 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t398739741 *)L_0); (( void (*) (Action_2_t398739741 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t398739741 *)L_0, (intptr_t)L_1, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m760938036_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t V_0 = 0; { GetFunc_1_t4221484935 * L_0 = (GetFunc_1_t4221484935 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t4221484935 *)L_0); (( void (*) (GetFunc_1_t4221484935 *, intptr_t, int32_t, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t4221484935 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t*)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1885928946_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1393117531 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t3147672605 * L_0 = (Action_3_t3147672605 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t3147672605 *)L_0); (( void (*) (Action_3_t3147672605 *, intptr_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t3147672605 *)L_0, (intptr_t)L_1, (int32_t)L_2, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2458401125_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m2897548591_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { MyStruct_t514849583 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t601956886 * L_0 = (GetFunc_1_t601956886 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t601956886 *)L_0); (( void (*) (GetFunc_1_t601956886 *, intptr_t, int32_t, MyStruct_t514849583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t601956886 *)L_0, (intptr_t)L_1, (int32_t)L_2, (MyStruct_t514849583 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); MyStruct_t514849583 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m464221337_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t1074178988 * L_0 = (Action_2_t1074178988 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t1074178988 *)L_0); (( void (*) (Action_2_t1074178988 *, intptr_t, MyStruct_t514849583 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t1074178988 *)L_0, (intptr_t)L_1, (MyStruct_t514849583 )((*(MyStruct_t514849583 *)((MyStruct_t514849583 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1722305727_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { MyStruct_t514849583 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t601956886 * L_0 = (GetFunc_1_t601956886 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t601956886 *)L_0); (( void (*) (GetFunc_1_t601956886 *, intptr_t, int32_t, MyStruct_t514849583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t601956886 *)L_0, (intptr_t)L_1, (int32_t)L_2, (MyStruct_t514849583 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); MyStruct_t514849583 L_3 = V_0; MyStruct_t514849583 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m3533123050_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t2068556778 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t3823111852 * L_0 = (Action_3_t3823111852 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t3823111852 *)L_0); (( void (*) (Action_3_t3823111852 *, intptr_t, int32_t, MyStruct_t514849583 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t3823111852 *)L_0, (intptr_t)L_1, (int32_t)L_2, (MyStruct_t514849583 )((*(MyStruct_t514849583 *)((MyStruct_t514849583 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m169029176_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Pedding_t3796070799 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m4228647282_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Pedding_t3796070799 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3883178102 * L_0 = (GetFunc_1_t3883178102 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3883178102 *)L_0); (( void (*) (GetFunc_1_t3883178102 *, intptr_t, int32_t, Pedding_t3796070799 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3883178102 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Pedding_t3796070799 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Pedding_t3796070799 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m4036461670_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t60432908 * L_0 = (Action_2_t60432908 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t60432908 *)L_0); (( void (*) (Action_2_t60432908 *, intptr_t, Pedding_t3796070799 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t60432908 *)L_0, (intptr_t)L_1, (Pedding_t3796070799 )((*(Pedding_t3796070799 *)((Pedding_t3796070799 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m4254217830_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { Pedding_t3796070799 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t3883178102 * L_0 = (GetFunc_1_t3883178102 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t3883178102 *)L_0); (( void (*) (GetFunc_1_t3883178102 *, intptr_t, int32_t, Pedding_t3796070799 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t3883178102 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Pedding_t3796070799 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); Pedding_t3796070799 L_3 = V_0; Pedding_t3796070799 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1605812963_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t1054810698 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t2809365772 * L_0 = (Action_3_t2809365772 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t2809365772 *)L_0); (( void (*) (Action_3_t2809365772 *, intptr_t, int32_t, Pedding_t3796070799 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t2809365772 *)L_0, (intptr_t)L_1, (int32_t)L_2, (Pedding_t3796070799 )((*(Pedding_t3796070799 *)((Pedding_t3796070799 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/c__AnonStorey5`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1__ctor_m2621181482_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T XLua.ObjectTranslator/c__AnonStorey5`1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR PushAsTableStruct_t2836609445 U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__0_m2992362852_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { PushAsTableStruct_t2836609445 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2923716748 * L_0 = (GetFunc_1_t2923716748 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2923716748 *)L_0); (( void (*) (GetFunc_1_t2923716748 *, intptr_t, int32_t, PushAsTableStruct_t2836609445 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2923716748 *)L_0, (intptr_t)L_1, (int32_t)L_2, (PushAsTableStruct_t2836609445 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); PushAsTableStruct_t2836609445 L_3 = V_0; return L_3; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__1(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__1_m144308987_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Action_2_t3395938850 * L_0 = (Action_2_t3395938850 *)__this->get_push_1(); intptr_t L_1 = ___L0; RuntimeObject * L_2 = ___obj1; NullCheck((Action_2_t3395938850 *)L_0); (( void (*) (Action_2_t3395938850 *, intptr_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Action_2_t3395938850 *)L_0, (intptr_t)L_1, (PushAsTableStruct_t2836609445 )((*(PushAsTableStruct_t2836609445 *)((PushAsTableStruct_t2836609445 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // System.Object XLua.ObjectTranslator/c__AnonStorey5`1::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__2_m1937921379_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { PushAsTableStruct_t2836609445 V_0; memset(&V_0, 0, sizeof(V_0)); { GetFunc_1_t2923716748 * L_0 = (GetFunc_1_t2923716748 *)__this->get_get_0(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck((GetFunc_1_t2923716748 *)L_0); (( void (*) (GetFunc_1_t2923716748 *, intptr_t, int32_t, PushAsTableStruct_t2836609445 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((GetFunc_1_t2923716748 *)L_0, (intptr_t)L_1, (int32_t)L_2, (PushAsTableStruct_t2836609445 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); PushAsTableStruct_t2836609445 L_3 = V_0; PushAsTableStruct_t2836609445 L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), &L_4); return L_5; } } // System.Void XLua.ObjectTranslator/c__AnonStorey5`1::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_U3CU3Em__3_m1587382656_gshared (U3CRegisterPushAndGetAndUpdateU3Ec__AnonStorey5_1_t95349344 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { { Action_3_t1849904418 * L_0 = (Action_3_t1849904418 *)__this->get_update_2(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___obj2; NullCheck((Action_3_t1849904418 *)L_0); (( void (*) (Action_3_t1849904418 *, intptr_t, int32_t, PushAsTableStruct_t2836609445 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_3_t1849904418 *)L_0, (intptr_t)L_1, (int32_t)L_2, (PushAsTableStruct_t2836609445 )((*(PushAsTableStruct_t2836609445 *)((PushAsTableStruct_t2836609445 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2140877218_gshared (GetFunc_1_t1433271736 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m3867704424_gshared (GetFunc_1_t1433271736 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m3867704424((GetFunc_1_t1433271736 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m2930128362_gshared (GetFunc_1_t1433271736 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m2930128362_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(AutoPlay_t1346164433_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m2999810179_gshared (GetFunc_1_t1433271736 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m429956115_gshared (GetFunc_1_t2859065647 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m609463893_gshared (GetFunc_1_t2859065647 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m609463893((GetFunc_1_t2859065647 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m4142418088_gshared (GetFunc_1_t2859065647 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m4142418088_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m3376449520_gshared (GetFunc_1_t2859065647 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m283698005_gshared (GetFunc_1_t4097822697 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m3067895621_gshared (GetFunc_1_t4097822697 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m3067895621((GetFunc_1_t4097822697 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m3870237825_gshared (GetFunc_1_t4097822697 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m3870237825_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m4015687471_gshared (GetFunc_1_t4097822697 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m175500126_gshared (GetFunc_1_t1635989738 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m2627241258_gshared (GetFunc_1_t1635989738 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m2627241258((GetFunc_1_t1635989738 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m2542640859_gshared (GetFunc_1_t1635989738 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m2542640859_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(LogBehaviour_t1548882435_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m1343531712_gshared (GetFunc_1_t1635989738 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m3147349839_gshared (GetFunc_1_t3136910121 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m2872005143_gshared (GetFunc_1_t3136910121 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m2872005143((GetFunc_1_t3136910121 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m1047975516_gshared (GetFunc_1_t3136910121 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m1047975516_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(LoopType_t3049802818_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m2509889022_gshared (GetFunc_1_t3136910121 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1225759394_gshared (GetFunc_1_t2252710403 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m991721937_gshared (GetFunc_1_t2252710403 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m991721937((GetFunc_1_t2252710403 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m486150672_gshared (GetFunc_1_t2252710403 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m486150672_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(PathMode_t2165603100_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m3190250890_gshared (GetFunc_1_t2252710403 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2491939930_gshared (GetFunc_1_t3864406712 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m3524722973_gshared (GetFunc_1_t3864406712 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m3524722973((GetFunc_1_t3864406712 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m1930787580_gshared (GetFunc_1_t3864406712 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m1930787580_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(PathType_t3777299409_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m177293308_gshared (GetFunc_1_t3864406712 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m136009375_gshared (GetFunc_1_t2635677477 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m2138592575_gshared (GetFunc_1_t2635677477 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m2138592575((GetFunc_1_t2635677477 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m3166013479_gshared (GetFunc_1_t2635677477 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m3166013479_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m2035851650_gshared (GetFunc_1_t2635677477 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m774304013_gshared (GetFunc_1_t1372380645 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m46811756_gshared (GetFunc_1_t1372380645 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m46811756((GetFunc_1_t1372380645 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m2797514322_gshared (GetFunc_1_t1372380645 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m2797514322_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m292166415_gshared (GetFunc_1_t1372380645 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m640944550_gshared (GetFunc_1_t2058780489 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m281365414_gshared (GetFunc_1_t2058780489 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m281365414((GetFunc_1_t2058780489 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m2757184334_gshared (GetFunc_1_t2058780489 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m2757184334_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(TweenType_t1971673186_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m1457914328_gshared (GetFunc_1_t2058780489 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1848576192_gshared (GetFunc_1_t4024836509 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m1367574102_gshared (GetFunc_1_t4024836509 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m1367574102((GetFunc_1_t4024836509 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, int32_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, int32_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m2320066365_gshared (GetFunc_1_t4024836509 * __this, intptr_t ___L0, int32_t ___idx1, int32_t* ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m2320066365_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m4156791104_gshared (GetFunc_1_t4024836509 * __this, int32_t* ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1738626316_gshared (GetFunc_1_t3167213467 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m1131116639_gshared (GetFunc_1_t3167213467 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject ** ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m1131116639((GetFunc_1_t3167213467 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, RuntimeObject ** >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, RuntimeObject ** >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, RuntimeObject ** >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, RuntimeObject ** >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, RuntimeObject **, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m3304351851_gshared (GetFunc_1_t3167213467 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject ** ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m3304351851_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = *___val2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m1401569811_gshared (GetFunc_1_t3167213467 * __this, RuntimeObject ** ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m4205555913_gshared (GetFunc_1_t2353945213 * __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 XLua.ObjectTranslator/GetFunc`1::Invoke(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_Invoke_m437165573_gshared (GetFunc_1_t2353945213 * __this, intptr_t ___L0, int32_t ___idx1, Bounds_t2266837910 * ___val2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetFunc_1_Invoke_m437165573((GetFunc_1_t2353945213 *)__this->get_prev_9(), ___L0, ___idx1, ___val2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, Bounds_t2266837910 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___val2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, Bounds_t2266837910 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 * >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); else GenericVirtActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 * >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___val2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___val2); else VirtActionInvoker3< intptr_t, int32_t, Bounds_t2266837910 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___val2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, Bounds_t2266837910 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___val2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/GetFunc`1::BeginInvoke(System.IntPtr,System.Int32,T&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetFunc_1_BeginInvoke_m272935476_gshared (GetFunc_1_t2353945213 * __this, intptr_t ___L0, int32_t ___idx1, Bounds_t2266837910 * ___val2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetFunc_1_BeginInvoke_m272935476_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = Box(Bounds_t2266837910_il2cpp_TypeInfo_var, &*___val2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/GetFunc`1::EndInvoke(T&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1_EndInvoke_m1222478577_gshared (GetFunc_1_t2353945213 * __this, Bounds_t2266837910 * ___val0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___val0, }; il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); } #ifdef __clang__ #pragma clang diagnostic pop #endif