#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualActionInvoker1 { 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); } }; template struct VirtualFuncInvoker0 { 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 VirtualFuncInvoker1 { 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 VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tF89DB1F8A9890F421FA5D3D80ACA682E158708F7; // System.Collections.Generic.List`1 struct List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // JCUnityLib.Singleton`1 struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400; // JCUnityLib.Singleton`1 struct Singleton_1_t071853BF0705B5B5B8F435CF6F7E4AE60E60507D; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t20584C6255803873BD9E54DB6167BA1319029F15; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // UnityEngine.AudioSource[] struct AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.WheelCollider[] struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6; // UnityStandardAssets.Vehicles.Car.WheelEffects[] struct WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityStandardAssets.ImageEffects.Bloom struct Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57; // JCEngineCore.CallbackInfo struct CallbackInfo_t5675F9FE807329ABE04A7BFF186A4C31BA563723; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine struct CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine struct CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityStandardAssets._2D.Camera2DFollow struct Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA; // CameraCopyer struct CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80; // UnityStandardAssets._2D.CameraFollow struct CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638; // UnityStandardAssets.ImageEffects.CameraMotionBlur struct CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD; // UnityStandardAssets.Utility.CameraRefocus struct CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9; // CameraSwitch struct CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D; // CameraToLook struct CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // CanvasBlock struct CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // CaptchaController struct CaptchaController_t43D34329B0D2332B81C73361818403490AF27437; // UnityStandardAssets.Vehicles.Car.CarAIControl struct CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5; // UnityStandardAssets.Vehicles.Car.CarAudio struct CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E; // UnityStandardAssets.Vehicles.Car.CarController struct CarController_t87801B6F32429964995257C1625E7B615B6B9FC7; // UnityStandardAssets.Vehicles.Car.CarSelfRighting struct CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C; // UnityStandardAssets.Vehicles.Car.CarUserControl struct CarUserControl_t4E219C0BE133272069A001B2041C64F667B203C7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters struct Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine struct Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine struct Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // System.Reflection.FieldInfo struct FieldInfo_t; // UnityEngine.FlareLayer struct FlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityStandardAssets.ImageEffects.GlobalFog struct GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0; // UnityEngine.UI.GraphicRaycaster struct GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine struct Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance struct ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration struct VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779; // UnityStandardAssets.Vehicles.Car.WheelEffects struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // CanvasBlock/CanvasBlockComparer struct CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F; // CaptchaController/d__1 struct U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral094982198DFDF654686734000D94AE0E5682C58E; IL2CPP_EXTERN_C String_t* _stringLiteral0D4FF54EDF6FA50CC6C11A835464933E8F29FCCA; IL2CPP_EXTERN_C String_t* _stringLiteral21DF7CBD2700708024B5DCE88E7F36CB5ADAD78F; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A; IL2CPP_EXTERN_C String_t* _stringLiteral2872CE200AF678DAC1BDABD521199451F3CC11FA; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral31812C2499DD11660B852EBE924B185FC7FF2874; IL2CPP_EXTERN_C String_t* _stringLiteral3BD050D52C303D23C47B378731DC319F7A090D03; IL2CPP_EXTERN_C String_t* _stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197; IL2CPP_EXTERN_C String_t* _stringLiteral3FDD707F9D0025AD327E6DA79E92B5D5DF86EBBA; IL2CPP_EXTERN_C String_t* _stringLiteral41368624D21A8FC26F6A71278C6D98309745920C; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral5614C023868DA60A0F1EADC9325CE19A71506CCE; IL2CPP_EXTERN_C String_t* _stringLiteral579B9E8AC72DCCF33BDD5B6409BA010A973A4FD4; IL2CPP_EXTERN_C String_t* _stringLiteral652EB33B39AC43753A07A80AAAC24EAEB8EDEE23; IL2CPP_EXTERN_C String_t* _stringLiteral6EEBA88C3345B7974D085AB9F6434EA20A2141E4; IL2CPP_EXTERN_C String_t* _stringLiteral7F62FD64F89D789F37E470E6BA372871E03273F8; IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E; IL2CPP_EXTERN_C String_t* _stringLiteral8895E9A4949FFFF38DA777A992C2A4E83B524156; IL2CPP_EXTERN_C String_t* _stringLiteral8E0BB1099A2BB7E26AB1115B17E7A4107597EBF1; IL2CPP_EXTERN_C String_t* _stringLiteral9A16E423F63FBDE7F41066B190E6CF2C0E7DCCF1; IL2CPP_EXTERN_C String_t* _stringLiteral9A86A3B4AF87A24534CBDFC69C239ECD6A5D87CC; IL2CPP_EXTERN_C String_t* _stringLiteralA057B64158139403D204515B7F1AB680C0CD28E9; IL2CPP_EXTERN_C String_t* _stringLiteralA66C13AE8381F1E453459E621D8651ED0B24FB0C; IL2CPP_EXTERN_C String_t* _stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5; IL2CPP_EXTERN_C String_t* _stringLiteralADD6D8A177ABA2127E8318877CAC012759A1B48C; IL2CPP_EXTERN_C String_t* _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralC6634E2F92B62F3FD12312E96857FAA2FF5E03F2; IL2CPP_EXTERN_C String_t* _stringLiteralCA277F79BCD2968ED83CC94D1D186D08CFB06907; IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70; IL2CPP_EXTERN_C String_t* _stringLiteralD8C227C1CB3EF4325170D0B3FA875C26BBAD3D24; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDD95C75C9DCA72699FD9C918B9D3B4AF6395E2D7; IL2CPP_EXTERN_C String_t* _stringLiteralF3211B1AB401EFB0B9600E9DFAB7BF7373DB8BD8; IL2CPP_EXTERN_C String_t* _stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991; IL2CPP_EXTERN_C String_t* _stringLiteralFF687D8F4C9DB710625EE7EBCE67821DA959CFB0; IL2CPP_EXTERN_C const RuntimeMethod* CamelliaEngine_Init_m1273F348B6C2ADD47646419E0A41D7BACD25ED7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CamelliaEngine_ProcessBlock_mF658878D6F5AF9D55C946BBA914258672C76B3B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CamelliaEngine_setKey_m8657689DBFA11EC2A18ABE428913C9DCFA1956A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CamelliaLightEngine_Init_mA806891B8CFC5F43D5E79FC0C116C32F5EC61092_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CamelliaLightEngine_ProcessBlock_m5C9013F67A9052AF75241615A598B836D2FB831F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CamelliaLightEngine_setKey_mCC1DA8BAFDFDC5978D015E8D6E860969DD4053F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cast5CbcParameters_GetInstance_mF73F35ED5CC964D09D79C03919633EFF39B96E3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cast5CbcParameters__ctor_m26AFCEAE9886BEBCAAC7643F1617DA2A97AC2152_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cast5Engine_Init_m9F365D8345B75537D8B8C258EC1828F4067A7922_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cast5Engine_ProcessBlock_m5944E5D74CC2738BDD8F19521B378D3D4F03ED5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CbcBlockCipher_DecryptBlock_m53CF56843107DB66309203DEE17601B473AD242B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CbcBlockCipher_EncryptBlock_m6FBC116416B2EF015F2087E209FD9E609DBD2810_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5_m9E13102E5E500783AEF5D11D7B4C5B019DCF4C33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m9487BA5B24D476E0432A04A8BACF40AE30D9B972_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6AB32765585381B4A1CB252F96401EBC13634F85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC8F629678159458291BD547A8E4E05EF53A86578_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA7A806A8C0DEE2F0C00C9D94AC22CB148BF8C2B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisBloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57_m80D54D74BA46FA985C811C62E54F24A9236FDBC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisFlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6_mC1EAE1F8F0A536B7108720FC3BFC5F6E39F34EA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisGlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0_mE34B0184A88822DF2377B901F63E9B35A0140433_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E_m10931DA1A203D3910C0D90F0F3122E1B1464A801_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisVignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA_m81AFD2730CDE6DFDE61A486F5597A37648256AB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m089BCF4205DD052A9000731F3F390CB219D5E9E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m47D3A5C260ACEA8074E4BC5C236098CD10489046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m92B0380D67C95AEDDCB34C437A654657118272EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mBE557DA757CF6A3AAD6D42D12ABD1998CD7EC79B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1__ctor_m20348460C673F41947285FEA89109BA4BF56CCC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_0_0_0_var; struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6; struct WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.HashSet`1 struct HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t20584C6255803873BD9E54DB6167BA1319029F15* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____slots_8)); } inline SlotU5BU5D_t20584C6255803873BD9E54DB6167BA1319029F15* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t20584C6255803873BD9E54DB6167BA1319029F15** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t20584C6255803873BD9E54DB6167BA1319029F15* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 : public RuntimeObject { public: public: }; struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400_StaticFields, ___s_Instance_0)); } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * get_s_Instance_0() const { return ___s_Instance_0; } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // JCEngineCore.CallbackInfo struct CallbackInfo_t5675F9FE807329ABE04A7BFF186A4C31BA563723 : public RuntimeObject { public: // System.Delegate JCEngineCore.CallbackInfo::callback Delegate_t * ___callback_0; // System.Int64 JCEngineCore.CallbackInfo::deadTime int64_t ___deadTime_1; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(CallbackInfo_t5675F9FE807329ABE04A7BFF186A4C31BA563723, ___callback_0)); } inline Delegate_t * get_callback_0() const { return ___callback_0; } inline Delegate_t ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Delegate_t * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } inline static int32_t get_offset_of_deadTime_1() { return static_cast(offsetof(CallbackInfo_t5675F9FE807329ABE04A7BFF186A4C31BA563723, ___deadTime_1)); } inline int64_t get_deadTime_1() const { return ___deadTime_1; } inline int64_t* get_address_of_deadTime_1() { return &___deadTime_1; } inline void set_deadTime_1(int64_t value) { ___deadTime_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::initialised bool ___initialised_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::_keyIs128 bool ____keyIs128_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::subkey UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___subkey_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::kw UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___kw_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::ke UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ke_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::state UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___state_6; public: inline static int32_t get_offset_of_initialised_0() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___initialised_0)); } inline bool get_initialised_0() const { return ___initialised_0; } inline bool* get_address_of_initialised_0() { return &___initialised_0; } inline void set_initialised_0(bool value) { ___initialised_0 = value; } inline static int32_t get_offset_of__keyIs128_1() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ____keyIs128_1)); } inline bool get__keyIs128_1() const { return ____keyIs128_1; } inline bool* get_address_of__keyIs128_1() { return &____keyIs128_1; } inline void set__keyIs128_1(bool value) { ____keyIs128_1 = value; } inline static int32_t get_offset_of_subkey_3() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___subkey_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_subkey_3() const { return ___subkey_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_subkey_3() { return &___subkey_3; } inline void set_subkey_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___subkey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subkey_3), (void*)value); } inline static int32_t get_offset_of_kw_4() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___kw_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_kw_4() const { return ___kw_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_kw_4() { return &___kw_4; } inline void set_kw_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___kw_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___kw_4), (void*)value); } inline static int32_t get_offset_of_ke_5() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___ke_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_ke_5() const { return ___ke_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_ke_5() { return &___ke_5; } inline void set_ke_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___ke_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ke_5), (void*)value); } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___state_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_state_6() const { return ___state_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_state_6() { return &___state_6; } inline void set_state_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___state_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_6), (void*)value); } }; struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SIGMA UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SIGMA_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX1_1110 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX1_1110_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX4_4404 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX4_4404_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX2_0222 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX2_0222_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX3_3033 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX3_3033_11; public: inline static int32_t get_offset_of_SIGMA_7() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SIGMA_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SIGMA_7() const { return ___SIGMA_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SIGMA_7() { return &___SIGMA_7; } inline void set_SIGMA_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SIGMA_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SIGMA_7), (void*)value); } inline static int32_t get_offset_of_SBOX1_1110_8() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX1_1110_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX1_1110_8() const { return ___SBOX1_1110_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX1_1110_8() { return &___SBOX1_1110_8; } inline void set_SBOX1_1110_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX1_1110_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX1_1110_8), (void*)value); } inline static int32_t get_offset_of_SBOX4_4404_9() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX4_4404_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX4_4404_9() const { return ___SBOX4_4404_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX4_4404_9() { return &___SBOX4_4404_9; } inline void set_SBOX4_4404_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX4_4404_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX4_4404_9), (void*)value); } inline static int32_t get_offset_of_SBOX2_0222_10() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX2_0222_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX2_0222_10() const { return ___SBOX2_0222_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX2_0222_10() { return &___SBOX2_0222_10; } inline void set_SBOX2_0222_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX2_0222_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX2_0222_10), (void*)value); } inline static int32_t get_offset_of_SBOX3_3033_11() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX3_3033_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX3_3033_11() const { return ___SBOX3_3033_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX3_3033_11() { return &___SBOX3_3033_11; } inline void set_SBOX3_3033_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX3_3033_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX3_3033_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine struct CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::initialised bool ___initialised_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::_keyis128 bool ____keyis128_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::subkey UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___subkey_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::kw UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___kw_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::ke UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ke_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::state UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___state_6; public: inline static int32_t get_offset_of_initialised_1() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063, ___initialised_1)); } inline bool get_initialised_1() const { return ___initialised_1; } inline bool* get_address_of_initialised_1() { return &___initialised_1; } inline void set_initialised_1(bool value) { ___initialised_1 = value; } inline static int32_t get_offset_of__keyis128_2() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063, ____keyis128_2)); } inline bool get__keyis128_2() const { return ____keyis128_2; } inline bool* get_address_of__keyis128_2() { return &____keyis128_2; } inline void set__keyis128_2(bool value) { ____keyis128_2 = value; } inline static int32_t get_offset_of_subkey_3() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063, ___subkey_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_subkey_3() const { return ___subkey_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_subkey_3() { return &___subkey_3; } inline void set_subkey_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___subkey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subkey_3), (void*)value); } inline static int32_t get_offset_of_kw_4() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063, ___kw_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_kw_4() const { return ___kw_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_kw_4() { return &___kw_4; } inline void set_kw_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___kw_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___kw_4), (void*)value); } inline static int32_t get_offset_of_ke_5() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063, ___ke_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_ke_5() const { return ___ke_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_ke_5() { return &___ke_5; } inline void set_ke_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___ke_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ke_5), (void*)value); } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063, ___state_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_state_6() const { return ___state_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_state_6() { return &___state_6; } inline void set_state_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___state_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_6), (void*)value); } }; struct CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::SIGMA UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SIGMA_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::SBOX1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SBOX1_8; public: inline static int32_t get_offset_of_SIGMA_7() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields, ___SIGMA_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SIGMA_7() const { return ___SIGMA_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SIGMA_7() { return &___SIGMA_7; } inline void set_SIGMA_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SIGMA_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SIGMA_7), (void*)value); } inline static int32_t get_offset_of_SBOX1_8() { return static_cast(offsetof(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields, ___SBOX1_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SBOX1_8() const { return ___SBOX1_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SBOX1_8() { return &___SBOX1_8; } inline void set_SBOX1_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SBOX1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX1_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine struct Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_Kr Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____Kr_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_Km UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____Km_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_encrypting bool ____encrypting_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____workingKey_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_rounds int32_t ____rounds_15; public: inline static int32_t get_offset_of__Kr_11() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____Kr_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__Kr_11() const { return ____Kr_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__Kr_11() { return &____Kr_11; } inline void set__Kr_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____Kr_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____Kr_11), (void*)value); } inline static int32_t get_offset_of__Km_12() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____Km_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__Km_12() const { return ____Km_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__Km_12() { return &____Km_12; } inline void set__Km_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____Km_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____Km_12), (void*)value); } inline static int32_t get_offset_of__encrypting_13() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____encrypting_13)); } inline bool get__encrypting_13() const { return ____encrypting_13; } inline bool* get_address_of__encrypting_13() { return &____encrypting_13; } inline void set__encrypting_13(bool value) { ____encrypting_13 = value; } inline static int32_t get_offset_of__workingKey_14() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____workingKey_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__workingKey_14() const { return ____workingKey_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__workingKey_14() { return &____workingKey_14; } inline void set__workingKey_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____workingKey_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingKey_14), (void*)value); } inline static int32_t get_offset_of__rounds_15() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____rounds_15)); } inline int32_t get__rounds_15() const { return ____rounds_15; } inline int32_t* get_address_of__rounds_15() { return &____rounds_15; } inline void set__rounds_15(int32_t value) { ____rounds_15 = value; } }; struct Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S1_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S2_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S3_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S4 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S4_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S5 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S5_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S6 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S6_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S7 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S7_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S8 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S8_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::MAX_ROUNDS int32_t ___MAX_ROUNDS_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::RED_ROUNDS int32_t ___RED_ROUNDS_9; public: inline static int32_t get_offset_of_S1_0() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S1_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S1_0() const { return ___S1_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S1_0() { return &___S1_0; } inline void set_S1_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_0), (void*)value); } inline static int32_t get_offset_of_S2_1() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S2_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S2_1() const { return ___S2_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S2_1() { return &___S2_1; } inline void set_S2_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_1), (void*)value); } inline static int32_t get_offset_of_S3_2() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S3_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S3_2() const { return ___S3_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S3_2() { return &___S3_2; } inline void set_S3_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_2), (void*)value); } inline static int32_t get_offset_of_S4_3() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S4_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S4_3() const { return ___S4_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S4_3() { return &___S4_3; } inline void set_S4_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___S4_3), (void*)value); } inline static int32_t get_offset_of_S5_4() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S5_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S5_4() const { return ___S5_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S5_4() { return &___S5_4; } inline void set_S5_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___S5_4), (void*)value); } inline static int32_t get_offset_of_S6_5() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S6_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S6_5() const { return ___S6_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S6_5() { return &___S6_5; } inline void set_S6_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S6_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___S6_5), (void*)value); } inline static int32_t get_offset_of_S7_6() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S7_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S7_6() const { return ___S7_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S7_6() { return &___S7_6; } inline void set_S7_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S7_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___S7_6), (void*)value); } inline static int32_t get_offset_of_S8_7() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S8_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S8_7() const { return ___S8_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S8_7() { return &___S8_7; } inline void set_S8_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S8_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___S8_7), (void*)value); } inline static int32_t get_offset_of_MAX_ROUNDS_8() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___MAX_ROUNDS_8)); } inline int32_t get_MAX_ROUNDS_8() const { return ___MAX_ROUNDS_8; } inline int32_t* get_address_of_MAX_ROUNDS_8() { return &___MAX_ROUNDS_8; } inline void set_MAX_ROUNDS_8(int32_t value) { ___MAX_ROUNDS_8 = value; } inline static int32_t get_offset_of_RED_ROUNDS_9() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___RED_ROUNDS_9)); } inline int32_t get_RED_ROUNDS_9() const { return ___RED_ROUNDS_9; } inline int32_t* get_address_of_RED_ROUNDS_9() { return &___RED_ROUNDS_9; } inline void set_RED_ROUNDS_9(int32_t value) { ___RED_ROUNDS_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcNextV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcNextV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cipher RuntimeObject* ___cipher_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::encrypting bool ___encrypting_5; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cbcV_1() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcV_1() const { return ___cbcV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcV_1() { return &___cbcV_1; } inline void set_cbcV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcV_1), (void*)value); } inline static int32_t get_offset_of_cbcNextV_2() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcNextV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcNextV_2() const { return ___cbcNextV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcNextV_2() { return &___cbcNextV_2; } inline void set_cbcNextV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcNextV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcNextV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_encrypting_5() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___encrypting_5)); } inline bool get_encrypting_5() const { return ___encrypting_5; } inline bool* get_address_of_encrypting_5() { return &___encrypting_5; } inline void set_encrypting_5(bool value) { ___encrypting_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine struct Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::engine RuntimeObject* ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::param KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___param_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::forWrapping bool ___forWrapping_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___engine_0)); } inline RuntimeObject* get_engine_0() const { return ___engine_0; } inline RuntimeObject** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(RuntimeObject* value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___param_1)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_param_1() const { return ___param_1; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_forWrapping_2() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___forWrapping_2)); } inline bool get_forWrapping_2() const { return ___forWrapping_2; } inline bool* get_address_of_forWrapping_2() { return &___forWrapping_2; } inline void set_forWrapping_2(bool value) { ___forWrapping_2 = value; } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // CanvasBlock/CanvasBlockComparer struct CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F : public RuntimeObject { public: public: }; // CaptchaController/d__1 struct U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 : public RuntimeObject { public: // System.Int32 CaptchaController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object CaptchaController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityEngine.UI.Image CaptchaController/d__1::targetRenderImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___targetRenderImage_2; // CaptchaController CaptchaController/d__1::<>4__this CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * ___U3CU3E4__this_3; // System.Action`1 CaptchaController/d__1::cb Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___cb_4; // System.Int32 CaptchaController/d__1::5__2 int32_t ___U3CcodeU3E5__2_5; // UnityEngine.Networking.UnityWebRequest CaptchaController/d__1::5__3 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CuwrU3E5__3_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_targetRenderImage_2() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___targetRenderImage_2)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_targetRenderImage_2() const { return ___targetRenderImage_2; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_targetRenderImage_2() { return &___targetRenderImage_2; } inline void set_targetRenderImage_2(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___targetRenderImage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetRenderImage_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CU3E4__this_3)); } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_cb_4() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___cb_4)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_cb_4() const { return ___cb_4; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_cb_4() { return &___cb_4; } inline void set_cb_4(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___cb_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cb_4), (void*)value); } inline static int32_t get_offset_of_U3CcodeU3E5__2_5() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CcodeU3E5__2_5)); } inline int32_t get_U3CcodeU3E5__2_5() const { return ___U3CcodeU3E5__2_5; } inline int32_t* get_address_of_U3CcodeU3E5__2_5() { return &___U3CcodeU3E5__2_5; } inline void set_U3CcodeU3E5__2_5(int32_t value) { ___U3CcodeU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CuwrU3E5__3_6() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CuwrU3E5__3_6)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CuwrU3E5__3_6() const { return ___U3CuwrU3E5__3_6; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CuwrU3E5__3_6() { return &___U3CuwrU3E5__3_6; } inline void set_U3CuwrU3E5__3_6(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CuwrU3E5__3_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuwrU3E5__3_6), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1, ____set_0)); } inline HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * get__set_0() const { return ____set_0; } inline HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1, ____current_3)); } inline CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * get__current_3() const { return ____current_3; } inline CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____set_0)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get__set_0() const { return ____set_0; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine struct CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600 : public Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB { public: public: }; // BestHTTP.SignalRCore.Messages.CancelInvocationMessage struct CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D { public: // System.String BestHTTP.SignalRCore.Messages.CancelInvocationMessage::invocationId String_t* ___invocationId_0; public: inline static int32_t get_offset_of_invocationId_0() { return static_cast(offsetof(CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D, ___invocationId_0)); } inline String_t* get_invocationId_0() const { return ___invocationId_0; } inline String_t** get_address_of_invocationId_0() { return &___invocationId_0; } inline void set_invocationId_0(String_t* value) { ___invocationId_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocationId_0), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.Messages.CancelInvocationMessage struct CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_pinvoke { char* ___invocationId_0; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.Messages.CancelInvocationMessage struct CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_com { Il2CppChar* ___invocationId_0; }; // CaptchaController struct CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 : public Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 { public: // System.Int32[] CaptchaController::builtInCaptchaList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___builtInCaptchaList_1; public: inline static int32_t get_offset_of_builtInCaptchaList_1() { return static_cast(offsetof(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437, ___builtInCaptchaList_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_builtInCaptchaList_1() const { return ___builtInCaptchaList_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_builtInCaptchaList_1() { return &___builtInCaptchaList_1; } inline void set_builtInCaptchaList_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___builtInCaptchaList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtInCaptchaList_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters struct Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::keyLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___keyLength_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::iv Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___iv_3; public: inline static int32_t get_offset_of_keyLength_2() { return static_cast(offsetof(Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05, ___keyLength_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_keyLength_2() const { return ___keyLength_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_keyLength_2() { return &___keyLength_2; } inline void set_keyLength_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___keyLength_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyLength_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05, ___iv_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_iv_3() const { return ___iv_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine struct Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 : public Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Kr Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____Kr_18; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Km UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____Km_19; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Tr Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____Tr_20; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Tm UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____Tm_21; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_workingKey UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____workingKey_22; public: inline static int32_t get_offset_of__Kr_18() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Kr_18)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__Kr_18() const { return ____Kr_18; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__Kr_18() { return &____Kr_18; } inline void set__Kr_18(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____Kr_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____Kr_18), (void*)value); } inline static int32_t get_offset_of__Km_19() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Km_19)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__Km_19() const { return ____Km_19; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__Km_19() { return &____Km_19; } inline void set__Km_19(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____Km_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____Km_19), (void*)value); } inline static int32_t get_offset_of__Tr_20() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Tr_20)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__Tr_20() const { return ____Tr_20; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__Tr_20() { return &____Tr_20; } inline void set__Tr_20(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____Tr_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____Tr_20), (void*)value); } inline static int32_t get_offset_of__Tm_21() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Tm_21)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__Tm_21() const { return ____Tm_21; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__Tm_21() { return &____Tm_21; } inline void set__Tm_21(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____Tm_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____Tm_21), (void*)value); } inline static int32_t get_offset_of__workingKey_22() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____workingKey_22)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__workingKey_22() const { return ____workingKey_22; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__workingKey_22() { return &____workingKey_22; } inline void set__workingKey_22(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____workingKey_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingKey_22), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { 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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // 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; } }; // UnityEngine.LayerMask struct LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Mathf struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194 { public: union { struct { }; uint8_t Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194__padding[1]; }; public: }; struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields { public: // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_0; public: inline static int32_t get_offset_of_Epsilon_0() { return static_cast(offsetof(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields, ___Epsilon_0)); } inline float get_Epsilon_0() const { return ___Epsilon_0; } inline float* get_address_of_Epsilon_0() { return &___Epsilon_0; } inline void set_Epsilon_0(float value) { ___Epsilon_0 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { 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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { 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_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___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_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___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_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___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_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___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_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { 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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { 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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.CameraClearFlags struct CameraClearFlags_t5CCA5C0FD787D780C128B8B0D6ACC80BB41B1DE7 { public: // System.Int32 UnityEngine.CameraClearFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraClearFlags_t5CCA5C0FD787D780C128B8B0D6ACC80BB41B1DE7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Utility.CameraRefocus struct CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9 : public RuntimeObject { public: // UnityEngine.Camera UnityStandardAssets.Utility.CameraRefocus::Camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___Camera_0; // UnityEngine.Vector3 UnityStandardAssets.Utility.CameraRefocus::Lookatpoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Lookatpoint_1; // UnityEngine.Transform UnityStandardAssets.Utility.CameraRefocus::Parent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___Parent_2; // UnityEngine.Vector3 UnityStandardAssets.Utility.CameraRefocus::m_OrigCameraPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_OrigCameraPos_3; // System.Boolean UnityStandardAssets.Utility.CameraRefocus::m_Refocus bool ___m_Refocus_4; public: inline static int32_t get_offset_of_Camera_0() { return static_cast(offsetof(CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9, ___Camera_0)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_Camera_0() const { return ___Camera_0; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_Camera_0() { return &___Camera_0; } inline void set_Camera_0(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___Camera_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camera_0), (void*)value); } inline static int32_t get_offset_of_Lookatpoint_1() { return static_cast(offsetof(CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9, ___Lookatpoint_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Lookatpoint_1() const { return ___Lookatpoint_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Lookatpoint_1() { return &___Lookatpoint_1; } inline void set_Lookatpoint_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Lookatpoint_1 = value; } inline static int32_t get_offset_of_Parent_2() { return static_cast(offsetof(CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9, ___Parent_2)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_Parent_2() const { return ___Parent_2; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_Parent_2() { return &___Parent_2; } inline void set_Parent_2(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___Parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parent_2), (void*)value); } inline static int32_t get_offset_of_m_OrigCameraPos_3() { return static_cast(offsetof(CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9, ___m_OrigCameraPos_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_OrigCameraPos_3() const { return ___m_OrigCameraPos_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_OrigCameraPos_3() { return &___m_OrigCameraPos_3; } inline void set_m_OrigCameraPos_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_OrigCameraPos_3 = value; } inline static int32_t get_offset_of_m_Refocus_4() { return static_cast(offsetof(CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9, ___m_Refocus_4)); } inline bool get_m_Refocus_4() const { return ___m_Refocus_4; } inline bool* get_address_of_m_Refocus_4() { return &___m_Refocus_4; } inline void set_m_Refocus_4(bool value) { ___m_Refocus_4 = value; } }; // UnityStandardAssets.Vehicles.Car.CarDriveType struct CarDriveType_t551E52344B12CEEC73A46A69351158CE314B5866 { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarDriveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CarDriveType_t551E52344B12CEEC73A46A69351158CE314B5866, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 : public RuntimeObject { public: // UnityEngine.Vector3 UnityEngine.Collision::m_Impulse Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; // UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; // UnityEngine.Rigidbody UnityEngine.Collision::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; // UnityEngine.Collider UnityEngine.Collision::m_Collider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; // System.Int32 UnityEngine.Collision::m_ContactCount int32_t ___m_ContactCount_4; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_ReusedContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_ReusedContacts_5; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_LegacyContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_LegacyContacts_6; public: inline static int32_t get_offset_of_m_Impulse_0() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Impulse_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Impulse_0() const { return ___m_Impulse_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Impulse_0() { return &___m_Impulse_0; } inline void set_m_Impulse_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Impulse_0 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_1() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_RelativeVelocity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_RelativeVelocity_1() const { return ___m_RelativeVelocity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_RelativeVelocity_1() { return &___m_RelativeVelocity_1; } inline void set_m_RelativeVelocity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_RelativeVelocity_1 = value; } inline static int32_t get_offset_of_m_Rigidbody_2() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Rigidbody_2)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_2() const { return ___m_Rigidbody_2; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_2() { return &___m_Rigidbody_2; } inline void set_m_Rigidbody_2(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_2), (void*)value); } inline static int32_t get_offset_of_m_Collider_3() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Collider_3)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_Collider_3() const { return ___m_Collider_3; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_Collider_3() { return &___m_Collider_3; } inline void set_m_Collider_3(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___m_Collider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Collider_3), (void*)value); } inline static int32_t get_offset_of_m_ContactCount_4() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ContactCount_4)); } inline int32_t get_m_ContactCount_4() const { return ___m_ContactCount_4; } inline int32_t* get_address_of_m_ContactCount_4() { return &___m_ContactCount_4; } inline void set_m_ContactCount_4(int32_t value) { ___m_ContactCount_4 = value; } inline static int32_t get_offset_of_m_ReusedContacts_5() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ReusedContacts_5)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_ReusedContacts_5() const { return ___m_ReusedContacts_5; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_ReusedContacts_5() { return &___m_ReusedContacts_5; } inline void set_m_ReusedContacts_5(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_ReusedContacts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ReusedContacts_5), (void*)value); } inline static int32_t get_offset_of_m_LegacyContacts_6() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_LegacyContacts_6)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_LegacyContacts_6() const { return ___m_LegacyContacts_6; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_LegacyContacts_6() { return &___m_LegacyContacts_6; } inline void set_m_LegacyContacts_6(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_LegacyContacts_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LegacyContacts_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_pinvoke { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // Native definition for COM marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_com { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // System.Delegate struct Delegate_t : 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::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___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_t, ___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_t, ___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((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___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_t, ___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_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)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((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.FilterMode struct FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19 { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalRCore.Messages.MessageTypes struct MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C { public: // System.Int32 BestHTTP.SignalRCore.Messages.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : 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_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___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_tF2F3778131EFF286AF62B7B013A170F95A91571A_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_tF2F3778131EFF286AF62B7B013A170F95A91571A_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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RenderTextureFormat struct RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { 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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___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; } }; // UnityStandardAssets.Vehicles.Car.SpeedType struct SpeedType_t6C8AAEE07858A3DAAD147D760FA050E229A6F24E { public: // System.Int32 UnityStandardAssets.Vehicles.Car.SpeedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpeedType_t6C8AAEE07858A3DAAD147D760FA050E229A6F24E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureWrapMode struct TextureWrapMode_t86DDA8206E4AA784A1218D0DE3C5F6826D7549EB { public: // System.Int32 UnityEngine.TextureWrapMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureWrapMode_t86DDA8206E4AA784A1218D0DE3C5F6826D7549EB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.WheelHit struct WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB { public: // UnityEngine.Vector3 UnityEngine.WheelHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.WheelHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // UnityEngine.Vector3 UnityEngine.WheelHit::m_ForwardDir Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_ForwardDir_2; // UnityEngine.Vector3 UnityEngine.WheelHit::m_SidewaysDir Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_SidewaysDir_3; // System.Single UnityEngine.WheelHit::m_Force float ___m_Force_4; // System.Single UnityEngine.WheelHit::m_ForwardSlip float ___m_ForwardSlip_5; // System.Single UnityEngine.WheelHit::m_SidewaysSlip float ___m_SidewaysSlip_6; // UnityEngine.Collider UnityEngine.WheelHit::m_Collider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_7; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_ForwardDir_2() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_ForwardDir_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_ForwardDir_2() const { return ___m_ForwardDir_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_ForwardDir_2() { return &___m_ForwardDir_2; } inline void set_m_ForwardDir_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_ForwardDir_2 = value; } inline static int32_t get_offset_of_m_SidewaysDir_3() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_SidewaysDir_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_SidewaysDir_3() const { return ___m_SidewaysDir_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_SidewaysDir_3() { return &___m_SidewaysDir_3; } inline void set_m_SidewaysDir_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_SidewaysDir_3 = value; } inline static int32_t get_offset_of_m_Force_4() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_Force_4)); } inline float get_m_Force_4() const { return ___m_Force_4; } inline float* get_address_of_m_Force_4() { return &___m_Force_4; } inline void set_m_Force_4(float value) { ___m_Force_4 = value; } inline static int32_t get_offset_of_m_ForwardSlip_5() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_ForwardSlip_5)); } inline float get_m_ForwardSlip_5() const { return ___m_ForwardSlip_5; } inline float* get_address_of_m_ForwardSlip_5() { return &___m_ForwardSlip_5; } inline void set_m_ForwardSlip_5(float value) { ___m_ForwardSlip_5 = value; } inline static int32_t get_offset_of_m_SidewaysSlip_6() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_SidewaysSlip_6)); } inline float get_m_SidewaysSlip_6() const { return ___m_SidewaysSlip_6; } inline float* get_address_of_m_SidewaysSlip_6() { return &___m_SidewaysSlip_6; } inline void set_m_SidewaysSlip_6(float value) { ___m_SidewaysSlip_6 = value; } inline static int32_t get_offset_of_m_Collider_7() { return static_cast(offsetof(WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB, ___m_Collider_7)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_Collider_7() const { return ___m_Collider_7; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_Collider_7() { return &___m_Collider_7; } inline void set_m_Collider_7(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___m_Collider_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Collider_7), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.WheelHit struct WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB_marshaled_pinvoke { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_ForwardDir_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_SidewaysDir_3; float ___m_Force_4; float ___m_ForwardSlip_5; float ___m_SidewaysSlip_6; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_7; }; // Native definition for COM marshalling of UnityEngine.WheelHit struct WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB_marshaled_com { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_ForwardDir_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_SidewaysDir_3; float ___m_Force_4; float ___m_ForwardSlip_5; float ___m_SidewaysSlip_6; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_7; }; // UnityStandardAssets.ImageEffects.Bloom/BloomQuality struct BloomQuality_tBABD4E45E0B3FBE453ECE45414D8061623708970 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/BloomQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomQuality_tBABD4E45E0B3FBE453ECE45414D8061623708970, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode struct BloomScreenBlendMode_t6DD092993C8BBE6BB032391244848CB236B4CD49 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomScreenBlendMode_t6DD092993C8BBE6BB032391244848CB236B4CD49, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode struct HDRBloomMode_tD05CF34EBC04A0E153A20933612721F1DB34631D { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HDRBloomMode_tD05CF34EBC04A0E153A20933612721F1DB34631D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle struct LensFlareStyle_t26A73EC00BEC079F19141DD54A43E2AA8423ECF1 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LensFlareStyle_t26A73EC00BEC079F19141DD54A43E2AA8423ECF1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.Bloom/TweakMode struct TweakMode_t94413EBB247EE99219E4249EDCF74E9AC0C87776 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/TweakMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweakMode_t94413EBB247EE99219E4249EDCF74E9AC0C87776, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.CameraMotionBlur/MotionBlurFilter struct MotionBlurFilter_tF1B797F4BCC06C02B461480040935C1E70CC9032 { public: // System.Int32 UnityStandardAssets.ImageEffects.CameraMotionBlur/MotionBlurFilter::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MotionBlurFilter_tF1B797F4BCC06C02B461480040935C1E70CC9032, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Vehicles.Car.CarAIControl/BrakeCondition struct BrakeCondition_t572327A6BEF2B87F11D6912EC09660BFAAAAB42D { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarAIControl/BrakeCondition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BrakeCondition_t572327A6BEF2B87F11D6912EC09660BFAAAAB42D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Vehicles.Car.CarAudio/EngineAudioOptions struct EngineAudioOptions_t87F09FF01D4E3CD29BF6CF872EE8175BCB407482 { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarAudio/EngineAudioOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EngineAudioOptions_t87F09FF01D4E3CD29BF6CF872EE8175BCB407482, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.GraphicRaycaster/BlockingObjects struct BlockingObjects_t3E2C52C921D1DE2C3EDB3FBC0685E319727BE810 { public: // System.Int32 UnityEngine.UI.GraphicRaycaster/BlockingObjects::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockingObjects_t3E2C52C921D1DE2C3EDB3FBC0685E319727BE810, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration/AberrationMode struct AberrationMode_t67FC2015EB23AAD6BD6DA9FB88A670B418939BE9 { public: // System.Int32 UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration/AberrationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AberrationMode_t67FC2015EB23AAD6BD6DA9FB88A670B418939BE9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * ___m_PCMReaderCallback_4; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * ___m_PCMSetPositionCallback_5; public: inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMReaderCallback_4)); } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; } inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * value) { ___m_PCMReaderCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMSetPositionCallback_5)); } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; } inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * value) { ___m_PCMSetPositionCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.FlareLayer struct FlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // UnityStandardAssets._2D.Camera2DFollow struct Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets._2D.Camera2DFollow::target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target_4; // System.Single UnityStandardAssets._2D.Camera2DFollow::damping float ___damping_5; // System.Single UnityStandardAssets._2D.Camera2DFollow::lookAheadFactor float ___lookAheadFactor_6; // System.Single UnityStandardAssets._2D.Camera2DFollow::lookAheadReturnSpeed float ___lookAheadReturnSpeed_7; // System.Single UnityStandardAssets._2D.Camera2DFollow::lookAheadMoveThreshold float ___lookAheadMoveThreshold_8; // System.Single UnityStandardAssets._2D.Camera2DFollow::m_OffsetZ float ___m_OffsetZ_9; // UnityEngine.Vector3 UnityStandardAssets._2D.Camera2DFollow::m_LastTargetPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_LastTargetPosition_10; // UnityEngine.Vector3 UnityStandardAssets._2D.Camera2DFollow::m_CurrentVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_CurrentVelocity_11; // UnityEngine.Vector3 UnityStandardAssets._2D.Camera2DFollow::m_LookAheadPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_LookAheadPos_12; public: inline static int32_t get_offset_of_target_4() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___target_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_target_4() const { return ___target_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_target_4() { return &___target_4; } inline void set_target_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___target_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_4), (void*)value); } inline static int32_t get_offset_of_damping_5() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___damping_5)); } inline float get_damping_5() const { return ___damping_5; } inline float* get_address_of_damping_5() { return &___damping_5; } inline void set_damping_5(float value) { ___damping_5 = value; } inline static int32_t get_offset_of_lookAheadFactor_6() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___lookAheadFactor_6)); } inline float get_lookAheadFactor_6() const { return ___lookAheadFactor_6; } inline float* get_address_of_lookAheadFactor_6() { return &___lookAheadFactor_6; } inline void set_lookAheadFactor_6(float value) { ___lookAheadFactor_6 = value; } inline static int32_t get_offset_of_lookAheadReturnSpeed_7() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___lookAheadReturnSpeed_7)); } inline float get_lookAheadReturnSpeed_7() const { return ___lookAheadReturnSpeed_7; } inline float* get_address_of_lookAheadReturnSpeed_7() { return &___lookAheadReturnSpeed_7; } inline void set_lookAheadReturnSpeed_7(float value) { ___lookAheadReturnSpeed_7 = value; } inline static int32_t get_offset_of_lookAheadMoveThreshold_8() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___lookAheadMoveThreshold_8)); } inline float get_lookAheadMoveThreshold_8() const { return ___lookAheadMoveThreshold_8; } inline float* get_address_of_lookAheadMoveThreshold_8() { return &___lookAheadMoveThreshold_8; } inline void set_lookAheadMoveThreshold_8(float value) { ___lookAheadMoveThreshold_8 = value; } inline static int32_t get_offset_of_m_OffsetZ_9() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___m_OffsetZ_9)); } inline float get_m_OffsetZ_9() const { return ___m_OffsetZ_9; } inline float* get_address_of_m_OffsetZ_9() { return &___m_OffsetZ_9; } inline void set_m_OffsetZ_9(float value) { ___m_OffsetZ_9 = value; } inline static int32_t get_offset_of_m_LastTargetPosition_10() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___m_LastTargetPosition_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_LastTargetPosition_10() const { return ___m_LastTargetPosition_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_LastTargetPosition_10() { return &___m_LastTargetPosition_10; } inline void set_m_LastTargetPosition_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_LastTargetPosition_10 = value; } inline static int32_t get_offset_of_m_CurrentVelocity_11() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___m_CurrentVelocity_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_CurrentVelocity_11() const { return ___m_CurrentVelocity_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_CurrentVelocity_11() { return &___m_CurrentVelocity_11; } inline void set_m_CurrentVelocity_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_CurrentVelocity_11 = value; } inline static int32_t get_offset_of_m_LookAheadPos_12() { return static_cast(offsetof(Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA, ___m_LookAheadPos_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_LookAheadPos_12() const { return ___m_LookAheadPos_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_LookAheadPos_12() { return &___m_LookAheadPos_12; } inline void set_m_LookAheadPos_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_LookAheadPos_12 = value; } }; // CameraCopyer struct CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject CameraCopyer::src GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___src_4; // UnityEngine.GameObject CameraCopyer::dest1 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___dest1_5; // UnityEngine.GameObject CameraCopyer::dest2 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___dest2_6; public: inline static int32_t get_offset_of_src_4() { return static_cast(offsetof(CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80, ___src_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_src_4() const { return ___src_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_src_4() { return &___src_4; } inline void set_src_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___src_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___src_4), (void*)value); } inline static int32_t get_offset_of_dest1_5() { return static_cast(offsetof(CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80, ___dest1_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_dest1_5() const { return ___dest1_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_dest1_5() { return &___dest1_5; } inline void set_dest1_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___dest1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___dest1_5), (void*)value); } inline static int32_t get_offset_of_dest2_6() { return static_cast(offsetof(CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80, ___dest2_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_dest2_6() const { return ___dest2_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_dest2_6() { return &___dest2_6; } inline void set_dest2_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___dest2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___dest2_6), (void*)value); } }; // UnityStandardAssets._2D.CameraFollow struct CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets._2D.CameraFollow::xMargin float ___xMargin_4; // System.Single UnityStandardAssets._2D.CameraFollow::yMargin float ___yMargin_5; // System.Single UnityStandardAssets._2D.CameraFollow::xSmooth float ___xSmooth_6; // System.Single UnityStandardAssets._2D.CameraFollow::ySmooth float ___ySmooth_7; // UnityEngine.Vector2 UnityStandardAssets._2D.CameraFollow::maxXAndY Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___maxXAndY_8; // UnityEngine.Vector2 UnityStandardAssets._2D.CameraFollow::minXAndY Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___minXAndY_9; // UnityEngine.Transform UnityStandardAssets._2D.CameraFollow::m_Player Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Player_10; public: inline static int32_t get_offset_of_xMargin_4() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___xMargin_4)); } inline float get_xMargin_4() const { return ___xMargin_4; } inline float* get_address_of_xMargin_4() { return &___xMargin_4; } inline void set_xMargin_4(float value) { ___xMargin_4 = value; } inline static int32_t get_offset_of_yMargin_5() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___yMargin_5)); } inline float get_yMargin_5() const { return ___yMargin_5; } inline float* get_address_of_yMargin_5() { return &___yMargin_5; } inline void set_yMargin_5(float value) { ___yMargin_5 = value; } inline static int32_t get_offset_of_xSmooth_6() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___xSmooth_6)); } inline float get_xSmooth_6() const { return ___xSmooth_6; } inline float* get_address_of_xSmooth_6() { return &___xSmooth_6; } inline void set_xSmooth_6(float value) { ___xSmooth_6 = value; } inline static int32_t get_offset_of_ySmooth_7() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___ySmooth_7)); } inline float get_ySmooth_7() const { return ___ySmooth_7; } inline float* get_address_of_ySmooth_7() { return &___ySmooth_7; } inline void set_ySmooth_7(float value) { ___ySmooth_7 = value; } inline static int32_t get_offset_of_maxXAndY_8() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___maxXAndY_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_maxXAndY_8() const { return ___maxXAndY_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_maxXAndY_8() { return &___maxXAndY_8; } inline void set_maxXAndY_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___maxXAndY_8 = value; } inline static int32_t get_offset_of_minXAndY_9() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___minXAndY_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_minXAndY_9() const { return ___minXAndY_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_minXAndY_9() { return &___minXAndY_9; } inline void set_minXAndY_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___minXAndY_9 = value; } inline static int32_t get_offset_of_m_Player_10() { return static_cast(offsetof(CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638, ___m_Player_10)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Player_10() const { return ___m_Player_10; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Player_10() { return &___m_Player_10; } inline void set_m_Player_10(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Player_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Player_10), (void*)value); } }; // CameraSwitch struct CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject[] CameraSwitch::objects GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___objects_4; // UnityEngine.UI.Text CameraSwitch::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_5; // System.Int32 CameraSwitch::m_CurrentActiveObject int32_t ___m_CurrentActiveObject_6; public: inline static int32_t get_offset_of_objects_4() { return static_cast(offsetof(CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D, ___objects_4)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_objects_4() const { return ___objects_4; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_objects_4() { return &___objects_4; } inline void set_objects_4(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___objects_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___objects_4), (void*)value); } inline static int32_t get_offset_of_text_5() { return static_cast(offsetof(CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D, ___text_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_5() const { return ___text_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_5() { return &___text_5; } inline void set_text_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_5), (void*)value); } inline static int32_t get_offset_of_m_CurrentActiveObject_6() { return static_cast(offsetof(CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D, ___m_CurrentActiveObject_6)); } inline int32_t get_m_CurrentActiveObject_6() const { return ___m_CurrentActiveObject_6; } inline int32_t* get_address_of_m_CurrentActiveObject_6() { return &___m_CurrentActiveObject_6; } inline void set_m_CurrentActiveObject_6(int32_t value) { ___m_CurrentActiveObject_6 = value; } }; // CameraToLook struct CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform CameraToLook::point Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___point_4; public: inline static int32_t get_offset_of_point_4() { return static_cast(offsetof(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733, ___point_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_point_4() const { return ___point_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_point_4() { return &___point_4; } inline void set_point_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___point_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___point_4), (void*)value); } }; struct CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields { public: // CameraToLook CameraToLook::ins CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields, ___ins_5)); } inline CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * get_ins_5() const { return ___ins_5; } inline CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // CanvasBlock struct CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean CanvasBlock::hasBan bool ___hasBan_5; // System.Boolean CanvasBlock::valueBeforeBan bool ___valueBeforeBan_6; public: inline static int32_t get_offset_of_hasBan_5() { return static_cast(offsetof(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93, ___hasBan_5)); } inline bool get_hasBan_5() const { return ___hasBan_5; } inline bool* get_address_of_hasBan_5() { return &___hasBan_5; } inline void set_hasBan_5(bool value) { ___hasBan_5 = value; } inline static int32_t get_offset_of_valueBeforeBan_6() { return static_cast(offsetof(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93, ___valueBeforeBan_6)); } inline bool get_valueBeforeBan_6() const { return ___valueBeforeBan_6; } inline bool* get_address_of_valueBeforeBan_6() { return &___valueBeforeBan_6; } inline void set_valueBeforeBan_6(bool value) { ___valueBeforeBan_6 = value; } }; struct CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields { public: // System.Collections.Generic.HashSet`1 CanvasBlock::canvasBlocks HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * ___canvasBlocks_4; public: inline static int32_t get_offset_of_canvasBlocks_4() { return static_cast(offsetof(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields, ___canvasBlocks_4)); } inline HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * get_canvasBlocks_4() const { return ___canvasBlocks_4; } inline HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B ** get_address_of_canvasBlocks_4() { return &___canvasBlocks_4; } inline void set_canvasBlocks_4(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * value) { ___canvasBlocks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvasBlocks_4), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.CarAIControl struct CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_CautiousSpeedFactor float ___m_CautiousSpeedFactor_4; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_CautiousMaxAngle float ___m_CautiousMaxAngle_5; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_CautiousMaxDistance float ___m_CautiousMaxDistance_6; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_CautiousAngularVelocityFactor float ___m_CautiousAngularVelocityFactor_7; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_SteerSensitivity float ___m_SteerSensitivity_8; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_AccelSensitivity float ___m_AccelSensitivity_9; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_BrakeSensitivity float ___m_BrakeSensitivity_10; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_LateralWanderDistance float ___m_LateralWanderDistance_11; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_LateralWanderSpeed float ___m_LateralWanderSpeed_12; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_AccelWanderAmount float ___m_AccelWanderAmount_13; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_AccelWanderSpeed float ___m_AccelWanderSpeed_14; // UnityStandardAssets.Vehicles.Car.CarAIControl/BrakeCondition UnityStandardAssets.Vehicles.Car.CarAIControl::m_BrakeCondition int32_t ___m_BrakeCondition_15; // System.Boolean UnityStandardAssets.Vehicles.Car.CarAIControl::m_Driving bool ___m_Driving_16; // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.CarAIControl::m_Target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Target_17; // System.Boolean UnityStandardAssets.Vehicles.Car.CarAIControl::m_StopWhenTargetReached bool ___m_StopWhenTargetReached_18; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_ReachTargetThreshold float ___m_ReachTargetThreshold_19; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_RandomPerlin float ___m_RandomPerlin_20; // UnityStandardAssets.Vehicles.Car.CarController UnityStandardAssets.Vehicles.Car.CarAIControl::m_CarController CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * ___m_CarController_21; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_AvoidOtherCarTime float ___m_AvoidOtherCarTime_22; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_AvoidOtherCarSlowdown float ___m_AvoidOtherCarSlowdown_23; // System.Single UnityStandardAssets.Vehicles.Car.CarAIControl::m_AvoidPathOffset float ___m_AvoidPathOffset_24; // UnityEngine.Rigidbody UnityStandardAssets.Vehicles.Car.CarAIControl::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_25; public: inline static int32_t get_offset_of_m_CautiousSpeedFactor_4() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_CautiousSpeedFactor_4)); } inline float get_m_CautiousSpeedFactor_4() const { return ___m_CautiousSpeedFactor_4; } inline float* get_address_of_m_CautiousSpeedFactor_4() { return &___m_CautiousSpeedFactor_4; } inline void set_m_CautiousSpeedFactor_4(float value) { ___m_CautiousSpeedFactor_4 = value; } inline static int32_t get_offset_of_m_CautiousMaxAngle_5() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_CautiousMaxAngle_5)); } inline float get_m_CautiousMaxAngle_5() const { return ___m_CautiousMaxAngle_5; } inline float* get_address_of_m_CautiousMaxAngle_5() { return &___m_CautiousMaxAngle_5; } inline void set_m_CautiousMaxAngle_5(float value) { ___m_CautiousMaxAngle_5 = value; } inline static int32_t get_offset_of_m_CautiousMaxDistance_6() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_CautiousMaxDistance_6)); } inline float get_m_CautiousMaxDistance_6() const { return ___m_CautiousMaxDistance_6; } inline float* get_address_of_m_CautiousMaxDistance_6() { return &___m_CautiousMaxDistance_6; } inline void set_m_CautiousMaxDistance_6(float value) { ___m_CautiousMaxDistance_6 = value; } inline static int32_t get_offset_of_m_CautiousAngularVelocityFactor_7() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_CautiousAngularVelocityFactor_7)); } inline float get_m_CautiousAngularVelocityFactor_7() const { return ___m_CautiousAngularVelocityFactor_7; } inline float* get_address_of_m_CautiousAngularVelocityFactor_7() { return &___m_CautiousAngularVelocityFactor_7; } inline void set_m_CautiousAngularVelocityFactor_7(float value) { ___m_CautiousAngularVelocityFactor_7 = value; } inline static int32_t get_offset_of_m_SteerSensitivity_8() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_SteerSensitivity_8)); } inline float get_m_SteerSensitivity_8() const { return ___m_SteerSensitivity_8; } inline float* get_address_of_m_SteerSensitivity_8() { return &___m_SteerSensitivity_8; } inline void set_m_SteerSensitivity_8(float value) { ___m_SteerSensitivity_8 = value; } inline static int32_t get_offset_of_m_AccelSensitivity_9() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_AccelSensitivity_9)); } inline float get_m_AccelSensitivity_9() const { return ___m_AccelSensitivity_9; } inline float* get_address_of_m_AccelSensitivity_9() { return &___m_AccelSensitivity_9; } inline void set_m_AccelSensitivity_9(float value) { ___m_AccelSensitivity_9 = value; } inline static int32_t get_offset_of_m_BrakeSensitivity_10() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_BrakeSensitivity_10)); } inline float get_m_BrakeSensitivity_10() const { return ___m_BrakeSensitivity_10; } inline float* get_address_of_m_BrakeSensitivity_10() { return &___m_BrakeSensitivity_10; } inline void set_m_BrakeSensitivity_10(float value) { ___m_BrakeSensitivity_10 = value; } inline static int32_t get_offset_of_m_LateralWanderDistance_11() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_LateralWanderDistance_11)); } inline float get_m_LateralWanderDistance_11() const { return ___m_LateralWanderDistance_11; } inline float* get_address_of_m_LateralWanderDistance_11() { return &___m_LateralWanderDistance_11; } inline void set_m_LateralWanderDistance_11(float value) { ___m_LateralWanderDistance_11 = value; } inline static int32_t get_offset_of_m_LateralWanderSpeed_12() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_LateralWanderSpeed_12)); } inline float get_m_LateralWanderSpeed_12() const { return ___m_LateralWanderSpeed_12; } inline float* get_address_of_m_LateralWanderSpeed_12() { return &___m_LateralWanderSpeed_12; } inline void set_m_LateralWanderSpeed_12(float value) { ___m_LateralWanderSpeed_12 = value; } inline static int32_t get_offset_of_m_AccelWanderAmount_13() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_AccelWanderAmount_13)); } inline float get_m_AccelWanderAmount_13() const { return ___m_AccelWanderAmount_13; } inline float* get_address_of_m_AccelWanderAmount_13() { return &___m_AccelWanderAmount_13; } inline void set_m_AccelWanderAmount_13(float value) { ___m_AccelWanderAmount_13 = value; } inline static int32_t get_offset_of_m_AccelWanderSpeed_14() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_AccelWanderSpeed_14)); } inline float get_m_AccelWanderSpeed_14() const { return ___m_AccelWanderSpeed_14; } inline float* get_address_of_m_AccelWanderSpeed_14() { return &___m_AccelWanderSpeed_14; } inline void set_m_AccelWanderSpeed_14(float value) { ___m_AccelWanderSpeed_14 = value; } inline static int32_t get_offset_of_m_BrakeCondition_15() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_BrakeCondition_15)); } inline int32_t get_m_BrakeCondition_15() const { return ___m_BrakeCondition_15; } inline int32_t* get_address_of_m_BrakeCondition_15() { return &___m_BrakeCondition_15; } inline void set_m_BrakeCondition_15(int32_t value) { ___m_BrakeCondition_15 = value; } inline static int32_t get_offset_of_m_Driving_16() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_Driving_16)); } inline bool get_m_Driving_16() const { return ___m_Driving_16; } inline bool* get_address_of_m_Driving_16() { return &___m_Driving_16; } inline void set_m_Driving_16(bool value) { ___m_Driving_16 = value; } inline static int32_t get_offset_of_m_Target_17() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_Target_17)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Target_17() const { return ___m_Target_17; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Target_17() { return &___m_Target_17; } inline void set_m_Target_17(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Target_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_17), (void*)value); } inline static int32_t get_offset_of_m_StopWhenTargetReached_18() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_StopWhenTargetReached_18)); } inline bool get_m_StopWhenTargetReached_18() const { return ___m_StopWhenTargetReached_18; } inline bool* get_address_of_m_StopWhenTargetReached_18() { return &___m_StopWhenTargetReached_18; } inline void set_m_StopWhenTargetReached_18(bool value) { ___m_StopWhenTargetReached_18 = value; } inline static int32_t get_offset_of_m_ReachTargetThreshold_19() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_ReachTargetThreshold_19)); } inline float get_m_ReachTargetThreshold_19() const { return ___m_ReachTargetThreshold_19; } inline float* get_address_of_m_ReachTargetThreshold_19() { return &___m_ReachTargetThreshold_19; } inline void set_m_ReachTargetThreshold_19(float value) { ___m_ReachTargetThreshold_19 = value; } inline static int32_t get_offset_of_m_RandomPerlin_20() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_RandomPerlin_20)); } inline float get_m_RandomPerlin_20() const { return ___m_RandomPerlin_20; } inline float* get_address_of_m_RandomPerlin_20() { return &___m_RandomPerlin_20; } inline void set_m_RandomPerlin_20(float value) { ___m_RandomPerlin_20 = value; } inline static int32_t get_offset_of_m_CarController_21() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_CarController_21)); } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * get_m_CarController_21() const { return ___m_CarController_21; } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 ** get_address_of_m_CarController_21() { return &___m_CarController_21; } inline void set_m_CarController_21(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * value) { ___m_CarController_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CarController_21), (void*)value); } inline static int32_t get_offset_of_m_AvoidOtherCarTime_22() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_AvoidOtherCarTime_22)); } inline float get_m_AvoidOtherCarTime_22() const { return ___m_AvoidOtherCarTime_22; } inline float* get_address_of_m_AvoidOtherCarTime_22() { return &___m_AvoidOtherCarTime_22; } inline void set_m_AvoidOtherCarTime_22(float value) { ___m_AvoidOtherCarTime_22 = value; } inline static int32_t get_offset_of_m_AvoidOtherCarSlowdown_23() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_AvoidOtherCarSlowdown_23)); } inline float get_m_AvoidOtherCarSlowdown_23() const { return ___m_AvoidOtherCarSlowdown_23; } inline float* get_address_of_m_AvoidOtherCarSlowdown_23() { return &___m_AvoidOtherCarSlowdown_23; } inline void set_m_AvoidOtherCarSlowdown_23(float value) { ___m_AvoidOtherCarSlowdown_23 = value; } inline static int32_t get_offset_of_m_AvoidPathOffset_24() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_AvoidPathOffset_24)); } inline float get_m_AvoidPathOffset_24() const { return ___m_AvoidPathOffset_24; } inline float* get_address_of_m_AvoidPathOffset_24() { return &___m_AvoidPathOffset_24; } inline void set_m_AvoidPathOffset_24(float value) { ___m_AvoidPathOffset_24 = value; } inline static int32_t get_offset_of_m_Rigidbody_25() { return static_cast(offsetof(CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5, ___m_Rigidbody_25)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_25() const { return ___m_Rigidbody_25; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_25() { return &___m_Rigidbody_25; } inline void set_m_Rigidbody_25(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_25), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.CarAudio struct CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityStandardAssets.Vehicles.Car.CarAudio/EngineAudioOptions UnityStandardAssets.Vehicles.Car.CarAudio::engineSoundStyle int32_t ___engineSoundStyle_4; // UnityEngine.AudioClip UnityStandardAssets.Vehicles.Car.CarAudio::lowAccelClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___lowAccelClip_5; // UnityEngine.AudioClip UnityStandardAssets.Vehicles.Car.CarAudio::lowDecelClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___lowDecelClip_6; // UnityEngine.AudioClip UnityStandardAssets.Vehicles.Car.CarAudio::highAccelClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___highAccelClip_7; // UnityEngine.AudioClip UnityStandardAssets.Vehicles.Car.CarAudio::highDecelClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___highDecelClip_8; // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::pitchMultiplier float ___pitchMultiplier_9; // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::lowPitchMin float ___lowPitchMin_10; // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::lowPitchMax float ___lowPitchMax_11; // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::highPitchMultiplier float ___highPitchMultiplier_12; // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::maxRolloffDistance float ___maxRolloffDistance_13; // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::dopplerLevel float ___dopplerLevel_14; // System.Boolean UnityStandardAssets.Vehicles.Car.CarAudio::useDoppler bool ___useDoppler_15; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.CarAudio::m_LowAccel AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_LowAccel_16; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.CarAudio::m_LowDecel AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_LowDecel_17; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.CarAudio::m_HighAccel AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_HighAccel_18; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.CarAudio::m_HighDecel AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_HighDecel_19; // System.Boolean UnityStandardAssets.Vehicles.Car.CarAudio::m_StartedSound bool ___m_StartedSound_20; // UnityStandardAssets.Vehicles.Car.CarController UnityStandardAssets.Vehicles.Car.CarAudio::m_CarController CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * ___m_CarController_21; public: inline static int32_t get_offset_of_engineSoundStyle_4() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___engineSoundStyle_4)); } inline int32_t get_engineSoundStyle_4() const { return ___engineSoundStyle_4; } inline int32_t* get_address_of_engineSoundStyle_4() { return &___engineSoundStyle_4; } inline void set_engineSoundStyle_4(int32_t value) { ___engineSoundStyle_4 = value; } inline static int32_t get_offset_of_lowAccelClip_5() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___lowAccelClip_5)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_lowAccelClip_5() const { return ___lowAccelClip_5; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_lowAccelClip_5() { return &___lowAccelClip_5; } inline void set_lowAccelClip_5(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___lowAccelClip_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowAccelClip_5), (void*)value); } inline static int32_t get_offset_of_lowDecelClip_6() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___lowDecelClip_6)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_lowDecelClip_6() const { return ___lowDecelClip_6; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_lowDecelClip_6() { return &___lowDecelClip_6; } inline void set_lowDecelClip_6(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___lowDecelClip_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowDecelClip_6), (void*)value); } inline static int32_t get_offset_of_highAccelClip_7() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___highAccelClip_7)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_highAccelClip_7() const { return ___highAccelClip_7; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_highAccelClip_7() { return &___highAccelClip_7; } inline void set_highAccelClip_7(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___highAccelClip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___highAccelClip_7), (void*)value); } inline static int32_t get_offset_of_highDecelClip_8() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___highDecelClip_8)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_highDecelClip_8() const { return ___highDecelClip_8; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_highDecelClip_8() { return &___highDecelClip_8; } inline void set_highDecelClip_8(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___highDecelClip_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___highDecelClip_8), (void*)value); } inline static int32_t get_offset_of_pitchMultiplier_9() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___pitchMultiplier_9)); } inline float get_pitchMultiplier_9() const { return ___pitchMultiplier_9; } inline float* get_address_of_pitchMultiplier_9() { return &___pitchMultiplier_9; } inline void set_pitchMultiplier_9(float value) { ___pitchMultiplier_9 = value; } inline static int32_t get_offset_of_lowPitchMin_10() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___lowPitchMin_10)); } inline float get_lowPitchMin_10() const { return ___lowPitchMin_10; } inline float* get_address_of_lowPitchMin_10() { return &___lowPitchMin_10; } inline void set_lowPitchMin_10(float value) { ___lowPitchMin_10 = value; } inline static int32_t get_offset_of_lowPitchMax_11() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___lowPitchMax_11)); } inline float get_lowPitchMax_11() const { return ___lowPitchMax_11; } inline float* get_address_of_lowPitchMax_11() { return &___lowPitchMax_11; } inline void set_lowPitchMax_11(float value) { ___lowPitchMax_11 = value; } inline static int32_t get_offset_of_highPitchMultiplier_12() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___highPitchMultiplier_12)); } inline float get_highPitchMultiplier_12() const { return ___highPitchMultiplier_12; } inline float* get_address_of_highPitchMultiplier_12() { return &___highPitchMultiplier_12; } inline void set_highPitchMultiplier_12(float value) { ___highPitchMultiplier_12 = value; } inline static int32_t get_offset_of_maxRolloffDistance_13() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___maxRolloffDistance_13)); } inline float get_maxRolloffDistance_13() const { return ___maxRolloffDistance_13; } inline float* get_address_of_maxRolloffDistance_13() { return &___maxRolloffDistance_13; } inline void set_maxRolloffDistance_13(float value) { ___maxRolloffDistance_13 = value; } inline static int32_t get_offset_of_dopplerLevel_14() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___dopplerLevel_14)); } inline float get_dopplerLevel_14() const { return ___dopplerLevel_14; } inline float* get_address_of_dopplerLevel_14() { return &___dopplerLevel_14; } inline void set_dopplerLevel_14(float value) { ___dopplerLevel_14 = value; } inline static int32_t get_offset_of_useDoppler_15() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___useDoppler_15)); } inline bool get_useDoppler_15() const { return ___useDoppler_15; } inline bool* get_address_of_useDoppler_15() { return &___useDoppler_15; } inline void set_useDoppler_15(bool value) { ___useDoppler_15 = value; } inline static int32_t get_offset_of_m_LowAccel_16() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___m_LowAccel_16)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_LowAccel_16() const { return ___m_LowAccel_16; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_LowAccel_16() { return &___m_LowAccel_16; } inline void set_m_LowAccel_16(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_LowAccel_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LowAccel_16), (void*)value); } inline static int32_t get_offset_of_m_LowDecel_17() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___m_LowDecel_17)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_LowDecel_17() const { return ___m_LowDecel_17; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_LowDecel_17() { return &___m_LowDecel_17; } inline void set_m_LowDecel_17(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_LowDecel_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LowDecel_17), (void*)value); } inline static int32_t get_offset_of_m_HighAccel_18() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___m_HighAccel_18)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_HighAccel_18() const { return ___m_HighAccel_18; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_HighAccel_18() { return &___m_HighAccel_18; } inline void set_m_HighAccel_18(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_HighAccel_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighAccel_18), (void*)value); } inline static int32_t get_offset_of_m_HighDecel_19() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___m_HighDecel_19)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_HighDecel_19() const { return ___m_HighDecel_19; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_HighDecel_19() { return &___m_HighDecel_19; } inline void set_m_HighDecel_19(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_HighDecel_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighDecel_19), (void*)value); } inline static int32_t get_offset_of_m_StartedSound_20() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___m_StartedSound_20)); } inline bool get_m_StartedSound_20() const { return ___m_StartedSound_20; } inline bool* get_address_of_m_StartedSound_20() { return &___m_StartedSound_20; } inline void set_m_StartedSound_20(bool value) { ___m_StartedSound_20 = value; } inline static int32_t get_offset_of_m_CarController_21() { return static_cast(offsetof(CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E, ___m_CarController_21)); } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * get_m_CarController_21() const { return ___m_CarController_21; } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 ** get_address_of_m_CarController_21() { return &___m_CarController_21; } inline void set_m_CarController_21(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * value) { ___m_CarController_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CarController_21), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.CarController struct CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityStandardAssets.Vehicles.Car.CarDriveType UnityStandardAssets.Vehicles.Car.CarController::m_CarDriveType int32_t ___m_CarDriveType_4; // UnityEngine.WheelCollider[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelColliders WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* ___m_WheelColliders_5; // UnityEngine.GameObject[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelMeshes GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___m_WheelMeshes_6; // UnityStandardAssets.Vehicles.Car.WheelEffects[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelEffects WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* ___m_WheelEffects_7; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.CarController::m_CentreOfMassOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_CentreOfMassOffset_8; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_MaximumSteerAngle float ___m_MaximumSteerAngle_9; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_SteerHelper float ___m_SteerHelper_10; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_TractionControl float ___m_TractionControl_11; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_FullTorqueOverAllWheels float ___m_FullTorqueOverAllWheels_12; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_ReverseTorque float ___m_ReverseTorque_13; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_MaxHandbrakeTorque float ___m_MaxHandbrakeTorque_14; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_Downforce float ___m_Downforce_15; // UnityStandardAssets.Vehicles.Car.SpeedType UnityStandardAssets.Vehicles.Car.CarController::m_SpeedType int32_t ___m_SpeedType_16; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_Topspeed float ___m_Topspeed_17; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_RevRangeBoundary float ___m_RevRangeBoundary_19; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_SlipLimit float ___m_SlipLimit_20; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_BrakeTorque float ___m_BrakeTorque_21; // UnityEngine.Quaternion[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelMeshLocalRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___m_WheelMeshLocalRotations_22; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.CarController::m_Prevpos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Prevpos_23; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.CarController::m_Pos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Pos_24; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_SteerAngle float ___m_SteerAngle_25; // System.Int32 UnityStandardAssets.Vehicles.Car.CarController::m_GearNum int32_t ___m_GearNum_26; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_GearFactor float ___m_GearFactor_27; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_OldRotation float ___m_OldRotation_28; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_CurrentTorque float ___m_CurrentTorque_29; // UnityEngine.Rigidbody UnityStandardAssets.Vehicles.Car.CarController::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_30; // System.Boolean UnityStandardAssets.Vehicles.Car.CarController::k__BackingField bool ___U3CSkiddingU3Ek__BackingField_32; // System.Single UnityStandardAssets.Vehicles.Car.CarController::k__BackingField float ___U3CBrakeInputU3Ek__BackingField_33; // System.Single UnityStandardAssets.Vehicles.Car.CarController::k__BackingField float ___U3CRevsU3Ek__BackingField_34; // System.Single UnityStandardAssets.Vehicles.Car.CarController::k__BackingField float ___U3CAccelInputU3Ek__BackingField_35; public: inline static int32_t get_offset_of_m_CarDriveType_4() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_CarDriveType_4)); } inline int32_t get_m_CarDriveType_4() const { return ___m_CarDriveType_4; } inline int32_t* get_address_of_m_CarDriveType_4() { return &___m_CarDriveType_4; } inline void set_m_CarDriveType_4(int32_t value) { ___m_CarDriveType_4 = value; } inline static int32_t get_offset_of_m_WheelColliders_5() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelColliders_5)); } inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* get_m_WheelColliders_5() const { return ___m_WheelColliders_5; } inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6** get_address_of_m_WheelColliders_5() { return &___m_WheelColliders_5; } inline void set_m_WheelColliders_5(WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* value) { ___m_WheelColliders_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelColliders_5), (void*)value); } inline static int32_t get_offset_of_m_WheelMeshes_6() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelMeshes_6)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_m_WheelMeshes_6() const { return ___m_WheelMeshes_6; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_m_WheelMeshes_6() { return &___m_WheelMeshes_6; } inline void set_m_WheelMeshes_6(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___m_WheelMeshes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelMeshes_6), (void*)value); } inline static int32_t get_offset_of_m_WheelEffects_7() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelEffects_7)); } inline WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* get_m_WheelEffects_7() const { return ___m_WheelEffects_7; } inline WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A** get_address_of_m_WheelEffects_7() { return &___m_WheelEffects_7; } inline void set_m_WheelEffects_7(WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* value) { ___m_WheelEffects_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelEffects_7), (void*)value); } inline static int32_t get_offset_of_m_CentreOfMassOffset_8() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_CentreOfMassOffset_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_CentreOfMassOffset_8() const { return ___m_CentreOfMassOffset_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_CentreOfMassOffset_8() { return &___m_CentreOfMassOffset_8; } inline void set_m_CentreOfMassOffset_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_CentreOfMassOffset_8 = value; } inline static int32_t get_offset_of_m_MaximumSteerAngle_9() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_MaximumSteerAngle_9)); } inline float get_m_MaximumSteerAngle_9() const { return ___m_MaximumSteerAngle_9; } inline float* get_address_of_m_MaximumSteerAngle_9() { return &___m_MaximumSteerAngle_9; } inline void set_m_MaximumSteerAngle_9(float value) { ___m_MaximumSteerAngle_9 = value; } inline static int32_t get_offset_of_m_SteerHelper_10() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SteerHelper_10)); } inline float get_m_SteerHelper_10() const { return ___m_SteerHelper_10; } inline float* get_address_of_m_SteerHelper_10() { return &___m_SteerHelper_10; } inline void set_m_SteerHelper_10(float value) { ___m_SteerHelper_10 = value; } inline static int32_t get_offset_of_m_TractionControl_11() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_TractionControl_11)); } inline float get_m_TractionControl_11() const { return ___m_TractionControl_11; } inline float* get_address_of_m_TractionControl_11() { return &___m_TractionControl_11; } inline void set_m_TractionControl_11(float value) { ___m_TractionControl_11 = value; } inline static int32_t get_offset_of_m_FullTorqueOverAllWheels_12() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_FullTorqueOverAllWheels_12)); } inline float get_m_FullTorqueOverAllWheels_12() const { return ___m_FullTorqueOverAllWheels_12; } inline float* get_address_of_m_FullTorqueOverAllWheels_12() { return &___m_FullTorqueOverAllWheels_12; } inline void set_m_FullTorqueOverAllWheels_12(float value) { ___m_FullTorqueOverAllWheels_12 = value; } inline static int32_t get_offset_of_m_ReverseTorque_13() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_ReverseTorque_13)); } inline float get_m_ReverseTorque_13() const { return ___m_ReverseTorque_13; } inline float* get_address_of_m_ReverseTorque_13() { return &___m_ReverseTorque_13; } inline void set_m_ReverseTorque_13(float value) { ___m_ReverseTorque_13 = value; } inline static int32_t get_offset_of_m_MaxHandbrakeTorque_14() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_MaxHandbrakeTorque_14)); } inline float get_m_MaxHandbrakeTorque_14() const { return ___m_MaxHandbrakeTorque_14; } inline float* get_address_of_m_MaxHandbrakeTorque_14() { return &___m_MaxHandbrakeTorque_14; } inline void set_m_MaxHandbrakeTorque_14(float value) { ___m_MaxHandbrakeTorque_14 = value; } inline static int32_t get_offset_of_m_Downforce_15() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Downforce_15)); } inline float get_m_Downforce_15() const { return ___m_Downforce_15; } inline float* get_address_of_m_Downforce_15() { return &___m_Downforce_15; } inline void set_m_Downforce_15(float value) { ___m_Downforce_15 = value; } inline static int32_t get_offset_of_m_SpeedType_16() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SpeedType_16)); } inline int32_t get_m_SpeedType_16() const { return ___m_SpeedType_16; } inline int32_t* get_address_of_m_SpeedType_16() { return &___m_SpeedType_16; } inline void set_m_SpeedType_16(int32_t value) { ___m_SpeedType_16 = value; } inline static int32_t get_offset_of_m_Topspeed_17() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Topspeed_17)); } inline float get_m_Topspeed_17() const { return ___m_Topspeed_17; } inline float* get_address_of_m_Topspeed_17() { return &___m_Topspeed_17; } inline void set_m_Topspeed_17(float value) { ___m_Topspeed_17 = value; } inline static int32_t get_offset_of_m_RevRangeBoundary_19() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_RevRangeBoundary_19)); } inline float get_m_RevRangeBoundary_19() const { return ___m_RevRangeBoundary_19; } inline float* get_address_of_m_RevRangeBoundary_19() { return &___m_RevRangeBoundary_19; } inline void set_m_RevRangeBoundary_19(float value) { ___m_RevRangeBoundary_19 = value; } inline static int32_t get_offset_of_m_SlipLimit_20() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SlipLimit_20)); } inline float get_m_SlipLimit_20() const { return ___m_SlipLimit_20; } inline float* get_address_of_m_SlipLimit_20() { return &___m_SlipLimit_20; } inline void set_m_SlipLimit_20(float value) { ___m_SlipLimit_20 = value; } inline static int32_t get_offset_of_m_BrakeTorque_21() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_BrakeTorque_21)); } inline float get_m_BrakeTorque_21() const { return ___m_BrakeTorque_21; } inline float* get_address_of_m_BrakeTorque_21() { return &___m_BrakeTorque_21; } inline void set_m_BrakeTorque_21(float value) { ___m_BrakeTorque_21 = value; } inline static int32_t get_offset_of_m_WheelMeshLocalRotations_22() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelMeshLocalRotations_22)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_m_WheelMeshLocalRotations_22() const { return ___m_WheelMeshLocalRotations_22; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_m_WheelMeshLocalRotations_22() { return &___m_WheelMeshLocalRotations_22; } inline void set_m_WheelMeshLocalRotations_22(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___m_WheelMeshLocalRotations_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelMeshLocalRotations_22), (void*)value); } inline static int32_t get_offset_of_m_Prevpos_23() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Prevpos_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Prevpos_23() const { return ___m_Prevpos_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Prevpos_23() { return &___m_Prevpos_23; } inline void set_m_Prevpos_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Prevpos_23 = value; } inline static int32_t get_offset_of_m_Pos_24() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Pos_24)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Pos_24() const { return ___m_Pos_24; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Pos_24() { return &___m_Pos_24; } inline void set_m_Pos_24(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Pos_24 = value; } inline static int32_t get_offset_of_m_SteerAngle_25() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SteerAngle_25)); } inline float get_m_SteerAngle_25() const { return ___m_SteerAngle_25; } inline float* get_address_of_m_SteerAngle_25() { return &___m_SteerAngle_25; } inline void set_m_SteerAngle_25(float value) { ___m_SteerAngle_25 = value; } inline static int32_t get_offset_of_m_GearNum_26() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_GearNum_26)); } inline int32_t get_m_GearNum_26() const { return ___m_GearNum_26; } inline int32_t* get_address_of_m_GearNum_26() { return &___m_GearNum_26; } inline void set_m_GearNum_26(int32_t value) { ___m_GearNum_26 = value; } inline static int32_t get_offset_of_m_GearFactor_27() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_GearFactor_27)); } inline float get_m_GearFactor_27() const { return ___m_GearFactor_27; } inline float* get_address_of_m_GearFactor_27() { return &___m_GearFactor_27; } inline void set_m_GearFactor_27(float value) { ___m_GearFactor_27 = value; } inline static int32_t get_offset_of_m_OldRotation_28() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_OldRotation_28)); } inline float get_m_OldRotation_28() const { return ___m_OldRotation_28; } inline float* get_address_of_m_OldRotation_28() { return &___m_OldRotation_28; } inline void set_m_OldRotation_28(float value) { ___m_OldRotation_28 = value; } inline static int32_t get_offset_of_m_CurrentTorque_29() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_CurrentTorque_29)); } inline float get_m_CurrentTorque_29() const { return ___m_CurrentTorque_29; } inline float* get_address_of_m_CurrentTorque_29() { return &___m_CurrentTorque_29; } inline void set_m_CurrentTorque_29(float value) { ___m_CurrentTorque_29 = value; } inline static int32_t get_offset_of_m_Rigidbody_30() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Rigidbody_30)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_30() const { return ___m_Rigidbody_30; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_30() { return &___m_Rigidbody_30; } inline void set_m_Rigidbody_30(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_30), (void*)value); } inline static int32_t get_offset_of_U3CSkiddingU3Ek__BackingField_32() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CSkiddingU3Ek__BackingField_32)); } inline bool get_U3CSkiddingU3Ek__BackingField_32() const { return ___U3CSkiddingU3Ek__BackingField_32; } inline bool* get_address_of_U3CSkiddingU3Ek__BackingField_32() { return &___U3CSkiddingU3Ek__BackingField_32; } inline void set_U3CSkiddingU3Ek__BackingField_32(bool value) { ___U3CSkiddingU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CBrakeInputU3Ek__BackingField_33() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CBrakeInputU3Ek__BackingField_33)); } inline float get_U3CBrakeInputU3Ek__BackingField_33() const { return ___U3CBrakeInputU3Ek__BackingField_33; } inline float* get_address_of_U3CBrakeInputU3Ek__BackingField_33() { return &___U3CBrakeInputU3Ek__BackingField_33; } inline void set_U3CBrakeInputU3Ek__BackingField_33(float value) { ___U3CBrakeInputU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CRevsU3Ek__BackingField_34() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CRevsU3Ek__BackingField_34)); } inline float get_U3CRevsU3Ek__BackingField_34() const { return ___U3CRevsU3Ek__BackingField_34; } inline float* get_address_of_U3CRevsU3Ek__BackingField_34() { return &___U3CRevsU3Ek__BackingField_34; } inline void set_U3CRevsU3Ek__BackingField_34(float value) { ___U3CRevsU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CAccelInputU3Ek__BackingField_35() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CAccelInputU3Ek__BackingField_35)); } inline float get_U3CAccelInputU3Ek__BackingField_35() const { return ___U3CAccelInputU3Ek__BackingField_35; } inline float* get_address_of_U3CAccelInputU3Ek__BackingField_35() { return &___U3CAccelInputU3Ek__BackingField_35; } inline void set_U3CAccelInputU3Ek__BackingField_35(float value) { ___U3CAccelInputU3Ek__BackingField_35 = value; } }; struct CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarController::NoOfGears int32_t ___NoOfGears_18; public: inline static int32_t get_offset_of_NoOfGears_18() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields, ___NoOfGears_18)); } inline int32_t get_NoOfGears_18() const { return ___NoOfGears_18; } inline int32_t* get_address_of_NoOfGears_18() { return &___NoOfGears_18; } inline void set_NoOfGears_18(int32_t value) { ___NoOfGears_18 = value; } }; // UnityStandardAssets.Vehicles.Car.CarSelfRighting struct CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Car.CarSelfRighting::m_WaitTime float ___m_WaitTime_4; // System.Single UnityStandardAssets.Vehicles.Car.CarSelfRighting::m_VelocityThreshold float ___m_VelocityThreshold_5; // System.Single UnityStandardAssets.Vehicles.Car.CarSelfRighting::m_LastOkTime float ___m_LastOkTime_6; // UnityEngine.Rigidbody UnityStandardAssets.Vehicles.Car.CarSelfRighting::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_7; public: inline static int32_t get_offset_of_m_WaitTime_4() { return static_cast(offsetof(CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C, ___m_WaitTime_4)); } inline float get_m_WaitTime_4() const { return ___m_WaitTime_4; } inline float* get_address_of_m_WaitTime_4() { return &___m_WaitTime_4; } inline void set_m_WaitTime_4(float value) { ___m_WaitTime_4 = value; } inline static int32_t get_offset_of_m_VelocityThreshold_5() { return static_cast(offsetof(CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C, ___m_VelocityThreshold_5)); } inline float get_m_VelocityThreshold_5() const { return ___m_VelocityThreshold_5; } inline float* get_address_of_m_VelocityThreshold_5() { return &___m_VelocityThreshold_5; } inline void set_m_VelocityThreshold_5(float value) { ___m_VelocityThreshold_5 = value; } inline static int32_t get_offset_of_m_LastOkTime_6() { return static_cast(offsetof(CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C, ___m_LastOkTime_6)); } inline float get_m_LastOkTime_6() const { return ___m_LastOkTime_6; } inline float* get_address_of_m_LastOkTime_6() { return &___m_LastOkTime_6; } inline void set_m_LastOkTime_6(float value) { ___m_LastOkTime_6 = value; } inline static int32_t get_offset_of_m_Rigidbody_7() { return static_cast(offsetof(CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C, ___m_Rigidbody_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_7() const { return ___m_Rigidbody_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_7() { return &___m_Rigidbody_7; } inline void set_m_Rigidbody_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_7), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.CarUserControl struct CarUserControl_t4E219C0BE133272069A001B2041C64F667B203C7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityStandardAssets.Vehicles.Car.CarController UnityStandardAssets.Vehicles.Car.CarUserControl::m_Car CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * ___m_Car_4; public: inline static int32_t get_offset_of_m_Car_4() { return static_cast(offsetof(CarUserControl_t4E219C0BE133272069A001B2041C64F667B203C7, ___m_Car_4)); } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * get_m_Car_4() const { return ___m_Car_4; } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 ** get_address_of_m_Car_4() { return &___m_Car_4; } inline void set_m_Car_4(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * value) { ___m_Car_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Car_4), (void*)value); } }; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportHDRTextures bool ___supportHDRTextures_4; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportDX11 bool ___supportDX11_5; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::isSupported bool ___isSupported_6; public: inline static int32_t get_offset_of_supportHDRTextures_4() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportHDRTextures_4)); } inline bool get_supportHDRTextures_4() const { return ___supportHDRTextures_4; } inline bool* get_address_of_supportHDRTextures_4() { return &___supportHDRTextures_4; } inline void set_supportHDRTextures_4(bool value) { ___supportHDRTextures_4 = value; } inline static int32_t get_offset_of_supportDX11_5() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportDX11_5)); } inline bool get_supportDX11_5() const { return ___supportDX11_5; } inline bool* get_address_of_supportDX11_5() { return &___supportDX11_5; } inline void set_supportDX11_5(bool value) { ___supportDX11_5 = value; } inline static int32_t get_offset_of_isSupported_6() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___isSupported_6)); } inline bool get_isSupported_6() const { return ___isSupported_6; } inline bool* get_address_of_isSupported_6() { return &___isSupported_6; } inline void set_isSupported_6(bool value) { ___isSupported_6 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.Vehicles.Car.WheelEffects struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.WheelEffects::SkidTrailPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___SkidTrailPrefab_4; // UnityEngine.ParticleSystem UnityStandardAssets.Vehicles.Car.WheelEffects::skidParticles ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___skidParticles_6; // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::k__BackingField bool ___U3CskiddingU3Ek__BackingField_7; // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::k__BackingField bool ___U3CPlayingAudioU3Ek__BackingField_8; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.WheelEffects::m_AudioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_AudioSource_9; // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.WheelEffects::m_SkidTrail Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_SkidTrail_10; // UnityEngine.WheelCollider UnityStandardAssets.Vehicles.Car.WheelEffects::m_WheelCollider WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * ___m_WheelCollider_11; public: inline static int32_t get_offset_of_SkidTrailPrefab_4() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___SkidTrailPrefab_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_SkidTrailPrefab_4() const { return ___SkidTrailPrefab_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_SkidTrailPrefab_4() { return &___SkidTrailPrefab_4; } inline void set_SkidTrailPrefab_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___SkidTrailPrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SkidTrailPrefab_4), (void*)value); } inline static int32_t get_offset_of_skidParticles_6() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___skidParticles_6)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_skidParticles_6() const { return ___skidParticles_6; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_skidParticles_6() { return &___skidParticles_6; } inline void set_skidParticles_6(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___skidParticles_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___skidParticles_6), (void*)value); } inline static int32_t get_offset_of_U3CskiddingU3Ek__BackingField_7() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___U3CskiddingU3Ek__BackingField_7)); } inline bool get_U3CskiddingU3Ek__BackingField_7() const { return ___U3CskiddingU3Ek__BackingField_7; } inline bool* get_address_of_U3CskiddingU3Ek__BackingField_7() { return &___U3CskiddingU3Ek__BackingField_7; } inline void set_U3CskiddingU3Ek__BackingField_7(bool value) { ___U3CskiddingU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CPlayingAudioU3Ek__BackingField_8() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___U3CPlayingAudioU3Ek__BackingField_8)); } inline bool get_U3CPlayingAudioU3Ek__BackingField_8() const { return ___U3CPlayingAudioU3Ek__BackingField_8; } inline bool* get_address_of_U3CPlayingAudioU3Ek__BackingField_8() { return &___U3CPlayingAudioU3Ek__BackingField_8; } inline void set_U3CPlayingAudioU3Ek__BackingField_8(bool value) { ___U3CPlayingAudioU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_m_AudioSource_9() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___m_AudioSource_9)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_AudioSource_9() const { return ___m_AudioSource_9; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_AudioSource_9() { return &___m_AudioSource_9; } inline void set_m_AudioSource_9(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_AudioSource_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AudioSource_9), (void*)value); } inline static int32_t get_offset_of_m_SkidTrail_10() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___m_SkidTrail_10)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_SkidTrail_10() const { return ___m_SkidTrail_10; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_SkidTrail_10() { return &___m_SkidTrail_10; } inline void set_m_SkidTrail_10(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_SkidTrail_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SkidTrail_10), (void*)value); } inline static int32_t get_offset_of_m_WheelCollider_11() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___m_WheelCollider_11)); } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * get_m_WheelCollider_11() const { return ___m_WheelCollider_11; } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 ** get_address_of_m_WheelCollider_11() { return &___m_WheelCollider_11; } inline void set_m_WheelCollider_11(WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * value) { ___m_WheelCollider_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelCollider_11), (void*)value); } }; struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.WheelEffects::skidTrailsDetachedParent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___skidTrailsDetachedParent_5; public: inline static int32_t get_offset_of_skidTrailsDetachedParent_5() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields, ___skidTrailsDetachedParent_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_skidTrailsDetachedParent_5() const { return ___skidTrailsDetachedParent_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_skidTrailsDetachedParent_5() { return &___skidTrailsDetachedParent_5; } inline void set_skidTrailsDetachedParent_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___skidTrailsDetachedParent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___skidTrailsDetachedParent_5), (void*)value); } }; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.BaseRaycaster::m_RootRaycaster BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___m_RootRaycaster_4; public: inline static int32_t get_offset_of_m_RootRaycaster_4() { return static_cast(offsetof(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876, ___m_RootRaycaster_4)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_m_RootRaycaster_4() const { return ___m_RootRaycaster_4; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_m_RootRaycaster_4() { return &___m_RootRaycaster_4; } inline void set_m_RootRaycaster_4(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___m_RootRaycaster_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RootRaycaster_4), (void*)value); } }; // UnityStandardAssets.ImageEffects.Bloom struct Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.Bloom/TweakMode UnityStandardAssets.ImageEffects.Bloom::tweakMode int32_t ___tweakMode_7; // UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode UnityStandardAssets.ImageEffects.Bloom::screenBlendMode int32_t ___screenBlendMode_8; // UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode UnityStandardAssets.ImageEffects.Bloom::hdr int32_t ___hdr_9; // System.Boolean UnityStandardAssets.ImageEffects.Bloom::doHdr bool ___doHdr_10; // System.Single UnityStandardAssets.ImageEffects.Bloom::sepBlurSpread float ___sepBlurSpread_11; // UnityStandardAssets.ImageEffects.Bloom/BloomQuality UnityStandardAssets.ImageEffects.Bloom::quality int32_t ___quality_12; // System.Single UnityStandardAssets.ImageEffects.Bloom::bloomIntensity float ___bloomIntensity_13; // System.Single UnityStandardAssets.ImageEffects.Bloom::bloomThreshold float ___bloomThreshold_14; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::bloomThresholdColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___bloomThresholdColor_15; // System.Int32 UnityStandardAssets.ImageEffects.Bloom::bloomBlurIterations int32_t ___bloomBlurIterations_16; // System.Int32 UnityStandardAssets.ImageEffects.Bloom::hollywoodFlareBlurIterations int32_t ___hollywoodFlareBlurIterations_17; // System.Single UnityStandardAssets.ImageEffects.Bloom::flareRotation float ___flareRotation_18; // UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle UnityStandardAssets.ImageEffects.Bloom::lensflareMode int32_t ___lensflareMode_19; // System.Single UnityStandardAssets.ImageEffects.Bloom::hollyStretchWidth float ___hollyStretchWidth_20; // System.Single UnityStandardAssets.ImageEffects.Bloom::lensflareIntensity float ___lensflareIntensity_21; // System.Single UnityStandardAssets.ImageEffects.Bloom::lensflareThreshold float ___lensflareThreshold_22; // System.Single UnityStandardAssets.ImageEffects.Bloom::lensFlareSaturation float ___lensFlareSaturation_23; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorA Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorA_24; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorB Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorB_25; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorC Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorC_26; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorD Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorD_27; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.Bloom::lensFlareVignetteMask Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___lensFlareVignetteMask_28; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::lensFlareShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___lensFlareShader_29; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::lensFlareMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___lensFlareMaterial_30; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::screenBlendShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___screenBlendShader_31; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::screenBlend Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___screenBlend_32; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::blurAndFlaresShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___blurAndFlaresShader_33; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::blurAndFlaresMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___blurAndFlaresMaterial_34; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::brightPassFilterShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___brightPassFilterShader_35; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::brightPassFilterMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___brightPassFilterMaterial_36; public: inline static int32_t get_offset_of_tweakMode_7() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___tweakMode_7)); } inline int32_t get_tweakMode_7() const { return ___tweakMode_7; } inline int32_t* get_address_of_tweakMode_7() { return &___tweakMode_7; } inline void set_tweakMode_7(int32_t value) { ___tweakMode_7 = value; } inline static int32_t get_offset_of_screenBlendMode_8() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___screenBlendMode_8)); } inline int32_t get_screenBlendMode_8() const { return ___screenBlendMode_8; } inline int32_t* get_address_of_screenBlendMode_8() { return &___screenBlendMode_8; } inline void set_screenBlendMode_8(int32_t value) { ___screenBlendMode_8 = value; } inline static int32_t get_offset_of_hdr_9() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___hdr_9)); } inline int32_t get_hdr_9() const { return ___hdr_9; } inline int32_t* get_address_of_hdr_9() { return &___hdr_9; } inline void set_hdr_9(int32_t value) { ___hdr_9 = value; } inline static int32_t get_offset_of_doHdr_10() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___doHdr_10)); } inline bool get_doHdr_10() const { return ___doHdr_10; } inline bool* get_address_of_doHdr_10() { return &___doHdr_10; } inline void set_doHdr_10(bool value) { ___doHdr_10 = value; } inline static int32_t get_offset_of_sepBlurSpread_11() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___sepBlurSpread_11)); } inline float get_sepBlurSpread_11() const { return ___sepBlurSpread_11; } inline float* get_address_of_sepBlurSpread_11() { return &___sepBlurSpread_11; } inline void set_sepBlurSpread_11(float value) { ___sepBlurSpread_11 = value; } inline static int32_t get_offset_of_quality_12() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___quality_12)); } inline int32_t get_quality_12() const { return ___quality_12; } inline int32_t* get_address_of_quality_12() { return &___quality_12; } inline void set_quality_12(int32_t value) { ___quality_12 = value; } inline static int32_t get_offset_of_bloomIntensity_13() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomIntensity_13)); } inline float get_bloomIntensity_13() const { return ___bloomIntensity_13; } inline float* get_address_of_bloomIntensity_13() { return &___bloomIntensity_13; } inline void set_bloomIntensity_13(float value) { ___bloomIntensity_13 = value; } inline static int32_t get_offset_of_bloomThreshold_14() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomThreshold_14)); } inline float get_bloomThreshold_14() const { return ___bloomThreshold_14; } inline float* get_address_of_bloomThreshold_14() { return &___bloomThreshold_14; } inline void set_bloomThreshold_14(float value) { ___bloomThreshold_14 = value; } inline static int32_t get_offset_of_bloomThresholdColor_15() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomThresholdColor_15)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_bloomThresholdColor_15() const { return ___bloomThresholdColor_15; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_bloomThresholdColor_15() { return &___bloomThresholdColor_15; } inline void set_bloomThresholdColor_15(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___bloomThresholdColor_15 = value; } inline static int32_t get_offset_of_bloomBlurIterations_16() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomBlurIterations_16)); } inline int32_t get_bloomBlurIterations_16() const { return ___bloomBlurIterations_16; } inline int32_t* get_address_of_bloomBlurIterations_16() { return &___bloomBlurIterations_16; } inline void set_bloomBlurIterations_16(int32_t value) { ___bloomBlurIterations_16 = value; } inline static int32_t get_offset_of_hollywoodFlareBlurIterations_17() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___hollywoodFlareBlurIterations_17)); } inline int32_t get_hollywoodFlareBlurIterations_17() const { return ___hollywoodFlareBlurIterations_17; } inline int32_t* get_address_of_hollywoodFlareBlurIterations_17() { return &___hollywoodFlareBlurIterations_17; } inline void set_hollywoodFlareBlurIterations_17(int32_t value) { ___hollywoodFlareBlurIterations_17 = value; } inline static int32_t get_offset_of_flareRotation_18() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareRotation_18)); } inline float get_flareRotation_18() const { return ___flareRotation_18; } inline float* get_address_of_flareRotation_18() { return &___flareRotation_18; } inline void set_flareRotation_18(float value) { ___flareRotation_18 = value; } inline static int32_t get_offset_of_lensflareMode_19() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensflareMode_19)); } inline int32_t get_lensflareMode_19() const { return ___lensflareMode_19; } inline int32_t* get_address_of_lensflareMode_19() { return &___lensflareMode_19; } inline void set_lensflareMode_19(int32_t value) { ___lensflareMode_19 = value; } inline static int32_t get_offset_of_hollyStretchWidth_20() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___hollyStretchWidth_20)); } inline float get_hollyStretchWidth_20() const { return ___hollyStretchWidth_20; } inline float* get_address_of_hollyStretchWidth_20() { return &___hollyStretchWidth_20; } inline void set_hollyStretchWidth_20(float value) { ___hollyStretchWidth_20 = value; } inline static int32_t get_offset_of_lensflareIntensity_21() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensflareIntensity_21)); } inline float get_lensflareIntensity_21() const { return ___lensflareIntensity_21; } inline float* get_address_of_lensflareIntensity_21() { return &___lensflareIntensity_21; } inline void set_lensflareIntensity_21(float value) { ___lensflareIntensity_21 = value; } inline static int32_t get_offset_of_lensflareThreshold_22() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensflareThreshold_22)); } inline float get_lensflareThreshold_22() const { return ___lensflareThreshold_22; } inline float* get_address_of_lensflareThreshold_22() { return &___lensflareThreshold_22; } inline void set_lensflareThreshold_22(float value) { ___lensflareThreshold_22 = value; } inline static int32_t get_offset_of_lensFlareSaturation_23() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareSaturation_23)); } inline float get_lensFlareSaturation_23() const { return ___lensFlareSaturation_23; } inline float* get_address_of_lensFlareSaturation_23() { return &___lensFlareSaturation_23; } inline void set_lensFlareSaturation_23(float value) { ___lensFlareSaturation_23 = value; } inline static int32_t get_offset_of_flareColorA_24() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorA_24)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorA_24() const { return ___flareColorA_24; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorA_24() { return &___flareColorA_24; } inline void set_flareColorA_24(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorA_24 = value; } inline static int32_t get_offset_of_flareColorB_25() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorB_25)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorB_25() const { return ___flareColorB_25; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorB_25() { return &___flareColorB_25; } inline void set_flareColorB_25(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorB_25 = value; } inline static int32_t get_offset_of_flareColorC_26() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorC_26)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorC_26() const { return ___flareColorC_26; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorC_26() { return &___flareColorC_26; } inline void set_flareColorC_26(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorC_26 = value; } inline static int32_t get_offset_of_flareColorD_27() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorD_27)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorD_27() const { return ___flareColorD_27; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorD_27() { return &___flareColorD_27; } inline void set_flareColorD_27(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorD_27 = value; } inline static int32_t get_offset_of_lensFlareVignetteMask_28() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareVignetteMask_28)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_lensFlareVignetteMask_28() const { return ___lensFlareVignetteMask_28; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_lensFlareVignetteMask_28() { return &___lensFlareVignetteMask_28; } inline void set_lensFlareVignetteMask_28(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___lensFlareVignetteMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareVignetteMask_28), (void*)value); } inline static int32_t get_offset_of_lensFlareShader_29() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareShader_29)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_lensFlareShader_29() const { return ___lensFlareShader_29; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_lensFlareShader_29() { return &___lensFlareShader_29; } inline void set_lensFlareShader_29(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___lensFlareShader_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareShader_29), (void*)value); } inline static int32_t get_offset_of_lensFlareMaterial_30() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareMaterial_30)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_lensFlareMaterial_30() const { return ___lensFlareMaterial_30; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_lensFlareMaterial_30() { return &___lensFlareMaterial_30; } inline void set_lensFlareMaterial_30(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___lensFlareMaterial_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareMaterial_30), (void*)value); } inline static int32_t get_offset_of_screenBlendShader_31() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___screenBlendShader_31)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_screenBlendShader_31() const { return ___screenBlendShader_31; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_screenBlendShader_31() { return &___screenBlendShader_31; } inline void set_screenBlendShader_31(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___screenBlendShader_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenBlendShader_31), (void*)value); } inline static int32_t get_offset_of_screenBlend_32() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___screenBlend_32)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_screenBlend_32() const { return ___screenBlend_32; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_screenBlend_32() { return &___screenBlend_32; } inline void set_screenBlend_32(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___screenBlend_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenBlend_32), (void*)value); } inline static int32_t get_offset_of_blurAndFlaresShader_33() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___blurAndFlaresShader_33)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_blurAndFlaresShader_33() const { return ___blurAndFlaresShader_33; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_blurAndFlaresShader_33() { return &___blurAndFlaresShader_33; } inline void set_blurAndFlaresShader_33(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___blurAndFlaresShader_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurAndFlaresShader_33), (void*)value); } inline static int32_t get_offset_of_blurAndFlaresMaterial_34() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___blurAndFlaresMaterial_34)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_blurAndFlaresMaterial_34() const { return ___blurAndFlaresMaterial_34; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_blurAndFlaresMaterial_34() { return &___blurAndFlaresMaterial_34; } inline void set_blurAndFlaresMaterial_34(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___blurAndFlaresMaterial_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurAndFlaresMaterial_34), (void*)value); } inline static int32_t get_offset_of_brightPassFilterShader_35() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___brightPassFilterShader_35)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_brightPassFilterShader_35() const { return ___brightPassFilterShader_35; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_brightPassFilterShader_35() { return &___brightPassFilterShader_35; } inline void set_brightPassFilterShader_35(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___brightPassFilterShader_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightPassFilterShader_35), (void*)value); } inline static int32_t get_offset_of_brightPassFilterMaterial_36() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___brightPassFilterMaterial_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_brightPassFilterMaterial_36() const { return ___brightPassFilterMaterial_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_brightPassFilterMaterial_36() { return &___brightPassFilterMaterial_36; } inline void set_brightPassFilterMaterial_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___brightPassFilterMaterial_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightPassFilterMaterial_36), (void*)value); } }; // UnityStandardAssets.ImageEffects.CameraMotionBlur struct CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.CameraMotionBlur/MotionBlurFilter UnityStandardAssets.ImageEffects.CameraMotionBlur::filterType int32_t ___filterType_8; // System.Boolean UnityStandardAssets.ImageEffects.CameraMotionBlur::preview bool ___preview_9; // UnityEngine.Vector3 UnityStandardAssets.ImageEffects.CameraMotionBlur::previewScale Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___previewScale_10; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::movementScale float ___movementScale_11; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::rotationScale float ___rotationScale_12; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::maxVelocity float ___maxVelocity_13; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::minVelocity float ___minVelocity_14; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::velocityScale float ___velocityScale_15; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::softZDistance float ___softZDistance_16; // System.Int32 UnityStandardAssets.ImageEffects.CameraMotionBlur::velocityDownsample int32_t ___velocityDownsample_17; // UnityEngine.LayerMask UnityStandardAssets.ImageEffects.CameraMotionBlur::excludeLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___excludeLayers_18; // UnityEngine.GameObject UnityStandardAssets.ImageEffects.CameraMotionBlur::tmpCam GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tmpCam_19; // UnityEngine.Shader UnityStandardAssets.ImageEffects.CameraMotionBlur::shader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader_20; // UnityEngine.Shader UnityStandardAssets.ImageEffects.CameraMotionBlur::dx11MotionBlurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___dx11MotionBlurShader_21; // UnityEngine.Shader UnityStandardAssets.ImageEffects.CameraMotionBlur::replacementClear Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___replacementClear_22; // UnityEngine.Material UnityStandardAssets.ImageEffects.CameraMotionBlur::motionBlurMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___motionBlurMaterial_23; // UnityEngine.Material UnityStandardAssets.ImageEffects.CameraMotionBlur::dx11MotionBlurMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___dx11MotionBlurMaterial_24; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.CameraMotionBlur::noiseTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___noiseTexture_25; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::jitter float ___jitter_26; // System.Boolean UnityStandardAssets.ImageEffects.CameraMotionBlur::showVelocity bool ___showVelocity_27; // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::showVelocityScale float ___showVelocityScale_28; // UnityEngine.Matrix4x4 UnityStandardAssets.ImageEffects.CameraMotionBlur::currentViewProjMat Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___currentViewProjMat_29; // UnityEngine.Matrix4x4 UnityStandardAssets.ImageEffects.CameraMotionBlur::prevViewProjMat Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___prevViewProjMat_30; // System.Int32 UnityStandardAssets.ImageEffects.CameraMotionBlur::prevFrameCount int32_t ___prevFrameCount_31; // System.Boolean UnityStandardAssets.ImageEffects.CameraMotionBlur::wasActive bool ___wasActive_32; // UnityEngine.Vector3 UnityStandardAssets.ImageEffects.CameraMotionBlur::prevFrameForward Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___prevFrameForward_33; // UnityEngine.Vector3 UnityStandardAssets.ImageEffects.CameraMotionBlur::prevFrameUp Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___prevFrameUp_34; // UnityEngine.Vector3 UnityStandardAssets.ImageEffects.CameraMotionBlur::prevFramePos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___prevFramePos_35; // UnityEngine.Camera UnityStandardAssets.ImageEffects.CameraMotionBlur::_camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____camera_36; public: inline static int32_t get_offset_of_filterType_8() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___filterType_8)); } inline int32_t get_filterType_8() const { return ___filterType_8; } inline int32_t* get_address_of_filterType_8() { return &___filterType_8; } inline void set_filterType_8(int32_t value) { ___filterType_8 = value; } inline static int32_t get_offset_of_preview_9() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___preview_9)); } inline bool get_preview_9() const { return ___preview_9; } inline bool* get_address_of_preview_9() { return &___preview_9; } inline void set_preview_9(bool value) { ___preview_9 = value; } inline static int32_t get_offset_of_previewScale_10() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___previewScale_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_previewScale_10() const { return ___previewScale_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_previewScale_10() { return &___previewScale_10; } inline void set_previewScale_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___previewScale_10 = value; } inline static int32_t get_offset_of_movementScale_11() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___movementScale_11)); } inline float get_movementScale_11() const { return ___movementScale_11; } inline float* get_address_of_movementScale_11() { return &___movementScale_11; } inline void set_movementScale_11(float value) { ___movementScale_11 = value; } inline static int32_t get_offset_of_rotationScale_12() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___rotationScale_12)); } inline float get_rotationScale_12() const { return ___rotationScale_12; } inline float* get_address_of_rotationScale_12() { return &___rotationScale_12; } inline void set_rotationScale_12(float value) { ___rotationScale_12 = value; } inline static int32_t get_offset_of_maxVelocity_13() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___maxVelocity_13)); } inline float get_maxVelocity_13() const { return ___maxVelocity_13; } inline float* get_address_of_maxVelocity_13() { return &___maxVelocity_13; } inline void set_maxVelocity_13(float value) { ___maxVelocity_13 = value; } inline static int32_t get_offset_of_minVelocity_14() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___minVelocity_14)); } inline float get_minVelocity_14() const { return ___minVelocity_14; } inline float* get_address_of_minVelocity_14() { return &___minVelocity_14; } inline void set_minVelocity_14(float value) { ___minVelocity_14 = value; } inline static int32_t get_offset_of_velocityScale_15() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___velocityScale_15)); } inline float get_velocityScale_15() const { return ___velocityScale_15; } inline float* get_address_of_velocityScale_15() { return &___velocityScale_15; } inline void set_velocityScale_15(float value) { ___velocityScale_15 = value; } inline static int32_t get_offset_of_softZDistance_16() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___softZDistance_16)); } inline float get_softZDistance_16() const { return ___softZDistance_16; } inline float* get_address_of_softZDistance_16() { return &___softZDistance_16; } inline void set_softZDistance_16(float value) { ___softZDistance_16 = value; } inline static int32_t get_offset_of_velocityDownsample_17() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___velocityDownsample_17)); } inline int32_t get_velocityDownsample_17() const { return ___velocityDownsample_17; } inline int32_t* get_address_of_velocityDownsample_17() { return &___velocityDownsample_17; } inline void set_velocityDownsample_17(int32_t value) { ___velocityDownsample_17 = value; } inline static int32_t get_offset_of_excludeLayers_18() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___excludeLayers_18)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_excludeLayers_18() const { return ___excludeLayers_18; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_excludeLayers_18() { return &___excludeLayers_18; } inline void set_excludeLayers_18(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___excludeLayers_18 = value; } inline static int32_t get_offset_of_tmpCam_19() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___tmpCam_19)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_tmpCam_19() const { return ___tmpCam_19; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_tmpCam_19() { return &___tmpCam_19; } inline void set_tmpCam_19(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___tmpCam_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpCam_19), (void*)value); } inline static int32_t get_offset_of_shader_20() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___shader_20)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_shader_20() const { return ___shader_20; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_shader_20() { return &___shader_20; } inline void set_shader_20(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___shader_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___shader_20), (void*)value); } inline static int32_t get_offset_of_dx11MotionBlurShader_21() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___dx11MotionBlurShader_21)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_dx11MotionBlurShader_21() const { return ___dx11MotionBlurShader_21; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_dx11MotionBlurShader_21() { return &___dx11MotionBlurShader_21; } inline void set_dx11MotionBlurShader_21(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___dx11MotionBlurShader_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___dx11MotionBlurShader_21), (void*)value); } inline static int32_t get_offset_of_replacementClear_22() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___replacementClear_22)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_replacementClear_22() const { return ___replacementClear_22; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_replacementClear_22() { return &___replacementClear_22; } inline void set_replacementClear_22(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___replacementClear_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementClear_22), (void*)value); } inline static int32_t get_offset_of_motionBlurMaterial_23() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___motionBlurMaterial_23)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_motionBlurMaterial_23() const { return ___motionBlurMaterial_23; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_motionBlurMaterial_23() { return &___motionBlurMaterial_23; } inline void set_motionBlurMaterial_23(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___motionBlurMaterial_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___motionBlurMaterial_23), (void*)value); } inline static int32_t get_offset_of_dx11MotionBlurMaterial_24() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___dx11MotionBlurMaterial_24)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_dx11MotionBlurMaterial_24() const { return ___dx11MotionBlurMaterial_24; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_dx11MotionBlurMaterial_24() { return &___dx11MotionBlurMaterial_24; } inline void set_dx11MotionBlurMaterial_24(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___dx11MotionBlurMaterial_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___dx11MotionBlurMaterial_24), (void*)value); } inline static int32_t get_offset_of_noiseTexture_25() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___noiseTexture_25)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_noiseTexture_25() const { return ___noiseTexture_25; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_noiseTexture_25() { return &___noiseTexture_25; } inline void set_noiseTexture_25(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___noiseTexture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___noiseTexture_25), (void*)value); } inline static int32_t get_offset_of_jitter_26() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___jitter_26)); } inline float get_jitter_26() const { return ___jitter_26; } inline float* get_address_of_jitter_26() { return &___jitter_26; } inline void set_jitter_26(float value) { ___jitter_26 = value; } inline static int32_t get_offset_of_showVelocity_27() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___showVelocity_27)); } inline bool get_showVelocity_27() const { return ___showVelocity_27; } inline bool* get_address_of_showVelocity_27() { return &___showVelocity_27; } inline void set_showVelocity_27(bool value) { ___showVelocity_27 = value; } inline static int32_t get_offset_of_showVelocityScale_28() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___showVelocityScale_28)); } inline float get_showVelocityScale_28() const { return ___showVelocityScale_28; } inline float* get_address_of_showVelocityScale_28() { return &___showVelocityScale_28; } inline void set_showVelocityScale_28(float value) { ___showVelocityScale_28 = value; } inline static int32_t get_offset_of_currentViewProjMat_29() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___currentViewProjMat_29)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_currentViewProjMat_29() const { return ___currentViewProjMat_29; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_currentViewProjMat_29() { return &___currentViewProjMat_29; } inline void set_currentViewProjMat_29(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___currentViewProjMat_29 = value; } inline static int32_t get_offset_of_prevViewProjMat_30() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___prevViewProjMat_30)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_prevViewProjMat_30() const { return ___prevViewProjMat_30; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_prevViewProjMat_30() { return &___prevViewProjMat_30; } inline void set_prevViewProjMat_30(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___prevViewProjMat_30 = value; } inline static int32_t get_offset_of_prevFrameCount_31() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___prevFrameCount_31)); } inline int32_t get_prevFrameCount_31() const { return ___prevFrameCount_31; } inline int32_t* get_address_of_prevFrameCount_31() { return &___prevFrameCount_31; } inline void set_prevFrameCount_31(int32_t value) { ___prevFrameCount_31 = value; } inline static int32_t get_offset_of_wasActive_32() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___wasActive_32)); } inline bool get_wasActive_32() const { return ___wasActive_32; } inline bool* get_address_of_wasActive_32() { return &___wasActive_32; } inline void set_wasActive_32(bool value) { ___wasActive_32 = value; } inline static int32_t get_offset_of_prevFrameForward_33() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___prevFrameForward_33)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_prevFrameForward_33() const { return ___prevFrameForward_33; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_prevFrameForward_33() { return &___prevFrameForward_33; } inline void set_prevFrameForward_33(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___prevFrameForward_33 = value; } inline static int32_t get_offset_of_prevFrameUp_34() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___prevFrameUp_34)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_prevFrameUp_34() const { return ___prevFrameUp_34; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_prevFrameUp_34() { return &___prevFrameUp_34; } inline void set_prevFrameUp_34(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___prevFrameUp_34 = value; } inline static int32_t get_offset_of_prevFramePos_35() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ___prevFramePos_35)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_prevFramePos_35() const { return ___prevFramePos_35; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_prevFramePos_35() { return &___prevFramePos_35; } inline void set_prevFramePos_35(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___prevFramePos_35 = value; } inline static int32_t get_offset_of__camera_36() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD, ____camera_36)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__camera_36() const { return ____camera_36; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__camera_36() { return &____camera_36; } inline void set__camera_36(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____camera_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____camera_36), (void*)value); } }; struct CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_StaticFields { public: // System.Single UnityStandardAssets.ImageEffects.CameraMotionBlur::MAX_RADIUS float ___MAX_RADIUS_7; public: inline static int32_t get_offset_of_MAX_RADIUS_7() { return static_cast(offsetof(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_StaticFields, ___MAX_RADIUS_7)); } inline float get_MAX_RADIUS_7() const { return ___MAX_RADIUS_7; } inline float* get_address_of_MAX_RADIUS_7() { return &___MAX_RADIUS_7; } inline void set_MAX_RADIUS_7(float value) { ___MAX_RADIUS_7 = value; } }; // UnityStandardAssets.ImageEffects.GlobalFog struct GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // System.Boolean UnityStandardAssets.ImageEffects.GlobalFog::distanceFog bool ___distanceFog_7; // System.Boolean UnityStandardAssets.ImageEffects.GlobalFog::excludeFarPixels bool ___excludeFarPixels_8; // System.Boolean UnityStandardAssets.ImageEffects.GlobalFog::useRadialDistance bool ___useRadialDistance_9; // System.Boolean UnityStandardAssets.ImageEffects.GlobalFog::heightFog bool ___heightFog_10; // System.Single UnityStandardAssets.ImageEffects.GlobalFog::height float ___height_11; // System.Single UnityStandardAssets.ImageEffects.GlobalFog::heightDensity float ___heightDensity_12; // System.Single UnityStandardAssets.ImageEffects.GlobalFog::startDistance float ___startDistance_13; // UnityEngine.Shader UnityStandardAssets.ImageEffects.GlobalFog::fogShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___fogShader_14; // UnityEngine.Material UnityStandardAssets.ImageEffects.GlobalFog::fogMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___fogMaterial_15; public: inline static int32_t get_offset_of_distanceFog_7() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___distanceFog_7)); } inline bool get_distanceFog_7() const { return ___distanceFog_7; } inline bool* get_address_of_distanceFog_7() { return &___distanceFog_7; } inline void set_distanceFog_7(bool value) { ___distanceFog_7 = value; } inline static int32_t get_offset_of_excludeFarPixels_8() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___excludeFarPixels_8)); } inline bool get_excludeFarPixels_8() const { return ___excludeFarPixels_8; } inline bool* get_address_of_excludeFarPixels_8() { return &___excludeFarPixels_8; } inline void set_excludeFarPixels_8(bool value) { ___excludeFarPixels_8 = value; } inline static int32_t get_offset_of_useRadialDistance_9() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___useRadialDistance_9)); } inline bool get_useRadialDistance_9() const { return ___useRadialDistance_9; } inline bool* get_address_of_useRadialDistance_9() { return &___useRadialDistance_9; } inline void set_useRadialDistance_9(bool value) { ___useRadialDistance_9 = value; } inline static int32_t get_offset_of_heightFog_10() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___heightFog_10)); } inline bool get_heightFog_10() const { return ___heightFog_10; } inline bool* get_address_of_heightFog_10() { return &___heightFog_10; } inline void set_heightFog_10(bool value) { ___heightFog_10 = value; } inline static int32_t get_offset_of_height_11() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___height_11)); } inline float get_height_11() const { return ___height_11; } inline float* get_address_of_height_11() { return &___height_11; } inline void set_height_11(float value) { ___height_11 = value; } inline static int32_t get_offset_of_heightDensity_12() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___heightDensity_12)); } inline float get_heightDensity_12() const { return ___heightDensity_12; } inline float* get_address_of_heightDensity_12() { return &___heightDensity_12; } inline void set_heightDensity_12(float value) { ___heightDensity_12 = value; } inline static int32_t get_offset_of_startDistance_13() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___startDistance_13)); } inline float get_startDistance_13() const { return ___startDistance_13; } inline float* get_address_of_startDistance_13() { return &___startDistance_13; } inline void set_startDistance_13(float value) { ___startDistance_13 = value; } inline static int32_t get_offset_of_fogShader_14() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___fogShader_14)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_fogShader_14() const { return ___fogShader_14; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_fogShader_14() { return &___fogShader_14; } inline void set_fogShader_14(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___fogShader_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___fogShader_14), (void*)value); } inline static int32_t get_offset_of_fogMaterial_15() { return static_cast(offsetof(GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0, ___fogMaterial_15)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_fogMaterial_15() const { return ___fogMaterial_15; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_fogMaterial_15() { return &___fogMaterial_15; } inline void set_fogMaterial_15(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___fogMaterial_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___fogMaterial_15), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance struct ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // System.Single UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::intensity float ___intensity_7; // System.Single UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::radius float ___radius_8; // System.Int32 UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::blurIterations int32_t ___blurIterations_9; // System.Single UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::blurFilterDistance float ___blurFilterDistance_10; // System.Int32 UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::downsample int32_t ___downsample_11; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::rand Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___rand_12; // UnityEngine.Shader UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::aoShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___aoShader_13; // UnityEngine.Material UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance::aoMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___aoMaterial_14; public: inline static int32_t get_offset_of_intensity_7() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___intensity_7)); } inline float get_intensity_7() const { return ___intensity_7; } inline float* get_address_of_intensity_7() { return &___intensity_7; } inline void set_intensity_7(float value) { ___intensity_7 = value; } inline static int32_t get_offset_of_radius_8() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___radius_8)); } inline float get_radius_8() const { return ___radius_8; } inline float* get_address_of_radius_8() { return &___radius_8; } inline void set_radius_8(float value) { ___radius_8 = value; } inline static int32_t get_offset_of_blurIterations_9() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___blurIterations_9)); } inline int32_t get_blurIterations_9() const { return ___blurIterations_9; } inline int32_t* get_address_of_blurIterations_9() { return &___blurIterations_9; } inline void set_blurIterations_9(int32_t value) { ___blurIterations_9 = value; } inline static int32_t get_offset_of_blurFilterDistance_10() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___blurFilterDistance_10)); } inline float get_blurFilterDistance_10() const { return ___blurFilterDistance_10; } inline float* get_address_of_blurFilterDistance_10() { return &___blurFilterDistance_10; } inline void set_blurFilterDistance_10(float value) { ___blurFilterDistance_10 = value; } inline static int32_t get_offset_of_downsample_11() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___downsample_11)); } inline int32_t get_downsample_11() const { return ___downsample_11; } inline int32_t* get_address_of_downsample_11() { return &___downsample_11; } inline void set_downsample_11(int32_t value) { ___downsample_11 = value; } inline static int32_t get_offset_of_rand_12() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___rand_12)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_rand_12() const { return ___rand_12; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_rand_12() { return &___rand_12; } inline void set_rand_12(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___rand_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_12), (void*)value); } inline static int32_t get_offset_of_aoShader_13() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___aoShader_13)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_aoShader_13() const { return ___aoShader_13; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_aoShader_13() { return &___aoShader_13; } inline void set_aoShader_13(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___aoShader_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___aoShader_13), (void*)value); } inline static int32_t get_offset_of_aoMaterial_14() { return static_cast(offsetof(ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E, ___aoMaterial_14)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_aoMaterial_14() const { return ___aoMaterial_14; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_aoMaterial_14() { return &___aoMaterial_14; } inline void set_aoMaterial_14(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___aoMaterial_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___aoMaterial_14), (void*)value); } }; // UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration struct VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration/AberrationMode UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::mode int32_t ___mode_7; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::intensity float ___intensity_8; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::chromaticAberration float ___chromaticAberration_9; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::axialAberration float ___axialAberration_10; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::blur float ___blur_11; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::blurSpread float ___blurSpread_12; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::luminanceDependency float ___luminanceDependency_13; // System.Single UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::blurDistance float ___blurDistance_14; // UnityEngine.Shader UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::vignetteShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___vignetteShader_15; // UnityEngine.Shader UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::separableBlurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___separableBlurShader_16; // UnityEngine.Shader UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::chromAberrationShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___chromAberrationShader_17; // UnityEngine.Material UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::m_VignetteMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_VignetteMaterial_18; // UnityEngine.Material UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::m_SeparableBlurMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_SeparableBlurMaterial_19; // UnityEngine.Material UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration::m_ChromAberrationMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_ChromAberrationMaterial_20; public: inline static int32_t get_offset_of_mode_7() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___mode_7)); } inline int32_t get_mode_7() const { return ___mode_7; } inline int32_t* get_address_of_mode_7() { return &___mode_7; } inline void set_mode_7(int32_t value) { ___mode_7 = value; } inline static int32_t get_offset_of_intensity_8() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___intensity_8)); } inline float get_intensity_8() const { return ___intensity_8; } inline float* get_address_of_intensity_8() { return &___intensity_8; } inline void set_intensity_8(float value) { ___intensity_8 = value; } inline static int32_t get_offset_of_chromaticAberration_9() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___chromaticAberration_9)); } inline float get_chromaticAberration_9() const { return ___chromaticAberration_9; } inline float* get_address_of_chromaticAberration_9() { return &___chromaticAberration_9; } inline void set_chromaticAberration_9(float value) { ___chromaticAberration_9 = value; } inline static int32_t get_offset_of_axialAberration_10() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___axialAberration_10)); } inline float get_axialAberration_10() const { return ___axialAberration_10; } inline float* get_address_of_axialAberration_10() { return &___axialAberration_10; } inline void set_axialAberration_10(float value) { ___axialAberration_10 = value; } inline static int32_t get_offset_of_blur_11() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___blur_11)); } inline float get_blur_11() const { return ___blur_11; } inline float* get_address_of_blur_11() { return &___blur_11; } inline void set_blur_11(float value) { ___blur_11 = value; } inline static int32_t get_offset_of_blurSpread_12() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___blurSpread_12)); } inline float get_blurSpread_12() const { return ___blurSpread_12; } inline float* get_address_of_blurSpread_12() { return &___blurSpread_12; } inline void set_blurSpread_12(float value) { ___blurSpread_12 = value; } inline static int32_t get_offset_of_luminanceDependency_13() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___luminanceDependency_13)); } inline float get_luminanceDependency_13() const { return ___luminanceDependency_13; } inline float* get_address_of_luminanceDependency_13() { return &___luminanceDependency_13; } inline void set_luminanceDependency_13(float value) { ___luminanceDependency_13 = value; } inline static int32_t get_offset_of_blurDistance_14() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___blurDistance_14)); } inline float get_blurDistance_14() const { return ___blurDistance_14; } inline float* get_address_of_blurDistance_14() { return &___blurDistance_14; } inline void set_blurDistance_14(float value) { ___blurDistance_14 = value; } inline static int32_t get_offset_of_vignetteShader_15() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___vignetteShader_15)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_vignetteShader_15() const { return ___vignetteShader_15; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_vignetteShader_15() { return &___vignetteShader_15; } inline void set_vignetteShader_15(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___vignetteShader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___vignetteShader_15), (void*)value); } inline static int32_t get_offset_of_separableBlurShader_16() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___separableBlurShader_16)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_separableBlurShader_16() const { return ___separableBlurShader_16; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_separableBlurShader_16() { return &___separableBlurShader_16; } inline void set_separableBlurShader_16(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___separableBlurShader_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___separableBlurShader_16), (void*)value); } inline static int32_t get_offset_of_chromAberrationShader_17() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___chromAberrationShader_17)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_chromAberrationShader_17() const { return ___chromAberrationShader_17; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_chromAberrationShader_17() { return &___chromAberrationShader_17; } inline void set_chromAberrationShader_17(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___chromAberrationShader_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___chromAberrationShader_17), (void*)value); } inline static int32_t get_offset_of_m_VignetteMaterial_18() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___m_VignetteMaterial_18)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_VignetteMaterial_18() const { return ___m_VignetteMaterial_18; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_VignetteMaterial_18() { return &___m_VignetteMaterial_18; } inline void set_m_VignetteMaterial_18(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_VignetteMaterial_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VignetteMaterial_18), (void*)value); } inline static int32_t get_offset_of_m_SeparableBlurMaterial_19() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___m_SeparableBlurMaterial_19)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_SeparableBlurMaterial_19() const { return ___m_SeparableBlurMaterial_19; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_SeparableBlurMaterial_19() { return &___m_SeparableBlurMaterial_19; } inline void set_m_SeparableBlurMaterial_19(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_SeparableBlurMaterial_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SeparableBlurMaterial_19), (void*)value); } inline static int32_t get_offset_of_m_ChromAberrationMaterial_20() { return static_cast(offsetof(VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA, ___m_ChromAberrationMaterial_20)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_ChromAberrationMaterial_20() const { return ___m_ChromAberrationMaterial_20; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_ChromAberrationMaterial_20() { return &___m_ChromAberrationMaterial_20; } inline void set_m_ChromAberrationMaterial_20(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_ChromAberrationMaterial_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChromAberrationMaterial_20), (void*)value); } }; // UnityEngine.UI.GraphicRaycaster struct GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6 : public BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 { public: // System.Boolean UnityEngine.UI.GraphicRaycaster::m_IgnoreReversedGraphics bool ___m_IgnoreReversedGraphics_6; // UnityEngine.UI.GraphicRaycaster/BlockingObjects UnityEngine.UI.GraphicRaycaster::m_BlockingObjects int32_t ___m_BlockingObjects_7; // UnityEngine.LayerMask UnityEngine.UI.GraphicRaycaster::m_BlockingMask LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___m_BlockingMask_8; // UnityEngine.Canvas UnityEngine.UI.GraphicRaycaster::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_9; // System.Collections.Generic.List`1 UnityEngine.UI.GraphicRaycaster::m_RaycastResults List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA * ___m_RaycastResults_10; public: inline static int32_t get_offset_of_m_IgnoreReversedGraphics_6() { return static_cast(offsetof(GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6, ___m_IgnoreReversedGraphics_6)); } inline bool get_m_IgnoreReversedGraphics_6() const { return ___m_IgnoreReversedGraphics_6; } inline bool* get_address_of_m_IgnoreReversedGraphics_6() { return &___m_IgnoreReversedGraphics_6; } inline void set_m_IgnoreReversedGraphics_6(bool value) { ___m_IgnoreReversedGraphics_6 = value; } inline static int32_t get_offset_of_m_BlockingObjects_7() { return static_cast(offsetof(GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6, ___m_BlockingObjects_7)); } inline int32_t get_m_BlockingObjects_7() const { return ___m_BlockingObjects_7; } inline int32_t* get_address_of_m_BlockingObjects_7() { return &___m_BlockingObjects_7; } inline void set_m_BlockingObjects_7(int32_t value) { ___m_BlockingObjects_7 = value; } inline static int32_t get_offset_of_m_BlockingMask_8() { return static_cast(offsetof(GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6, ___m_BlockingMask_8)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_m_BlockingMask_8() const { return ___m_BlockingMask_8; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_m_BlockingMask_8() { return &___m_BlockingMask_8; } inline void set_m_BlockingMask_8(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___m_BlockingMask_8 = value; } inline static int32_t get_offset_of_m_Canvas_9() { return static_cast(offsetof(GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6, ___m_Canvas_9)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_9() const { return ___m_Canvas_9; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_9() { return &___m_Canvas_9; } inline void set_m_Canvas_9(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_9), (void*)value); } inline static int32_t get_offset_of_m_RaycastResults_10() { return static_cast(offsetof(GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6, ___m_RaycastResults_10)); } inline List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA * get_m_RaycastResults_10() const { return ___m_RaycastResults_10; } inline List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA ** get_address_of_m_RaycastResults_10() { return &___m_RaycastResults_10; } inline void set_m_RaycastResults_10(List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA * value) { ___m_RaycastResults_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RaycastResults_10), (void*)value); } }; struct GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.UI.GraphicRaycaster::s_SortedGraphics List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA * ___s_SortedGraphics_11; public: inline static int32_t get_offset_of_s_SortedGraphics_11() { return static_cast(offsetof(GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_StaticFields, ___s_SortedGraphics_11)); } inline List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA * get_s_SortedGraphics_11() const { return ___s_SortedGraphics_11; } inline List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA ** get_address_of_s_SortedGraphics_11() { return &___s_SortedGraphics_11; } inline void set_s_SortedGraphics_11(List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA * value) { ___s_SortedGraphics_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SortedGraphics_11), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_37; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_38; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_39; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_40; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_41; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_42; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_43; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_44; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_45; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_46; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_47; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_48; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_49; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_50; public: inline static int32_t get_offset_of_m_Sprite_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_37)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_37() const { return ___m_Sprite_37; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_37() { return &___m_Sprite_37; } inline void set_m_Sprite_37(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_37), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_38() const { return ___m_OverrideSprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_38() { return &___m_OverrideSprite_38; } inline void set_m_OverrideSprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_38), (void*)value); } inline static int32_t get_offset_of_m_Type_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_39)); } inline int32_t get_m_Type_39() const { return ___m_Type_39; } inline int32_t* get_address_of_m_Type_39() { return &___m_Type_39; } inline void set_m_Type_39(int32_t value) { ___m_Type_39 = value; } inline static int32_t get_offset_of_m_PreserveAspect_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_40)); } inline bool get_m_PreserveAspect_40() const { return ___m_PreserveAspect_40; } inline bool* get_address_of_m_PreserveAspect_40() { return &___m_PreserveAspect_40; } inline void set_m_PreserveAspect_40(bool value) { ___m_PreserveAspect_40 = value; } inline static int32_t get_offset_of_m_FillCenter_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_41)); } inline bool get_m_FillCenter_41() const { return ___m_FillCenter_41; } inline bool* get_address_of_m_FillCenter_41() { return &___m_FillCenter_41; } inline void set_m_FillCenter_41(bool value) { ___m_FillCenter_41 = value; } inline static int32_t get_offset_of_m_FillMethod_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_42)); } inline int32_t get_m_FillMethod_42() const { return ___m_FillMethod_42; } inline int32_t* get_address_of_m_FillMethod_42() { return &___m_FillMethod_42; } inline void set_m_FillMethod_42(int32_t value) { ___m_FillMethod_42 = value; } inline static int32_t get_offset_of_m_FillAmount_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_43)); } inline float get_m_FillAmount_43() const { return ___m_FillAmount_43; } inline float* get_address_of_m_FillAmount_43() { return &___m_FillAmount_43; } inline void set_m_FillAmount_43(float value) { ___m_FillAmount_43 = value; } inline static int32_t get_offset_of_m_FillClockwise_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_44)); } inline bool get_m_FillClockwise_44() const { return ___m_FillClockwise_44; } inline bool* get_address_of_m_FillClockwise_44() { return &___m_FillClockwise_44; } inline void set_m_FillClockwise_44(bool value) { ___m_FillClockwise_44 = value; } inline static int32_t get_offset_of_m_FillOrigin_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_45)); } inline int32_t get_m_FillOrigin_45() const { return ___m_FillOrigin_45; } inline int32_t* get_address_of_m_FillOrigin_45() { return &___m_FillOrigin_45; } inline void set_m_FillOrigin_45(int32_t value) { ___m_FillOrigin_45 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_46)); } inline float get_m_AlphaHitTestMinimumThreshold_46() const { return ___m_AlphaHitTestMinimumThreshold_46; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_46() { return &___m_AlphaHitTestMinimumThreshold_46; } inline void set_m_AlphaHitTestMinimumThreshold_46(float value) { ___m_AlphaHitTestMinimumThreshold_46 = value; } inline static int32_t get_offset_of_m_Tracked_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_47)); } inline bool get_m_Tracked_47() const { return ___m_Tracked_47; } inline bool* get_address_of_m_Tracked_47() { return &___m_Tracked_47; } inline void set_m_Tracked_47(bool value) { ___m_Tracked_47 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_48)); } inline bool get_m_UseSpriteMesh_48() const { return ___m_UseSpriteMesh_48; } inline bool* get_address_of_m_UseSpriteMesh_48() { return &___m_UseSpriteMesh_48; } inline void set_m_UseSpriteMesh_48(bool value) { ___m_UseSpriteMesh_48 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_49)); } inline float get_m_PixelsPerUnitMultiplier_49() const { return ___m_PixelsPerUnitMultiplier_49; } inline float* get_address_of_m_PixelsPerUnitMultiplier_49() { return &___m_PixelsPerUnitMultiplier_49; } inline void set_m_PixelsPerUnitMultiplier_49(float value) { ___m_PixelsPerUnitMultiplier_49 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_50)); } inline float get_m_CachedReferencePixelsPerUnit_50() const { return ___m_CachedReferencePixelsPerUnit_50; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_50() { return &___m_CachedReferencePixelsPerUnit_50; } inline void set_m_CachedReferencePixelsPerUnit_50(float value) { ___m_CachedReferencePixelsPerUnit_50 = value; } }; struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_36; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_51; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_52; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_54; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_55; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_56; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_36() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_36() const { return ___s_ETC1DefaultUI_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_36() { return &___s_ETC1DefaultUI_36; } inline void set_s_ETC1DefaultUI_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_36), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_51)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_51() const { return ___s_VertScratch_51; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_51() { return &___s_VertScratch_51; } inline void set_s_VertScratch_51(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_51), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_52() const { return ___s_UVScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_52() { return &___s_UVScratch_52; } inline void set_s_UVScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_52), (void*)value); } inline static int32_t get_offset_of_s_Xy_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_53)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_53() const { return ___s_Xy_53; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_53() { return &___s_Xy_53; } inline void set_s_Xy_53(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_53), (void*)value); } inline static int32_t get_offset_of_s_Uv_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_54() const { return ___s_Uv_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_54() { return &___s_Uv_54; } inline void set_s_Uv_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_54), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_55)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_55() const { return ___m_TrackedTexturelessImages_55; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_55() { return &___m_TrackedTexturelessImages_55; } inline void set_m_TrackedTexturelessImages_55(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_55), (void*)value); } inline static int32_t get_offset_of_s_Initialized_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_56)); } inline bool get_s_Initialized_56() const { return ___s_Initialized_56; } inline bool* get_address_of_s_Initialized_56() { return &___s_Initialized_56; } inline void set_s_Initialized_56(bool value) { ___s_Initialized_56 = value; } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // UnityEngine.Component[] struct ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A : public RuntimeArray { public: ALIGN_FIELD (8) Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * m_Items[1]; public: inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 ** 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, Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value); } }; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642 : public RuntimeArray { public: ALIGN_FIELD (8) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * m_Items[1]; public: inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** 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, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.AudioSource[] struct AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B : public RuntimeArray { public: ALIGN_FIELD (8) AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * m_Items[1]; public: inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** 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, AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6 : public RuntimeArray { public: ALIGN_FIELD (8) Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 m_Items[1]; public: inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * 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, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { m_Items[index] = value; } }; // UnityEngine.WheelCollider[] struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6 : public RuntimeArray { public: ALIGN_FIELD (8) WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * m_Items[1]; public: inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 ** 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, WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityStandardAssets.Vehicles.Car.WheelEffects[] struct WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A : public RuntimeArray { public: ALIGN_FIELD (8) WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * m_Items[1]; public: inline WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 ** 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, WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** 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, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // System.Void JCUnityLib.Singleton`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__ctor_mFBCA8662AE05E456B27764B25D98C967DE677592_gshared (Singleton_1_t071853BF0705B5B5B8F435CF6F7E4AE60E60507D * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponents_TisRuntimeObject_mF5B6A7B6939273724F267FB1614ADEB5A0E8FACF_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::rightRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaEngine_rightRotate_m705654C72F9746C870CB4244E300F8482E875459 (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::leftRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaEngine_leftRotate_m31BEEB03F9DC2EC06CE42D4C0CD7FCAF92C109FA (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::bytes2uint(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::camelliaF2(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___skey1, int32_t ___keyoff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::roldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::roldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::decroldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::decroldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::camelliaFLs(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___fkey1, int32_t ___keyoff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::uint2bytes(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A (uint32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___offset2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::setKey(System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_setKey_m8657689DBFA11EC2A18ABE428913C9DCFA1956A3 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, bool ___forEncryption0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::processBlock128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaEngine_processBlock128_mE0C302AF36A9E33EF929F85E963D61D27440779A (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::processBlock192or256(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaEngine_processBlock192or256_m97BCBD34728D4F524C812302AC27872B2C13736A (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::lRot8(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CamelliaLightEngine_lRot8_m644F0920E927DB5060CAF0D21FF5AF01B5582F42 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, uint8_t ___v0, int32_t ___rot1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::sbox4(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_sbox4_mBFAA4195F9A919D44E57E1534C8B22CD2DE7375B (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, int32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::sbox3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_sbox3_m03BAD9D583E0203849C57AEBA52BCFB9DC848F44 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, int32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::sbox2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_sbox2_m3D0C1CA58AA400C2266DA89289D283F69EA0A2B4 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, int32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::leftRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::rightRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_rightRotate_m1AA5C7134D8E0102103D736A96904CC2E5D1B9F6 (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::bytes2uint(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___offset1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::camelliaF2(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___skey1, int32_t ___keyoff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::roldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::roldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::decroldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::decroldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::camelliaFLs(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___fkey1, int32_t ___keyoff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::uint2bytes(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB (uint32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::setKey(System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_setKey_mCC1DA8BAFDFDC5978D015E8D6E860969DD4053F9 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, bool ___forEncryption0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::processBlock128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaLightEngine_processBlock128_mDB406C73FCABEA38FE1366E837F48F15DE8D9E79 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::processBlock192or256(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaLightEngine_processBlock192or256_mCCE55F50170CFC77AB4EB298C349C90144A7E9D6 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3394WrapEngine__ctor_m4340DF2F75CB147301F7F15E94E416C0BE0EF4A5 (Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB * __this, RuntimeObject* ___engine0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Sign(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB (float ___f0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::MoveTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_MoveTowards_mFB45EE30324E487925CA26EE6C001F0A3D257796 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___current0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___target1, float ___maxDistanceDelta2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_SmoothDamp_m4655944DBD5B44125F8F4B5A15E31DE94CB0F627 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___current0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___target1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___currentVelocity2, float ___smoothTime3, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline FlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6 * GameObject_GetComponent_TisFlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6_mC1EAE1F8F0A536B7108720FC3BFC5F6E39F34EA0 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( FlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA * GameObject_GetComponent_TisVignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA_m81AFD2730CDE6DFDE61A486F5597A37648256AB8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * GameObject_GetComponent_TisBloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57_m80D54D74BA46FA985C811C62E54F24A9236FDBC3 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E * GameObject_GetComponent_TisScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E_m10931DA1A203D3910C0D90F0F3122E1B1464A801 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0 * GameObject_GetComponent_TisGlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0_mE34B0184A88822DF2377B901F63E9B35A0140433 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void CameraCopyer::CopyComponent(UnityEngine.Component,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCopyer_CopyComponent_m8AC5B19F811E734532C1B31E22DF0A3FDD1731E3 (CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80 * __this, Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___comp0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___dest1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // UnityEngine.Color UnityEngine.Camera::get_backgroundColor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_backgroundColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GameObject_AddComponent_mD183856CB5A1CCF1576221D7D6CEBC4092E734B8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___componentType0, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.Type::GetFields() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::FindGameObjectWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_FindGameObjectWithTag_mFC215979EDFED361F88C336BF9E187F24434C63F (String_t* ___tag0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets._2D.CameraFollow::TrackPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraFollow_TrackPlayer_m4E783430A9FAF82ED6F5B14BD1A18D1681538097 (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets._2D.CameraFollow::CheckXMargin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraFollow_CheckXMargin_mBA18B08E43C19B547573C57A58196FFF05F88B0B (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Boolean UnityStandardAssets._2D.CameraFollow::CheckYMargin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraFollow_CheckYMargin_m1036E178E98FBF08B43DAA2CFD4D17E8A594B1C7 (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Camera::get_worldToCameraMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Camera_get_worldToCameraMatrix_m7E2B63F64437E2C91C07F7FC819C79BE2152C5F6 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Camera::get_projectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Camera_get_projectionMatrix_mDB77E3A7F71CEF085797BCE58FAC78058C5D6756 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.GL::GetGPUProjectionMatrix(UnityEngine.Matrix4x4,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 GL_GetGPUProjectionMatrix_m8DAC433EACD75ECD86B3148EA7658F6604378457 (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___proj0, bool ___renderIntoTexture1, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_op_Multiply_mC2B30D333D4399C1693414F1A73D87FB3450F39F (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___lhs0, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___rhs1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::CalculateViewProjection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_CalculateViewProjection_mE265F7EDE22E2195C327E41AD18C5AB199BA2C17 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::Remember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_Remember_mD5E7AB7BDE951D208218FC34819554FDDE25A2F8 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method); // UnityEngine.DepthTextureMode UnityEngine.Camera::get_depthTextureMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckSupport(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostEffectsBase_CheckSupport_m8016EB7CDCA60B4E5334AA1CEFE2EB2AA0A717ED (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, bool ___needDepth0, bool ___needHdr1, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.PostEffectsBase::CheckShaderAndCreateMaterial(UnityEngine.Shader,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___s0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m2Create1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::ReportAutoDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::StartFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_StartFrame_mF9FDC411A58A43A7A15D500DC771C9E08612B1B8 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::SupportsRenderTextureFormat(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_SupportsRenderTextureFormat_m243F66021A643C711FEDEA6B6D002B49ECEEFE1B (int32_t ___format0, const RuntimeMethod* method); // System.Int32 UnityStandardAssets.ImageEffects.CameraMotionBlur::divRoundUp(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6 (int32_t ___x0, int32_t ___d1, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E (int32_t ___width0, int32_t ___height1, int32_t ___depthBuffer2, int32_t ___format3, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Inverse(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_Inverse_m2A60D822437B96567202296F39BFBD617D49E72F (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetMatrix(System.String,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrix_m4B2718A5E264BFDBAD965D8A67399746F6799DCD (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value1, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_get_identity_mC91289718DDD3DDBE0A10551BDA59A446414A596 (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB (const RuntimeMethod* method); // System.Void UnityEngine.Matrix4x4::SetTRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix4x4_SetTRS_m448A70DA94185D9445E773E8906B0618F97AFFCC (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___s2, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_get_zero_m9E807FEBC8B638914DF4A0BA87C0BD95A19F5200 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Angle(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___from0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___to1, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2 (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(UnityEngine.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetVector(System.String,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, int32_t ___pass3, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_get_value_m6380C7449537F99361797225E179A9448A53DDF9 (LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * __this, const RuntimeMethod* method); // UnityEngine.Camera UnityStandardAssets.ImageEffects.CameraMotionBlur::GetTmpCam() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * CameraMotionBlur_GetTmpCam_mE9841487AA47FD7F4A680DFCEE74CDB4897DB562 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Shader::get_isSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41 (Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_targetTexture_m200B05665D1F5C62D9016C2DD20955755BAB4596 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_mD89E9970822613D8D19B2EBCA36C79391C287BE0 (LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___mask0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_cullingMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::RenderWithShader(UnityEngine.Shader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RenderWithShader_m7E2369EA99B507B026FD0745E3CF70548E300213 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader0, String_t* ___replacementTag1, const RuntimeMethod* method); // System.Int32 UnityEngine.Time::get_frameCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0 (const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___temp0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B (String_t* ___name0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m9829583AE3BF1285861C580895202F760F3A82E8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___components1, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::CopyFrom(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CopyFrom_m8289D4C4041F4E1D886F5AF40E1C60C14707AD52 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___other0, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Slerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Slerp_mEDBE029B9D394258437E16D858F2C96D72A36B7B (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method); // UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 LayerMask_op_Implicit_mC7EE32122D2A4786D3C00B93E41604B71BF1397C (int32_t ___intVal0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_m18E12C65F127D1AA50D196623F04F81CB138FD12 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo2, float ___maxDistance3, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::LookAt(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_m996FADE2327B0A4412FF4A5179B8BABD9EB849BA (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.CancelInvocationMessage::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancelInvocationMessage_get_type_m99523CF02FE027E40A165DB2BF4D7928BD90A068 (CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m089BCF4205DD052A9000731F3F390CB219D5E9E3 (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * __this, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B *, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Void CanvasBlock::updateGraphicRaycaster() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_updateGraphicRaycaster_m08BEA5D946063E6ECCF26F98D1EF9E628D0CBC1D (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_m92B0380D67C95AEDDCB34C437A654657118272EE (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * __this, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B *, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 HashSet_1_GetEnumerator_m47D3A5C260ACEA8074E4BC5C236098CD10489046 (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * __this, const RuntimeMethod* method) { return (( Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 (*) (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * Enumerator_get_Current_mA7A806A8C0DEE2F0C00C9D94AC22CB148BF8C2B7_inline (Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 * __this, const RuntimeMethod* method) { return (( CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * (*) (Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mC8F629678159458291BD547A8E4E05EF53A86578 (Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_m6AB32765585381B4A1CB252F96401EBC13634F85 (Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void CanvasBlock/CanvasBlockComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlockComparer__ctor_m15AFD91C6DD9F673BD35BACD55B8B0431BBC39B6 (CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * __this, const RuntimeMethod* method); // System.Int32 CanvasBlock/CanvasBlockComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasBlockComparer_Compare_m14CC513E89A687C21CDF9A6C0AAAE3E63F916FFF (CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // System.Void CanvasBlock::resume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_resume_m1BE69CA53315306C96C355FF3FC698D2E7317948 (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method); // System.Void CanvasBlock::ban() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_ban_mB06A2F4AB7B6CCA08387795BD803731CDE78F757 (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6 * Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_mBE557DA757CF6A3AAD6D42D12ABD1998CD7EC79B (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void CaptchaController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1__ctor_m384017376D6214F4D2CB1EA1192812A72BCCCF02 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void JCUnityLib.Singleton`1::.ctor() inline void Singleton_1__ctor_m20348460C673F41947285FEA89109BA4BF56CCC4 (Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 * __this, const RuntimeMethod* method) { (( void (*) (Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 *, const RuntimeMethod*))Singleton_1__ctor_mFBCA8662AE05E456B27764B25D98C967DE677592_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Single UnityEngine.Random::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872 (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityStandardAssets.Vehicles.Car.CarController::Move(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_Move_m5F35A2C2386A7CBAED5561846C742F80647FCB0A (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___steering0, float ___accel1, float ___footbrake2, float ___handbrake3, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_MaxSpeed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_angularVelocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_angularVelocity_m6737340DF546452900D199246279231D80A21DCF (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::InverseLerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B (float ___a0, float ___b1, float ___value2, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::PerlinNoise(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519 (float ___x0, float ___y1, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_CurrentSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.Collision::get_rigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collision_get_rigidbody_m5CBE72072423B624F09E804ED99301E500D909D1 (Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * Component_GetComponent_TisCarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5_m9E13102E5E500783AEF5D11D7B4C5B019DCF4C33 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.CarAudio::SetUpEngineAudioSource(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * CarAudio_SetUpEngineAudioSource_m27A0CB49228CF678DDB00E47EF1B997C095D2867 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___clip0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponents() inline AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B* Component_GetComponents_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m9487BA5B24D476E0432A04A8BACF40AE30D9B972 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mF5B6A7B6939273724F267FB1614ADEB5A0E8FACF_gshared)(__this, method); } // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C (const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarAudio::StopSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAudio_StopSound_m4D15199B8BD77034BF556D616839D9D0DC7C6989 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarAudio::StartSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAudio_StartSound_mDC58A4590A6CCE8F65EDF936F6A1F8335E20ECD6 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_Revs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_Revs_mF62F270CF0A3EE218FC8706431206D8B4A97D756_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::ULerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarAudio_ULerp_m224D3E2D54A1BAEC55443940996F25A262766726 (float ___from0, float ___to1, float ___value2, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_pitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_dopplerLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_volume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_AccelInput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_AccelInput_m6508BF98BCC6E7EFC016ADE800B6C2FFDF2A2327_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_loop(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, bool ___value0, const RuntimeMethod* method); // System.Single UnityEngine.AudioClip::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioClip_get_length_m2223F2281D853F847BE0048620BA6F61F26440E4 (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * __this, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2 (float ___minInclusive0, float ___maxInclusive1, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_time(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_time_mE8F36DDE8E610126F9733D13F299C13F71BCE690 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_minDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_minDistance_m9C1D3410330B09EACA69C64BF634018D71180F91 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_maxDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_maxDistance_m8AF5831BC0B2D070B2D4E1B54CB27082240A5EA8 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.Collider::get_attachedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_centerOfMass(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_centerOfMass_m3B13BE412D99CE5133606643F14501CF5C63CCEC (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::CalculateGearFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CalculateGearFactor_mB7A33A4892FBC6768D35A6D0E1C7462C645EEAD8 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarController::CurveFactor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_CurveFactor_m063F5F48DE03D5901B393E327164E1E10F49CE52 (float ___factor0, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Car.CarController::ULerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_ULerp_m53C2DB4BA45DC0464846C839B8D27AAB395BFFEA (float ___from0, float ___to1, float ___value2, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_Revs(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CarController_set_Revs_m4CFD510A5533F9EF3CFA8E2C80B2A3188087FCAF_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.WheelCollider::GetWorldPose(UnityEngine.Vector3&,UnityEngine.Quaternion&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelCollider_GetWorldPose_m227D45061C7734F3ED4A43B7F89605A398BE8BB5 (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___pos0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * ___quat1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_AccelInput(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CarController_set_AccelInput_m7398B7A62BA5D9C65E4D1A8E6C86E2ACA082E65C_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_BrakeInput(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CarController_set_BrakeInput_m2D9D58EE619793C1694E8425B5E753B73A088BA8_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.WheelCollider::set_steerAngle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelCollider_set_steerAngle_m1E46602E8B77EB747B1EA44D84B5EC99F86BB968 (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::SteerHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_SteerHelper_m7493A75F868F43301DB0C074EE823CDF8CBC1A26 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::ApplyDrive(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_ApplyDrive_mE52790A94B93C3BD86B9CBEA3259A7E2CF2A5D00 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___accel0, float ___footbrake1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::CapSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CapSpeed_mBCACA1CB04D7A83D933A1C9DE99F56C0965A9CC1 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityEngine.WheelCollider::set_brakeTorque(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelCollider_set_brakeTorque_mDAFB1032B6B3AD4C8103869D64807596774C1B54 (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::CalculateRevs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CalculateRevs_mB96F83186C7F570B0B379FC9360EF723EC96AEED (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::GearChanging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_GearChanging_m44D35FE8CF69D24143C83F445D0FA9988AB6D5F0 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::AddDownForce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_AddDownForce_m31689FF75806FE6129C6E9605B4FB79A7BEDBC98 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::CheckForWheelSpin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CheckForWheelSpin_m58909D01006D82C65D0963E105B8BEEE1EE50D5C (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::TractionControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_TractionControl_mFD6A5BD1002A9A02A2FF8F507F9D87CA9596F2D6 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.WheelCollider::set_motorTorque(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, float ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.WheelCollider::GetGroundHit(UnityEngine.WheelHit&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9 (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB * ___hit0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.WheelHit::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E WheelHit_get_normal_mBC99D67AD92266C0B5EBCF8C2FC771BAE34E9D12 (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForce(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___force0, const RuntimeMethod* method); // System.Single UnityEngine.WheelHit::get_forwardSlip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB * __this, const RuntimeMethod* method); // System.Single UnityEngine.WheelHit::get_sidewaysSlip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WheelHit_get_sidewaysSlip_m6AA5854F880C9BCDA98A22DBB694408954BB0CED (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::EmitTyreSmoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_EmitTyreSmoke_m58A2563671E5A909B9544E4754101B8F2EC91CDF (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.Vehicles.Car.CarController::AnySkidSoundPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CarController_AnySkidSoundPlaying_m1EDCA6E8100899C1C54E1EC10F8CCD37D111BAD4 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::PlayAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_PlayAudio_mD4BDB2BFA5BB4FB8BE4024FCF2382CEC30CCA071 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::get_PlayingAudio() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WheelEffects_get_PlayingAudio_mA04B2C917A3F14A87066DC812D7FBA268F02AF36_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::StopAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_StopAudio_mF919DD64488467022850E3323492E07CE88497DD (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::EndSkidTrail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_EndSkidTrail_mDABC126E04064635FA218790E33C19E171030975 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarController::AdjustTorque(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___forwardSlip0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.CarSelfRighting::RightCar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarSelfRighting_RightCar_mFD7EBDC74A6F7690147946962C95D6598049C0C4 (CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m1B0BEBEBCC384324A6771B9EAC89761F73E1D6BF (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, const RuntimeMethod* method); // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E (String_t* ___name0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5CbcParameters__ctor_m26AFCEAE9886BEBCAAC7643F1617DA2A97AC2152 (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::IntsTo32bits(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b0, int32_t ___i1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::Bits32ToInts(System.UInt32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591 (uint32_t ___inData0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b1, int32_t ___offset2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::BE_To_UInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::CAST_Encipher(System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_CAST_Encipher_m25BBAB8D4218A0507A1DFDCA3051B0049924A1A0 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, uint32_t ___L00, uint32_t ___R01, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::CAST_Decipher(System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_CAST_Decipher_m915D88B405D7A6D533DEF8F2F93C68761D60A647 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, uint32_t ___L160, uint32_t ___R161, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::F1(System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6 (uint32_t ___D0, uint32_t ___Kmi1, int32_t ___Kri2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::F2(System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209 (uint32_t ___D0, uint32_t ___Kmi1, int32_t ___Kri2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::F3(System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907 (uint32_t ___D0, uint32_t ___Kmi1, int32_t ___Kri2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine__ctor_m2E9626ADF12EF0979460E390C11D980AC2E37C06 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::CAST_Encipher(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine_CAST_Encipher_mF93B20A95BE5F6CF0D65C3875EA73CAC3D264DFD (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, uint32_t ___A0, uint32_t ___B1, uint32_t ___C2, uint32_t ___D3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::CAST_Decipher(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine_CAST_Decipher_mADC2899B6DC461BE231ACE36F97C38D39AB5C030 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, uint32_t ___A0, uint32_t ___B1, uint32_t ___C2, uint32_t ___D3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result4, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher_Reset_m9312CC0AC9F4F026A9B4AB1CBB18262DB2743536 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_DecryptBlock_m53CF56843107DB66309203DEE17601B473AD242B (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_EncryptBlock_m6FBC116416B2EF015F2087E209FD9E609DBD2810 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void JCEngineCore.CallbackInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo__ctor_mC943C632B7A8E35C5F48DF244201596757E95A73 (CallbackInfo_t5675F9FE807329ABE04A7BFF186A4C31BA563723 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::rightRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaEngine_rightRotate_m705654C72F9746C870CB4244E300F8482E875459 (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method) { { // return ((x >> s) + (x << (32 - s))); uint32_t L_0 = ___x0; int32_t L_1 = ___s1; uint32_t L_2 = ___x0; int32_t L_3 = ___s1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::leftRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaEngine_leftRotate_m31BEEB03F9DC2EC06CE42D4C0CD7FCAF92C109FA (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method) { { // return (x << s) + (x >> (32 - s)); uint32_t L_0 = ___x0; int32_t L_1 = ___s1; uint32_t L_2 = ___x0; int32_t L_3 = ___s1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::roldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[0 + ooff] = (ki[0 + ioff] << rot) | (ki[1 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[1 + ioff] << rot) | (ki[2 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[2 + ooff] = (ki[2 + ioff] << rot) | (ki[3 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_32)); uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_25))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[3 + ioff] << rot) | (ki[0 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_39)); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = L_44; uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = L_51; uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_63)); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::decroldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[2 + ooff] = (ki[0 + ioff] << rot) | (ki[1 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[1 + ioff] << rot) | (ki[2 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[0 + ooff] = (ki[2 + ioff] << rot) | (ki[3 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_32)); uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[3 + ioff] << rot) | (ki[0 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_39)); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = L_44; uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_51)); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = L_63; uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::roldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[0 + ooff] = (ki[1 + ioff] << (rot - 32)) | (ki[2 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_3)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[2 + ioff] << (rot - 32)) | (ki[3 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[2 + ooff] = (ki[3 + ioff] << (rot - 32)) | (ki[0 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = L_32; uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_25))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[0 + ioff] << (rot - 32)) | (ki[1 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = L_39; uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_44)); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = L_51; uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_63)); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::decroldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[2 + ooff] = (ki[1 + ioff] << (rot - 32)) | (ki[2 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_3)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[2 + ioff] << (rot - 32)) | (ki[3 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[0 + ooff] = (ki[3 + ioff] << (rot - 32)) | (ki[0 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = L_32; uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[0 + ioff] << (rot - 32)) | (ki[1 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = L_39; uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_44)); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_51)); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = L_63; uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::bytes2uint(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___offset1, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { // uint word = 0; V_0 = 0; // for (int i = 0; i < 4; i++) V_1 = 0; goto IL_0014; } IL_0006: { // word = (word << 8) + (uint)src[i + offset]; uint32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___src0; int32_t L_2 = V_1; int32_t L_3 = ___offset1; NullCheck(L_1); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)8)), (int32_t)L_5)); // for (int i = 0; i < 4; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0014: { // for (int i = 0; i < 4; i++) int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)4))) { goto IL_0006; } } { // return word; uint32_t L_8 = V_0; return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::uint2bytes(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A (uint32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___offset2, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0016; } IL_0004: { // dst[(3 - i) + offset] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___dst1; int32_t L_1 = V_0; int32_t L_2 = ___offset2; uint32_t L_3 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_1)), (int32_t)L_2))), (uint8_t)((int32_t)((uint8_t)L_3))); // word >>= 8; uint32_t L_4 = ___word0; ___word0 = ((int32_t)((uint32_t)L_4>>8)); // for (int i = 0; i < 4; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0016: { // for (int i = 0; i < 4; i++) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)4))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::camelliaF2(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___skey1, int32_t ___keyoff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { // t1 = s[0] ^ skey[0 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___skey1; int32_t L_4 = ___keyoff2; NullCheck(L_3); int32_t L_5 = L_4; uint32_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = ((int32_t)((int32_t)L_2^(int32_t)L_6)); // u = SBOX4_4404[(byte)t1]; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX4_4404_9(); uint32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((int32_t)((uint8_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_2 = L_10; // u ^= SBOX3_3033[(byte)(t1 >> 8)]; uint32_t L_11 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX3_3033_11(); uint32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_13>>8)))); uint32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_2 = ((int32_t)((int32_t)L_11^(int32_t)L_15)); // u ^= SBOX2_0222[(byte)(t1 >> 16)]; uint32_t L_16 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX2_0222_10(); uint32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_18>>((int32_t)16))))); uint32_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_2 = ((int32_t)((int32_t)L_16^(int32_t)L_20)); // u ^= SBOX1_1110[(byte)(t1 >> 24)]; uint32_t L_21 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX1_1110_8(); uint32_t L_23 = V_0; NullCheck(L_22); int32_t L_24 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_23>>((int32_t)24))))); uint32_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_2 = ((int32_t)((int32_t)L_21^(int32_t)L_25)); // t2 = s[1] ^ skey[1 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___s0; NullCheck(L_26); int32_t L_27 = 1; uint32_t L_28 = (L_26)->GetAt(static_cast(L_27)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = ___skey1; int32_t L_30 = ___keyoff2; NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_30)); uint32_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_1 = ((int32_t)((int32_t)L_28^(int32_t)L_32)); // v = SBOX1_1110[(byte)t2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX1_1110_8(); uint32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = ((int32_t)((uint8_t)L_34)); uint32_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_3 = L_36; // v ^= SBOX4_4404[(byte)(t2 >> 8)]; uint32_t L_37 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX4_4404_9(); uint32_t L_39 = V_1; NullCheck(L_38); int32_t L_40 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_39>>8)))); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); V_3 = ((int32_t)((int32_t)L_37^(int32_t)L_41)); // v ^= SBOX3_3033[(byte)(t2 >> 16)]; uint32_t L_42 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX3_3033_11(); uint32_t L_44 = V_1; NullCheck(L_43); int32_t L_45 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_44>>((int32_t)16))))); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_3 = ((int32_t)((int32_t)L_42^(int32_t)L_46)); // v ^= SBOX2_0222[(byte)(t2 >> 24)]; uint32_t L_47 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX2_0222_10(); uint32_t L_49 = V_1; NullCheck(L_48); int32_t L_50 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_49>>((int32_t)24))))); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); V_3 = ((int32_t)((int32_t)L_47^(int32_t)L_51)); // s[2] ^= u ^ v; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = ___s0; NullCheck(L_52); uint32_t* L_53 = ((L_52)->GetAddressAt(static_cast(2))); int32_t L_54 = *((uint32_t*)L_53); uint32_t L_55 = V_2; uint32_t L_56 = V_3; *((int32_t*)L_53) = (int32_t)((int32_t)((int32_t)L_54^(int32_t)((int32_t)((int32_t)L_55^(int32_t)L_56)))); // s[3] ^= u ^ v ^ rightRotate(u, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = ___s0; NullCheck(L_57); uint32_t* L_58 = ((L_57)->GetAddressAt(static_cast(3))); int32_t L_59 = *((uint32_t*)L_58); uint32_t L_60 = V_2; uint32_t L_61 = V_3; uint32_t L_62 = V_2; uint32_t L_63; L_63 = CamelliaEngine_rightRotate_m705654C72F9746C870CB4244E300F8482E875459(L_62, 8, /*hidden argument*/NULL); *((int32_t*)L_58) = (int32_t)((int32_t)((int32_t)L_59^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_60^(int32_t)L_61))^(int32_t)L_63)))); // t1 = s[2] ^ skey[2 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = ___s0; NullCheck(L_64); int32_t L_65 = 2; uint32_t L_66 = (L_64)->GetAt(static_cast(L_65)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = ___skey1; int32_t L_68 = ___keyoff2; NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_68)); uint32_t L_70 = (L_67)->GetAt(static_cast(L_69)); V_0 = ((int32_t)((int32_t)L_66^(int32_t)L_70)); // u = SBOX4_4404[(byte)t1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX4_4404_9(); uint32_t L_72 = V_0; NullCheck(L_71); int32_t L_73 = ((int32_t)((uint8_t)L_72)); uint32_t L_74 = (L_71)->GetAt(static_cast(L_73)); V_2 = L_74; // u ^= SBOX3_3033[(byte)(t1 >> 8)]; uint32_t L_75 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX3_3033_11(); uint32_t L_77 = V_0; NullCheck(L_76); int32_t L_78 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_77>>8)))); uint32_t L_79 = (L_76)->GetAt(static_cast(L_78)); V_2 = ((int32_t)((int32_t)L_75^(int32_t)L_79)); // u ^= SBOX2_0222[(byte)(t1 >> 16)]; uint32_t L_80 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX2_0222_10(); uint32_t L_82 = V_0; NullCheck(L_81); int32_t L_83 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_82>>((int32_t)16))))); uint32_t L_84 = (L_81)->GetAt(static_cast(L_83)); V_2 = ((int32_t)((int32_t)L_80^(int32_t)L_84)); // u ^= SBOX1_1110[(byte)(t1 >> 24)]; uint32_t L_85 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX1_1110_8(); uint32_t L_87 = V_0; NullCheck(L_86); int32_t L_88 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_87>>((int32_t)24))))); uint32_t L_89 = (L_86)->GetAt(static_cast(L_88)); V_2 = ((int32_t)((int32_t)L_85^(int32_t)L_89)); // t2 = s[3] ^ skey[3 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = ___s0; NullCheck(L_90); int32_t L_91 = 3; uint32_t L_92 = (L_90)->GetAt(static_cast(L_91)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = ___skey1; int32_t L_94 = ___keyoff2; NullCheck(L_93); int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_94)); uint32_t L_96 = (L_93)->GetAt(static_cast(L_95)); V_1 = ((int32_t)((int32_t)L_92^(int32_t)L_96)); // v = SBOX1_1110[(byte)t2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX1_1110_8(); uint32_t L_98 = V_1; NullCheck(L_97); int32_t L_99 = ((int32_t)((uint8_t)L_98)); uint32_t L_100 = (L_97)->GetAt(static_cast(L_99)); V_3 = L_100; // v ^= SBOX4_4404[(byte)(t2 >> 8)]; uint32_t L_101 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_102 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX4_4404_9(); uint32_t L_103 = V_1; NullCheck(L_102); int32_t L_104 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_103>>8)))); uint32_t L_105 = (L_102)->GetAt(static_cast(L_104)); V_3 = ((int32_t)((int32_t)L_101^(int32_t)L_105)); // v ^= SBOX3_3033[(byte)(t2 >> 16)]; uint32_t L_106 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX3_3033_11(); uint32_t L_108 = V_1; NullCheck(L_107); int32_t L_109 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_108>>((int32_t)16))))); uint32_t L_110 = (L_107)->GetAt(static_cast(L_109)); V_3 = ((int32_t)((int32_t)L_106^(int32_t)L_110)); // v ^= SBOX2_0222[(byte)(t2 >> 24)]; uint32_t L_111 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_112 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SBOX2_0222_10(); uint32_t L_113 = V_1; NullCheck(L_112); int32_t L_114 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_113>>((int32_t)24))))); uint32_t L_115 = (L_112)->GetAt(static_cast(L_114)); V_3 = ((int32_t)((int32_t)L_111^(int32_t)L_115)); // s[0] ^= u ^ v; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_116 = ___s0; NullCheck(L_116); uint32_t* L_117 = ((L_116)->GetAddressAt(static_cast(0))); int32_t L_118 = *((uint32_t*)L_117); uint32_t L_119 = V_2; uint32_t L_120 = V_3; *((int32_t*)L_117) = (int32_t)((int32_t)((int32_t)L_118^(int32_t)((int32_t)((int32_t)L_119^(int32_t)L_120)))); // s[1] ^= u ^ v ^ rightRotate(u, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = ___s0; NullCheck(L_121); uint32_t* L_122 = ((L_121)->GetAddressAt(static_cast(1))); int32_t L_123 = *((uint32_t*)L_122); uint32_t L_124 = V_2; uint32_t L_125 = V_3; uint32_t L_126 = V_2; uint32_t L_127; L_127 = CamelliaEngine_rightRotate_m705654C72F9746C870CB4244E300F8482E875459(L_126, 8, /*hidden argument*/NULL); *((int32_t*)L_122) = (int32_t)((int32_t)((int32_t)L_123^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_124^(int32_t)L_125))^(int32_t)L_127)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::camelliaFLs(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___fkey1, int32_t ___keyoff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s[1] ^= leftRotate(s[0] & fkey[0 + keyoff], 1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___s0; NullCheck(L_0); uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast(1))); int32_t L_2 = *((uint32_t*)L_1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___fkey1; int32_t L_7 = ___keyoff2; NullCheck(L_6); int32_t L_8 = L_7; uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = CamelliaEngine_leftRotate_m31BEEB03F9DC2EC06CE42D4C0CD7FCAF92C109FA(((int32_t)((int32_t)L_5&(int32_t)L_9)), 1, /*hidden argument*/NULL); *((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)L_2^(int32_t)L_10)); // s[0] ^= fkey[1 + keyoff] | s[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___s0; NullCheck(L_11); uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast(0))); int32_t L_13 = *((uint32_t*)L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___fkey1; int32_t L_15 = ___keyoff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___s0; NullCheck(L_18); int32_t L_19 = 1; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); *((int32_t*)L_12) = (int32_t)((int32_t)((int32_t)L_13^(int32_t)((int32_t)((int32_t)L_17|(int32_t)L_20)))); // s[2] ^= fkey[3 + keyoff] | s[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___s0; NullCheck(L_21); uint32_t* L_22 = ((L_21)->GetAddressAt(static_cast(2))); int32_t L_23 = *((uint32_t*)L_22); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___fkey1; int32_t L_25 = ___keyoff2; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_25)); uint32_t L_27 = (L_24)->GetAt(static_cast(L_26)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = ___s0; NullCheck(L_28); int32_t L_29 = 3; uint32_t L_30 = (L_28)->GetAt(static_cast(L_29)); *((int32_t*)L_22) = (int32_t)((int32_t)((int32_t)L_23^(int32_t)((int32_t)((int32_t)L_27|(int32_t)L_30)))); // s[3] ^= leftRotate(fkey[2 + keyoff] & s[2], 1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___s0; NullCheck(L_31); uint32_t* L_32 = ((L_31)->GetAddressAt(static_cast(3))); int32_t L_33 = *((uint32_t*)L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = ___fkey1; int32_t L_35 = ___keyoff2; NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_35)); uint32_t L_37 = (L_34)->GetAt(static_cast(L_36)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___s0; NullCheck(L_38); int32_t L_39 = 2; uint32_t L_40 = (L_38)->GetAt(static_cast(L_39)); uint32_t L_41; L_41 = CamelliaEngine_leftRotate_m31BEEB03F9DC2EC06CE42D4C0CD7FCAF92C109FA(((int32_t)((int32_t)L_37&(int32_t)L_40)), 1, /*hidden argument*/NULL); *((int32_t*)L_32) = (int32_t)((int32_t)((int32_t)L_33^(int32_t)L_41)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::setKey(System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_setKey_m8657689DBFA11EC2A18ABE428913C9DCFA1956A3 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, bool ___forEncryption0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_3 = NULL; int32_t V_4 = 0; uint32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { // uint[] k = new uint[8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // uint[] ka = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_1 = L_1; // uint[] kb = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_2; // uint[] t = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_3 = L_3; // switch (key.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___key1; NullCheck(L_4); V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))); int32_t L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_003b; } } { int32_t L_6 = V_4; if ((((int32_t)L_6) == ((int32_t)((int32_t)24)))) { goto IL_008c; } } { int32_t L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_00e2; } } { goto IL_0140; } IL_003b: { // _keyIs128 = true; __this->set__keyIs128_1((bool)1); // k[0] = bytes2uint(key, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_9, 0, /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (uint32_t)L_10); // k[1] = bytes2uint(key, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___key1; uint32_t L_13; L_13 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_12, 4, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(1), (uint32_t)L_13); // k[2] = bytes2uint(key, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___key1; uint32_t L_16; L_16 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_15, 8, /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint32_t)L_16); // k[3] = bytes2uint(key, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___key1; uint32_t L_19; L_19 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_18, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(3), (uint32_t)L_19); // k[4] = k[5] = k[6] = k[7] = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_0; int32_t L_24 = 0; V_5 = L_24; NullCheck(L_23); (L_23)->SetAt(static_cast(7), (uint32_t)L_24); uint32_t L_25 = V_5; uint32_t L_26 = L_25; V_5 = L_26; NullCheck(L_22); (L_22)->SetAt(static_cast(6), (uint32_t)L_26); uint32_t L_27 = V_5; uint32_t L_28 = L_27; V_5 = L_28; NullCheck(L_21); (L_21)->SetAt(static_cast(5), (uint32_t)L_28); uint32_t L_29 = V_5; NullCheck(L_20); (L_20)->SetAt(static_cast(4), (uint32_t)L_29); // break; goto IL_014b; } IL_008c: { // k[0] = bytes2uint(key, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); uint32_t L_32; L_32 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_31, 0, /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(0), (uint32_t)L_32); // k[1] = bytes2uint(key, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___key1; uint32_t L_35; L_35 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_34, 4, /*hidden argument*/NULL); NullCheck(L_33); (L_33)->SetAt(static_cast(1), (uint32_t)L_35); // k[2] = bytes2uint(key, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = ___key1; uint32_t L_38; L_38 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_37, 8, /*hidden argument*/NULL); NullCheck(L_36); (L_36)->SetAt(static_cast(2), (uint32_t)L_38); // k[3] = bytes2uint(key, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___key1; uint32_t L_41; L_41 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_40, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(3), (uint32_t)L_41); // k[4] = bytes2uint(key, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ___key1; uint32_t L_44; L_44 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_43, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_42); (L_42)->SetAt(static_cast(4), (uint32_t)L_44); // k[5] = bytes2uint(key, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = ___key1; uint32_t L_47; L_47 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_46, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_45); (L_45)->SetAt(static_cast(5), (uint32_t)L_47); // k[6] = ~k[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_0; NullCheck(L_49); int32_t L_50 = 4; uint32_t L_51 = (L_49)->GetAt(static_cast(L_50)); NullCheck(L_48); (L_48)->SetAt(static_cast(6), (uint32_t)((~L_51))); // k[7] = ~k[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_0; NullCheck(L_53); int32_t L_54 = 5; uint32_t L_55 = (L_53)->GetAt(static_cast(L_54)); NullCheck(L_52); (L_52)->SetAt(static_cast(7), (uint32_t)((~L_55))); // _keyIs128 = false; __this->set__keyIs128_1((bool)0); // break; goto IL_014b; } IL_00e2: { // k[0] = bytes2uint(key, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); uint32_t L_58; L_58 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_57, 0, /*hidden argument*/NULL); NullCheck(L_56); (L_56)->SetAt(static_cast(0), (uint32_t)L_58); // k[1] = bytes2uint(key, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___key1; uint32_t L_61; L_61 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_60, 4, /*hidden argument*/NULL); NullCheck(L_59); (L_59)->SetAt(static_cast(1), (uint32_t)L_61); // k[2] = bytes2uint(key, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = ___key1; uint32_t L_64; L_64 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_63, 8, /*hidden argument*/NULL); NullCheck(L_62); (L_62)->SetAt(static_cast(2), (uint32_t)L_64); // k[3] = bytes2uint(key, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = ___key1; uint32_t L_67; L_67 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_66, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_65); (L_65)->SetAt(static_cast(3), (uint32_t)L_67); // k[4] = bytes2uint(key, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ___key1; uint32_t L_70; L_70 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_69, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_68); (L_68)->SetAt(static_cast(4), (uint32_t)L_70); // k[5] = bytes2uint(key, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___key1; uint32_t L_73; L_73 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_72, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_71); (L_71)->SetAt(static_cast(5), (uint32_t)L_73); // k[6] = bytes2uint(key, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___key1; uint32_t L_76; L_76 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_75, ((int32_t)24), /*hidden argument*/NULL); NullCheck(L_74); (L_74)->SetAt(static_cast(6), (uint32_t)L_76); // k[7] = bytes2uint(key, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___key1; uint32_t L_79; L_79 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_78, ((int32_t)28), /*hidden argument*/NULL); NullCheck(L_77); (L_77)->SetAt(static_cast(7), (uint32_t)L_79); // _keyIs128 = false; __this->set__keyIs128_1((bool)0); // break; goto IL_014b; } IL_0140: { // throw new ArgumentException("key sizes are only 16/24/32 bytes."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_80 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BD050D52C303D23C47B378731DC319F7A090D03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CamelliaEngine_setKey_m8657689DBFA11EC2A18ABE428913C9DCFA1956A3_RuntimeMethod_var))); } IL_014b: { // for (int i = 0; i < 4; i++) V_6 = 0; goto IL_0165; } IL_0150: { // ka[i] = k[i] ^ k[i + 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = V_1; int32_t L_82 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = V_0; int32_t L_84 = V_6; NullCheck(L_83); int32_t L_85 = L_84; uint32_t L_86 = (L_83)->GetAt(static_cast(L_85)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_0; int32_t L_88 = V_6; NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)4)); uint32_t L_90 = (L_87)->GetAt(static_cast(L_89)); NullCheck(L_81); (L_81)->SetAt(static_cast(L_82), (uint32_t)((int32_t)((int32_t)L_86^(int32_t)L_90))); // for (int i = 0; i < 4; i++) int32_t L_91 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_0165: { // for (int i = 0; i < 4; i++) int32_t L_92 = V_6; if ((((int32_t)L_92) < ((int32_t)4))) { goto IL_0150; } } { // camelliaF2(ka, SIGMA, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SIGMA_7(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_93, L_94, 0, /*hidden argument*/NULL); // for (int i = 0; i < 4; i++) V_7 = 0; goto IL_0191; } IL_017b: { // ka[i] ^= k[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = V_1; int32_t L_96 = V_7; NullCheck(L_95); uint32_t* L_97 = ((L_95)->GetAddressAt(static_cast(L_96))); int32_t L_98 = *((uint32_t*)L_97); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_0; int32_t L_100 = V_7; NullCheck(L_99); int32_t L_101 = L_100; uint32_t L_102 = (L_99)->GetAt(static_cast(L_101)); *((int32_t*)L_97) = (int32_t)((int32_t)((int32_t)L_98^(int32_t)L_102)); // for (int i = 0; i < 4; i++) int32_t L_103 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_0191: { // for (int i = 0; i < 4; i++) int32_t L_104 = V_7; if ((((int32_t)L_104) < ((int32_t)4))) { goto IL_017b; } } { // camelliaF2(ka, SIGMA, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_106 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SIGMA_7(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_105, L_106, 4, /*hidden argument*/NULL); // if (_keyIs128) bool L_107 = __this->get__keyIs128_1(); if (!L_107) { goto IL_043e; } } { // if (forEncryption) bool L_108 = ___forEncryption0; if (!L_108) { goto IL_02f7; } } { // kw[0] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_109 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = V_0; NullCheck(L_110); int32_t L_111 = 0; uint32_t L_112 = (L_110)->GetAt(static_cast(L_111)); NullCheck(L_109); (L_109)->SetAt(static_cast(0), (uint32_t)L_112); // kw[1] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_113 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_114 = V_0; NullCheck(L_114); int32_t L_115 = 1; uint32_t L_116 = (L_114)->GetAt(static_cast(L_115)); NullCheck(L_113); (L_113)->SetAt(static_cast(1), (uint32_t)L_116); // kw[2] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = V_0; NullCheck(L_118); int32_t L_119 = 2; uint32_t L_120 = (L_118)->GetAt(static_cast(L_119)); NullCheck(L_117); (L_117)->SetAt(static_cast(2), (uint32_t)L_120); // kw[3] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = V_0; NullCheck(L_122); int32_t L_123 = 3; uint32_t L_124 = (L_122)->GetAt(static_cast(L_123)); NullCheck(L_121); (L_121)->SetAt(static_cast(3), (uint32_t)L_124); // roldq(15, k, 0, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_125 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_125, 0, L_126, 4, /*hidden argument*/NULL); // roldq(30, k, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_127 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)30), L_127, 0, L_128, ((int32_t)12), /*hidden argument*/NULL); // roldq(15, k, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = V_3; CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_129, 0, L_130, 0, /*hidden argument*/NULL); // subkey[18] = t[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = V_3; NullCheck(L_132); int32_t L_133 = 2; uint32_t L_134 = (L_132)->GetAt(static_cast(L_133)); NullCheck(L_131); (L_131)->SetAt(static_cast(((int32_t)18)), (uint32_t)L_134); // subkey[19] = t[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_135 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = V_3; NullCheck(L_136); int32_t L_137 = 3; uint32_t L_138 = (L_136)->GetAt(static_cast(L_137)); NullCheck(L_135); (L_135)->SetAt(static_cast(((int32_t)19)), (uint32_t)L_138); // roldq(17, k, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_139 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = __this->get_ke_5(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)17), L_139, 0, L_140, 4, /*hidden argument*/NULL); // roldq(17, k, 0, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_141 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_142 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)17), L_141, 0, L_142, ((int32_t)24), /*hidden argument*/NULL); // roldq(17, k, 0, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_144 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)17), L_143, 0, L_144, ((int32_t)32), /*hidden argument*/NULL); // subkey[0] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_145 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = V_1; NullCheck(L_146); int32_t L_147 = 0; uint32_t L_148 = (L_146)->GetAt(static_cast(L_147)); NullCheck(L_145); (L_145)->SetAt(static_cast(0), (uint32_t)L_148); // subkey[1] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_149 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_150 = V_1; NullCheck(L_150); int32_t L_151 = 1; uint32_t L_152 = (L_150)->GetAt(static_cast(L_151)); NullCheck(L_149); (L_149)->SetAt(static_cast(1), (uint32_t)L_152); // subkey[2] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_153 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_154 = V_1; NullCheck(L_154); int32_t L_155 = 2; uint32_t L_156 = (L_154)->GetAt(static_cast(L_155)); NullCheck(L_153); (L_153)->SetAt(static_cast(2), (uint32_t)L_156); // subkey[3] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_157 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_158 = V_1; NullCheck(L_158); int32_t L_159 = 3; uint32_t L_160 = (L_158)->GetAt(static_cast(L_159)); NullCheck(L_157); (L_157)->SetAt(static_cast(3), (uint32_t)L_160); // roldq(15, ka, 0, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_161 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_162 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_161, 0, L_162, 8, /*hidden argument*/NULL); // roldq(15, ka, 0, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_163 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_164 = __this->get_ke_5(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_163, 0, L_164, 0, /*hidden argument*/NULL); // roldq(15, ka, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_165 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_166 = V_3; CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_165, 0, L_166, 0, /*hidden argument*/NULL); // subkey[16] = t[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_167 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_168 = V_3; NullCheck(L_168); int32_t L_169 = 0; uint32_t L_170 = (L_168)->GetAt(static_cast(L_169)); NullCheck(L_167); (L_167)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_170); // subkey[17] = t[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_171 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_172 = V_3; NullCheck(L_172); int32_t L_173 = 1; uint32_t L_174 = (L_172)->GetAt(static_cast(L_173)); NullCheck(L_171); (L_171)->SetAt(static_cast(((int32_t)17)), (uint32_t)L_174); // roldq(15, ka, 0, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_175 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_176 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_175, 0, L_176, ((int32_t)20), /*hidden argument*/NULL); // roldqo32(34, ka, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_177 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = __this->get_subkey_3(); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)34), L_177, 0, L_178, ((int32_t)28), /*hidden argument*/NULL); // roldq(17, ka, 0, kw, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_179 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_180 = __this->get_kw_4(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)17), L_179, 0, L_180, 4, /*hidden argument*/NULL); // } return; } IL_02f7: { // kw[4] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_181 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_182 = V_0; NullCheck(L_182); int32_t L_183 = 0; uint32_t L_184 = (L_182)->GetAt(static_cast(L_183)); NullCheck(L_181); (L_181)->SetAt(static_cast(4), (uint32_t)L_184); // kw[5] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_185 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_186 = V_0; NullCheck(L_186); int32_t L_187 = 1; uint32_t L_188 = (L_186)->GetAt(static_cast(L_187)); NullCheck(L_185); (L_185)->SetAt(static_cast(5), (uint32_t)L_188); // kw[6] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_189 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_190 = V_0; NullCheck(L_190); int32_t L_191 = 2; uint32_t L_192 = (L_190)->GetAt(static_cast(L_191)); NullCheck(L_189); (L_189)->SetAt(static_cast(6), (uint32_t)L_192); // kw[7] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_193 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_194 = V_0; NullCheck(L_194); int32_t L_195 = 3; uint32_t L_196 = (L_194)->GetAt(static_cast(L_195)); NullCheck(L_193); (L_193)->SetAt(static_cast(7), (uint32_t)L_196); // decroldq(15, k, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_197 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_198 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_197, 0, L_198, ((int32_t)28), /*hidden argument*/NULL); // decroldq(30, k, 0, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_200 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)30), L_199, 0, L_200, ((int32_t)20), /*hidden argument*/NULL); // decroldq(15, k, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_201 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_202 = V_3; CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_201, 0, L_202, 0, /*hidden argument*/NULL); // subkey[16] = t[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_203 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_204 = V_3; NullCheck(L_204); int32_t L_205 = 0; uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); NullCheck(L_203); (L_203)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_206); // subkey[17] = t[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_207 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_208 = V_3; NullCheck(L_208); int32_t L_209 = 1; uint32_t L_210 = (L_208)->GetAt(static_cast(L_209)); NullCheck(L_207); (L_207)->SetAt(static_cast(((int32_t)17)), (uint32_t)L_210); // decroldq(17, k, 0, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_212 = __this->get_ke_5(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)17), L_211, 0, L_212, 0, /*hidden argument*/NULL); // decroldq(17, k, 0, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_213 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_214 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)17), L_213, 0, L_214, 8, /*hidden argument*/NULL); // decroldq(17, k, 0, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_215 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_216 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)17), L_215, 0, L_216, 0, /*hidden argument*/NULL); // subkey[34] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_217 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_218 = V_1; NullCheck(L_218); int32_t L_219 = 0; uint32_t L_220 = (L_218)->GetAt(static_cast(L_219)); NullCheck(L_217); (L_217)->SetAt(static_cast(((int32_t)34)), (uint32_t)L_220); // subkey[35] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_221 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_222 = V_1; NullCheck(L_222); int32_t L_223 = 1; uint32_t L_224 = (L_222)->GetAt(static_cast(L_223)); NullCheck(L_221); (L_221)->SetAt(static_cast(((int32_t)35)), (uint32_t)L_224); // subkey[32] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_226 = V_1; NullCheck(L_226); int32_t L_227 = 2; uint32_t L_228 = (L_226)->GetAt(static_cast(L_227)); NullCheck(L_225); (L_225)->SetAt(static_cast(((int32_t)32)), (uint32_t)L_228); // subkey[33] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_229 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_230 = V_1; NullCheck(L_230); int32_t L_231 = 3; uint32_t L_232 = (L_230)->GetAt(static_cast(L_231)); NullCheck(L_229); (L_229)->SetAt(static_cast(((int32_t)33)), (uint32_t)L_232); // decroldq(15, ka, 0, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_233 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_234 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_233, 0, L_234, ((int32_t)24), /*hidden argument*/NULL); // decroldq(15, ka, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_235 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_236 = __this->get_ke_5(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_235, 0, L_236, 4, /*hidden argument*/NULL); // decroldq(15, ka, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_237 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_238 = V_3; CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_237, 0, L_238, 0, /*hidden argument*/NULL); // subkey[18] = t[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_239 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_240 = V_3; NullCheck(L_240); int32_t L_241 = 2; uint32_t L_242 = (L_240)->GetAt(static_cast(L_241)); NullCheck(L_239); (L_239)->SetAt(static_cast(((int32_t)18)), (uint32_t)L_242); // subkey[19] = t[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_243 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_244 = V_3; NullCheck(L_244); int32_t L_245 = 3; uint32_t L_246 = (L_244)->GetAt(static_cast(L_245)); NullCheck(L_243); (L_243)->SetAt(static_cast(((int32_t)19)), (uint32_t)L_246); // decroldq(15, ka, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_247 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_248 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_247, 0, L_248, ((int32_t)12), /*hidden argument*/NULL); // decroldqo32(34, ka, 0, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_249 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_250 = __this->get_subkey_3(); CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730(((int32_t)34), L_249, 0, L_250, 4, /*hidden argument*/NULL); // roldq(17, ka, 0, kw, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_251 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_252 = __this->get_kw_4(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)17), L_251, 0, L_252, 0, /*hidden argument*/NULL); // } return; } IL_043e: { // for (int i = 0; i < 4; i++) V_8 = 0; goto IL_0458; } IL_0443: { // kb[i] = ka[i] ^ k[i + 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_253 = V_2; int32_t L_254 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_255 = V_1; int32_t L_256 = V_8; NullCheck(L_255); int32_t L_257 = L_256; uint32_t L_258 = (L_255)->GetAt(static_cast(L_257)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_259 = V_0; int32_t L_260 = V_8; NullCheck(L_259); int32_t L_261 = ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)4)); uint32_t L_262 = (L_259)->GetAt(static_cast(L_261)); NullCheck(L_253); (L_253)->SetAt(static_cast(L_254), (uint32_t)((int32_t)((int32_t)L_258^(int32_t)L_262))); // for (int i = 0; i < 4; i++) int32_t L_263 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)1)); } IL_0458: { // for (int i = 0; i < 4; i++) int32_t L_264 = V_8; if ((((int32_t)L_264) < ((int32_t)4))) { goto IL_0443; } } { // camelliaF2(kb, SIGMA, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_265 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_266 = ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->get_SIGMA_7(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_265, L_266, 8, /*hidden argument*/NULL); // if (forEncryption) bool L_267 = ___forEncryption0; if (!L_267) { goto IL_05e0; } } { // kw[0] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_268 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_269 = V_0; NullCheck(L_269); int32_t L_270 = 0; uint32_t L_271 = (L_269)->GetAt(static_cast(L_270)); NullCheck(L_268); (L_268)->SetAt(static_cast(0), (uint32_t)L_271); // kw[1] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_272 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_273 = V_0; NullCheck(L_273); int32_t L_274 = 1; uint32_t L_275 = (L_273)->GetAt(static_cast(L_274)); NullCheck(L_272); (L_272)->SetAt(static_cast(1), (uint32_t)L_275); // kw[2] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_276 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_277 = V_0; NullCheck(L_277); int32_t L_278 = 2; uint32_t L_279 = (L_277)->GetAt(static_cast(L_278)); NullCheck(L_276); (L_276)->SetAt(static_cast(2), (uint32_t)L_279); // kw[3] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_280 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_281 = V_0; NullCheck(L_281); int32_t L_282 = 3; uint32_t L_283 = (L_281)->GetAt(static_cast(L_282)); NullCheck(L_280); (L_280)->SetAt(static_cast(3), (uint32_t)L_283); // roldqo32(45, k, 0, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_284 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_285 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)45), L_284, 0, L_285, ((int32_t)16), /*hidden argument*/NULL); // roldq(15, k, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_286 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_287 = __this->get_ke_5(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_286, 0, L_287, 4, /*hidden argument*/NULL); // roldq(17, k, 0, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_289 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)17), L_288, 0, L_289, ((int32_t)32), /*hidden argument*/NULL); // roldqo32(34, k, 0, subkey, 44); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_290 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_291 = __this->get_subkey_3(); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)34), L_290, 0, L_291, ((int32_t)44), /*hidden argument*/NULL); // roldq(15, k, 4, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_292 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_293 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_292, 4, L_293, 4, /*hidden argument*/NULL); // roldq(15, k, 4, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_295 = __this->get_ke_5(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_294, 4, L_295, 0, /*hidden argument*/NULL); // roldq(30, k, 4, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_296 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_297 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)30), L_296, 4, L_297, ((int32_t)24), /*hidden argument*/NULL); // roldqo32(34, k, 4, subkey, 36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_298 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_299 = __this->get_subkey_3(); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)34), L_298, 4, L_299, ((int32_t)36), /*hidden argument*/NULL); // roldq(15, ka, 0, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_301 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)15), L_300, 0, L_301, 8, /*hidden argument*/NULL); // roldq(30, ka, 0, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_302 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_303 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)30), L_302, 0, L_303, ((int32_t)20), /*hidden argument*/NULL); // ke[8] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_304 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_305 = V_1; NullCheck(L_305); int32_t L_306 = 1; uint32_t L_307 = (L_305)->GetAt(static_cast(L_306)); NullCheck(L_304); (L_304)->SetAt(static_cast(8), (uint32_t)L_307); // ke[9] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_308 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_309 = V_1; NullCheck(L_309); int32_t L_310 = 2; uint32_t L_311 = (L_309)->GetAt(static_cast(L_310)); NullCheck(L_308); (L_308)->SetAt(static_cast(((int32_t)9)), (uint32_t)L_311); // ke[10] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_312 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_313 = V_1; NullCheck(L_313); int32_t L_314 = 3; uint32_t L_315 = (L_313)->GetAt(static_cast(L_314)); NullCheck(L_312); (L_312)->SetAt(static_cast(((int32_t)10)), (uint32_t)L_315); // ke[11] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_316 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_317 = V_1; NullCheck(L_317); int32_t L_318 = 0; uint32_t L_319 = (L_317)->GetAt(static_cast(L_318)); NullCheck(L_316); (L_316)->SetAt(static_cast(((int32_t)11)), (uint32_t)L_319); // roldqo32(49, ka, 0, subkey, 40); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_320 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_321 = __this->get_subkey_3(); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)49), L_320, 0, L_321, ((int32_t)40), /*hidden argument*/NULL); // subkey[0] = kb[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_322 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_323 = V_2; NullCheck(L_323); int32_t L_324 = 0; uint32_t L_325 = (L_323)->GetAt(static_cast(L_324)); NullCheck(L_322); (L_322)->SetAt(static_cast(0), (uint32_t)L_325); // subkey[1] = kb[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_326 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_327 = V_2; NullCheck(L_327); int32_t L_328 = 1; uint32_t L_329 = (L_327)->GetAt(static_cast(L_328)); NullCheck(L_326); (L_326)->SetAt(static_cast(1), (uint32_t)L_329); // subkey[2] = kb[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_330 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_331 = V_2; NullCheck(L_331); int32_t L_332 = 2; uint32_t L_333 = (L_331)->GetAt(static_cast(L_332)); NullCheck(L_330); (L_330)->SetAt(static_cast(2), (uint32_t)L_333); // subkey[3] = kb[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_334 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_335 = V_2; NullCheck(L_335); int32_t L_336 = 3; uint32_t L_337 = (L_335)->GetAt(static_cast(L_336)); NullCheck(L_334); (L_334)->SetAt(static_cast(3), (uint32_t)L_337); // roldq(30, kb, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_338 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_339 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)30), L_338, 0, L_339, ((int32_t)12), /*hidden argument*/NULL); // roldq(30, kb, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_340 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_341 = __this->get_subkey_3(); CamelliaEngine_roldq_mA6ACA607447F6ED7ED368A7377B793FEB65FE832(((int32_t)30), L_340, 0, L_341, ((int32_t)28), /*hidden argument*/NULL); // roldqo32(51, kb, 0, kw, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_342 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_343 = __this->get_kw_4(); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)51), L_342, 0, L_343, 4, /*hidden argument*/NULL); // } return; } IL_05e0: { // kw[4] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_344 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_345 = V_0; NullCheck(L_345); int32_t L_346 = 0; uint32_t L_347 = (L_345)->GetAt(static_cast(L_346)); NullCheck(L_344); (L_344)->SetAt(static_cast(4), (uint32_t)L_347); // kw[5] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_348 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_349 = V_0; NullCheck(L_349); int32_t L_350 = 1; uint32_t L_351 = (L_349)->GetAt(static_cast(L_350)); NullCheck(L_348); (L_348)->SetAt(static_cast(5), (uint32_t)L_351); // kw[6] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_352 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_353 = V_0; NullCheck(L_353); int32_t L_354 = 2; uint32_t L_355 = (L_353)->GetAt(static_cast(L_354)); NullCheck(L_352); (L_352)->SetAt(static_cast(6), (uint32_t)L_355); // kw[7] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_356 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_357 = V_0; NullCheck(L_357); int32_t L_358 = 3; uint32_t L_359 = (L_357)->GetAt(static_cast(L_358)); NullCheck(L_356); (L_356)->SetAt(static_cast(7), (uint32_t)L_359); // decroldqo32(45, k, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_360 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_361 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730(((int32_t)45), L_360, 0, L_361, ((int32_t)28), /*hidden argument*/NULL); // decroldq(15, k, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_362 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_363 = __this->get_ke_5(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_362, 0, L_363, 4, /*hidden argument*/NULL); // decroldq(17, k, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_364 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_365 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)17), L_364, 0, L_365, ((int32_t)12), /*hidden argument*/NULL); // decroldqo32(34, k, 0, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_366 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_367 = __this->get_subkey_3(); CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730(((int32_t)34), L_366, 0, L_367, 0, /*hidden argument*/NULL); // decroldq(15, k, 4, subkey, 40); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_368 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_369 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_368, 4, L_369, ((int32_t)40), /*hidden argument*/NULL); // decroldq(15, k, 4, ke, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_370 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_371 = __this->get_ke_5(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_370, 4, L_371, 8, /*hidden argument*/NULL); // decroldq(30, k, 4, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_372 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_373 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)30), L_372, 4, L_373, ((int32_t)20), /*hidden argument*/NULL); // decroldqo32(34, k, 4, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_374 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_375 = __this->get_subkey_3(); CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730(((int32_t)34), L_374, 4, L_375, 8, /*hidden argument*/NULL); // decroldq(15, ka, 0, subkey, 36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_376 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_377 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)15), L_376, 0, L_377, ((int32_t)36), /*hidden argument*/NULL); // decroldq(30, ka, 0, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_378 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_379 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)30), L_378, 0, L_379, ((int32_t)24), /*hidden argument*/NULL); // ke[2] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_380 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_381 = V_1; NullCheck(L_381); int32_t L_382 = 1; uint32_t L_383 = (L_381)->GetAt(static_cast(L_382)); NullCheck(L_380); (L_380)->SetAt(static_cast(2), (uint32_t)L_383); // ke[3] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_384 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_385 = V_1; NullCheck(L_385); int32_t L_386 = 2; uint32_t L_387 = (L_385)->GetAt(static_cast(L_386)); NullCheck(L_384); (L_384)->SetAt(static_cast(3), (uint32_t)L_387); // ke[0] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_388 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_389 = V_1; NullCheck(L_389); int32_t L_390 = 3; uint32_t L_391 = (L_389)->GetAt(static_cast(L_390)); NullCheck(L_388); (L_388)->SetAt(static_cast(0), (uint32_t)L_391); // ke[1] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_392 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_393 = V_1; NullCheck(L_393); int32_t L_394 = 0; uint32_t L_395 = (L_393)->GetAt(static_cast(L_394)); NullCheck(L_392); (L_392)->SetAt(static_cast(1), (uint32_t)L_395); // decroldqo32(49, ka, 0, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_396 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_397 = __this->get_subkey_3(); CamelliaEngine_decroldqo32_m86A6C577FE0843909986567895F736308C8E5730(((int32_t)49), L_396, 0, L_397, 4, /*hidden argument*/NULL); // subkey[46] = kb[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_398 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_399 = V_2; NullCheck(L_399); int32_t L_400 = 0; uint32_t L_401 = (L_399)->GetAt(static_cast(L_400)); NullCheck(L_398); (L_398)->SetAt(static_cast(((int32_t)46)), (uint32_t)L_401); // subkey[47] = kb[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_402 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_403 = V_2; NullCheck(L_403); int32_t L_404 = 1; uint32_t L_405 = (L_403)->GetAt(static_cast(L_404)); NullCheck(L_402); (L_402)->SetAt(static_cast(((int32_t)47)), (uint32_t)L_405); // subkey[44] = kb[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_406 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_407 = V_2; NullCheck(L_407); int32_t L_408 = 2; uint32_t L_409 = (L_407)->GetAt(static_cast(L_408)); NullCheck(L_406); (L_406)->SetAt(static_cast(((int32_t)44)), (uint32_t)L_409); // subkey[45] = kb[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_410 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_411 = V_2; NullCheck(L_411); int32_t L_412 = 3; uint32_t L_413 = (L_411)->GetAt(static_cast(L_412)); NullCheck(L_410); (L_410)->SetAt(static_cast(((int32_t)45)), (uint32_t)L_413); // decroldq(30, kb, 0, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_414 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_415 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)30), L_414, 0, L_415, ((int32_t)32), /*hidden argument*/NULL); // decroldq(30, kb, 0, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_416 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_417 = __this->get_subkey_3(); CamelliaEngine_decroldq_mA53F998F30037CF320D43C28E78E81ADBB37B240(((int32_t)30), L_416, 0, L_417, ((int32_t)16), /*hidden argument*/NULL); // roldqo32(51, kb, 0, kw, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_418 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_419 = __this->get_kw_4(); CamelliaEngine_roldqo32_mD0CF1C465CB1AEFFBA20F2CCFA79DCA72965EBFF(((int32_t)51), L_418, 0, L_419, 0, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::processBlock128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaEngine_processBlock128_mE0C302AF36A9E33EF929F85E963D61D27440779A (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0033; } IL_0004: { // state[i] = bytes2uint(input, inOff + (i * 4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_state_6(); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_5); // state[i] ^= kw[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_state_6(); int32_t L_7 = V_0; NullCheck(L_6); uint32_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint32_t*)L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get_kw_4(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); *((int32_t*)L_8) = (int32_t)((int32_t)((int32_t)L_9^(int32_t)L_13)); // for (int i = 0; i < 4; i++) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0033: { // for (int i = 0; i < 4; i++) int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)4))) { goto IL_0004; } } { // camelliaF2(state, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_16, L_17, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_18, L_19, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_20, L_21, 8, /*hidden argument*/NULL); // camelliaFLs(state, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = __this->get_ke_5(); CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D(L_22, L_23, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_24, L_25, ((int32_t)12), /*hidden argument*/NULL); // camelliaF2(state, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_26, L_27, ((int32_t)16), /*hidden argument*/NULL); // camelliaF2(state, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_28, L_29, ((int32_t)20), /*hidden argument*/NULL); // camelliaFLs(state, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = __this->get_ke_5(); CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D(L_30, L_31, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_32, L_33, ((int32_t)24), /*hidden argument*/NULL); // camelliaF2(state, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_34, L_35, ((int32_t)28), /*hidden argument*/NULL); // camelliaF2(state, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_36, L_37, ((int32_t)32), /*hidden argument*/NULL); // state[2] ^= kw[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = __this->get_state_6(); NullCheck(L_38); uint32_t* L_39 = ((L_38)->GetAddressAt(static_cast(2))); int32_t L_40 = *((uint32_t*)L_39); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = __this->get_kw_4(); NullCheck(L_41); int32_t L_42 = 4; uint32_t L_43 = (L_41)->GetAt(static_cast(L_42)); *((int32_t*)L_39) = (int32_t)((int32_t)((int32_t)L_40^(int32_t)L_43)); // state[3] ^= kw[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = __this->get_state_6(); NullCheck(L_44); uint32_t* L_45 = ((L_44)->GetAddressAt(static_cast(3))); int32_t L_46 = *((uint32_t*)L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = __this->get_kw_4(); NullCheck(L_47); int32_t L_48 = 5; uint32_t L_49 = (L_47)->GetAt(static_cast(L_48)); *((int32_t*)L_45) = (int32_t)((int32_t)((int32_t)L_46^(int32_t)L_49)); // state[0] ^= kw[6]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = __this->get_state_6(); NullCheck(L_50); uint32_t* L_51 = ((L_50)->GetAddressAt(static_cast(0))); int32_t L_52 = *((uint32_t*)L_51); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = __this->get_kw_4(); NullCheck(L_53); int32_t L_54 = 6; uint32_t L_55 = (L_53)->GetAt(static_cast(L_54)); *((int32_t*)L_51) = (int32_t)((int32_t)((int32_t)L_52^(int32_t)L_55)); // state[1] ^= kw[7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = __this->get_state_6(); NullCheck(L_56); uint32_t* L_57 = ((L_56)->GetAddressAt(static_cast(1))); int32_t L_58 = *((uint32_t*)L_57); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = __this->get_kw_4(); NullCheck(L_59); int32_t L_60 = 7; uint32_t L_61 = (L_59)->GetAt(static_cast(L_60)); *((int32_t*)L_57) = (int32_t)((int32_t)((int32_t)L_58^(int32_t)L_61)); // uint2bytes(state[2], output, outOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = __this->get_state_6(); NullCheck(L_62); int32_t L_63 = 2; uint32_t L_64 = (L_62)->GetAt(static_cast(L_63)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = ___output2; int32_t L_66 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_64, L_65, L_66, /*hidden argument*/NULL); // uint2bytes(state[3], output, outOff + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = __this->get_state_6(); NullCheck(L_67); int32_t L_68 = 3; uint32_t L_69 = (L_67)->GetAt(static_cast(L_68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = ___output2; int32_t L_71 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_69, L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)4)), /*hidden argument*/NULL); // uint2bytes(state[0], output, outOff + 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = __this->get_state_6(); NullCheck(L_72); int32_t L_73 = 0; uint32_t L_74 = (L_72)->GetAt(static_cast(L_73)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___output2; int32_t L_76 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_74, L_75, ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)8)), /*hidden argument*/NULL); // uint2bytes(state[1], output, outOff + 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = __this->get_state_6(); NullCheck(L_77); int32_t L_78 = 1; uint32_t L_79 = (L_77)->GetAt(static_cast(L_78)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = ___output2; int32_t L_81 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_79, L_80, ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::processBlock192or256(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaEngine_processBlock192or256_m97BCBD34728D4F524C812302AC27872B2C13736A (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0033; } IL_0004: { // state[i] = bytes2uint(input, inOff + (i * 4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_state_6(); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = CamelliaEngine_bytes2uint_m901856076597644A6D68EA5ED82E547643BAECB0(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_5); // state[i] ^= kw[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_state_6(); int32_t L_7 = V_0; NullCheck(L_6); uint32_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint32_t*)L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get_kw_4(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); *((int32_t*)L_8) = (int32_t)((int32_t)((int32_t)L_9^(int32_t)L_13)); // for (int i = 0; i < 4; i++) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0033: { // for (int i = 0; i < 4; i++) int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)4))) { goto IL_0004; } } { // camelliaF2(state, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_16, L_17, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_18, L_19, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_20, L_21, 8, /*hidden argument*/NULL); // camelliaFLs(state, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = __this->get_ke_5(); CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D(L_22, L_23, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_24, L_25, ((int32_t)12), /*hidden argument*/NULL); // camelliaF2(state, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_26, L_27, ((int32_t)16), /*hidden argument*/NULL); // camelliaF2(state, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_28, L_29, ((int32_t)20), /*hidden argument*/NULL); // camelliaFLs(state, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = __this->get_ke_5(); CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D(L_30, L_31, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_32, L_33, ((int32_t)24), /*hidden argument*/NULL); // camelliaF2(state, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_34, L_35, ((int32_t)28), /*hidden argument*/NULL); // camelliaF2(state, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_36, L_37, ((int32_t)32), /*hidden argument*/NULL); // camelliaFLs(state, ke, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = __this->get_ke_5(); CamelliaEngine_camelliaFLs_m408C57D34BA805C09321462C965517C4D45B610D(L_38, L_39, 8, /*hidden argument*/NULL); // camelliaF2(state, subkey, 36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_40, L_41, ((int32_t)36), /*hidden argument*/NULL); // camelliaF2(state, subkey, 40); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_42, L_43, ((int32_t)40), /*hidden argument*/NULL); // camelliaF2(state, subkey, 44); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = __this->get_subkey_3(); CamelliaEngine_camelliaF2_m2BE09AF8627FE965BF481E156A63CF98C29F73B4(L_44, L_45, ((int32_t)44), /*hidden argument*/NULL); // state[2] ^= kw[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = __this->get_state_6(); NullCheck(L_46); uint32_t* L_47 = ((L_46)->GetAddressAt(static_cast(2))); int32_t L_48 = *((uint32_t*)L_47); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = __this->get_kw_4(); NullCheck(L_49); int32_t L_50 = 4; uint32_t L_51 = (L_49)->GetAt(static_cast(L_50)); *((int32_t*)L_47) = (int32_t)((int32_t)((int32_t)L_48^(int32_t)L_51)); // state[3] ^= kw[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = __this->get_state_6(); NullCheck(L_52); uint32_t* L_53 = ((L_52)->GetAddressAt(static_cast(3))); int32_t L_54 = *((uint32_t*)L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = __this->get_kw_4(); NullCheck(L_55); int32_t L_56 = 5; uint32_t L_57 = (L_55)->GetAt(static_cast(L_56)); *((int32_t*)L_53) = (int32_t)((int32_t)((int32_t)L_54^(int32_t)L_57)); // state[0] ^= kw[6]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = __this->get_state_6(); NullCheck(L_58); uint32_t* L_59 = ((L_58)->GetAddressAt(static_cast(0))); int32_t L_60 = *((uint32_t*)L_59); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = __this->get_kw_4(); NullCheck(L_61); int32_t L_62 = 6; uint32_t L_63 = (L_61)->GetAt(static_cast(L_62)); *((int32_t*)L_59) = (int32_t)((int32_t)((int32_t)L_60^(int32_t)L_63)); // state[1] ^= kw[7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = __this->get_state_6(); NullCheck(L_64); uint32_t* L_65 = ((L_64)->GetAddressAt(static_cast(1))); int32_t L_66 = *((uint32_t*)L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = __this->get_kw_4(); NullCheck(L_67); int32_t L_68 = 7; uint32_t L_69 = (L_67)->GetAt(static_cast(L_68)); *((int32_t*)L_65) = (int32_t)((int32_t)((int32_t)L_66^(int32_t)L_69)); // uint2bytes(state[2], output, outOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = __this->get_state_6(); NullCheck(L_70); int32_t L_71 = 2; uint32_t L_72 = (L_70)->GetAt(static_cast(L_71)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = ___output2; int32_t L_74 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_72, L_73, L_74, /*hidden argument*/NULL); // uint2bytes(state[3], output, outOff + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = __this->get_state_6(); NullCheck(L_75); int32_t L_76 = 3; uint32_t L_77 = (L_75)->GetAt(static_cast(L_76)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___output2; int32_t L_79 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_77, L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)4)), /*hidden argument*/NULL); // uint2bytes(state[0], output, outOff + 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = __this->get_state_6(); NullCheck(L_80); int32_t L_81 = 0; uint32_t L_82 = (L_80)->GetAt(static_cast(L_81)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___output2; int32_t L_84 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_82, L_83, ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)8)), /*hidden argument*/NULL); // uint2bytes(state[1], output, outOff + 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_85 = __this->get_state_6(); NullCheck(L_85); int32_t L_86 = 1; uint32_t L_87 = (L_85)->GetAt(static_cast(L_86)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = ___output2; int32_t L_89 = ___outOff3; CamelliaEngine_uint2bytes_mAA0A0D6AEC43FA9AEEA097BF26D350C3EE7D595A(L_87, L_88, ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] subkey = new uint[24 * 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96)); __this->set_subkey_3(L_0); // private uint[] kw = new uint[4 * 2]; // for whitening UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_kw_4(L_1); // private uint[] ke = new uint[6 * 2]; // for FL and FL^(-1) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); __this->set_ke_5(L_2); // private uint[] state = new uint[4]; // for encryption and decryption UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_state_6(L_3); // public CamelliaEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_Init_m1273F348B6C2ADD47646419E0A41D7BACD25ED7D (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0013; } } { // throw new ArgumentException("only simple KeyParameter expected."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD95C75C9DCA72699FD9C918B9D3B4AF6395E2D7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CamelliaEngine_Init_m1273F348B6C2ADD47646419E0A41D7BACD25ED7D_RuntimeMethod_var))); } IL_0013: { // setKey(forEncryption, ((KeyParameter)parameters).GetKey()); bool L_2 = ___forEncryption0; RuntimeObject* L_3 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_3, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_3, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); CamelliaEngine_setKey_m8657689DBFA11EC2A18ABE428913C9DCFA1956A3(__this, L_2, L_4, /*hidden argument*/NULL); // initialised = true; __this->set_initialised_0((bool)1); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CamelliaEngine_get_AlgorithmName_mF2B5728CCDF03D13CA2BE27E068A7C0859AE4919 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADD6D8A177ABA2127E8318877CAC012759A1B48C); s_Il2CppMethodInitialized = true; } { // get { return "Camellia"; } return _stringLiteralADD6D8A177ABA2127E8318877CAC012759A1B48C; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CamelliaEngine_get_IsPartialBlockOkay_mB80DC1D2C04AD4335EF98106BABD534067C88822 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaEngine_GetBlockSize_m4E0A7EC7D7ADFAA87F274C6978969682DC5B273F (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaEngine_ProcessBlock_mF658878D6F5AF9D55C946BBA914258672C76B3B5 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (!initialised) bool L_0 = __this->get_initialised_0(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Camellia engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8C227C1CB3EF4325170D0B3FA875C26BBAD3D24)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CamelliaEngine_ProcessBlock_mF658878D6F5AF9D55C946BBA914258672C76B3B5_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, ((int32_t)16), _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, ((int32_t)16), _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // if (_keyIs128) bool L_6 = __this->get__keyIs128_1(); if (!L_6) { goto IL_0044; } } { // return processBlock128(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output2; int32_t L_10 = ___outOff3; int32_t L_11; L_11 = CamelliaEngine_processBlock128_mE0C302AF36A9E33EF929F85E963D61D27440779A(__this, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_0044: { // return processBlock192or256(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___output2; int32_t L_15 = ___outOff3; int32_t L_16; L_16 = CamelliaEngine_processBlock192or256_m97BCBD34728D4F524C812302AC27872B2C13736A(__this, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine_Reset_mD2B94AC4C5C6046149E8AD6A8AFF6FB79523C168 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine__cctor_mCCA9D7153391E1D5C191D09C622FE0CE8CB645EC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly uint[] SIGMA = new uint[]{ // 0xa09e667f, 0x3bcc908b, // 0xb67ae858, 0x4caa73b2, // 0xc6ef372f, 0xe94f82be, // 0x54ff53a5, 0xf1d36f1c, // 0x10e527fa, 0xde682d1d, // 0xb05688c2, 0xb3e6c1fd // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->set_SIGMA_7(L_1); // private static readonly uint[] SBOX1_1110 = new uint[]{ // 0x70707000, 0x82828200, 0x2c2c2c00, 0xececec00, 0xb3b3b300, 0x27272700, // 0xc0c0c000, 0xe5e5e500, 0xe4e4e400, 0x85858500, 0x57575700, 0x35353500, // 0xeaeaea00, 0x0c0c0c00, 0xaeaeae00, 0x41414100, 0x23232300, 0xefefef00, // 0x6b6b6b00, 0x93939300, 0x45454500, 0x19191900, 0xa5a5a500, 0x21212100, // 0xededed00, 0x0e0e0e00, 0x4f4f4f00, 0x4e4e4e00, 0x1d1d1d00, 0x65656500, // 0x92929200, 0xbdbdbd00, 0x86868600, 0xb8b8b800, 0xafafaf00, 0x8f8f8f00, // 0x7c7c7c00, 0xebebeb00, 0x1f1f1f00, 0xcecece00, 0x3e3e3e00, 0x30303000, // 0xdcdcdc00, 0x5f5f5f00, 0x5e5e5e00, 0xc5c5c500, 0x0b0b0b00, 0x1a1a1a00, // 0xa6a6a600, 0xe1e1e100, 0x39393900, 0xcacaca00, 0xd5d5d500, 0x47474700, // 0x5d5d5d00, 0x3d3d3d00, 0xd9d9d900, 0x01010100, 0x5a5a5a00, 0xd6d6d600, // 0x51515100, 0x56565600, 0x6c6c6c00, 0x4d4d4d00, 0x8b8b8b00, 0x0d0d0d00, // 0x9a9a9a00, 0x66666600, 0xfbfbfb00, 0xcccccc00, 0xb0b0b000, 0x2d2d2d00, // 0x74747400, 0x12121200, 0x2b2b2b00, 0x20202000, 0xf0f0f000, 0xb1b1b100, // 0x84848400, 0x99999900, 0xdfdfdf00, 0x4c4c4c00, 0xcbcbcb00, 0xc2c2c200, // 0x34343400, 0x7e7e7e00, 0x76767600, 0x05050500, 0x6d6d6d00, 0xb7b7b700, // 0xa9a9a900, 0x31313100, 0xd1d1d100, 0x17171700, 0x04040400, 0xd7d7d700, // 0x14141400, 0x58585800, 0x3a3a3a00, 0x61616100, 0xdedede00, 0x1b1b1b00, // 0x11111100, 0x1c1c1c00, 0x32323200, 0x0f0f0f00, 0x9c9c9c00, 0x16161600, // 0x53535300, 0x18181800, 0xf2f2f200, 0x22222200, 0xfefefe00, 0x44444400, // 0xcfcfcf00, 0xb2b2b200, 0xc3c3c300, 0xb5b5b500, 0x7a7a7a00, 0x91919100, // 0x24242400, 0x08080800, 0xe8e8e800, 0xa8a8a800, 0x60606000, 0xfcfcfc00, // 0x69696900, 0x50505000, 0xaaaaaa00, 0xd0d0d000, 0xa0a0a000, 0x7d7d7d00, // 0xa1a1a100, 0x89898900, 0x62626200, 0x97979700, 0x54545400, 0x5b5b5b00, // 0x1e1e1e00, 0x95959500, 0xe0e0e000, 0xffffff00, 0x64646400, 0xd2d2d200, // 0x10101000, 0xc4c4c400, 0x00000000, 0x48484800, 0xa3a3a300, 0xf7f7f700, // 0x75757500, 0xdbdbdb00, 0x8a8a8a00, 0x03030300, 0xe6e6e600, 0xdadada00, // 0x09090900, 0x3f3f3f00, 0xdddddd00, 0x94949400, 0x87878700, 0x5c5c5c00, // 0x83838300, 0x02020200, 0xcdcdcd00, 0x4a4a4a00, 0x90909000, 0x33333300, // 0x73737300, 0x67676700, 0xf6f6f600, 0xf3f3f300, 0x9d9d9d00, 0x7f7f7f00, // 0xbfbfbf00, 0xe2e2e200, 0x52525200, 0x9b9b9b00, 0xd8d8d800, 0x26262600, // 0xc8c8c800, 0x37373700, 0xc6c6c600, 0x3b3b3b00, 0x81818100, 0x96969600, // 0x6f6f6f00, 0x4b4b4b00, 0x13131300, 0xbebebe00, 0x63636300, 0x2e2e2e00, // 0xe9e9e900, 0x79797900, 0xa7a7a700, 0x8c8c8c00, 0x9f9f9f00, 0x6e6e6e00, // 0xbcbcbc00, 0x8e8e8e00, 0x29292900, 0xf5f5f500, 0xf9f9f900, 0xb6b6b600, // 0x2f2f2f00, 0xfdfdfd00, 0xb4b4b400, 0x59595900, 0x78787800, 0x98989800, // 0x06060600, 0x6a6a6a00, 0xe7e7e700, 0x46464600, 0x71717100, 0xbababa00, // 0xd4d4d400, 0x25252500, 0xababab00, 0x42424200, 0x88888800, 0xa2a2a200, // 0x8d8d8d00, 0xfafafa00, 0x72727200, 0x07070700, 0xb9b9b900, 0x55555500, // 0xf8f8f800, 0xeeeeee00, 0xacacac00, 0x0a0a0a00, 0x36363600, 0x49494900, // 0x2a2a2a00, 0x68686800, 0x3c3c3c00, 0x38383800, 0xf1f1f100, 0xa4a4a400, // 0x40404000, 0x28282800, 0xd3d3d300, 0x7b7b7b00, 0xbbbbbb00, 0xc9c9c900, // 0x43434300, 0xc1c1c100, 0x15151500, 0xe3e3e300, 0xadadad00, 0xf4f4f400, // 0x77777700, 0xc7c7c700, 0x80808000, 0x9e9e9e00 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->set_SBOX1_1110_8(L_4); // private static readonly uint[] SBOX4_4404 = new uint[]{ // 0x70700070, 0x2c2c002c, 0xb3b300b3, 0xc0c000c0, 0xe4e400e4, 0x57570057, // 0xeaea00ea, 0xaeae00ae, 0x23230023, 0x6b6b006b, 0x45450045, 0xa5a500a5, // 0xeded00ed, 0x4f4f004f, 0x1d1d001d, 0x92920092, 0x86860086, 0xafaf00af, // 0x7c7c007c, 0x1f1f001f, 0x3e3e003e, 0xdcdc00dc, 0x5e5e005e, 0x0b0b000b, // 0xa6a600a6, 0x39390039, 0xd5d500d5, 0x5d5d005d, 0xd9d900d9, 0x5a5a005a, // 0x51510051, 0x6c6c006c, 0x8b8b008b, 0x9a9a009a, 0xfbfb00fb, 0xb0b000b0, // 0x74740074, 0x2b2b002b, 0xf0f000f0, 0x84840084, 0xdfdf00df, 0xcbcb00cb, // 0x34340034, 0x76760076, 0x6d6d006d, 0xa9a900a9, 0xd1d100d1, 0x04040004, // 0x14140014, 0x3a3a003a, 0xdede00de, 0x11110011, 0x32320032, 0x9c9c009c, // 0x53530053, 0xf2f200f2, 0xfefe00fe, 0xcfcf00cf, 0xc3c300c3, 0x7a7a007a, // 0x24240024, 0xe8e800e8, 0x60600060, 0x69690069, 0xaaaa00aa, 0xa0a000a0, // 0xa1a100a1, 0x62620062, 0x54540054, 0x1e1e001e, 0xe0e000e0, 0x64640064, // 0x10100010, 0x00000000, 0xa3a300a3, 0x75750075, 0x8a8a008a, 0xe6e600e6, // 0x09090009, 0xdddd00dd, 0x87870087, 0x83830083, 0xcdcd00cd, 0x90900090, // 0x73730073, 0xf6f600f6, 0x9d9d009d, 0xbfbf00bf, 0x52520052, 0xd8d800d8, // 0xc8c800c8, 0xc6c600c6, 0x81810081, 0x6f6f006f, 0x13130013, 0x63630063, // 0xe9e900e9, 0xa7a700a7, 0x9f9f009f, 0xbcbc00bc, 0x29290029, 0xf9f900f9, // 0x2f2f002f, 0xb4b400b4, 0x78780078, 0x06060006, 0xe7e700e7, 0x71710071, // 0xd4d400d4, 0xabab00ab, 0x88880088, 0x8d8d008d, 0x72720072, 0xb9b900b9, // 0xf8f800f8, 0xacac00ac, 0x36360036, 0x2a2a002a, 0x3c3c003c, 0xf1f100f1, // 0x40400040, 0xd3d300d3, 0xbbbb00bb, 0x43430043, 0x15150015, 0xadad00ad, // 0x77770077, 0x80800080, 0x82820082, 0xecec00ec, 0x27270027, 0xe5e500e5, // 0x85850085, 0x35350035, 0x0c0c000c, 0x41410041, 0xefef00ef, 0x93930093, // 0x19190019, 0x21210021, 0x0e0e000e, 0x4e4e004e, 0x65650065, 0xbdbd00bd, // 0xb8b800b8, 0x8f8f008f, 0xebeb00eb, 0xcece00ce, 0x30300030, 0x5f5f005f, // 0xc5c500c5, 0x1a1a001a, 0xe1e100e1, 0xcaca00ca, 0x47470047, 0x3d3d003d, // 0x01010001, 0xd6d600d6, 0x56560056, 0x4d4d004d, 0x0d0d000d, 0x66660066, // 0xcccc00cc, 0x2d2d002d, 0x12120012, 0x20200020, 0xb1b100b1, 0x99990099, // 0x4c4c004c, 0xc2c200c2, 0x7e7e007e, 0x05050005, 0xb7b700b7, 0x31310031, // 0x17170017, 0xd7d700d7, 0x58580058, 0x61610061, 0x1b1b001b, 0x1c1c001c, // 0x0f0f000f, 0x16160016, 0x18180018, 0x22220022, 0x44440044, 0xb2b200b2, // 0xb5b500b5, 0x91910091, 0x08080008, 0xa8a800a8, 0xfcfc00fc, 0x50500050, // 0xd0d000d0, 0x7d7d007d, 0x89890089, 0x97970097, 0x5b5b005b, 0x95950095, // 0xffff00ff, 0xd2d200d2, 0xc4c400c4, 0x48480048, 0xf7f700f7, 0xdbdb00db, // 0x03030003, 0xdada00da, 0x3f3f003f, 0x94940094, 0x5c5c005c, 0x02020002, // 0x4a4a004a, 0x33330033, 0x67670067, 0xf3f300f3, 0x7f7f007f, 0xe2e200e2, // 0x9b9b009b, 0x26260026, 0x37370037, 0x3b3b003b, 0x96960096, 0x4b4b004b, // 0xbebe00be, 0x2e2e002e, 0x79790079, 0x8c8c008c, 0x6e6e006e, 0x8e8e008e, // 0xf5f500f5, 0xb6b600b6, 0xfdfd00fd, 0x59590059, 0x98980098, 0x6a6a006a, // 0x46460046, 0xbaba00ba, 0x25250025, 0x42420042, 0xa2a200a2, 0xfafa00fa, // 0x07070007, 0x55550055, 0xeeee00ee, 0x0a0a000a, 0x49490049, 0x68680068, // 0x38380038, 0xa4a400a4, 0x28280028, 0x7b7b007b, 0xc9c900c9, 0xc1c100c1, // 0xe3e300e3, 0xf4f400f4, 0xc7c700c7, 0x9e9e009e // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->set_SBOX4_4404_9(L_7); // private static readonly uint[] SBOX2_0222 = new uint[]{ // 0x00e0e0e0, 0x00050505, 0x00585858, 0x00d9d9d9, 0x00676767, 0x004e4e4e, // 0x00818181, 0x00cbcbcb, 0x00c9c9c9, 0x000b0b0b, 0x00aeaeae, 0x006a6a6a, // 0x00d5d5d5, 0x00181818, 0x005d5d5d, 0x00828282, 0x00464646, 0x00dfdfdf, // 0x00d6d6d6, 0x00272727, 0x008a8a8a, 0x00323232, 0x004b4b4b, 0x00424242, // 0x00dbdbdb, 0x001c1c1c, 0x009e9e9e, 0x009c9c9c, 0x003a3a3a, 0x00cacaca, // 0x00252525, 0x007b7b7b, 0x000d0d0d, 0x00717171, 0x005f5f5f, 0x001f1f1f, // 0x00f8f8f8, 0x00d7d7d7, 0x003e3e3e, 0x009d9d9d, 0x007c7c7c, 0x00606060, // 0x00b9b9b9, 0x00bebebe, 0x00bcbcbc, 0x008b8b8b, 0x00161616, 0x00343434, // 0x004d4d4d, 0x00c3c3c3, 0x00727272, 0x00959595, 0x00ababab, 0x008e8e8e, // 0x00bababa, 0x007a7a7a, 0x00b3b3b3, 0x00020202, 0x00b4b4b4, 0x00adadad, // 0x00a2a2a2, 0x00acacac, 0x00d8d8d8, 0x009a9a9a, 0x00171717, 0x001a1a1a, // 0x00353535, 0x00cccccc, 0x00f7f7f7, 0x00999999, 0x00616161, 0x005a5a5a, // 0x00e8e8e8, 0x00242424, 0x00565656, 0x00404040, 0x00e1e1e1, 0x00636363, // 0x00090909, 0x00333333, 0x00bfbfbf, 0x00989898, 0x00979797, 0x00858585, // 0x00686868, 0x00fcfcfc, 0x00ececec, 0x000a0a0a, 0x00dadada, 0x006f6f6f, // 0x00535353, 0x00626262, 0x00a3a3a3, 0x002e2e2e, 0x00080808, 0x00afafaf, // 0x00282828, 0x00b0b0b0, 0x00747474, 0x00c2c2c2, 0x00bdbdbd, 0x00363636, // 0x00222222, 0x00383838, 0x00646464, 0x001e1e1e, 0x00393939, 0x002c2c2c, // 0x00a6a6a6, 0x00303030, 0x00e5e5e5, 0x00444444, 0x00fdfdfd, 0x00888888, // 0x009f9f9f, 0x00656565, 0x00878787, 0x006b6b6b, 0x00f4f4f4, 0x00232323, // 0x00484848, 0x00101010, 0x00d1d1d1, 0x00515151, 0x00c0c0c0, 0x00f9f9f9, // 0x00d2d2d2, 0x00a0a0a0, 0x00555555, 0x00a1a1a1, 0x00414141, 0x00fafafa, // 0x00434343, 0x00131313, 0x00c4c4c4, 0x002f2f2f, 0x00a8a8a8, 0x00b6b6b6, // 0x003c3c3c, 0x002b2b2b, 0x00c1c1c1, 0x00ffffff, 0x00c8c8c8, 0x00a5a5a5, // 0x00202020, 0x00898989, 0x00000000, 0x00909090, 0x00474747, 0x00efefef, // 0x00eaeaea, 0x00b7b7b7, 0x00151515, 0x00060606, 0x00cdcdcd, 0x00b5b5b5, // 0x00121212, 0x007e7e7e, 0x00bbbbbb, 0x00292929, 0x000f0f0f, 0x00b8b8b8, // 0x00070707, 0x00040404, 0x009b9b9b, 0x00949494, 0x00212121, 0x00666666, // 0x00e6e6e6, 0x00cecece, 0x00ededed, 0x00e7e7e7, 0x003b3b3b, 0x00fefefe, // 0x007f7f7f, 0x00c5c5c5, 0x00a4a4a4, 0x00373737, 0x00b1b1b1, 0x004c4c4c, // 0x00919191, 0x006e6e6e, 0x008d8d8d, 0x00767676, 0x00030303, 0x002d2d2d, // 0x00dedede, 0x00969696, 0x00262626, 0x007d7d7d, 0x00c6c6c6, 0x005c5c5c, // 0x00d3d3d3, 0x00f2f2f2, 0x004f4f4f, 0x00191919, 0x003f3f3f, 0x00dcdcdc, // 0x00797979, 0x001d1d1d, 0x00525252, 0x00ebebeb, 0x00f3f3f3, 0x006d6d6d, // 0x005e5e5e, 0x00fbfbfb, 0x00696969, 0x00b2b2b2, 0x00f0f0f0, 0x00313131, // 0x000c0c0c, 0x00d4d4d4, 0x00cfcfcf, 0x008c8c8c, 0x00e2e2e2, 0x00757575, // 0x00a9a9a9, 0x004a4a4a, 0x00575757, 0x00848484, 0x00111111, 0x00454545, // 0x001b1b1b, 0x00f5f5f5, 0x00e4e4e4, 0x000e0e0e, 0x00737373, 0x00aaaaaa, // 0x00f1f1f1, 0x00dddddd, 0x00595959, 0x00141414, 0x006c6c6c, 0x00929292, // 0x00545454, 0x00d0d0d0, 0x00787878, 0x00707070, 0x00e3e3e3, 0x00494949, // 0x00808080, 0x00505050, 0x00a7a7a7, 0x00f6f6f6, 0x00777777, 0x00939393, // 0x00868686, 0x00838383, 0x002a2a2a, 0x00c7c7c7, 0x005b5b5b, 0x00e9e9e9, // 0x00eeeeee, 0x008f8f8f, 0x00010101, 0x003d3d3d // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->set_SBOX2_0222_10(L_10); // private static readonly uint[] SBOX3_3033 = new uint[]{ // 0x38003838, 0x41004141, 0x16001616, 0x76007676, 0xd900d9d9, 0x93009393, // 0x60006060, 0xf200f2f2, 0x72007272, 0xc200c2c2, 0xab00abab, 0x9a009a9a, // 0x75007575, 0x06000606, 0x57005757, 0xa000a0a0, 0x91009191, 0xf700f7f7, // 0xb500b5b5, 0xc900c9c9, 0xa200a2a2, 0x8c008c8c, 0xd200d2d2, 0x90009090, // 0xf600f6f6, 0x07000707, 0xa700a7a7, 0x27002727, 0x8e008e8e, 0xb200b2b2, // 0x49004949, 0xde00dede, 0x43004343, 0x5c005c5c, 0xd700d7d7, 0xc700c7c7, // 0x3e003e3e, 0xf500f5f5, 0x8f008f8f, 0x67006767, 0x1f001f1f, 0x18001818, // 0x6e006e6e, 0xaf00afaf, 0x2f002f2f, 0xe200e2e2, 0x85008585, 0x0d000d0d, // 0x53005353, 0xf000f0f0, 0x9c009c9c, 0x65006565, 0xea00eaea, 0xa300a3a3, // 0xae00aeae, 0x9e009e9e, 0xec00ecec, 0x80008080, 0x2d002d2d, 0x6b006b6b, // 0xa800a8a8, 0x2b002b2b, 0x36003636, 0xa600a6a6, 0xc500c5c5, 0x86008686, // 0x4d004d4d, 0x33003333, 0xfd00fdfd, 0x66006666, 0x58005858, 0x96009696, // 0x3a003a3a, 0x09000909, 0x95009595, 0x10001010, 0x78007878, 0xd800d8d8, // 0x42004242, 0xcc00cccc, 0xef00efef, 0x26002626, 0xe500e5e5, 0x61006161, // 0x1a001a1a, 0x3f003f3f, 0x3b003b3b, 0x82008282, 0xb600b6b6, 0xdb00dbdb, // 0xd400d4d4, 0x98009898, 0xe800e8e8, 0x8b008b8b, 0x02000202, 0xeb00ebeb, // 0x0a000a0a, 0x2c002c2c, 0x1d001d1d, 0xb000b0b0, 0x6f006f6f, 0x8d008d8d, // 0x88008888, 0x0e000e0e, 0x19001919, 0x87008787, 0x4e004e4e, 0x0b000b0b, // 0xa900a9a9, 0x0c000c0c, 0x79007979, 0x11001111, 0x7f007f7f, 0x22002222, // 0xe700e7e7, 0x59005959, 0xe100e1e1, 0xda00dada, 0x3d003d3d, 0xc800c8c8, // 0x12001212, 0x04000404, 0x74007474, 0x54005454, 0x30003030, 0x7e007e7e, // 0xb400b4b4, 0x28002828, 0x55005555, 0x68006868, 0x50005050, 0xbe00bebe, // 0xd000d0d0, 0xc400c4c4, 0x31003131, 0xcb00cbcb, 0x2a002a2a, 0xad00adad, // 0x0f000f0f, 0xca00caca, 0x70007070, 0xff00ffff, 0x32003232, 0x69006969, // 0x08000808, 0x62006262, 0x00000000, 0x24002424, 0xd100d1d1, 0xfb00fbfb, // 0xba00baba, 0xed00eded, 0x45004545, 0x81008181, 0x73007373, 0x6d006d6d, // 0x84008484, 0x9f009f9f, 0xee00eeee, 0x4a004a4a, 0xc300c3c3, 0x2e002e2e, // 0xc100c1c1, 0x01000101, 0xe600e6e6, 0x25002525, 0x48004848, 0x99009999, // 0xb900b9b9, 0xb300b3b3, 0x7b007b7b, 0xf900f9f9, 0xce00cece, 0xbf00bfbf, // 0xdf00dfdf, 0x71007171, 0x29002929, 0xcd00cdcd, 0x6c006c6c, 0x13001313, // 0x64006464, 0x9b009b9b, 0x63006363, 0x9d009d9d, 0xc000c0c0, 0x4b004b4b, // 0xb700b7b7, 0xa500a5a5, 0x89008989, 0x5f005f5f, 0xb100b1b1, 0x17001717, // 0xf400f4f4, 0xbc00bcbc, 0xd300d3d3, 0x46004646, 0xcf00cfcf, 0x37003737, // 0x5e005e5e, 0x47004747, 0x94009494, 0xfa00fafa, 0xfc00fcfc, 0x5b005b5b, // 0x97009797, 0xfe00fefe, 0x5a005a5a, 0xac00acac, 0x3c003c3c, 0x4c004c4c, // 0x03000303, 0x35003535, 0xf300f3f3, 0x23002323, 0xb800b8b8, 0x5d005d5d, // 0x6a006a6a, 0x92009292, 0xd500d5d5, 0x21002121, 0x44004444, 0x51005151, // 0xc600c6c6, 0x7d007d7d, 0x39003939, 0x83008383, 0xdc00dcdc, 0xaa00aaaa, // 0x7c007c7c, 0x77007777, 0x56005656, 0x05000505, 0x1b001b1b, 0xa400a4a4, // 0x15001515, 0x34003434, 0x1e001e1e, 0x1c001c1c, 0xf800f8f8, 0x52005252, // 0x20002020, 0x14001414, 0xe900e9e9, 0xbd00bdbd, 0xdd00dddd, 0xe400e4e4, // 0xa100a1a1, 0xe000e0e0, 0x8a008a8a, 0xf100f1f1, 0xd600d6d6, 0x7a007a7a, // 0xbb00bbbb, 0xe300e3e3, 0x40004040, 0x4f004f4f // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var))->set_SBOX3_3033_11(L_13); 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.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::rightRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_rightRotate_m1AA5C7134D8E0102103D736A96904CC2E5D1B9F6 (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method) { { // return ((x >> s) + (x << (32 - s))); uint32_t L_0 = ___x0; int32_t L_1 = ___s1; uint32_t L_2 = ___x0; int32_t L_3 = ___s1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::leftRotate(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC (uint32_t ___x0, int32_t ___s1, const RuntimeMethod* method) { { // return (x << s) + (x >> (32 - s)); uint32_t L_0 = ___x0; int32_t L_1 = ___s1; uint32_t L_2 = ___x0; int32_t L_3 = ___s1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::roldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[0 + ooff] = (ki[0 + ioff] << rot) | (ki[1 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[1 + ioff] << rot) | (ki[2 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[2 + ooff] = (ki[2 + ioff] << rot) | (ki[3 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_32)); uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_25))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[3 + ioff] << rot) | (ki[0 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_39)); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = L_44; uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = L_51; uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_63)); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::decroldq(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[2 + ooff] = (ki[0 + ioff] << rot) | (ki[1 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[1 + ioff] << rot) | (ki[2 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[0 + ooff] = (ki[2 + ioff] << rot) | (ki[3 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_32)); uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[3 + ioff] << rot) | (ki[0 + ioff] >> (32 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_39)); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = L_44; uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_51)); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = L_63; uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::roldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486 (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[0 + ooff] = (ki[1 + ioff] << (rot - 32)) | (ki[2 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_3)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[2 + ioff] << (rot - 32)) | (ki[3 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[2 + ooff] = (ki[3 + ioff] << (rot - 32)) | (ki[0 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = L_32; uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_25))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[0 + ioff] << (rot - 32)) | (ki[1 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = L_39; uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_44)); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = L_51; uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_63)); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::decroldqo32(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B (int32_t ___rot0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ki1, int32_t ___ioff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ko3, int32_t ___ooff4, const RuntimeMethod* method) { { // ko[2 + ooff] = (ki[1 + ioff] << (rot - 32)) | (ki[2 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___ko3; int32_t L_1 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___ki1; int32_t L_3 = ___ioff2; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_3)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___ki1; int32_t L_8 = ___ioff2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_8)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___rot0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_11))&(int32_t)((int32_t)31)))))))); // ko[3 + ooff] = (ki[2 + ioff] << (rot - 32)) | (ki[3 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___ko3; int32_t L_13 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___ki1; int32_t L_15 = ___ioff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___ki1; int32_t L_20 = ___ioff2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t L_23 = ___rot0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_13))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_23))&(int32_t)((int32_t)31)))))))); // ko[0 + ooff] = (ki[3 + ioff] << (rot - 32)) | (ki[0 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___ko3; int32_t L_25 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___ki1; int32_t L_27 = ___ioff2; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_27)); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___ki1; int32_t L_32 = ___ioff2; NullCheck(L_31); int32_t L_33 = L_32; uint32_t L_34 = (L_31)->GetAt(static_cast(L_33)); int32_t L_35 = ___rot0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_34>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_35))&(int32_t)((int32_t)31)))))))); // ko[1 + ooff] = (ki[0 + ioff] << (rot - 32)) | (ki[1 + ioff] >> (64 - rot)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___ko3; int32_t L_37 = ___ooff4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___ki1; int32_t L_39 = ___ioff2; NullCheck(L_38); int32_t L_40 = L_39; uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); int32_t L_42 = ___rot0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___ki1; int32_t L_44 = ___ioff2; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_44)); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); int32_t L_47 = ___rot0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_37))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)((int32_t)32)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_46>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_47))&(int32_t)((int32_t)31)))))))); // ki[0 + ioff] = ko[2 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___ki1; int32_t L_49 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___ko3; int32_t L_51 = ___ooff4; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_51)); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (uint32_t)L_53); // ki[1 + ioff] = ko[3 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___ki1; int32_t L_55 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___ko3; int32_t L_57 = ___ooff4; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_57)); uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_55))), (uint32_t)L_59); // ki[2 + ioff] = ko[0 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ___ki1; int32_t L_61 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___ko3; int32_t L_63 = ___ooff4; NullCheck(L_62); int32_t L_64 = L_63; uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_61))), (uint32_t)L_65); // ki[3 + ioff] = ko[1 + ooff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ___ki1; int32_t L_67 = ___ioff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___ko3; int32_t L_69 = ___ooff4; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_69)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (uint32_t)L_71); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::bytes2uint(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___offset1, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { // uint word = 0; V_0 = 0; // for (int i = 0; i < 4; i++) V_1 = 0; goto IL_0014; } IL_0006: { // word = (word << 8) + (uint)src[i + offset]; uint32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___src0; int32_t L_2 = V_1; int32_t L_3 = ___offset1; NullCheck(L_1); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)8)), (int32_t)L_5)); // for (int i = 0; i < 4; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0014: { // for (int i = 0; i < 4; i++) int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)4))) { goto IL_0006; } } { // return word; uint32_t L_8 = V_0; return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::uint2bytes(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB (uint32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___offset2, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0016; } IL_0004: { // dst[(3 - i) + offset] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___dst1; int32_t L_1 = V_0; int32_t L_2 = ___offset2; uint32_t L_3 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_1)), (int32_t)L_2))), (uint8_t)((int32_t)((uint8_t)L_3))); // word >>= 8; uint32_t L_4 = ___word0; ___word0 = ((int32_t)((uint32_t)L_4>>8)); // for (int i = 0; i < 4; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0016: { // for (int i = 0; i < 4; i++) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)4))) { goto IL_0004; } } { // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::lRot8(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CamelliaLightEngine_lRot8_m644F0920E927DB5060CAF0D21FF5AF01B5582F42 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, uint8_t ___v0, int32_t ___rot1, const RuntimeMethod* method) { { // return (byte)(((uint)v << rot) | ((uint)v >> (8 - rot))); uint8_t L_0 = ___v0; int32_t L_1 = ___rot1; uint8_t L_2 = ___v0; int32_t L_3 = ___rot1; return (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_3))&(int32_t)((int32_t)31))))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::sbox2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_sbox2_m3D0C1CA58AA400C2266DA89289D283F69EA0A2B4 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, int32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (uint)lRot8(SBOX1[x], 1); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); int32_t L_1 = ___x0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); uint8_t L_4; L_4 = CamelliaLightEngine_lRot8_m644F0920E927DB5060CAF0D21FF5AF01B5582F42(__this, L_3, 1, /*hidden argument*/NULL); return L_4; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::sbox3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_sbox3_m03BAD9D583E0203849C57AEBA52BCFB9DC848F44 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, int32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (uint)lRot8(SBOX1[x], 7); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); int32_t L_1 = ___x0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); uint8_t L_4; L_4 = CamelliaLightEngine_lRot8_m644F0920E927DB5060CAF0D21FF5AF01B5582F42(__this, L_3, 7, /*hidden argument*/NULL); return L_4; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::sbox4(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CamelliaLightEngine_sbox4_mBFAA4195F9A919D44E57E1534C8B22CD2DE7375B (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, int32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (uint)SBOX1[lRot8((byte)x, 1)]; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); int32_t L_1 = ___x0; uint8_t L_2; L_2 = CamelliaLightEngine_lRot8_m644F0920E927DB5060CAF0D21FF5AF01B5582F42(__this, (uint8_t)((int32_t)((uint8_t)L_1)), 1, /*hidden argument*/NULL); NullCheck(L_0); uint8_t L_3 = L_2; uint8_t L_4 = (L_0)->GetAt(static_cast(L_3)); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::camelliaF2(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___skey1, int32_t ___keyoff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { // t1 = s[0] ^ skey[0 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___skey1; int32_t L_4 = ___keyoff2; NullCheck(L_3); int32_t L_5 = L_4; uint32_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = ((int32_t)((int32_t)L_2^(int32_t)L_6)); // u = sbox4((byte)t1); uint32_t L_7 = V_0; uint32_t L_8; L_8 = CamelliaLightEngine_sbox4_mBFAA4195F9A919D44E57E1534C8B22CD2DE7375B(__this, ((int32_t)((uint8_t)L_7)), /*hidden argument*/NULL); V_2 = L_8; // u |= (sbox3((byte)(t1 >> 8)) << 8); uint32_t L_9 = V_2; uint32_t L_10 = V_0; uint32_t L_11; L_11 = CamelliaLightEngine_sbox3_m03BAD9D583E0203849C57AEBA52BCFB9DC848F44(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_10>>8)))), /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_9|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8)))); // u |= (sbox2((byte)(t1 >> 16)) << 16); uint32_t L_12 = V_2; uint32_t L_13 = V_0; uint32_t L_14; L_14 = CamelliaLightEngine_sbox2_m3D0C1CA58AA400C2266DA89289D283F69EA0A2B4(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_13>>((int32_t)16))))), /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_12|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16))))); // u |= ((uint)(SBOX1[(byte)(t1 >> 24)]) << 24); uint32_t L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); uint32_t L_17 = V_0; NullCheck(L_16); int32_t L_18 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_17>>((int32_t)24))))); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_2 = ((int32_t)((int32_t)L_15|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)((int32_t)24))))); // t2 = s[1] ^ skey[1 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = ___s0; NullCheck(L_20); int32_t L_21 = 1; uint32_t L_22 = (L_20)->GetAt(static_cast(L_21)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = ___skey1; int32_t L_24 = ___keyoff2; NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_24)); uint32_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_1 = ((int32_t)((int32_t)L_22^(int32_t)L_26)); // v = (uint)SBOX1[(byte)t2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); uint32_t L_28 = V_1; NullCheck(L_27); int32_t L_29 = ((int32_t)((uint8_t)L_28)); uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_3 = L_30; // v |= (sbox4((byte)(t2 >> 8)) << 8); uint32_t L_31 = V_3; uint32_t L_32 = V_1; uint32_t L_33; L_33 = CamelliaLightEngine_sbox4_mBFAA4195F9A919D44E57E1534C8B22CD2DE7375B(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_32>>8)))), /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_31|(int32_t)((int32_t)((int32_t)L_33<<(int32_t)8)))); // v |= (sbox3((byte)(t2 >> 16)) << 16); uint32_t L_34 = V_3; uint32_t L_35 = V_1; uint32_t L_36; L_36 = CamelliaLightEngine_sbox3_m03BAD9D583E0203849C57AEBA52BCFB9DC848F44(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_35>>((int32_t)16))))), /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_34|(int32_t)((int32_t)((int32_t)L_36<<(int32_t)((int32_t)16))))); // v |= (sbox2((byte)(t2 >> 24)) << 24); uint32_t L_37 = V_3; uint32_t L_38 = V_1; uint32_t L_39; L_39 = CamelliaLightEngine_sbox2_m3D0C1CA58AA400C2266DA89289D283F69EA0A2B4(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_38>>((int32_t)24))))), /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_37|(int32_t)((int32_t)((int32_t)L_39<<(int32_t)((int32_t)24))))); // v = leftRotate(v, 8); uint32_t L_40 = V_3; uint32_t L_41; L_41 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_40, 8, /*hidden argument*/NULL); V_3 = L_41; // u ^= v; uint32_t L_42 = V_2; uint32_t L_43 = V_3; V_2 = ((int32_t)((int32_t)L_42^(int32_t)L_43)); // v = leftRotate(v, 8) ^ u; uint32_t L_44 = V_3; uint32_t L_45; L_45 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_44, 8, /*hidden argument*/NULL); uint32_t L_46 = V_2; V_3 = ((int32_t)((int32_t)L_45^(int32_t)L_46)); // u = rightRotate(u, 8) ^ v; uint32_t L_47 = V_2; uint32_t L_48; L_48 = CamelliaLightEngine_rightRotate_m1AA5C7134D8E0102103D736A96904CC2E5D1B9F6(L_47, 8, /*hidden argument*/NULL); uint32_t L_49 = V_3; V_2 = ((int32_t)((int32_t)L_48^(int32_t)L_49)); // s[2] ^= leftRotate(v, 16) ^ u; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___s0; NullCheck(L_50); uint32_t* L_51 = ((L_50)->GetAddressAt(static_cast(2))); int32_t L_52 = *((uint32_t*)L_51); uint32_t L_53 = V_3; uint32_t L_54; L_54 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_53, ((int32_t)16), /*hidden argument*/NULL); uint32_t L_55 = V_2; *((int32_t*)L_51) = (int32_t)((int32_t)((int32_t)L_52^(int32_t)((int32_t)((int32_t)L_54^(int32_t)L_55)))); // s[3] ^= leftRotate(u, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ___s0; NullCheck(L_56); uint32_t* L_57 = ((L_56)->GetAddressAt(static_cast(3))); int32_t L_58 = *((uint32_t*)L_57); uint32_t L_59 = V_2; uint32_t L_60; L_60 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_59, 8, /*hidden argument*/NULL); *((int32_t*)L_57) = (int32_t)((int32_t)((int32_t)L_58^(int32_t)L_60)); // t1 = s[2] ^ skey[2 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = ___s0; NullCheck(L_61); int32_t L_62 = 2; uint32_t L_63 = (L_61)->GetAt(static_cast(L_62)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = ___skey1; int32_t L_65 = ___keyoff2; NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_65)); uint32_t L_67 = (L_64)->GetAt(static_cast(L_66)); V_0 = ((int32_t)((int32_t)L_63^(int32_t)L_67)); // u = sbox4((byte)t1); uint32_t L_68 = V_0; uint32_t L_69; L_69 = CamelliaLightEngine_sbox4_mBFAA4195F9A919D44E57E1534C8B22CD2DE7375B(__this, ((int32_t)((uint8_t)L_68)), /*hidden argument*/NULL); V_2 = L_69; // u |= sbox3((byte)(t1 >> 8)) << 8; uint32_t L_70 = V_2; uint32_t L_71 = V_0; uint32_t L_72; L_72 = CamelliaLightEngine_sbox3_m03BAD9D583E0203849C57AEBA52BCFB9DC848F44(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_71>>8)))), /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_70|(int32_t)((int32_t)((int32_t)L_72<<(int32_t)8)))); // u |= sbox2((byte)(t1 >> 16)) << 16; uint32_t L_73 = V_2; uint32_t L_74 = V_0; uint32_t L_75; L_75 = CamelliaLightEngine_sbox2_m3D0C1CA58AA400C2266DA89289D283F69EA0A2B4(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_74>>((int32_t)16))))), /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_73|(int32_t)((int32_t)((int32_t)L_75<<(int32_t)((int32_t)16))))); // u |= ((uint)SBOX1[(byte)(t1 >> 24)]) << 24; uint32_t L_76 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); uint32_t L_78 = V_0; NullCheck(L_77); int32_t L_79 = ((int32_t)((uint8_t)((int32_t)((uint32_t)L_78>>((int32_t)24))))); uint8_t L_80 = (L_77)->GetAt(static_cast(L_79)); V_2 = ((int32_t)((int32_t)L_76|(int32_t)((int32_t)((int32_t)L_80<<(int32_t)((int32_t)24))))); // t2 = s[3] ^ skey[3 + keyoff]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = ___s0; NullCheck(L_81); int32_t L_82 = 3; uint32_t L_83 = (L_81)->GetAt(static_cast(L_82)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = ___skey1; int32_t L_85 = ___keyoff2; NullCheck(L_84); int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_85)); uint32_t L_87 = (L_84)->GetAt(static_cast(L_86)); V_1 = ((int32_t)((int32_t)L_83^(int32_t)L_87)); // v = (uint)SBOX1[(byte)t2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SBOX1_8(); uint32_t L_89 = V_1; NullCheck(L_88); int32_t L_90 = ((int32_t)((uint8_t)L_89)); uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); V_3 = L_91; // v |= sbox4((byte)(t2 >> 8)) << 8; uint32_t L_92 = V_3; uint32_t L_93 = V_1; uint32_t L_94; L_94 = CamelliaLightEngine_sbox4_mBFAA4195F9A919D44E57E1534C8B22CD2DE7375B(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_93>>8)))), /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_92|(int32_t)((int32_t)((int32_t)L_94<<(int32_t)8)))); // v |= sbox3((byte)(t2 >> 16)) << 16; uint32_t L_95 = V_3; uint32_t L_96 = V_1; uint32_t L_97; L_97 = CamelliaLightEngine_sbox3_m03BAD9D583E0203849C57AEBA52BCFB9DC848F44(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_96>>((int32_t)16))))), /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_95|(int32_t)((int32_t)((int32_t)L_97<<(int32_t)((int32_t)16))))); // v |= sbox2((byte)(t2 >> 24)) << 24; uint32_t L_98 = V_3; uint32_t L_99 = V_1; uint32_t L_100; L_100 = CamelliaLightEngine_sbox2_m3D0C1CA58AA400C2266DA89289D283F69EA0A2B4(__this, ((int32_t)((uint8_t)((int32_t)((uint32_t)L_99>>((int32_t)24))))), /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_98|(int32_t)((int32_t)((int32_t)L_100<<(int32_t)((int32_t)24))))); // v = leftRotate(v, 8); uint32_t L_101 = V_3; uint32_t L_102; L_102 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_101, 8, /*hidden argument*/NULL); V_3 = L_102; // u ^= v; uint32_t L_103 = V_2; uint32_t L_104 = V_3; V_2 = ((int32_t)((int32_t)L_103^(int32_t)L_104)); // v = leftRotate(v, 8) ^ u; uint32_t L_105 = V_3; uint32_t L_106; L_106 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_105, 8, /*hidden argument*/NULL); uint32_t L_107 = V_2; V_3 = ((int32_t)((int32_t)L_106^(int32_t)L_107)); // u = rightRotate(u, 8) ^ v; uint32_t L_108 = V_2; uint32_t L_109; L_109 = CamelliaLightEngine_rightRotate_m1AA5C7134D8E0102103D736A96904CC2E5D1B9F6(L_108, 8, /*hidden argument*/NULL); uint32_t L_110 = V_3; V_2 = ((int32_t)((int32_t)L_109^(int32_t)L_110)); // s[0] ^= leftRotate(v, 16) ^ u; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = ___s0; NullCheck(L_111); uint32_t* L_112 = ((L_111)->GetAddressAt(static_cast(0))); int32_t L_113 = *((uint32_t*)L_112); uint32_t L_114 = V_3; uint32_t L_115; L_115 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_114, ((int32_t)16), /*hidden argument*/NULL); uint32_t L_116 = V_2; *((int32_t*)L_112) = (int32_t)((int32_t)((int32_t)L_113^(int32_t)((int32_t)((int32_t)L_115^(int32_t)L_116)))); // s[1] ^= leftRotate(u, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = ___s0; NullCheck(L_117); uint32_t* L_118 = ((L_117)->GetAddressAt(static_cast(1))); int32_t L_119 = *((uint32_t*)L_118); uint32_t L_120 = V_2; uint32_t L_121; L_121 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(L_120, 8, /*hidden argument*/NULL); *((int32_t*)L_118) = (int32_t)((int32_t)((int32_t)L_119^(int32_t)L_121)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::camelliaFLs(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___s0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___fkey1, int32_t ___keyoff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s[1] ^= leftRotate(s[0] & fkey[0 + keyoff], 1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___s0; NullCheck(L_0); uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast(1))); int32_t L_2 = *((uint32_t*)L_1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___fkey1; int32_t L_7 = ___keyoff2; NullCheck(L_6); int32_t L_8 = L_7; uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(((int32_t)((int32_t)L_5&(int32_t)L_9)), 1, /*hidden argument*/NULL); *((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)L_2^(int32_t)L_10)); // s[0] ^= fkey[1 + keyoff] | s[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___s0; NullCheck(L_11); uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast(0))); int32_t L_13 = *((uint32_t*)L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___fkey1; int32_t L_15 = ___keyoff2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_15)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___s0; NullCheck(L_18); int32_t L_19 = 1; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); *((int32_t*)L_12) = (int32_t)((int32_t)((int32_t)L_13^(int32_t)((int32_t)((int32_t)L_17|(int32_t)L_20)))); // s[2] ^= fkey[3 + keyoff] | s[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___s0; NullCheck(L_21); uint32_t* L_22 = ((L_21)->GetAddressAt(static_cast(2))); int32_t L_23 = *((uint32_t*)L_22); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___fkey1; int32_t L_25 = ___keyoff2; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_25)); uint32_t L_27 = (L_24)->GetAt(static_cast(L_26)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = ___s0; NullCheck(L_28); int32_t L_29 = 3; uint32_t L_30 = (L_28)->GetAt(static_cast(L_29)); *((int32_t*)L_22) = (int32_t)((int32_t)((int32_t)L_23^(int32_t)((int32_t)((int32_t)L_27|(int32_t)L_30)))); // s[3] ^= leftRotate(fkey[2 + keyoff] & s[2], 1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___s0; NullCheck(L_31); uint32_t* L_32 = ((L_31)->GetAddressAt(static_cast(3))); int32_t L_33 = *((uint32_t*)L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = ___fkey1; int32_t L_35 = ___keyoff2; NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_35)); uint32_t L_37 = (L_34)->GetAt(static_cast(L_36)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___s0; NullCheck(L_38); int32_t L_39 = 2; uint32_t L_40 = (L_38)->GetAt(static_cast(L_39)); uint32_t L_41; L_41 = CamelliaLightEngine_leftRotate_m5B350135CE7A2D21CC7CAE2A46D5DE60DDD297EC(((int32_t)((int32_t)L_37&(int32_t)L_40)), 1, /*hidden argument*/NULL); *((int32_t*)L_32) = (int32_t)((int32_t)((int32_t)L_33^(int32_t)L_41)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::setKey(System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_setKey_mCC1DA8BAFDFDC5978D015E8D6E860969DD4053F9 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, bool ___forEncryption0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_3 = NULL; int32_t V_4 = 0; uint32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { // uint[] k = new uint[8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // uint[] ka = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_1 = L_1; // uint[] kb = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_2; // uint[] t = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_3 = L_3; // switch (key.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___key1; NullCheck(L_4); V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))); int32_t L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_003b; } } { int32_t L_6 = V_4; if ((((int32_t)L_6) == ((int32_t)((int32_t)24)))) { goto IL_008c; } } { int32_t L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_00e2; } } { goto IL_0140; } IL_003b: { // _keyis128 = true; __this->set__keyis128_2((bool)1); // k[0] = bytes2uint(key, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_9, 0, /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (uint32_t)L_10); // k[1] = bytes2uint(key, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___key1; uint32_t L_13; L_13 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_12, 4, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(1), (uint32_t)L_13); // k[2] = bytes2uint(key, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___key1; uint32_t L_16; L_16 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_15, 8, /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint32_t)L_16); // k[3] = bytes2uint(key, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___key1; uint32_t L_19; L_19 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_18, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(3), (uint32_t)L_19); // k[4] = k[5] = k[6] = k[7] = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_0; int32_t L_24 = 0; V_5 = L_24; NullCheck(L_23); (L_23)->SetAt(static_cast(7), (uint32_t)L_24); uint32_t L_25 = V_5; uint32_t L_26 = L_25; V_5 = L_26; NullCheck(L_22); (L_22)->SetAt(static_cast(6), (uint32_t)L_26); uint32_t L_27 = V_5; uint32_t L_28 = L_27; V_5 = L_28; NullCheck(L_21); (L_21)->SetAt(static_cast(5), (uint32_t)L_28); uint32_t L_29 = V_5; NullCheck(L_20); (L_20)->SetAt(static_cast(4), (uint32_t)L_29); // break; goto IL_014b; } IL_008c: { // k[0] = bytes2uint(key, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); uint32_t L_32; L_32 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_31, 0, /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(0), (uint32_t)L_32); // k[1] = bytes2uint(key, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___key1; uint32_t L_35; L_35 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_34, 4, /*hidden argument*/NULL); NullCheck(L_33); (L_33)->SetAt(static_cast(1), (uint32_t)L_35); // k[2] = bytes2uint(key, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = ___key1; uint32_t L_38; L_38 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_37, 8, /*hidden argument*/NULL); NullCheck(L_36); (L_36)->SetAt(static_cast(2), (uint32_t)L_38); // k[3] = bytes2uint(key, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___key1; uint32_t L_41; L_41 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_40, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(3), (uint32_t)L_41); // k[4] = bytes2uint(key, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ___key1; uint32_t L_44; L_44 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_43, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_42); (L_42)->SetAt(static_cast(4), (uint32_t)L_44); // k[5] = bytes2uint(key, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = ___key1; uint32_t L_47; L_47 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_46, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_45); (L_45)->SetAt(static_cast(5), (uint32_t)L_47); // k[6] = ~k[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_0; NullCheck(L_49); int32_t L_50 = 4; uint32_t L_51 = (L_49)->GetAt(static_cast(L_50)); NullCheck(L_48); (L_48)->SetAt(static_cast(6), (uint32_t)((~L_51))); // k[7] = ~k[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_0; NullCheck(L_53); int32_t L_54 = 5; uint32_t L_55 = (L_53)->GetAt(static_cast(L_54)); NullCheck(L_52); (L_52)->SetAt(static_cast(7), (uint32_t)((~L_55))); // _keyis128 = false; __this->set__keyis128_2((bool)0); // break; goto IL_014b; } IL_00e2: { // k[0] = bytes2uint(key, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); uint32_t L_58; L_58 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_57, 0, /*hidden argument*/NULL); NullCheck(L_56); (L_56)->SetAt(static_cast(0), (uint32_t)L_58); // k[1] = bytes2uint(key, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___key1; uint32_t L_61; L_61 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_60, 4, /*hidden argument*/NULL); NullCheck(L_59); (L_59)->SetAt(static_cast(1), (uint32_t)L_61); // k[2] = bytes2uint(key, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = ___key1; uint32_t L_64; L_64 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_63, 8, /*hidden argument*/NULL); NullCheck(L_62); (L_62)->SetAt(static_cast(2), (uint32_t)L_64); // k[3] = bytes2uint(key, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = ___key1; uint32_t L_67; L_67 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_66, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_65); (L_65)->SetAt(static_cast(3), (uint32_t)L_67); // k[4] = bytes2uint(key, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ___key1; uint32_t L_70; L_70 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_69, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_68); (L_68)->SetAt(static_cast(4), (uint32_t)L_70); // k[5] = bytes2uint(key, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___key1; uint32_t L_73; L_73 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_72, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_71); (L_71)->SetAt(static_cast(5), (uint32_t)L_73); // k[6] = bytes2uint(key, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___key1; uint32_t L_76; L_76 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_75, ((int32_t)24), /*hidden argument*/NULL); NullCheck(L_74); (L_74)->SetAt(static_cast(6), (uint32_t)L_76); // k[7] = bytes2uint(key, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___key1; uint32_t L_79; L_79 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_78, ((int32_t)28), /*hidden argument*/NULL); NullCheck(L_77); (L_77)->SetAt(static_cast(7), (uint32_t)L_79); // _keyis128 = false; __this->set__keyis128_2((bool)0); // break; goto IL_014b; } IL_0140: { // throw new ArgumentException("key sizes are only 16/24/32 bytes."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_80 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BD050D52C303D23C47B378731DC319F7A090D03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CamelliaLightEngine_setKey_mCC1DA8BAFDFDC5978D015E8D6E860969DD4053F9_RuntimeMethod_var))); } IL_014b: { // for (int i = 0; i < 4; i++) V_6 = 0; goto IL_0165; } IL_0150: { // ka[i] = k[i] ^ k[i + 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = V_1; int32_t L_82 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = V_0; int32_t L_84 = V_6; NullCheck(L_83); int32_t L_85 = L_84; uint32_t L_86 = (L_83)->GetAt(static_cast(L_85)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_0; int32_t L_88 = V_6; NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)4)); uint32_t L_90 = (L_87)->GetAt(static_cast(L_89)); NullCheck(L_81); (L_81)->SetAt(static_cast(L_82), (uint32_t)((int32_t)((int32_t)L_86^(int32_t)L_90))); // for (int i = 0; i < 4; i++) int32_t L_91 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_0165: { // for (int i = 0; i < 4; i++) int32_t L_92 = V_6; if ((((int32_t)L_92) < ((int32_t)4))) { goto IL_0150; } } { // camelliaF2(ka, SIGMA, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SIGMA_7(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_93, L_94, 0, /*hidden argument*/NULL); // for (int i = 0; i < 4; i++) V_7 = 0; goto IL_0192; } IL_017c: { // ka[i] ^= k[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = V_1; int32_t L_96 = V_7; NullCheck(L_95); uint32_t* L_97 = ((L_95)->GetAddressAt(static_cast(L_96))); int32_t L_98 = *((uint32_t*)L_97); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_0; int32_t L_100 = V_7; NullCheck(L_99); int32_t L_101 = L_100; uint32_t L_102 = (L_99)->GetAt(static_cast(L_101)); *((int32_t*)L_97) = (int32_t)((int32_t)((int32_t)L_98^(int32_t)L_102)); // for (int i = 0; i < 4; i++) int32_t L_103 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_0192: { // for (int i = 0; i < 4; i++) int32_t L_104 = V_7; if ((((int32_t)L_104) < ((int32_t)4))) { goto IL_017c; } } { // camelliaF2(ka, SIGMA, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_106 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SIGMA_7(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_105, L_106, 4, /*hidden argument*/NULL); // if (_keyis128) bool L_107 = __this->get__keyis128_2(); if (!L_107) { goto IL_0440; } } { // if (forEncryption) bool L_108 = ___forEncryption0; if (!L_108) { goto IL_02f9; } } { // kw[0] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_109 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = V_0; NullCheck(L_110); int32_t L_111 = 0; uint32_t L_112 = (L_110)->GetAt(static_cast(L_111)); NullCheck(L_109); (L_109)->SetAt(static_cast(0), (uint32_t)L_112); // kw[1] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_113 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_114 = V_0; NullCheck(L_114); int32_t L_115 = 1; uint32_t L_116 = (L_114)->GetAt(static_cast(L_115)); NullCheck(L_113); (L_113)->SetAt(static_cast(1), (uint32_t)L_116); // kw[2] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = V_0; NullCheck(L_118); int32_t L_119 = 2; uint32_t L_120 = (L_118)->GetAt(static_cast(L_119)); NullCheck(L_117); (L_117)->SetAt(static_cast(2), (uint32_t)L_120); // kw[3] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = V_0; NullCheck(L_122); int32_t L_123 = 3; uint32_t L_124 = (L_122)->GetAt(static_cast(L_123)); NullCheck(L_121); (L_121)->SetAt(static_cast(3), (uint32_t)L_124); // roldq(15, k, 0, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_125 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_125, 0, L_126, 4, /*hidden argument*/NULL); // roldq(30, k, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_127 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)30), L_127, 0, L_128, ((int32_t)12), /*hidden argument*/NULL); // roldq(15, k, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = V_3; CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_129, 0, L_130, 0, /*hidden argument*/NULL); // subkey[18] = t[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = V_3; NullCheck(L_132); int32_t L_133 = 2; uint32_t L_134 = (L_132)->GetAt(static_cast(L_133)); NullCheck(L_131); (L_131)->SetAt(static_cast(((int32_t)18)), (uint32_t)L_134); // subkey[19] = t[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_135 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = V_3; NullCheck(L_136); int32_t L_137 = 3; uint32_t L_138 = (L_136)->GetAt(static_cast(L_137)); NullCheck(L_135); (L_135)->SetAt(static_cast(((int32_t)19)), (uint32_t)L_138); // roldq(17, k, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_139 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = __this->get_ke_5(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)17), L_139, 0, L_140, 4, /*hidden argument*/NULL); // roldq(17, k, 0, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_141 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_142 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)17), L_141, 0, L_142, ((int32_t)24), /*hidden argument*/NULL); // roldq(17, k, 0, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_144 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)17), L_143, 0, L_144, ((int32_t)32), /*hidden argument*/NULL); // subkey[0] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_145 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = V_1; NullCheck(L_146); int32_t L_147 = 0; uint32_t L_148 = (L_146)->GetAt(static_cast(L_147)); NullCheck(L_145); (L_145)->SetAt(static_cast(0), (uint32_t)L_148); // subkey[1] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_149 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_150 = V_1; NullCheck(L_150); int32_t L_151 = 1; uint32_t L_152 = (L_150)->GetAt(static_cast(L_151)); NullCheck(L_149); (L_149)->SetAt(static_cast(1), (uint32_t)L_152); // subkey[2] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_153 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_154 = V_1; NullCheck(L_154); int32_t L_155 = 2; uint32_t L_156 = (L_154)->GetAt(static_cast(L_155)); NullCheck(L_153); (L_153)->SetAt(static_cast(2), (uint32_t)L_156); // subkey[3] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_157 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_158 = V_1; NullCheck(L_158); int32_t L_159 = 3; uint32_t L_160 = (L_158)->GetAt(static_cast(L_159)); NullCheck(L_157); (L_157)->SetAt(static_cast(3), (uint32_t)L_160); // roldq(15, ka, 0, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_161 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_162 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_161, 0, L_162, 8, /*hidden argument*/NULL); // roldq(15, ka, 0, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_163 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_164 = __this->get_ke_5(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_163, 0, L_164, 0, /*hidden argument*/NULL); // roldq(15, ka, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_165 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_166 = V_3; CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_165, 0, L_166, 0, /*hidden argument*/NULL); // subkey[16] = t[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_167 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_168 = V_3; NullCheck(L_168); int32_t L_169 = 0; uint32_t L_170 = (L_168)->GetAt(static_cast(L_169)); NullCheck(L_167); (L_167)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_170); // subkey[17] = t[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_171 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_172 = V_3; NullCheck(L_172); int32_t L_173 = 1; uint32_t L_174 = (L_172)->GetAt(static_cast(L_173)); NullCheck(L_171); (L_171)->SetAt(static_cast(((int32_t)17)), (uint32_t)L_174); // roldq(15, ka, 0, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_175 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_176 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_175, 0, L_176, ((int32_t)20), /*hidden argument*/NULL); // roldqo32(34, ka, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_177 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = __this->get_subkey_3(); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)34), L_177, 0, L_178, ((int32_t)28), /*hidden argument*/NULL); // roldq(17, ka, 0, kw, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_179 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_180 = __this->get_kw_4(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)17), L_179, 0, L_180, 4, /*hidden argument*/NULL); // } return; } IL_02f9: { // kw[4] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_181 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_182 = V_0; NullCheck(L_182); int32_t L_183 = 0; uint32_t L_184 = (L_182)->GetAt(static_cast(L_183)); NullCheck(L_181); (L_181)->SetAt(static_cast(4), (uint32_t)L_184); // kw[5] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_185 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_186 = V_0; NullCheck(L_186); int32_t L_187 = 1; uint32_t L_188 = (L_186)->GetAt(static_cast(L_187)); NullCheck(L_185); (L_185)->SetAt(static_cast(5), (uint32_t)L_188); // kw[6] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_189 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_190 = V_0; NullCheck(L_190); int32_t L_191 = 2; uint32_t L_192 = (L_190)->GetAt(static_cast(L_191)); NullCheck(L_189); (L_189)->SetAt(static_cast(6), (uint32_t)L_192); // kw[7] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_193 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_194 = V_0; NullCheck(L_194); int32_t L_195 = 3; uint32_t L_196 = (L_194)->GetAt(static_cast(L_195)); NullCheck(L_193); (L_193)->SetAt(static_cast(7), (uint32_t)L_196); // decroldq(15, k, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_197 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_198 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_197, 0, L_198, ((int32_t)28), /*hidden argument*/NULL); // decroldq(30, k, 0, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_200 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)30), L_199, 0, L_200, ((int32_t)20), /*hidden argument*/NULL); // decroldq(15, k, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_201 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_202 = V_3; CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_201, 0, L_202, 0, /*hidden argument*/NULL); // subkey[16] = t[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_203 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_204 = V_3; NullCheck(L_204); int32_t L_205 = 0; uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); NullCheck(L_203); (L_203)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_206); // subkey[17] = t[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_207 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_208 = V_3; NullCheck(L_208); int32_t L_209 = 1; uint32_t L_210 = (L_208)->GetAt(static_cast(L_209)); NullCheck(L_207); (L_207)->SetAt(static_cast(((int32_t)17)), (uint32_t)L_210); // decroldq(17, k, 0, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_212 = __this->get_ke_5(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)17), L_211, 0, L_212, 0, /*hidden argument*/NULL); // decroldq(17, k, 0, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_213 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_214 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)17), L_213, 0, L_214, 8, /*hidden argument*/NULL); // decroldq(17, k, 0, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_215 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_216 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)17), L_215, 0, L_216, 0, /*hidden argument*/NULL); // subkey[34] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_217 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_218 = V_1; NullCheck(L_218); int32_t L_219 = 0; uint32_t L_220 = (L_218)->GetAt(static_cast(L_219)); NullCheck(L_217); (L_217)->SetAt(static_cast(((int32_t)34)), (uint32_t)L_220); // subkey[35] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_221 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_222 = V_1; NullCheck(L_222); int32_t L_223 = 1; uint32_t L_224 = (L_222)->GetAt(static_cast(L_223)); NullCheck(L_221); (L_221)->SetAt(static_cast(((int32_t)35)), (uint32_t)L_224); // subkey[32] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_226 = V_1; NullCheck(L_226); int32_t L_227 = 2; uint32_t L_228 = (L_226)->GetAt(static_cast(L_227)); NullCheck(L_225); (L_225)->SetAt(static_cast(((int32_t)32)), (uint32_t)L_228); // subkey[33] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_229 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_230 = V_1; NullCheck(L_230); int32_t L_231 = 3; uint32_t L_232 = (L_230)->GetAt(static_cast(L_231)); NullCheck(L_229); (L_229)->SetAt(static_cast(((int32_t)33)), (uint32_t)L_232); // decroldq(15, ka, 0, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_233 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_234 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_233, 0, L_234, ((int32_t)24), /*hidden argument*/NULL); // decroldq(15, ka, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_235 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_236 = __this->get_ke_5(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_235, 0, L_236, 4, /*hidden argument*/NULL); // decroldq(15, ka, 0, t, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_237 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_238 = V_3; CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_237, 0, L_238, 0, /*hidden argument*/NULL); // subkey[18] = t[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_239 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_240 = V_3; NullCheck(L_240); int32_t L_241 = 2; uint32_t L_242 = (L_240)->GetAt(static_cast(L_241)); NullCheck(L_239); (L_239)->SetAt(static_cast(((int32_t)18)), (uint32_t)L_242); // subkey[19] = t[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_243 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_244 = V_3; NullCheck(L_244); int32_t L_245 = 3; uint32_t L_246 = (L_244)->GetAt(static_cast(L_245)); NullCheck(L_243); (L_243)->SetAt(static_cast(((int32_t)19)), (uint32_t)L_246); // decroldq(15, ka, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_247 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_248 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_247, 0, L_248, ((int32_t)12), /*hidden argument*/NULL); // decroldqo32(34, ka, 0, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_249 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_250 = __this->get_subkey_3(); CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B(((int32_t)34), L_249, 0, L_250, 4, /*hidden argument*/NULL); // roldq(17, ka, 0, kw, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_251 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_252 = __this->get_kw_4(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)17), L_251, 0, L_252, 0, /*hidden argument*/NULL); // } return; } IL_0440: { // for (int i = 0; i < 4; i++) V_8 = 0; goto IL_045a; } IL_0445: { // kb[i] = ka[i] ^ k[i + 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_253 = V_2; int32_t L_254 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_255 = V_1; int32_t L_256 = V_8; NullCheck(L_255); int32_t L_257 = L_256; uint32_t L_258 = (L_255)->GetAt(static_cast(L_257)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_259 = V_0; int32_t L_260 = V_8; NullCheck(L_259); int32_t L_261 = ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)4)); uint32_t L_262 = (L_259)->GetAt(static_cast(L_261)); NullCheck(L_253); (L_253)->SetAt(static_cast(L_254), (uint32_t)((int32_t)((int32_t)L_258^(int32_t)L_262))); // for (int i = 0; i < 4; i++) int32_t L_263 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)1)); } IL_045a: { // for (int i = 0; i < 4; i++) int32_t L_264 = V_8; if ((((int32_t)L_264) < ((int32_t)4))) { goto IL_0445; } } { // camelliaF2(kb, SIGMA, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_265 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_266 = ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->get_SIGMA_7(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_265, L_266, 8, /*hidden argument*/NULL); // if (forEncryption) bool L_267 = ___forEncryption0; if (!L_267) { goto IL_05e3; } } { // kw[0] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_268 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_269 = V_0; NullCheck(L_269); int32_t L_270 = 0; uint32_t L_271 = (L_269)->GetAt(static_cast(L_270)); NullCheck(L_268); (L_268)->SetAt(static_cast(0), (uint32_t)L_271); // kw[1] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_272 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_273 = V_0; NullCheck(L_273); int32_t L_274 = 1; uint32_t L_275 = (L_273)->GetAt(static_cast(L_274)); NullCheck(L_272); (L_272)->SetAt(static_cast(1), (uint32_t)L_275); // kw[2] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_276 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_277 = V_0; NullCheck(L_277); int32_t L_278 = 2; uint32_t L_279 = (L_277)->GetAt(static_cast(L_278)); NullCheck(L_276); (L_276)->SetAt(static_cast(2), (uint32_t)L_279); // kw[3] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_280 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_281 = V_0; NullCheck(L_281); int32_t L_282 = 3; uint32_t L_283 = (L_281)->GetAt(static_cast(L_282)); NullCheck(L_280); (L_280)->SetAt(static_cast(3), (uint32_t)L_283); // roldqo32(45, k, 0, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_284 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_285 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)45), L_284, 0, L_285, ((int32_t)16), /*hidden argument*/NULL); // roldq(15, k, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_286 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_287 = __this->get_ke_5(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_286, 0, L_287, 4, /*hidden argument*/NULL); // roldq(17, k, 0, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_289 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)17), L_288, 0, L_289, ((int32_t)32), /*hidden argument*/NULL); // roldqo32(34, k, 0, subkey, 44); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_290 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_291 = __this->get_subkey_3(); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)34), L_290, 0, L_291, ((int32_t)44), /*hidden argument*/NULL); // roldq(15, k, 4, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_292 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_293 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_292, 4, L_293, 4, /*hidden argument*/NULL); // roldq(15, k, 4, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_295 = __this->get_ke_5(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_294, 4, L_295, 0, /*hidden argument*/NULL); // roldq(30, k, 4, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_296 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_297 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)30), L_296, 4, L_297, ((int32_t)24), /*hidden argument*/NULL); // roldqo32(34, k, 4, subkey, 36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_298 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_299 = __this->get_subkey_3(); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)34), L_298, 4, L_299, ((int32_t)36), /*hidden argument*/NULL); // roldq(15, ka, 0, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_301 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)15), L_300, 0, L_301, 8, /*hidden argument*/NULL); // roldq(30, ka, 0, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_302 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_303 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)30), L_302, 0, L_303, ((int32_t)20), /*hidden argument*/NULL); // ke[8] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_304 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_305 = V_1; NullCheck(L_305); int32_t L_306 = 1; uint32_t L_307 = (L_305)->GetAt(static_cast(L_306)); NullCheck(L_304); (L_304)->SetAt(static_cast(8), (uint32_t)L_307); // ke[9] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_308 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_309 = V_1; NullCheck(L_309); int32_t L_310 = 2; uint32_t L_311 = (L_309)->GetAt(static_cast(L_310)); NullCheck(L_308); (L_308)->SetAt(static_cast(((int32_t)9)), (uint32_t)L_311); // ke[10] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_312 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_313 = V_1; NullCheck(L_313); int32_t L_314 = 3; uint32_t L_315 = (L_313)->GetAt(static_cast(L_314)); NullCheck(L_312); (L_312)->SetAt(static_cast(((int32_t)10)), (uint32_t)L_315); // ke[11] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_316 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_317 = V_1; NullCheck(L_317); int32_t L_318 = 0; uint32_t L_319 = (L_317)->GetAt(static_cast(L_318)); NullCheck(L_316); (L_316)->SetAt(static_cast(((int32_t)11)), (uint32_t)L_319); // roldqo32(49, ka, 0, subkey, 40); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_320 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_321 = __this->get_subkey_3(); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)49), L_320, 0, L_321, ((int32_t)40), /*hidden argument*/NULL); // subkey[0] = kb[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_322 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_323 = V_2; NullCheck(L_323); int32_t L_324 = 0; uint32_t L_325 = (L_323)->GetAt(static_cast(L_324)); NullCheck(L_322); (L_322)->SetAt(static_cast(0), (uint32_t)L_325); // subkey[1] = kb[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_326 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_327 = V_2; NullCheck(L_327); int32_t L_328 = 1; uint32_t L_329 = (L_327)->GetAt(static_cast(L_328)); NullCheck(L_326); (L_326)->SetAt(static_cast(1), (uint32_t)L_329); // subkey[2] = kb[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_330 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_331 = V_2; NullCheck(L_331); int32_t L_332 = 2; uint32_t L_333 = (L_331)->GetAt(static_cast(L_332)); NullCheck(L_330); (L_330)->SetAt(static_cast(2), (uint32_t)L_333); // subkey[3] = kb[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_334 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_335 = V_2; NullCheck(L_335); int32_t L_336 = 3; uint32_t L_337 = (L_335)->GetAt(static_cast(L_336)); NullCheck(L_334); (L_334)->SetAt(static_cast(3), (uint32_t)L_337); // roldq(30, kb, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_338 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_339 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)30), L_338, 0, L_339, ((int32_t)12), /*hidden argument*/NULL); // roldq(30, kb, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_340 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_341 = __this->get_subkey_3(); CamelliaLightEngine_roldq_mDB1D3AFD9514ADD127C019586237FC41E0DECD60(((int32_t)30), L_340, 0, L_341, ((int32_t)28), /*hidden argument*/NULL); // roldqo32(51, kb, 0, kw, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_342 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_343 = __this->get_kw_4(); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)51), L_342, 0, L_343, 4, /*hidden argument*/NULL); // } return; } IL_05e3: { // kw[4] = k[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_344 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_345 = V_0; NullCheck(L_345); int32_t L_346 = 0; uint32_t L_347 = (L_345)->GetAt(static_cast(L_346)); NullCheck(L_344); (L_344)->SetAt(static_cast(4), (uint32_t)L_347); // kw[5] = k[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_348 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_349 = V_0; NullCheck(L_349); int32_t L_350 = 1; uint32_t L_351 = (L_349)->GetAt(static_cast(L_350)); NullCheck(L_348); (L_348)->SetAt(static_cast(5), (uint32_t)L_351); // kw[6] = k[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_352 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_353 = V_0; NullCheck(L_353); int32_t L_354 = 2; uint32_t L_355 = (L_353)->GetAt(static_cast(L_354)); NullCheck(L_352); (L_352)->SetAt(static_cast(6), (uint32_t)L_355); // kw[7] = k[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_356 = __this->get_kw_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_357 = V_0; NullCheck(L_357); int32_t L_358 = 3; uint32_t L_359 = (L_357)->GetAt(static_cast(L_358)); NullCheck(L_356); (L_356)->SetAt(static_cast(7), (uint32_t)L_359); // decroldqo32(45, k, 0, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_360 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_361 = __this->get_subkey_3(); IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B(((int32_t)45), L_360, 0, L_361, ((int32_t)28), /*hidden argument*/NULL); // decroldq(15, k, 0, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_362 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_363 = __this->get_ke_5(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_362, 0, L_363, 4, /*hidden argument*/NULL); // decroldq(17, k, 0, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_364 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_365 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)17), L_364, 0, L_365, ((int32_t)12), /*hidden argument*/NULL); // decroldqo32(34, k, 0, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_366 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_367 = __this->get_subkey_3(); CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B(((int32_t)34), L_366, 0, L_367, 0, /*hidden argument*/NULL); // decroldq(15, k, 4, subkey, 40); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_368 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_369 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_368, 4, L_369, ((int32_t)40), /*hidden argument*/NULL); // decroldq(15, k, 4, ke, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_370 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_371 = __this->get_ke_5(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_370, 4, L_371, 8, /*hidden argument*/NULL); // decroldq(30, k, 4, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_372 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_373 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)30), L_372, 4, L_373, ((int32_t)20), /*hidden argument*/NULL); // decroldqo32(34, k, 4, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_374 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_375 = __this->get_subkey_3(); CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B(((int32_t)34), L_374, 4, L_375, 8, /*hidden argument*/NULL); // decroldq(15, ka, 0, subkey, 36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_376 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_377 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)15), L_376, 0, L_377, ((int32_t)36), /*hidden argument*/NULL); // decroldq(30, ka, 0, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_378 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_379 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)30), L_378, 0, L_379, ((int32_t)24), /*hidden argument*/NULL); // ke[2] = ka[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_380 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_381 = V_1; NullCheck(L_381); int32_t L_382 = 1; uint32_t L_383 = (L_381)->GetAt(static_cast(L_382)); NullCheck(L_380); (L_380)->SetAt(static_cast(2), (uint32_t)L_383); // ke[3] = ka[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_384 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_385 = V_1; NullCheck(L_385); int32_t L_386 = 2; uint32_t L_387 = (L_385)->GetAt(static_cast(L_386)); NullCheck(L_384); (L_384)->SetAt(static_cast(3), (uint32_t)L_387); // ke[0] = ka[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_388 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_389 = V_1; NullCheck(L_389); int32_t L_390 = 3; uint32_t L_391 = (L_389)->GetAt(static_cast(L_390)); NullCheck(L_388); (L_388)->SetAt(static_cast(0), (uint32_t)L_391); // ke[1] = ka[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_392 = __this->get_ke_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_393 = V_1; NullCheck(L_393); int32_t L_394 = 0; uint32_t L_395 = (L_393)->GetAt(static_cast(L_394)); NullCheck(L_392); (L_392)->SetAt(static_cast(1), (uint32_t)L_395); // decroldqo32(49, ka, 0, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_396 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_397 = __this->get_subkey_3(); CamelliaLightEngine_decroldqo32_m2B657F88F2DCA3048ACC0850404C0F534677AB2B(((int32_t)49), L_396, 0, L_397, 4, /*hidden argument*/NULL); // subkey[46] = kb[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_398 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_399 = V_2; NullCheck(L_399); int32_t L_400 = 0; uint32_t L_401 = (L_399)->GetAt(static_cast(L_400)); NullCheck(L_398); (L_398)->SetAt(static_cast(((int32_t)46)), (uint32_t)L_401); // subkey[47] = kb[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_402 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_403 = V_2; NullCheck(L_403); int32_t L_404 = 1; uint32_t L_405 = (L_403)->GetAt(static_cast(L_404)); NullCheck(L_402); (L_402)->SetAt(static_cast(((int32_t)47)), (uint32_t)L_405); // subkey[44] = kb[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_406 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_407 = V_2; NullCheck(L_407); int32_t L_408 = 2; uint32_t L_409 = (L_407)->GetAt(static_cast(L_408)); NullCheck(L_406); (L_406)->SetAt(static_cast(((int32_t)44)), (uint32_t)L_409); // subkey[45] = kb[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_410 = __this->get_subkey_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_411 = V_2; NullCheck(L_411); int32_t L_412 = 3; uint32_t L_413 = (L_411)->GetAt(static_cast(L_412)); NullCheck(L_410); (L_410)->SetAt(static_cast(((int32_t)45)), (uint32_t)L_413); // decroldq(30, kb, 0, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_414 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_415 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)30), L_414, 0, L_415, ((int32_t)32), /*hidden argument*/NULL); // decroldq(30, kb, 0, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_416 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_417 = __this->get_subkey_3(); CamelliaLightEngine_decroldq_m302F825E4769A2008BEC477E4508ECDDF36FFA82(((int32_t)30), L_416, 0, L_417, ((int32_t)16), /*hidden argument*/NULL); // roldqo32(51, kb, 0, kw, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_418 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_419 = __this->get_kw_4(); CamelliaLightEngine_roldqo32_m3B72998F23D75C3F7DE65D1F0A829CC350529486(((int32_t)51), L_418, 0, L_419, 0, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::processBlock128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaLightEngine_processBlock128_mDB406C73FCABEA38FE1366E837F48F15DE8D9E79 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0033; } IL_0004: { // state[i] = bytes2uint(input, inOff + (i * 4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_state_6(); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_5); // state[i] ^= kw[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_state_6(); int32_t L_7 = V_0; NullCheck(L_6); uint32_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint32_t*)L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get_kw_4(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); *((int32_t*)L_8) = (int32_t)((int32_t)((int32_t)L_9^(int32_t)L_13)); // for (int i = 0; i < 4; i++) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0033: { // for (int i = 0; i < 4; i++) int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)4))) { goto IL_0004; } } { // camelliaF2(state, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_16, L_17, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_18, L_19, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_20, L_21, 8, /*hidden argument*/NULL); // camelliaFLs(state, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = __this->get_ke_5(); CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D(__this, L_22, L_23, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_24, L_25, ((int32_t)12), /*hidden argument*/NULL); // camelliaF2(state, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_26, L_27, ((int32_t)16), /*hidden argument*/NULL); // camelliaF2(state, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_28, L_29, ((int32_t)20), /*hidden argument*/NULL); // camelliaFLs(state, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = __this->get_ke_5(); CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D(__this, L_30, L_31, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_32, L_33, ((int32_t)24), /*hidden argument*/NULL); // camelliaF2(state, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_34, L_35, ((int32_t)28), /*hidden argument*/NULL); // camelliaF2(state, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_36, L_37, ((int32_t)32), /*hidden argument*/NULL); // state[2] ^= kw[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = __this->get_state_6(); NullCheck(L_38); uint32_t* L_39 = ((L_38)->GetAddressAt(static_cast(2))); int32_t L_40 = *((uint32_t*)L_39); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = __this->get_kw_4(); NullCheck(L_41); int32_t L_42 = 4; uint32_t L_43 = (L_41)->GetAt(static_cast(L_42)); *((int32_t*)L_39) = (int32_t)((int32_t)((int32_t)L_40^(int32_t)L_43)); // state[3] ^= kw[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = __this->get_state_6(); NullCheck(L_44); uint32_t* L_45 = ((L_44)->GetAddressAt(static_cast(3))); int32_t L_46 = *((uint32_t*)L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = __this->get_kw_4(); NullCheck(L_47); int32_t L_48 = 5; uint32_t L_49 = (L_47)->GetAt(static_cast(L_48)); *((int32_t*)L_45) = (int32_t)((int32_t)((int32_t)L_46^(int32_t)L_49)); // state[0] ^= kw[6]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = __this->get_state_6(); NullCheck(L_50); uint32_t* L_51 = ((L_50)->GetAddressAt(static_cast(0))); int32_t L_52 = *((uint32_t*)L_51); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = __this->get_kw_4(); NullCheck(L_53); int32_t L_54 = 6; uint32_t L_55 = (L_53)->GetAt(static_cast(L_54)); *((int32_t*)L_51) = (int32_t)((int32_t)((int32_t)L_52^(int32_t)L_55)); // state[1] ^= kw[7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = __this->get_state_6(); NullCheck(L_56); uint32_t* L_57 = ((L_56)->GetAddressAt(static_cast(1))); int32_t L_58 = *((uint32_t*)L_57); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = __this->get_kw_4(); NullCheck(L_59); int32_t L_60 = 7; uint32_t L_61 = (L_59)->GetAt(static_cast(L_60)); *((int32_t*)L_57) = (int32_t)((int32_t)((int32_t)L_58^(int32_t)L_61)); // uint2bytes(state[2], output, outOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = __this->get_state_6(); NullCheck(L_62); int32_t L_63 = 2; uint32_t L_64 = (L_62)->GetAt(static_cast(L_63)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = ___output2; int32_t L_66 = ___outOff3; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_64, L_65, L_66, /*hidden argument*/NULL); // uint2bytes(state[3], output, outOff + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = __this->get_state_6(); NullCheck(L_67); int32_t L_68 = 3; uint32_t L_69 = (L_67)->GetAt(static_cast(L_68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = ___output2; int32_t L_71 = ___outOff3; CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_69, L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)4)), /*hidden argument*/NULL); // uint2bytes(state[0], output, outOff + 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = __this->get_state_6(); NullCheck(L_72); int32_t L_73 = 0; uint32_t L_74 = (L_72)->GetAt(static_cast(L_73)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___output2; int32_t L_76 = ___outOff3; CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_74, L_75, ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)8)), /*hidden argument*/NULL); // uint2bytes(state[1], output, outOff + 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = __this->get_state_6(); NullCheck(L_77); int32_t L_78 = 1; uint32_t L_79 = (L_77)->GetAt(static_cast(L_78)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = ___output2; int32_t L_81 = ___outOff3; CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_79, L_80, ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::processBlock192or256(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaLightEngine_processBlock192or256_mCCE55F50170CFC77AB4EB298C349C90144A7E9D6 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0033; } IL_0004: { // state[i] = bytes2uint(input, inOff + (i * 4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_state_6(); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = CamelliaLightEngine_bytes2uint_mBA7920A4805775D75C39D6E6AF151D753C61CD59(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_5); // state[i] ^= kw[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_state_6(); int32_t L_7 = V_0; NullCheck(L_6); uint32_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint32_t*)L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get_kw_4(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); *((int32_t*)L_8) = (int32_t)((int32_t)((int32_t)L_9^(int32_t)L_13)); // for (int i = 0; i < 4; i++) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0033: { // for (int i = 0; i < 4; i++) int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)4))) { goto IL_0004; } } { // camelliaF2(state, subkey, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_16, L_17, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_18, L_19, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_20, L_21, 8, /*hidden argument*/NULL); // camelliaFLs(state, ke, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = __this->get_ke_5(); CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D(__this, L_22, L_23, 0, /*hidden argument*/NULL); // camelliaF2(state, subkey, 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_24, L_25, ((int32_t)12), /*hidden argument*/NULL); // camelliaF2(state, subkey, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_26, L_27, ((int32_t)16), /*hidden argument*/NULL); // camelliaF2(state, subkey, 20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_28, L_29, ((int32_t)20), /*hidden argument*/NULL); // camelliaFLs(state, ke, 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = __this->get_ke_5(); CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D(__this, L_30, L_31, 4, /*hidden argument*/NULL); // camelliaF2(state, subkey, 24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_32, L_33, ((int32_t)24), /*hidden argument*/NULL); // camelliaF2(state, subkey, 28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_34, L_35, ((int32_t)28), /*hidden argument*/NULL); // camelliaF2(state, subkey, 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_36, L_37, ((int32_t)32), /*hidden argument*/NULL); // camelliaFLs(state, ke, 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = __this->get_ke_5(); CamelliaLightEngine_camelliaFLs_mB25701D4D795A4801D2389D2389CADC9C112BB9D(__this, L_38, L_39, 8, /*hidden argument*/NULL); // camelliaF2(state, subkey, 36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_40, L_41, ((int32_t)36), /*hidden argument*/NULL); // camelliaF2(state, subkey, 40); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_42, L_43, ((int32_t)40), /*hidden argument*/NULL); // camelliaF2(state, subkey, 44); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = __this->get_state_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = __this->get_subkey_3(); CamelliaLightEngine_camelliaF2_m3405937EABFADA55D793DCB014C0D32B2BDF666F(__this, L_44, L_45, ((int32_t)44), /*hidden argument*/NULL); // state[2] ^= kw[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = __this->get_state_6(); NullCheck(L_46); uint32_t* L_47 = ((L_46)->GetAddressAt(static_cast(2))); int32_t L_48 = *((uint32_t*)L_47); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = __this->get_kw_4(); NullCheck(L_49); int32_t L_50 = 4; uint32_t L_51 = (L_49)->GetAt(static_cast(L_50)); *((int32_t*)L_47) = (int32_t)((int32_t)((int32_t)L_48^(int32_t)L_51)); // state[3] ^= kw[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = __this->get_state_6(); NullCheck(L_52); uint32_t* L_53 = ((L_52)->GetAddressAt(static_cast(3))); int32_t L_54 = *((uint32_t*)L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = __this->get_kw_4(); NullCheck(L_55); int32_t L_56 = 5; uint32_t L_57 = (L_55)->GetAt(static_cast(L_56)); *((int32_t*)L_53) = (int32_t)((int32_t)((int32_t)L_54^(int32_t)L_57)); // state[0] ^= kw[6]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = __this->get_state_6(); NullCheck(L_58); uint32_t* L_59 = ((L_58)->GetAddressAt(static_cast(0))); int32_t L_60 = *((uint32_t*)L_59); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = __this->get_kw_4(); NullCheck(L_61); int32_t L_62 = 6; uint32_t L_63 = (L_61)->GetAt(static_cast(L_62)); *((int32_t*)L_59) = (int32_t)((int32_t)((int32_t)L_60^(int32_t)L_63)); // state[1] ^= kw[7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = __this->get_state_6(); NullCheck(L_64); uint32_t* L_65 = ((L_64)->GetAddressAt(static_cast(1))); int32_t L_66 = *((uint32_t*)L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = __this->get_kw_4(); NullCheck(L_67); int32_t L_68 = 7; uint32_t L_69 = (L_67)->GetAt(static_cast(L_68)); *((int32_t*)L_65) = (int32_t)((int32_t)((int32_t)L_66^(int32_t)L_69)); // uint2bytes(state[2], output, outOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = __this->get_state_6(); NullCheck(L_70); int32_t L_71 = 2; uint32_t L_72 = (L_70)->GetAt(static_cast(L_71)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = ___output2; int32_t L_74 = ___outOff3; IL2CPP_RUNTIME_CLASS_INIT(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_72, L_73, L_74, /*hidden argument*/NULL); // uint2bytes(state[3], output, outOff + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = __this->get_state_6(); NullCheck(L_75); int32_t L_76 = 3; uint32_t L_77 = (L_75)->GetAt(static_cast(L_76)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___output2; int32_t L_79 = ___outOff3; CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_77, L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)4)), /*hidden argument*/NULL); // uint2bytes(state[0], output, outOff + 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = __this->get_state_6(); NullCheck(L_80); int32_t L_81 = 0; uint32_t L_82 = (L_80)->GetAt(static_cast(L_81)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___output2; int32_t L_84 = ___outOff3; CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_82, L_83, ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)8)), /*hidden argument*/NULL); // uint2bytes(state[1], output, outOff + 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_85 = __this->get_state_6(); NullCheck(L_85); int32_t L_86 = 1; uint32_t L_87 = (L_85)->GetAt(static_cast(L_86)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = ___output2; int32_t L_89 = ___outOff3; CamelliaLightEngine_uint2bytes_m0994F0F5023377898BB26E433DE3217DFACD36EB(L_87, L_88, ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine__ctor_mF5F90FF707C3F6816AE6189FE8097E7206DB8316 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] subkey = new uint[24 * 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96)); __this->set_subkey_3(L_0); // private uint[] kw = new uint[4 * 2]; // for whitening UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_kw_4(L_1); // private uint[] ke = new uint[6 * 2]; // for FL and FL^(-1) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); __this->set_ke_5(L_2); // private uint[] state = new uint[4]; // for encryption and decryption UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_state_6(L_3); // public CamelliaLightEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // initialised = false; __this->set_initialised_1((bool)0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CamelliaLightEngine_get_AlgorithmName_m8E0AF45A7BB76F6DD324B1785431A7A80DC8860F (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADD6D8A177ABA2127E8318877CAC012759A1B48C); s_Il2CppMethodInitialized = true; } { // get { return "Camellia"; } return _stringLiteralADD6D8A177ABA2127E8318877CAC012759A1B48C; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CamelliaLightEngine_get_IsPartialBlockOkay_mBBBC6F128E5200A485B877CA745A6354CFEBBF8B (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaLightEngine_GetBlockSize_mD22457E4D323C380ADCAF0135E62B9D4B1E3EA40 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_Init_mA806891B8CFC5F43D5E79FC0C116C32F5EC61092 (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0013; } } { // throw new ArgumentException("only simple KeyParameter expected."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD95C75C9DCA72699FD9C918B9D3B4AF6395E2D7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CamelliaLightEngine_Init_mA806891B8CFC5F43D5E79FC0C116C32F5EC61092_RuntimeMethod_var))); } IL_0013: { // setKey(forEncryption, ((KeyParameter)parameters).GetKey()); bool L_2 = ___forEncryption0; RuntimeObject* L_3 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_3, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_3, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); CamelliaLightEngine_setKey_mCC1DA8BAFDFDC5978D015E8D6E860969DD4053F9(__this, L_2, L_4, /*hidden argument*/NULL); // initialised = true; __this->set_initialised_1((bool)1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CamelliaLightEngine_ProcessBlock_m5C9013F67A9052AF75241615A598B836D2FB831F (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (!initialised) bool L_0 = __this->get_initialised_1(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Camellia engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8C227C1CB3EF4325170D0B3FA875C26BBAD3D24)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CamelliaLightEngine_ProcessBlock_m5C9013F67A9052AF75241615A598B836D2FB831F_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, ((int32_t)16), _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, ((int32_t)16), _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // if (_keyis128) bool L_6 = __this->get__keyis128_2(); if (!L_6) { goto IL_0044; } } { // return processBlock128(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output2; int32_t L_10 = ___outOff3; int32_t L_11; L_11 = CamelliaLightEngine_processBlock128_mDB406C73FCABEA38FE1366E837F48F15DE8D9E79(__this, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_0044: { // return processBlock192or256(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___output2; int32_t L_15 = ___outOff3; int32_t L_16; L_16 = CamelliaLightEngine_processBlock192or256_mCCE55F50170CFC77AB4EB298C349C90144A7E9D6(__this, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine_Reset_m78143071A7E21F3E2EE0E650ADCA2E8A69C33C8F (CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaLightEngine__cctor_m460692998F967E463612354B00F1B19B2C3DC486 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly uint[] SIGMA = { // 0xa09e667f, 0x3bcc908b, // 0xb67ae858, 0x4caa73b2, // 0xc6ef372f, 0xe94f82be, // 0x54ff53a5, 0xf1d36f1c, // 0x10e527fa, 0xde682d1d, // 0xb05688c2, 0xb3e6c1fd // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->set_SIGMA_7(L_1); // private static readonly byte[] SBOX1 = { // (byte)112, (byte)130, (byte)44, (byte)236, // (byte)179, (byte)39, (byte)192, (byte)229, // (byte)228, (byte)133, (byte)87, (byte)53, // (byte)234, (byte)12, (byte)174, (byte)65, // (byte)35, (byte)239, (byte)107, (byte)147, // (byte)69, (byte)25, (byte)165, (byte)33, // (byte)237, (byte)14, (byte)79, (byte)78, // (byte)29, (byte)101, (byte)146, (byte)189, // (byte)134, (byte)184, (byte)175, (byte)143, // (byte)124, (byte)235, (byte)31, (byte)206, // (byte)62, (byte)48, (byte)220, (byte)95, // (byte)94, (byte)197, (byte)11, (byte)26, // (byte)166, (byte)225, (byte)57, (byte)202, // (byte)213, (byte)71, (byte)93, (byte)61, // (byte)217, (byte)1, (byte)90, (byte)214, // (byte)81, (byte)86, (byte)108, (byte)77, // (byte)139, (byte)13, (byte)154, (byte)102, // (byte)251, (byte)204, (byte)176, (byte)45, // (byte)116, (byte)18, (byte)43, (byte)32, // (byte)240, (byte)177, (byte)132, (byte)153, // (byte)223, (byte)76, (byte)203, (byte)194, // (byte)52, (byte)126, (byte)118, (byte)5, // (byte)109, (byte)183, (byte)169, (byte)49, // (byte)209, (byte)23, (byte)4, (byte)215, // (byte)20, (byte)88, (byte)58, (byte)97, // (byte)222, (byte)27, (byte)17, (byte)28, // (byte)50, (byte)15, (byte)156, (byte)22, // (byte)83, (byte)24, (byte)242, (byte)34, // (byte)254, (byte)68, (byte)207, (byte)178, // (byte)195, (byte)181, (byte)122, (byte)145, // (byte)36, (byte)8, (byte)232, (byte)168, // (byte)96, (byte)252, (byte)105, (byte)80, // (byte)170, (byte)208, (byte)160, (byte)125, // (byte)161, (byte)137, (byte)98, (byte)151, // (byte)84, (byte)91, (byte)30, (byte)149, // (byte)224, (byte)255, (byte)100, (byte)210, // (byte)16, (byte)196, (byte)0, (byte)72, // (byte)163, (byte)247, (byte)117, (byte)219, // (byte)138, (byte)3, (byte)230, (byte)218, // (byte)9, (byte)63, (byte)221, (byte)148, // (byte)135, (byte)92, (byte)131, (byte)2, // (byte)205, (byte)74, (byte)144, (byte)51, // (byte)115, (byte)103, (byte)246, (byte)243, // (byte)157, (byte)127, (byte)191, (byte)226, // (byte)82, (byte)155, (byte)216, (byte)38, // (byte)200, (byte)55, (byte)198, (byte)59, // (byte)129, (byte)150, (byte)111, (byte)75, // (byte)19, (byte)190, (byte)99, (byte)46, // (byte)233, (byte)121, (byte)167, (byte)140, // (byte)159, (byte)110, (byte)188, (byte)142, // (byte)41, (byte)245, (byte)249, (byte)182, // (byte)47, (byte)253, (byte)180, (byte)89, // (byte)120, (byte)152, (byte)6, (byte)106, // (byte)231, (byte)70, (byte)113, (byte)186, // (byte)212, (byte)37, (byte)171, (byte)66, // (byte)136, (byte)162, (byte)141, (byte)250, // (byte)114, (byte)7, (byte)185, (byte)85, // (byte)248, (byte)238, (byte)172, (byte)10, // (byte)54, (byte)73, (byte)42, (byte)104, // (byte)60, (byte)56, (byte)241, (byte)164, // (byte)64, (byte)40, (byte)211, (byte)123, // (byte)187, (byte)201, (byte)67, (byte)193, // (byte)21, (byte)227, (byte)173, (byte)244, // (byte)119, (byte)199, (byte)128, (byte)158 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_StaticFields*)il2cpp_codegen_static_fields_for(CamelliaLightEngine_t91E93D0870B3103E3B9391A1701CEAA5CD14F063_il2cpp_TypeInfo_var))->set_SBOX1_8(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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaWrapEngine__ctor_m13495A5F9E19BD97C65935127874C2CEFB22D303 (CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(new CamelliaEngine()) CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * L_0 = (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF *)il2cpp_codegen_object_new(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445(L_0, /*hidden argument*/NULL); Rfc3394WrapEngine__ctor_m4340DF2F75CB147301F7F15E94E416C0BE0EF4A5(__this, L_0, /*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 UnityStandardAssets._2D.Camera2DFollow::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera2DFollow_Start_mBBCB0756B72E6A35767B21551B149655C99B4710 (Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA * __this, const RuntimeMethod* method) { { // m_LastTargetPosition = target.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_target_4(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); __this->set_m_LastTargetPosition_10(L_1); // m_OffsetZ = (transform.position - target.position).z; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_target_4(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_3, L_5, /*hidden argument*/NULL); float L_7 = L_6.get_z_4(); __this->set_m_OffsetZ_9(L_7); // transform.parent = null; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_8, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets._2D.Camera2DFollow::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera2DFollow_Update_mFCEB81CAF13114E1AC1DAC417CC6F9207FF59523 (Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA * __this, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { // float xMoveDelta = (target.position - m_LastTargetPosition).x; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_target_4(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = __this->get_m_LastTargetPosition_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_1, L_2, /*hidden argument*/NULL); float L_4 = L_3.get_x_2(); V_0 = L_4; // bool updateLookAheadTarget = Mathf.Abs(xMoveDelta) > lookAheadMoveThreshold; float L_5 = V_0; float L_6; L_6 = fabsf(L_5); float L_7 = __this->get_lookAheadMoveThreshold_8(); // if (updateLookAheadTarget) if (!((((float)L_6) > ((float)L_7))? 1 : 0)) { goto IL_004f; } } { // m_LookAheadPos = lookAheadFactor*Vector3.right*Mathf.Sign(xMoveDelta); float L_8 = __this->get_lookAheadFactor_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(L_8, L_9, /*hidden argument*/NULL); float L_11 = V_0; float L_12; L_12 = Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB(L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_10, L_12, /*hidden argument*/NULL); __this->set_m_LookAheadPos_12(L_13); // } goto IL_0071; } IL_004f: { // m_LookAheadPos = Vector3.MoveTowards(m_LookAheadPos, Vector3.zero, Time.deltaTime*lookAheadReturnSpeed); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = __this->get_m_LookAheadPos_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); float L_16; L_16 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_17 = __this->get_lookAheadReturnSpeed_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_MoveTowards_mFB45EE30324E487925CA26EE6C001F0A3D257796(L_14, L_15, ((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), /*hidden argument*/NULL); __this->set_m_LookAheadPos_12(L_18); } IL_0071: { // Vector3 aheadTargetPos = target.position + m_LookAheadPos + Vector3.forward*m_OffsetZ; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19 = __this->get_target_4(); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_19, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = __this->get_m_LookAheadPos_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_20, L_21, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); float L_24 = __this->get_m_OffsetZ_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_23, L_24, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_22, L_25, /*hidden argument*/NULL); V_1 = L_26; // Vector3 newPos = Vector3.SmoothDamp(transform.position, aheadTargetPos, ref m_CurrentVelocity, damping); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_30 = __this->get_address_of_m_CurrentVelocity_11(); float L_31 = __this->get_damping_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_SmoothDamp_m4655944DBD5B44125F8F4B5A15E31DE94CB0F627(L_28, L_29, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_30, L_31, /*hidden argument*/NULL); V_2 = L_32; // transform.position = newPos; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = V_2; NullCheck(L_33); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_33, L_34, /*hidden argument*/NULL); // m_LastTargetPosition = target.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35 = __this->get_target_4(); NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_35, /*hidden argument*/NULL); __this->set_m_LastTargetPosition_10(L_36); // } return; } } // System.Void UnityStandardAssets._2D.Camera2DFollow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera2DFollow__ctor_m5D8B513FD9D7A833F4C42EE1F4C30452BF3C42C6 (Camera2DFollow_tB6DFAB045860A4BDECD04DC20C1D92672616D9AA * __this, const RuntimeMethod* method) { { // public float damping = 1; __this->set_damping_5((1.0f)); // public float lookAheadFactor = 3; __this->set_lookAheadFactor_6((3.0f)); // public float lookAheadReturnSpeed = 0.5f; __this->set_lookAheadReturnSpeed_7((0.5f)); // public float lookAheadMoveThreshold = 0.1f; __this->set_lookAheadMoveThreshold_8((0.100000001f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CameraCopyer::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCopyer_Awake_mE99CFBCCA41CE6D47A7CBC10AA1B980D8ECF02B1 (CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisBloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57_m80D54D74BA46FA985C811C62E54F24A9236FDBC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisFlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6_mC1EAE1F8F0A536B7108720FC3BFC5F6E39F34EA0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisGlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0_mE34B0184A88822DF2377B901F63E9B35A0140433_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E_m10931DA1A203D3910C0D90F0F3122E1B1464A801_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisVignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA_m81AFD2730CDE6DFDE61A486F5597A37648256AB8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* V_1 = NULL; int32_t V_2 = 0; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * V_3 = NULL; { // Component[] components = { // src.GetComponent(), // src.GetComponent(), // src.GetComponent(), // src.GetComponent(), // src.GetComponent() // }; ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_0 = (ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A*)(ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A*)SZArrayNew(ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A_il2cpp_TypeInfo_var, (uint32_t)5); ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_1 = L_0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_src_4(); NullCheck(L_2); FlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6 * L_3; L_3 = GameObject_GetComponent_TisFlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6_mC1EAE1F8F0A536B7108720FC3BFC5F6E39F34EA0(L_2, /*hidden argument*/GameObject_GetComponent_TisFlareLayer_t0E96E3DA6EDBA0626F2322F17A594D4E5E34FBB6_mC1EAE1F8F0A536B7108720FC3BFC5F6E39F34EA0_RuntimeMethod_var); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_3); ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_4 = L_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_src_4(); NullCheck(L_5); VignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA * L_6; L_6 = GameObject_GetComponent_TisVignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA_m81AFD2730CDE6DFDE61A486F5597A37648256AB8(L_5, /*hidden argument*/GameObject_GetComponent_TisVignetteAndChromaticAberration_t5268D3399432A2B6BF05CA3DF1A91055DF05D8AA_m81AFD2730CDE6DFDE61A486F5597A37648256AB8_RuntimeMethod_var); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(1), (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_6); ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_7 = L_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_src_4(); NullCheck(L_8); Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * L_9; L_9 = GameObject_GetComponent_TisBloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57_m80D54D74BA46FA985C811C62E54F24A9236FDBC3(L_8, /*hidden argument*/GameObject_GetComponent_TisBloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57_m80D54D74BA46FA985C811C62E54F24A9236FDBC3_RuntimeMethod_var); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(2), (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_9); ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_10 = L_7; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_src_4(); NullCheck(L_11); ScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E * L_12; L_12 = GameObject_GetComponent_TisScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E_m10931DA1A203D3910C0D90F0F3122E1B1464A801(L_11, /*hidden argument*/GameObject_GetComponent_TisScreenSpaceAmbientObscurance_tE0583DF428C16BA96D22110B9C6E2D73F0F6D41E_m10931DA1A203D3910C0D90F0F3122E1B1464A801_RuntimeMethod_var); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(3), (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_12); ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_13 = L_10; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_src_4(); NullCheck(L_14); GlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0 * L_15; L_15 = GameObject_GetComponent_TisGlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0_mE34B0184A88822DF2377B901F63E9B35A0140433(L_14, /*hidden argument*/GameObject_GetComponent_TisGlobalFog_tCE3BBEC5AC0BD36BA5D86A05EF4F13EB920736B0_mE34B0184A88822DF2377B901F63E9B35A0140433_RuntimeMethod_var); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(4), (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_15); // foreach (Component item in components) V_1 = L_13; V_2 = 0; goto IL_0073; } IL_0051: { // foreach (Component item in components) ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_16 = V_1; int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_19 = (L_16)->GetAt(static_cast(L_18)); V_3 = L_19; // CopyComponent(item, dest1); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_20 = V_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21 = __this->get_dest1_5(); CameraCopyer_CopyComponent_m8AC5B19F811E734532C1B31E22DF0A3FDD1731E3(__this, L_20, L_21, /*hidden argument*/NULL); // CopyComponent(item, dest2); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_22 = V_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23 = __this->get_dest2_6(); CameraCopyer_CopyComponent_m8AC5B19F811E734532C1B31E22DF0A3FDD1731E3(__this, L_22, L_23, /*hidden argument*/NULL); int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0073: { // foreach (Component item in components) int32_t L_25 = V_2; ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* L_26 = V_1; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0051; } } { // Color skyBoxBgColor = src.GetComponent().backgroundColor; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_src_4(); NullCheck(L_27); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_28; L_28 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_27, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); NullCheck(L_28); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_29; L_29 = Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5(L_28, /*hidden argument*/NULL); V_0 = L_29; // dest1.GetComponent().backgroundColor = skyBoxBgColor; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = __this->get_dest1_5(); NullCheck(L_30); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_31; L_31 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_30, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_32 = V_0; NullCheck(L_31); Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF(L_31, L_32, /*hidden argument*/NULL); // dest2.GetComponent().backgroundColor = skyBoxBgColor; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33 = __this->get_dest2_6(); NullCheck(L_33); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_34; L_34 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_33, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_35 = V_0; NullCheck(L_34); Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF(L_34, L_35, /*hidden argument*/NULL); // } return; } } // System.Void CameraCopyer::CopyComponent(UnityEngine.Component,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCopyer_CopyComponent_m8AC5B19F811E734532C1B31E22DF0A3FDD1731E3 (CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80 * __this, Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___comp0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___dest1, const RuntimeMethod* method) { Type_t * V_0 = NULL; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * V_1 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_2 = NULL; int32_t V_3 = 0; FieldInfo_t * V_4 = NULL; { // System.Type type = comp.GetType(); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_0 = ___comp0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_0 = L_1; // Component copy = dest.AddComponent(type); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___dest1; Type_t * L_3 = V_0; NullCheck(L_2); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_4; L_4 = GameObject_AddComponent_mD183856CB5A1CCF1576221D7D6CEBC4092E734B8(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // System.Reflection.FieldInfo[] fields = type.GetFields(); Type_t * L_5 = V_0; NullCheck(L_5); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_6; L_6 = Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372(L_5, /*hidden argument*/NULL); // foreach (System.Reflection.FieldInfo field in fields) V_2 = L_6; V_3 = 0; goto IL_0033; } IL_001a: { // foreach (System.Reflection.FieldInfo field in fields) FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; FieldInfo_t * L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; // field.SetValue(copy, field.GetValue(comp)); FieldInfo_t * L_11 = V_4; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_12 = V_1; FieldInfo_t * L_13 = V_4; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_14 = ___comp0; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_13, L_14); NullCheck(L_11); FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C(L_11, L_12, L_15, /*hidden argument*/NULL); int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0033: { // foreach (System.Reflection.FieldInfo field in fields) int32_t L_17 = V_3; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_18 = V_2; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_001a; } } { // } return; } } // System.Void CameraCopyer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCopyer__ctor_mF59F10A8E91C266970EEBD5249E1B062B654CDC5 (CameraCopyer_tF62408F9CC60E828468FC6B3F3E9EA1A9329BB80 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets._2D.CameraFollow::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraFollow_Awake_mBBAF3F7EC4EB6661BC8175A30FCEBB56FD593874 (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70); s_Il2CppMethodInitialized = true; } { // m_Player = GameObject.FindGameObjectWithTag("Player").transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_FindGameObjectWithTag_mFC215979EDFED361F88C336BF9E187F24434C63F(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); __this->set_m_Player_10(L_1); // } return; } } // System.Boolean UnityStandardAssets._2D.CameraFollow::CheckXMargin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraFollow_CheckXMargin_mBA18B08E43C19B547573C57A58196FFF05F88B0B (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method) { { // return Mathf.Abs(transform.position.x - m_Player.position.x) > xMargin; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_x_2(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_Player_10(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); float L_5 = L_4.get_x_2(); float L_6; L_6 = fabsf(((float)il2cpp_codegen_subtract((float)L_2, (float)L_5))); float L_7 = __this->get_xMargin_4(); return (bool)((((float)L_6) > ((float)L_7))? 1 : 0); } } // System.Boolean UnityStandardAssets._2D.CameraFollow::CheckYMargin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraFollow_CheckYMargin_m1036E178E98FBF08B43DAA2CFD4D17E8A594B1C7 (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method) { { // return Mathf.Abs(transform.position.y - m_Player.position.y) > yMargin; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_Player_10(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); float L_5 = L_4.get_y_3(); float L_6; L_6 = fabsf(((float)il2cpp_codegen_subtract((float)L_2, (float)L_5))); float L_7 = __this->get_yMargin_5(); return (bool)((((float)L_6) > ((float)L_7))? 1 : 0); } } // System.Void UnityStandardAssets._2D.CameraFollow::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraFollow_Update_m95F27CA16E2239544092698F286B099E82944FD2 (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method) { { // TrackPlayer(); CameraFollow_TrackPlayer_m4E783430A9FAF82ED6F5B14BD1A18D1681538097(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets._2D.CameraFollow::TrackPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraFollow_TrackPlayer_m4E783430A9FAF82ED6F5B14BD1A18D1681538097 (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float targetX = transform.position.x; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_x_2(); V_0 = L_2; // float targetY = transform.position.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); float L_5 = L_4.get_y_3(); V_1 = L_5; // if (CheckXMargin()) bool L_6; L_6 = CameraFollow_CheckXMargin_mBA18B08E43C19B547573C57A58196FFF05F88B0B(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_005c; } } { // targetX = Mathf.Lerp(transform.position.x, m_Player.position.x, xSmooth*Time.deltaTime); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); float L_9 = L_8.get_x_2(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = __this->get_m_Player_10(); NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_10, /*hidden argument*/NULL); float L_12 = L_11.get_x_2(); float L_13 = __this->get_xSmooth_6(); float L_14; L_14 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_15; L_15 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_9, L_12, ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)), /*hidden argument*/NULL); V_0 = L_15; } IL_005c: { // if (CheckYMargin()) bool L_16; L_16 = CameraFollow_CheckYMargin_m1036E178E98FBF08B43DAA2CFD4D17E8A594B1C7(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_0096; } } { // targetY = Mathf.Lerp(transform.position.y, m_Player.position.y, ySmooth*Time.deltaTime); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_17, /*hidden argument*/NULL); float L_19 = L_18.get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = __this->get_m_Player_10(); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_20, /*hidden argument*/NULL); float L_22 = L_21.get_y_3(); float L_23 = __this->get_ySmooth_7(); float L_24; L_24 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_25; L_25 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_19, L_22, ((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)), /*hidden argument*/NULL); V_1 = L_25; } IL_0096: { // targetX = Mathf.Clamp(targetX, minXAndY.x, maxXAndY.x); float L_26 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_27 = __this->get_address_of_minXAndY_9(); float L_28 = L_27->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_29 = __this->get_address_of_maxXAndY_8(); float L_30 = L_29->get_x_0(); float L_31; L_31 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_26, L_28, L_30, /*hidden argument*/NULL); V_0 = L_31; // targetY = Mathf.Clamp(targetY, minXAndY.y, maxXAndY.y); float L_32 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_33 = __this->get_address_of_minXAndY_9(); float L_34 = L_33->get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_35 = __this->get_address_of_maxXAndY_8(); float L_36 = L_35->get_y_1(); float L_37; L_37 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_32, L_34, L_36, /*hidden argument*/NULL); V_1 = L_37; // transform.position = new Vector3(targetX, targetY, transform.position.z); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); float L_39 = V_0; float L_40 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_41; L_41 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_41); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42; L_42 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_41, /*hidden argument*/NULL); float L_43 = L_42.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; memset((&L_44), 0, sizeof(L_44)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_44), L_39, L_40, L_43, /*hidden argument*/NULL); NullCheck(L_38); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_38, L_44, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets._2D.CameraFollow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraFollow__ctor_m2AE326C2998FB64EF10070E8F968D10F8F93945F (CameraFollow_tB2BFBA3B942A3B8B1E22B915FB01862139967638 * __this, const RuntimeMethod* method) { { // public float xMargin = 1f; // Distance in the x axis the player can move before the camera follows. __this->set_xMargin_4((1.0f)); // public float yMargin = 1f; // Distance in the y axis the player can move before the camera follows. __this->set_yMargin_5((1.0f)); // public float xSmooth = 8f; // How smoothly the camera catches up with it's target movement in the x axis. __this->set_xSmooth_6((8.0f)); // public float ySmooth = 8f; // How smoothly the camera catches up with it's target movement in the y axis. __this->set_ySmooth_7((8.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::CalculateViewProjection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_CalculateViewProjection_mE265F7EDE22E2195C327E41AD18C5AB199BA2C17 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_0; memset((&V_0), 0, sizeof(V_0)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_1; memset((&V_1), 0, sizeof(V_1)); { // Matrix4x4 viewMat = _camera.worldToCameraMatrix; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = __this->get__camera_36(); NullCheck(L_0); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_1; L_1 = Camera_get_worldToCameraMatrix_m7E2B63F64437E2C91C07F7FC819C79BE2152C5F6(L_0, /*hidden argument*/NULL); V_0 = L_1; // Matrix4x4 projMat = GL.GetGPUProjectionMatrix (_camera.projectionMatrix, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get__camera_36(); NullCheck(L_2); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_3; L_3 = Camera_get_projectionMatrix_mDB77E3A7F71CEF085797BCE58FAC78058C5D6756(L_2, /*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_4; L_4 = GL_GetGPUProjectionMatrix_m8DAC433EACD75ECD86B3148EA7658F6604378457(L_3, (bool)1, /*hidden argument*/NULL); V_1 = L_4; // currentViewProjMat = projMat * viewMat; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_5 = V_1; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_6 = V_0; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_7; L_7 = Matrix4x4_op_Multiply_mC2B30D333D4399C1693414F1A73D87FB3450F39F(L_5, L_6, /*hidden argument*/NULL); __this->set_currentViewProjMat_29(L_7); // } return; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_Start_m0E1A32F74934F5EB27F267181D64FC1249FD741C (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckResources (); bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); // if (_camera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get__camera_36(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { // _camera = GetComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3; L_3 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set__camera_36(L_3); } IL_0021: { // wasActive = gameObject.activeInHierarchy; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_4, /*hidden argument*/NULL); __this->set_wasActive_32(L_5); // CalculateViewProjection (); CameraMotionBlur_CalculateViewProjection_mE265F7EDE22E2195C327E41AD18C5AB199BA2C17(__this, /*hidden argument*/NULL); // Remember (); CameraMotionBlur_Remember_mD5E7AB7BDE951D208218FC34819554FDDE25A2F8(__this, /*hidden argument*/NULL); // wasActive = false; // hack to fake position/rotation update and prevent bad blurs __this->set_wasActive_32((bool)0); // } return; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_OnEnable_m4040081CC7078E6B824F21AB72EF83AFA9568890 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_camera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = __this->get__camera_36(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // _camera = GetComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2; L_2 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set__camera_36(L_2); } IL_001a: { // _camera.depthTextureMode |= DepthTextureMode.Depth; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = __this->get__camera_36(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4 = L_3; NullCheck(L_4); int32_t L_5; L_5 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_4, /*hidden argument*/NULL); NullCheck(L_4); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_4, ((int32_t)((int32_t)L_5|(int32_t)1)), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_OnDisable_m496FCA193BFD68D9302A87764CC80B726D5A94D8 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (null != motionBlurMaterial) { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { // DestroyImmediate (motionBlurMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); // motionBlurMaterial = null; __this->set_motionBlurMaterial_23((Material_t8927C00353A72755313F046D0CE85178AE8218EE *)NULL); } IL_0020: { // if (null != dx11MotionBlurMaterial) { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = __this->get_dx11MotionBlurMaterial_24(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0040; } } { // DestroyImmediate (dx11MotionBlurMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_dx11MotionBlurMaterial_24(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_5, /*hidden argument*/NULL); // dx11MotionBlurMaterial = null; __this->set_dx11MotionBlurMaterial_24((Material_t8927C00353A72755313F046D0CE85178AE8218EE *)NULL); } IL_0040: { // if (null != tmpCam) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_tmpCam_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0060; } } { // DestroyImmediate (tmpCam); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_tmpCam_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_8, /*hidden argument*/NULL); // tmpCam = null; __this->set_tmpCam_19((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL); } IL_0060: { // } return; } } // System.Boolean UnityStandardAssets.ImageEffects.CameraMotionBlur::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraMotionBlur_CheckResources_m6003DE71C47C031D582DF3B6F1C720977B649009 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { { // CheckSupport (true, true); // depth & hdr needed bool L_0; L_0 = PostEffectsBase_CheckSupport_m8016EB7CDCA60B4E5334AA1CEFE2EB2AA0A717ED(__this, (bool)1, (bool)1, /*hidden argument*/NULL); // motionBlurMaterial = CheckShaderAndCreateMaterial (shader, motionBlurMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_shader_20(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_motionBlurMaterial_23(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_motionBlurMaterial_23(L_3); // if (supportDX11 && filterType == MotionBlurFilter.ReconstructionDX11) { bool L_4 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_supportDX11_5(); if (!L_4) { goto IL_004a; } } { int32_t L_5 = __this->get_filterType_8(); if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_004a; } } { // dx11MotionBlurMaterial = CheckShaderAndCreateMaterial (dx11MotionBlurShader, dx11MotionBlurMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_6 = __this->get_dx11MotionBlurShader_21(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = __this->get_dx11MotionBlurMaterial_24(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8; L_8 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_6, L_7, /*hidden argument*/NULL); __this->set_dx11MotionBlurMaterial_24(L_8); } IL_004a: { // if (!isSupported) bool L_9 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_9) { goto IL_0058; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_0058: { // return isSupported; bool L_10 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_10; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_OnRenderImage_mFD34E9ED689F6807901BAC6AFD041023C39C1137 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D4FF54EDF6FA50CC6C11A835464933E8F29FCCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31812C2499DD11660B852EBE924B185FC7FF2874); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FDD707F9D0025AD327E6DA79E92B5D5DF86EBBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5614C023868DA60A0F1EADC9325CE19A71506CCE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral652EB33B39AC43753A07A80AAAC24EAEB8EDEE23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F62FD64F89D789F37E470E6BA372871E03273F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8895E9A4949FFFF38DA777A992C2A4E83B524156); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA057B64158139403D204515B7F1AB680C0CD28E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA66C13AE8381F1E453459E621D8651ED0B24FB0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6634E2F92B62F3FD12312E96857FAA2FF5E03F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA277F79BCD2968ED83CC94D1D186D08CFB06907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3211B1AB401EFB0B9600E9DFAB7BF7373DB8BD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF687D8F4C9DB710625EE7EBCE67821DA959CFB0); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; float V_4 = 0.0f; bool V_5 = false; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_6 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_7 = NULL; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_8; memset((&V_8), 0, sizeof(V_8)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_9; memset((&V_9), 0, sizeof(V_9)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_10; memset((&V_10), 0, sizeof(V_10)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_11; memset((&V_11), 0, sizeof(V_11)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_12; memset((&V_12), 0, sizeof(V_12)); float V_13 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_14; memset((&V_14), 0, sizeof(V_14)); float V_15 = 0.0f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * V_16 = NULL; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; { // if (false == CheckResources ()) { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // if (filterType == MotionBlurFilter.CameraMotion) int32_t L_3 = __this->get_filterType_8(); if (L_3) { goto IL_001e; } } { // StartFrame (); CameraMotionBlur_StartFrame_mF9FDC411A58A43A7A15D500DC771C9E08612B1B8(__this, /*hidden argument*/NULL); } IL_001e: { // var rtFormat= SystemInfo.SupportsRenderTextureFormat (RenderTextureFormat.RGHalf) ? RenderTextureFormat.RGHalf : RenderTextureFormat.ARGBHalf; bool L_4; L_4 = SystemInfo_SupportsRenderTextureFormat_m243F66021A643C711FEDEA6B6D002B49ECEEFE1B(((int32_t)13), /*hidden argument*/NULL); if (L_4) { goto IL_002a; } } { G_B7_0 = 2; goto IL_002c; } IL_002a: { G_B7_0 = ((int32_t)13); } IL_002c: { V_0 = G_B7_0; // RenderTexture velBuffer = RenderTexture.GetTemporary (divRoundUp (source.width, velocityDownsample), divRoundUp (source.height, velocityDownsample), 0, rtFormat); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5 = ___source0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_5); int32_t L_7 = __this->get_velocityDownsample_17(); IL2CPP_RUNTIME_CLASS_INIT(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var); int32_t L_8; L_8 = CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6(L_6, L_7, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = ___source0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_9); int32_t L_11 = __this->get_velocityDownsample_17(); int32_t L_12; L_12 = CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6(L_10, L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14; L_14 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_8, L_12, 0, L_13, /*hidden argument*/NULL); V_1 = L_14; // int tileWidth = 1; V_2 = 1; // int tileHeight = 1; V_3 = 1; // maxVelocity = Mathf.Max (2.0f, maxVelocity); float L_15 = __this->get_maxVelocity_13(); float L_16; L_16 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((2.0f), L_15, /*hidden argument*/NULL); __this->set_maxVelocity_13(L_16); // float _maxVelocity = maxVelocity; // calculate 'k' float L_17 = __this->get_maxVelocity_13(); V_4 = L_17; // bool fallbackFromDX11 = filterType == MotionBlurFilter.ReconstructionDX11 && dx11MotionBlurMaterial == null; int32_t L_18 = __this->get_filterType_8(); if ((!(((uint32_t)L_18) == ((uint32_t)3)))) { goto IL_0090; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_19 = __this->get_dx11MotionBlurMaterial_24(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_20; L_20 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_19, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B10_0 = ((int32_t)(L_20)); goto IL_0091; } IL_0090: { G_B10_0 = 0; } IL_0091: { V_5 = (bool)G_B10_0; // if (filterType == MotionBlurFilter.Reconstruction || fallbackFromDX11 || filterType == MotionBlurFilter.ReconstructionDisc) { int32_t L_21 = __this->get_filterType_8(); bool L_22 = V_5; if (((int32_t)((int32_t)((((int32_t)L_21) == ((int32_t)2))? 1 : 0)|(int32_t)L_22))) { goto IL_00aa; } } { int32_t L_23 = __this->get_filterType_8(); if ((!(((uint32_t)L_23) == ((uint32_t)4)))) { goto IL_00f3; } } IL_00aa: { // maxVelocity = Mathf.Min (maxVelocity, MAX_RADIUS); float L_24 = __this->get_maxVelocity_13(); IL2CPP_RUNTIME_CLASS_INIT(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var); float L_25 = ((CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_StaticFields*)il2cpp_codegen_static_fields_for(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var))->get_MAX_RADIUS_7(); float L_26; L_26 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_24, L_25, /*hidden argument*/NULL); __this->set_maxVelocity_13(L_26); // tileWidth = divRoundUp (velBuffer.width, (int) maxVelocity); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_27 = V_1; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_27); float L_29 = __this->get_maxVelocity_13(); int32_t L_30; L_30 = CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6(L_28, ((int32_t)((int32_t)L_29)), /*hidden argument*/NULL); V_2 = L_30; // tileHeight = divRoundUp (velBuffer.height, (int) maxVelocity); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_31 = V_1; NullCheck(L_31); int32_t L_32; L_32 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_31); float L_33 = __this->get_maxVelocity_13(); int32_t L_34; L_34 = CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6(L_32, ((int32_t)((int32_t)L_33)), /*hidden argument*/NULL); V_3 = L_34; // _maxVelocity = velBuffer.width/tileWidth; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_35 = V_1; NullCheck(L_35); int32_t L_36; L_36 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_35); int32_t L_37 = V_2; V_4 = ((float)((float)((int32_t)((int32_t)L_36/(int32_t)L_37)))); // } goto IL_0124; } IL_00f3: { // tileWidth = divRoundUp (velBuffer.width, (int) maxVelocity); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_38 = V_1; NullCheck(L_38); int32_t L_39; L_39 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_38); float L_40 = __this->get_maxVelocity_13(); IL2CPP_RUNTIME_CLASS_INIT(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var); int32_t L_41; L_41 = CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6(L_39, ((int32_t)((int32_t)L_40)), /*hidden argument*/NULL); V_2 = L_41; // tileHeight = divRoundUp (velBuffer.height, (int) maxVelocity); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = V_1; NullCheck(L_42); int32_t L_43; L_43 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_42); float L_44 = __this->get_maxVelocity_13(); int32_t L_45; L_45 = CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6(L_43, ((int32_t)((int32_t)L_44)), /*hidden argument*/NULL); V_3 = L_45; // _maxVelocity = velBuffer.width/tileWidth; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = V_1; NullCheck(L_46); int32_t L_47; L_47 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_46); int32_t L_48 = V_2; V_4 = ((float)((float)((int32_t)((int32_t)L_47/(int32_t)L_48)))); } IL_0124: { // RenderTexture tileMax = RenderTexture.GetTemporary (tileWidth, tileHeight, 0, rtFormat); int32_t L_49 = V_2; int32_t L_50 = V_3; int32_t L_51 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_52; L_52 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_49, L_50, 0, L_51, /*hidden argument*/NULL); V_6 = L_52; // RenderTexture neighbourMax = RenderTexture.GetTemporary (tileWidth, tileHeight, 0, rtFormat); int32_t L_53 = V_2; int32_t L_54 = V_3; int32_t L_55 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_56; L_56 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_53, L_54, 0, L_55, /*hidden argument*/NULL); V_7 = L_56; // velBuffer.filterMode = FilterMode.Point; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_57 = V_1; NullCheck(L_57); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_57, 0, /*hidden argument*/NULL); // tileMax.filterMode = FilterMode.Point; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_58 = V_6; NullCheck(L_58); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_58, 0, /*hidden argument*/NULL); // neighbourMax.filterMode = FilterMode.Point; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_59 = V_7; NullCheck(L_59); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_59, 0, /*hidden argument*/NULL); // if (noiseTexture) noiseTexture.filterMode = FilterMode.Point; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_60 = __this->get_noiseTexture_25(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_61; L_61 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_016a; } } { // if (noiseTexture) noiseTexture.filterMode = FilterMode.Point; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_62 = __this->get_noiseTexture_25(); NullCheck(L_62); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_62, 0, /*hidden argument*/NULL); } IL_016a: { // source.wrapMode = TextureWrapMode.Clamp; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_63 = ___source0; NullCheck(L_63); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_63, 1, /*hidden argument*/NULL); // velBuffer.wrapMode = TextureWrapMode.Clamp; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_64 = V_1; NullCheck(L_64); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_64, 1, /*hidden argument*/NULL); // neighbourMax.wrapMode = TextureWrapMode.Clamp; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_65 = V_7; NullCheck(L_65); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_65, 1, /*hidden argument*/NULL); // tileMax.wrapMode = TextureWrapMode.Clamp; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_66 = V_6; NullCheck(L_66); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_66, 1, /*hidden argument*/NULL); // CalculateViewProjection (); CameraMotionBlur_CalculateViewProjection_mE265F7EDE22E2195C327E41AD18C5AB199BA2C17(__this, /*hidden argument*/NULL); // if (gameObject.activeInHierarchy && !wasActive) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_67; L_67 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_67); bool L_68; L_68 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01a9; } } { bool L_69 = __this->get_wasActive_32(); if (L_69) { goto IL_01a9; } } { // Remember (); CameraMotionBlur_Remember_mD5E7AB7BDE951D208218FC34819554FDDE25A2F8(__this, /*hidden argument*/NULL); } IL_01a9: { // wasActive = gameObject.activeInHierarchy; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_70; L_70 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_70); bool L_71; L_71 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_70, /*hidden argument*/NULL); __this->set_wasActive_32(L_71); // Matrix4x4 invViewPrj = Matrix4x4.Inverse (currentViewProjMat); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_72 = __this->get_currentViewProjMat_29(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_73; L_73 = Matrix4x4_Inverse_m2A60D822437B96567202296F39BFBD617D49E72F(L_72, /*hidden argument*/NULL); V_8 = L_73; // motionBlurMaterial.SetMatrix ("_InvViewProj", invViewPrj); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_74 = __this->get_motionBlurMaterial_23(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_75 = V_8; NullCheck(L_74); Material_SetMatrix_m4B2718A5E264BFDBAD965D8A67399746F6799DCD(L_74, _stringLiteralA66C13AE8381F1E453459E621D8651ED0B24FB0C, L_75, /*hidden argument*/NULL); // motionBlurMaterial.SetMatrix ("_PrevViewProj", prevViewProjMat); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_76 = __this->get_motionBlurMaterial_23(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_77 = __this->get_prevViewProjMat_30(); NullCheck(L_76); Material_SetMatrix_m4B2718A5E264BFDBAD965D8A67399746F6799DCD(L_76, _stringLiteralC6634E2F92B62F3FD12312E96857FAA2FF5E03F2, L_77, /*hidden argument*/NULL); // motionBlurMaterial.SetMatrix ("_ToPrevViewProjCombined", prevViewProjMat * invViewPrj); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_78 = __this->get_motionBlurMaterial_23(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_79 = __this->get_prevViewProjMat_30(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_80 = V_8; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_81; L_81 = Matrix4x4_op_Multiply_mC2B30D333D4399C1693414F1A73D87FB3450F39F(L_79, L_80, /*hidden argument*/NULL); NullCheck(L_78); Material_SetMatrix_m4B2718A5E264BFDBAD965D8A67399746F6799DCD(L_78, _stringLiteral31812C2499DD11660B852EBE924B185FC7FF2874, L_81, /*hidden argument*/NULL); // motionBlurMaterial.SetFloat ("_MaxVelocity", _maxVelocity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_82 = __this->get_motionBlurMaterial_23(); float L_83 = V_4; NullCheck(L_82); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_82, _stringLiteral5614C023868DA60A0F1EADC9325CE19A71506CCE, L_83, /*hidden argument*/NULL); // motionBlurMaterial.SetFloat ("_MaxRadiusOrKInPaper", _maxVelocity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_84 = __this->get_motionBlurMaterial_23(); float L_85 = V_4; NullCheck(L_84); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_84, _stringLiteral7F62FD64F89D789F37E470E6BA372871E03273F8, L_85, /*hidden argument*/NULL); // motionBlurMaterial.SetFloat ("_MinVelocity", minVelocity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_86 = __this->get_motionBlurMaterial_23(); float L_87 = __this->get_minVelocity_14(); NullCheck(L_86); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_86, _stringLiteralF3211B1AB401EFB0B9600E9DFAB7BF7373DB8BD8, L_87, /*hidden argument*/NULL); // motionBlurMaterial.SetFloat ("_VelocityScale", velocityScale); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_88 = __this->get_motionBlurMaterial_23(); float L_89 = __this->get_velocityScale_15(); NullCheck(L_88); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_88, _stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5, L_89, /*hidden argument*/NULL); // motionBlurMaterial.SetFloat ("_Jitter", jitter); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_90 = __this->get_motionBlurMaterial_23(); float L_91 = __this->get_jitter_26(); NullCheck(L_90); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_90, _stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197, L_91, /*hidden argument*/NULL); // motionBlurMaterial.SetTexture ("_NoiseTex", noiseTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_92 = __this->get_motionBlurMaterial_23(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_93 = __this->get_noiseTexture_25(); NullCheck(L_92); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_92, _stringLiteral8895E9A4949FFFF38DA777A992C2A4E83B524156, L_93, /*hidden argument*/NULL); // motionBlurMaterial.SetTexture ("_VelTex", velBuffer); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_94 = __this->get_motionBlurMaterial_23(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_95 = V_1; NullCheck(L_94); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_94, _stringLiteralCA277F79BCD2968ED83CC94D1D186D08CFB06907, L_95, /*hidden argument*/NULL); // motionBlurMaterial.SetTexture ("_NeighbourMaxTex", neighbourMax); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_96 = __this->get_motionBlurMaterial_23(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_97 = V_7; NullCheck(L_96); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_96, _stringLiteralA057B64158139403D204515B7F1AB680C0CD28E9, L_97, /*hidden argument*/NULL); // motionBlurMaterial.SetTexture ("_TileTexDebug", tileMax); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_98 = __this->get_motionBlurMaterial_23(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = V_6; NullCheck(L_98); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_98, _stringLiteral652EB33B39AC43753A07A80AAAC24EAEB8EDEE23, L_99, /*hidden argument*/NULL); // if (preview) { bool L_100 = __this->get_preview_9(); if (!L_100) { goto IL_0359; } } { // Matrix4x4 viewMat = _camera.worldToCameraMatrix; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_101 = __this->get__camera_36(); NullCheck(L_101); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_102; L_102 = Camera_get_worldToCameraMatrix_m7E2B63F64437E2C91C07F7FC819C79BE2152C5F6(L_101, /*hidden argument*/NULL); V_9 = L_102; // Matrix4x4 offset = Matrix4x4.identity; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_103; L_103 = Matrix4x4_get_identity_mC91289718DDD3DDBE0A10551BDA59A446414A596(/*hidden argument*/NULL); V_10 = L_103; // offset.SetTRS(previewScale * 0.3333f, Quaternion.identity, Vector3.one); // using only translation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_104 = __this->get_previewScale_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_105; L_105 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_104, (0.333299994f), /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_106; L_106 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_107; L_107 = Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB(/*hidden argument*/NULL); Matrix4x4_SetTRS_m448A70DA94185D9445E773E8906B0618F97AFFCC((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&V_10), L_105, L_106, L_107, /*hidden argument*/NULL); // Matrix4x4 projMat = GL.GetGPUProjectionMatrix (_camera.projectionMatrix, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_108 = __this->get__camera_36(); NullCheck(L_108); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_109; L_109 = Camera_get_projectionMatrix_mDB77E3A7F71CEF085797BCE58FAC78058C5D6756(L_108, /*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_110; L_110 = GL_GetGPUProjectionMatrix_m8DAC433EACD75ECD86B3148EA7658F6604378457(L_109, (bool)1, /*hidden argument*/NULL); V_11 = L_110; // prevViewProjMat = projMat * offset * viewMat; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_111 = V_11; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_112 = V_10; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_113; L_113 = Matrix4x4_op_Multiply_mC2B30D333D4399C1693414F1A73D87FB3450F39F(L_111, L_112, /*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_114 = V_9; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_115; L_115 = Matrix4x4_op_Multiply_mC2B30D333D4399C1693414F1A73D87FB3450F39F(L_113, L_114, /*hidden argument*/NULL); __this->set_prevViewProjMat_30(L_115); // motionBlurMaterial.SetMatrix ("_PrevViewProj", prevViewProjMat); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_116 = __this->get_motionBlurMaterial_23(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_117 = __this->get_prevViewProjMat_30(); NullCheck(L_116); Material_SetMatrix_m4B2718A5E264BFDBAD965D8A67399746F6799DCD(L_116, _stringLiteralC6634E2F92B62F3FD12312E96857FAA2FF5E03F2, L_117, /*hidden argument*/NULL); // motionBlurMaterial.SetMatrix ("_ToPrevViewProjCombined", prevViewProjMat * invViewPrj); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_118 = __this->get_motionBlurMaterial_23(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_119 = __this->get_prevViewProjMat_30(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_120 = V_8; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_121; L_121 = Matrix4x4_op_Multiply_mC2B30D333D4399C1693414F1A73D87FB3450F39F(L_119, L_120, /*hidden argument*/NULL); NullCheck(L_118); Material_SetMatrix_m4B2718A5E264BFDBAD965D8A67399746F6799DCD(L_118, _stringLiteral31812C2499DD11660B852EBE924B185FC7FF2874, L_121, /*hidden argument*/NULL); } IL_0359: { // if (filterType == MotionBlurFilter.CameraMotion) int32_t L_122 = __this->get_filterType_8(); if (L_122) { goto IL_059f; } } { // Vector4 blurVector = Vector4.zero; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_123; L_123 = Vector4_get_zero_m9E807FEBC8B638914DF4A0BA87C0BD95A19F5200(/*hidden argument*/NULL); V_12 = L_123; // float lookUpDown = Vector3.Dot (transform.up, Vector3.up); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_124; L_124 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_124); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_125; L_125 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_124, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_126; L_126 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); float L_127; L_127 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_125, L_126, /*hidden argument*/NULL); V_13 = L_127; // Vector3 distanceVector = prevFramePos-transform.position; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = __this->get_prevFramePos_35(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_129; L_129 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_129); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_130; L_130 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_129, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_131; L_131 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_128, L_130, /*hidden argument*/NULL); V_14 = L_131; // float distMag = distanceVector.magnitude; float L_132; L_132 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), /*hidden argument*/NULL); // float farHeur = 1.0f; V_15 = (1.0f); // farHeur = (Vector3.Angle (transform.up, prevFrameUp) / _camera.fieldOfView) * (source.width * 0.75f); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_133; L_133 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_133); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_134; L_134 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_133, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_135 = __this->get_prevFrameUp_34(); float L_136; L_136 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_134, L_135, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_137 = __this->get__camera_36(); NullCheck(L_137); float L_138; L_138 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_137, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_139 = ___source0; NullCheck(L_139); int32_t L_140; L_140 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_139); V_15 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_136/(float)L_138)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_140)), (float)(0.75f))))); // blurVector.x = rotationScale * farHeur;//Mathf.Clamp01((1.0ff-Vector3.Dot(transform.up, prevFrameUp))); float L_141 = __this->get_rotationScale_12(); float L_142 = V_15; (&V_12)->set_x_1(((float)il2cpp_codegen_multiply((float)L_141, (float)L_142))); // farHeur = (Vector3.Angle (transform.forward, prevFrameForward) / _camera.fieldOfView) * (source.width * 0.75f); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_143; L_143 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_143); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_144; L_144 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_143, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_145 = __this->get_prevFrameForward_33(); float L_146; L_146 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_144, L_145, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_147 = __this->get__camera_36(); NullCheck(L_147); float L_148; L_148 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_147, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_149 = ___source0; NullCheck(L_149); int32_t L_150; L_150 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_149); V_15 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_146/(float)L_148)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_150)), (float)(0.75f))))); // blurVector.y = rotationScale * lookUpDown * farHeur;//Mathf.Clamp01((1.0ff-Vector3.Dot(transform.forward, prevFrameForward))); float L_151 = __this->get_rotationScale_12(); float L_152 = V_13; float L_153 = V_15; (&V_12)->set_y_2(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_151, (float)L_152)), (float)L_153))); // farHeur = (Vector3.Angle (transform.forward, prevFrameForward) / _camera.fieldOfView) * (source.width * 0.75f); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_154; L_154 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_154); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_155; L_155 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_154, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_156 = __this->get_prevFrameForward_33(); float L_157; L_157 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_155, L_156, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_158 = __this->get__camera_36(); NullCheck(L_158); float L_159; L_159 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_158, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_160 = ___source0; NullCheck(L_160); int32_t L_161; L_161 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_160); V_15 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_157/(float)L_159)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_161)), (float)(0.75f))))); // blurVector.z = rotationScale * (1.0f- lookUpDown) * farHeur;//Mathf.Clamp01((1.0ff-Vector3.Dot(transform.forward, prevFrameForward))); float L_162 = __this->get_rotationScale_12(); float L_163 = V_13; float L_164 = V_15; (&V_12)->set_z_3(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_162, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_163)))), (float)L_164))); // if (distMag > Mathf.Epsilon && movementScale > Mathf.Epsilon) { float L_165 = ((Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var))->get_Epsilon_0(); if ((!(((float)L_132) > ((float)L_165)))) { goto IL_0526; } } { float L_166 = __this->get_movementScale_11(); float L_167 = ((Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var))->get_Epsilon_0(); if ((!(((float)L_166) > ((float)L_167)))) { goto IL_0526; } } { // blurVector.w = movementScale * (Vector3.Dot (transform.forward, distanceVector) ) * (source.width * 0.5f); float L_168 = __this->get_movementScale_11(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_169; L_169 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_169); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_170; L_170 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_169, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_171 = V_14; float L_172; L_172 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_170, L_171, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_173 = ___source0; NullCheck(L_173); int32_t L_174; L_174 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_173); (&V_12)->set_w_4(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_168, (float)L_172)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_174)), (float)(0.5f)))))); // blurVector.x += movementScale * (Vector3.Dot (transform.up, distanceVector) ) * (source.width * 0.5f); float* L_175 = (&V_12)->get_address_of_x_1(); float* L_176 = L_175; float L_177 = *((float*)L_176); float L_178 = __this->get_movementScale_11(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_179; L_179 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_179); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_180; L_180 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_179, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_181 = V_14; float L_182; L_182 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_180, L_181, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_183 = ___source0; NullCheck(L_183); int32_t L_184; L_184 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_183); *((float*)L_176) = (float)((float)il2cpp_codegen_add((float)L_177, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_178, (float)L_182)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_184)), (float)(0.5f))))))); // blurVector.y += movementScale * (Vector3.Dot (transform.right, distanceVector) ) * (source.width * 0.5f); float* L_185 = (&V_12)->get_address_of_y_2(); float* L_186 = L_185; float L_187 = *((float*)L_186); float L_188 = __this->get_movementScale_11(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_189; L_189 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_189); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_190; L_190 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_189, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_191 = V_14; float L_192; L_192 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_190, L_191, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_193 = ___source0; NullCheck(L_193); int32_t L_194; L_194 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_193); *((float*)L_186) = (float)((float)il2cpp_codegen_add((float)L_187, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_188, (float)L_192)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_194)), (float)(0.5f))))))); } IL_0526: { // if (preview) // crude approximation bool L_195 = __this->get_preview_9(); if (!L_195) { goto IL_0588; } } { // motionBlurMaterial.SetVector ("_BlurDirectionPacked", new Vector4 (previewScale.y, previewScale.x, 0.0f, previewScale.z) * 0.5f * _camera.fieldOfView); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_196 = __this->get_motionBlurMaterial_23(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_197 = __this->get_address_of_previewScale_10(); float L_198 = L_197->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_199 = __this->get_address_of_previewScale_10(); float L_200 = L_199->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_201 = __this->get_address_of_previewScale_10(); float L_202 = L_201->get_z_4(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_203; memset((&L_203), 0, sizeof(L_203)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_203), L_198, L_200, (0.0f), L_202, /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_204; L_204 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_203, (0.5f), /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_205 = __this->get__camera_36(); NullCheck(L_205); float L_206; L_206 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_205, /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_207; L_207 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_204, L_206, /*hidden argument*/NULL); NullCheck(L_196); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_196, _stringLiteral3FDD707F9D0025AD327E6DA79E92B5D5DF86EBBA, L_207, /*hidden argument*/NULL); goto IL_0621; } IL_0588: { // motionBlurMaterial.SetVector ("_BlurDirectionPacked", blurVector); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_208 = __this->get_motionBlurMaterial_23(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_209 = V_12; NullCheck(L_208); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_208, _stringLiteral3FDD707F9D0025AD327E6DA79E92B5D5DF86EBBA, L_209, /*hidden argument*/NULL); // } goto IL_0621; } IL_059f: { // Graphics.Blit (source, velBuffer, motionBlurMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_210 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_211 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_212 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_210, L_211, L_212, 0, /*hidden argument*/NULL); // Camera cam = null; V_16 = (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL; // if (excludeLayers.value != 0)// || dynamicLayers.value) LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * L_213 = __this->get_address_of_excludeLayers_18(); int32_t L_214; L_214 = LayerMask_get_value_m6380C7449537F99361797225E179A9448A53DDF9((LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 *)L_213, /*hidden argument*/NULL); if (!L_214) { goto IL_05c5; } } { // cam = GetTmpCam (); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_215; L_215 = CameraMotionBlur_GetTmpCam_mE9841487AA47FD7F4A680DFCEE74CDB4897DB562(__this, /*hidden argument*/NULL); V_16 = L_215; } IL_05c5: { // if (cam && excludeLayers.value != 0 && replacementClear && replacementClear.isSupported) { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_216 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_217; L_217 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_216, /*hidden argument*/NULL); if (!L_217) { goto IL_0621; } } { LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * L_218 = __this->get_address_of_excludeLayers_18(); int32_t L_219; L_219 = LayerMask_get_value_m6380C7449537F99361797225E179A9448A53DDF9((LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 *)L_218, /*hidden argument*/NULL); if (!L_219) { goto IL_0621; } } { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_220 = __this->get_replacementClear_22(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_221; L_221 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_220, /*hidden argument*/NULL); if (!L_221) { goto IL_0621; } } { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_222 = __this->get_replacementClear_22(); NullCheck(L_222); bool L_223; L_223 = Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41(L_222, /*hidden argument*/NULL); if (!L_223) { goto IL_0621; } } { // cam.targetTexture = velBuffer; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_224 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_225 = V_1; NullCheck(L_224); Camera_set_targetTexture_m200B05665D1F5C62D9016C2DD20955755BAB4596(L_224, L_225, /*hidden argument*/NULL); // cam.cullingMask = excludeLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_226 = V_16; LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_227 = __this->get_excludeLayers_18(); int32_t L_228; L_228 = LayerMask_op_Implicit_mD89E9970822613D8D19B2EBCA36C79391C287BE0(L_227, /*hidden argument*/NULL); NullCheck(L_226); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_226, L_228, /*hidden argument*/NULL); // cam.RenderWithShader (replacementClear, ""); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_229 = V_16; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_230 = __this->get_replacementClear_22(); NullCheck(L_229); Camera_RenderWithShader_m7E2369EA99B507B026FD0745E3CF70548E300213(L_229, L_230, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); } IL_0621: { // if (!preview && Time.frameCount != prevFrameCount) { bool L_231 = __this->get_preview_9(); if (L_231) { goto IL_0647; } } { int32_t L_232; L_232 = Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0(/*hidden argument*/NULL); int32_t L_233 = __this->get_prevFrameCount_31(); if ((((int32_t)L_232) == ((int32_t)L_233))) { goto IL_0647; } } { // prevFrameCount = Time.frameCount; int32_t L_234; L_234 = Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0(/*hidden argument*/NULL); __this->set_prevFrameCount_31(L_234); // Remember (); CameraMotionBlur_Remember_mD5E7AB7BDE951D208218FC34819554FDDE25A2F8(__this, /*hidden argument*/NULL); } IL_0647: { // source.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_235 = ___source0; NullCheck(L_235); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_235, 1, /*hidden argument*/NULL); // if (showVelocity) { bool L_236 = __this->get_showVelocity_27(); if (!L_236) { goto IL_067f; } } { // motionBlurMaterial.SetFloat ("_DisplayVelocityScale", showVelocityScale); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_237 = __this->get_motionBlurMaterial_23(); float L_238 = __this->get_showVelocityScale_28(); NullCheck(L_237); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_237, _stringLiteral0D4FF54EDF6FA50CC6C11A835464933E8F29FCCA, L_238, /*hidden argument*/NULL); // Graphics.Blit (velBuffer, destination, motionBlurMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_239 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_240 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_241 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_239, L_240, L_241, 1, /*hidden argument*/NULL); // } goto IL_084c; } IL_067f: { // if (filterType == MotionBlurFilter.ReconstructionDX11 && !fallbackFromDX11) { int32_t L_242 = __this->get_filterType_8(); if ((!(((uint32_t)L_242) == ((uint32_t)3)))) { goto IL_0771; } } { bool L_243 = V_5; if (L_243) { goto IL_0771; } } { // dx11MotionBlurMaterial.SetFloat ("_MinVelocity", minVelocity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_244 = __this->get_dx11MotionBlurMaterial_24(); float L_245 = __this->get_minVelocity_14(); NullCheck(L_244); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_244, _stringLiteralF3211B1AB401EFB0B9600E9DFAB7BF7373DB8BD8, L_245, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetFloat ("_VelocityScale", velocityScale); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_246 = __this->get_dx11MotionBlurMaterial_24(); float L_247 = __this->get_velocityScale_15(); NullCheck(L_246); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_246, _stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5, L_247, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetFloat ("_Jitter", jitter); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_248 = __this->get_dx11MotionBlurMaterial_24(); float L_249 = __this->get_jitter_26(); NullCheck(L_248); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_248, _stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197, L_249, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetTexture ("_NoiseTex", noiseTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_250 = __this->get_dx11MotionBlurMaterial_24(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_251 = __this->get_noiseTexture_25(); NullCheck(L_250); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_250, _stringLiteral8895E9A4949FFFF38DA777A992C2A4E83B524156, L_251, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetTexture ("_VelTex", velBuffer); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_252 = __this->get_dx11MotionBlurMaterial_24(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_253 = V_1; NullCheck(L_252); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_252, _stringLiteralCA277F79BCD2968ED83CC94D1D186D08CFB06907, L_253, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetTexture ("_NeighbourMaxTex", neighbourMax); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_254 = __this->get_dx11MotionBlurMaterial_24(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_255 = V_7; NullCheck(L_254); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_254, _stringLiteralA057B64158139403D204515B7F1AB680C0CD28E9, L_255, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetFloat ("_SoftZDistance", Mathf.Max(0.00025f, softZDistance) ); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_256 = __this->get_dx11MotionBlurMaterial_24(); float L_257 = __this->get_softZDistance_16(); float L_258; L_258 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.000250000012f), L_257, /*hidden argument*/NULL); NullCheck(L_256); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_256, _stringLiteralFF687D8F4C9DB710625EE7EBCE67821DA959CFB0, L_258, /*hidden argument*/NULL); // dx11MotionBlurMaterial.SetFloat ("_MaxRadiusOrKInPaper", _maxVelocity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_259 = __this->get_dx11MotionBlurMaterial_24(); float L_260 = V_4; NullCheck(L_259); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_259, _stringLiteral7F62FD64F89D789F37E470E6BA372871E03273F8, L_260, /*hidden argument*/NULL); // Graphics.Blit (velBuffer, tileMax, dx11MotionBlurMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_261 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_262 = V_6; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_263 = __this->get_dx11MotionBlurMaterial_24(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_261, L_262, L_263, 0, /*hidden argument*/NULL); // Graphics.Blit (tileMax, neighbourMax, dx11MotionBlurMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_264 = V_6; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_265 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_266 = __this->get_dx11MotionBlurMaterial_24(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_264, L_265, L_266, 1, /*hidden argument*/NULL); // Graphics.Blit (source, destination, dx11MotionBlurMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_267 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_268 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_269 = __this->get_dx11MotionBlurMaterial_24(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_267, L_268, L_269, 2, /*hidden argument*/NULL); // } goto IL_084c; } IL_0771: { // else if (filterType == MotionBlurFilter.Reconstruction || fallbackFromDX11) { int32_t L_270 = __this->get_filterType_8(); bool L_271 = V_5; if (!((int32_t)((int32_t)((((int32_t)L_270) == ((int32_t)2))? 1 : 0)|(int32_t)L_271))) { goto IL_07ce; } } { // motionBlurMaterial.SetFloat ("_SoftZDistance", Mathf.Max(0.00025f, softZDistance) ); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_272 = __this->get_motionBlurMaterial_23(); float L_273 = __this->get_softZDistance_16(); float L_274; L_274 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.000250000012f), L_273, /*hidden argument*/NULL); NullCheck(L_272); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_272, _stringLiteralFF687D8F4C9DB710625EE7EBCE67821DA959CFB0, L_274, /*hidden argument*/NULL); // Graphics.Blit (velBuffer, tileMax, motionBlurMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_275 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_276 = V_6; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_277 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_275, L_276, L_277, 2, /*hidden argument*/NULL); // Graphics.Blit (tileMax, neighbourMax, motionBlurMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_278 = V_6; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_279 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_280 = __this->get_motionBlurMaterial_23(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_278, L_279, L_280, 3, /*hidden argument*/NULL); // Graphics.Blit (source, destination, motionBlurMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_281 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_282 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_283 = __this->get_motionBlurMaterial_23(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_281, L_282, L_283, 4, /*hidden argument*/NULL); // } goto IL_084c; } IL_07ce: { // else if (filterType == MotionBlurFilter.CameraMotion) { int32_t L_284 = __this->get_filterType_8(); if (L_284) { goto IL_07e6; } } { // Graphics.Blit (source, destination, motionBlurMaterial, 6); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_285 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_286 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_287 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_285, L_286, L_287, 6, /*hidden argument*/NULL); // } goto IL_084c; } IL_07e6: { // else if (filterType == MotionBlurFilter.ReconstructionDisc) { int32_t L_288 = __this->get_filterType_8(); if ((!(((uint32_t)L_288) == ((uint32_t)4)))) { goto IL_083e; } } { // motionBlurMaterial.SetFloat ("_SoftZDistance", Mathf.Max(0.00025f, softZDistance) ); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_289 = __this->get_motionBlurMaterial_23(); float L_290 = __this->get_softZDistance_16(); float L_291; L_291 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.000250000012f), L_290, /*hidden argument*/NULL); NullCheck(L_289); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_289, _stringLiteralFF687D8F4C9DB710625EE7EBCE67821DA959CFB0, L_291, /*hidden argument*/NULL); // Graphics.Blit (velBuffer, tileMax, motionBlurMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_292 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_293 = V_6; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_294 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_292, L_293, L_294, 2, /*hidden argument*/NULL); // Graphics.Blit (tileMax, neighbourMax, motionBlurMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_295 = V_6; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_296 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_297 = __this->get_motionBlurMaterial_23(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_295, L_296, L_297, 3, /*hidden argument*/NULL); // Graphics.Blit (source, destination, motionBlurMaterial, 7); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_298 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_299 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_300 = __this->get_motionBlurMaterial_23(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_298, L_299, L_300, 7, /*hidden argument*/NULL); // } goto IL_084c; } IL_083e: { // Graphics.Blit (source, destination, motionBlurMaterial, 5); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_301 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_302 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_303 = __this->get_motionBlurMaterial_23(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_301, L_302, L_303, 5, /*hidden argument*/NULL); } IL_084c: { // RenderTexture.ReleaseTemporary (velBuffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_304 = V_1; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_304, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (tileMax); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_305 = V_6; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_305, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (neighbourMax); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_306 = V_7; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_306, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::Remember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_Remember_mD5E7AB7BDE951D208218FC34819554FDDE25A2F8 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { { // prevViewProjMat = currentViewProjMat; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_0 = __this->get_currentViewProjMat_29(); __this->set_prevViewProjMat_30(L_0); // prevFrameForward = transform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_1, /*hidden argument*/NULL); __this->set_prevFrameForward_33(L_2); // prevFrameUp = transform.up; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_3, /*hidden argument*/NULL); __this->set_prevFrameUp_34(L_4); // prevFramePos = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_5, /*hidden argument*/NULL); __this->set_prevFramePos_35(L_6); // } return; } } // UnityEngine.Camera UnityStandardAssets.ImageEffects.CameraMotionBlur::GetTmpCam() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * CameraMotionBlur_GetTmpCam_mE9841487AA47FD7F4A680DFCEE74CDB4897DB562 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41368624D21A8FC26F6A71278C6D98309745920C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_1 = NULL; { // if (tmpCam == null) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_tmpCam_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0061; } } { // string name = "_" + _camera.name + "_MotionBlurTmpCam"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get__camera_36(); NullCheck(L_2); String_t* L_3; L_3 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_3, _stringLiteral41368624D21A8FC26F6A71278C6D98309745920C, /*hidden argument*/NULL); V_0 = L_4; // GameObject go = GameObject.Find (name); String_t* L_5 = V_0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(L_5, /*hidden argument*/NULL); V_1 = L_6; // if (null == go) // couldn't find, recreate GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005a; } } { // tmpCam = new GameObject (name, typeof (Camera)); String_t* L_9 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = L_10; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t *)L_13); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_m9829583AE3BF1285861C580895202F760F3A82E8(L_14, L_9, L_11, /*hidden argument*/NULL); __this->set_tmpCam_19(L_14); goto IL_0061; } IL_005a: { // tmpCam = go; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = V_1; __this->set_tmpCam_19(L_15); } IL_0061: { // tmpCam.hideFlags = HideFlags.DontSave; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = __this->get_tmpCam_19(); NullCheck(L_16); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_16, ((int32_t)52), /*hidden argument*/NULL); // tmpCam.transform.position = _camera.transform.position; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = __this->get_tmpCam_19(); NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_17, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_19 = __this->get__camera_36(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_19, /*hidden argument*/NULL); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_20, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_18, L_21, /*hidden argument*/NULL); // tmpCam.transform.rotation = _camera.transform.rotation; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22 = __this->get_tmpCam_19(); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_22, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_24 = __this->get__camera_36(); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); NullCheck(L_25); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26; L_26 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_25, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_23, L_26, /*hidden argument*/NULL); // tmpCam.transform.localScale = _camera.transform.localScale; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_tmpCam_19(); NullCheck(L_27); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_27, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_29 = __this->get__camera_36(); NullCheck(L_29); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_29, /*hidden argument*/NULL); NullCheck(L_30); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046(L_30, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_28, L_31, /*hidden argument*/NULL); // tmpCam.GetComponent().CopyFrom(_camera); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32 = __this->get_tmpCam_19(); NullCheck(L_32); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_33; L_33 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_32, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_34 = __this->get__camera_36(); NullCheck(L_33); Camera_CopyFrom_m8289D4C4041F4E1D886F5AF40E1C60C14707AD52(L_33, L_34, /*hidden argument*/NULL); // tmpCam.GetComponent().enabled = false; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = __this->get_tmpCam_19(); NullCheck(L_35); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_36; L_36 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_35, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); NullCheck(L_36); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_36, (bool)0, /*hidden argument*/NULL); // tmpCam.GetComponent().depthTextureMode = DepthTextureMode.None; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37 = __this->get_tmpCam_19(); NullCheck(L_37); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_38; L_38 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_37, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); NullCheck(L_38); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_38, 0, /*hidden argument*/NULL); // tmpCam.GetComponent().clearFlags = CameraClearFlags.Nothing; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_39 = __this->get_tmpCam_19(); NullCheck(L_39); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_40; L_40 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_39, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); NullCheck(L_40); Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373(L_40, 4, /*hidden argument*/NULL); // return tmpCam.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41 = __this->get_tmpCam_19(); NullCheck(L_41); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_42; L_42 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A(L_41, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m5B84D4DF34F98619E6608133C9012B2300E2166A_RuntimeMethod_var); return L_42; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::StartFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur_StartFrame_mF9FDC411A58A43A7A15D500DC771C9E08612B1B8 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { { // prevFramePos = Vector3.Slerp(prevFramePos, transform.position, 0.75f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_prevFramePos_35(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_Slerp_mEDBE029B9D394258437E16D858F2C96D72A36B7B(L_0, L_2, (0.75f), /*hidden argument*/NULL); __this->set_prevFramePos_35(L_3); // } return; } } // System.Int32 UnityStandardAssets.ImageEffects.CameraMotionBlur::divRoundUp(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraMotionBlur_divRoundUp_m82F809436B9B186C5E476D5FE042001EC257DDF6 (int32_t ___x0, int32_t ___d1, const RuntimeMethod* method) { { // return (x + d - 1) / d; int32_t L_0 = ___x0; int32_t L_1 = ___d1; int32_t L_2 = ___d1; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), (int32_t)1))/(int32_t)L_2)); } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur__ctor_mC57B0D630BDBF1C79BB0A789EC8665ED5F4BB613 (CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD * __this, const RuntimeMethod* method) { { // public MotionBlurFilter filterType = MotionBlurFilter.Reconstruction; __this->set_filterType_8(2); // public Vector3 previewScale = Vector3.one; // ... given this movement vector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB(/*hidden argument*/NULL); __this->set_previewScale_10(L_0); // public float rotationScale = 1.0f; __this->set_rotationScale_12((1.0f)); // public float maxVelocity = 8.0f; // maximum velocity in pixels __this->set_maxVelocity_13((8.0f)); // public float minVelocity = 0.1f; // minimum velocity in pixels __this->set_minVelocity_14((0.100000001f)); // public float velocityScale = 0.375f; // global velocity scale __this->set_velocityScale_15((0.375f)); // public float softZDistance = 0.005f; // for z overlap check softness (reconstruction filter only) __this->set_softZDistance_16((0.00499999989f)); // public int velocityDownsample = 1; // low resolution velocity buffer? (optimization) __this->set_velocityDownsample_17(1); // public LayerMask excludeLayers = 0; LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_1; L_1 = LayerMask_op_Implicit_mC7EE32122D2A4786D3C00B93E41604B71BF1397C(0, /*hidden argument*/NULL); __this->set_excludeLayers_18(L_1); // public float jitter = 0.05f; __this->set_jitter_26((0.0500000007f)); // public float showVelocityScale = 1.0f; __this->set_showVelocityScale_28((1.0f)); // private Vector3 prevFrameForward = Vector3.forward; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); __this->set_prevFrameForward_33(L_2); // private Vector3 prevFrameUp = Vector3.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); __this->set_prevFrameUp_34(L_3); // private Vector3 prevFramePos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set_prevFramePos_35(L_4); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__this, /*hidden argument*/NULL); return; } } // System.Void UnityStandardAssets.ImageEffects.CameraMotionBlur::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraMotionBlur__cctor_mE7142222C58ABB321445EFC0A3BDFB1BC81F6711 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static float MAX_RADIUS = 10.0f; ((CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_StaticFields*)il2cpp_codegen_static_fields_for(CameraMotionBlur_t156FA4A0BDFCCCFB28C8EFE9B1AE7020A6C6CDFD_il2cpp_TypeInfo_var))->set_MAX_RADIUS_7((10.0f)); 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 UnityStandardAssets.Utility.CameraRefocus::.ctor(UnityEngine.Camera,UnityEngine.Transform,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraRefocus__ctor_m8A7B2D4B5D3EDD59E8BFC75BA42925A808F25027 (CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origCameraPos2, const RuntimeMethod* method) { { // public CameraRefocus(Camera camera, Transform parent, Vector3 origCameraPos) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_OrigCameraPos = origCameraPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___origCameraPos2; __this->set_m_OrigCameraPos_3(L_0); // Camera = camera; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = ___camera0; __this->set_Camera_0(L_1); // Parent = parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = ___parent1; __this->set_Parent_2(L_2); // } return; } } // System.Void UnityStandardAssets.Utility.CameraRefocus::ChangeCamera(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraRefocus_ChangeCamera_m688C8AC7BF3512B6E0CC0A31E2824010C45E687D (CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, const RuntimeMethod* method) { { // Camera = camera; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___camera0; __this->set_Camera_0(L_0); // } return; } } // System.Void UnityStandardAssets.Utility.CameraRefocus::ChangeParent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraRefocus_ChangeParent_m60A783666226E66E99CBB8674D621CF0AEA05136 (CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent0, const RuntimeMethod* method) { { // Parent = parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___parent0; __this->set_Parent_2(L_0); // } return; } } // System.Void UnityStandardAssets.Utility.CameraRefocus::GetFocusPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraRefocus_GetFocusPoint_m81CFE3F6A7D6B26E2AF0E37192953DC2EF6EA039 (CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9 * __this, const RuntimeMethod* method) { RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Physics.Raycast(Parent.transform.position + m_OrigCameraPos, Parent.transform.forward, out hitInfo, // 100f)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_Parent_2(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_m_OrigCameraPos_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2, L_3, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_Parent_2(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_6, /*hidden argument*/NULL); bool L_8; L_8 = Physics_Raycast_m18E12C65F127D1AA50D196623F04F81CB138FD12(L_4, L_7, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), (100.0f), /*hidden argument*/NULL); if (!L_8) { goto IL_004e; } } { // Lookatpoint = hitInfo.point; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); __this->set_Lookatpoint_1(L_9); // m_Refocus = true; __this->set_m_Refocus_4((bool)1); // return; return; } IL_004e: { // m_Refocus = false; __this->set_m_Refocus_4((bool)0); // } return; } } // System.Void UnityStandardAssets.Utility.CameraRefocus::SetFocusPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraRefocus_SetFocusPoint_mB02787B322CA5F26E2223C804457F9CC2798825F (CameraRefocus_t2FCD28896F3189A8D2EAA62C1982CED5C4BBA8E9 * __this, const RuntimeMethod* method) { { // if (m_Refocus) bool L_0 = __this->get_m_Refocus_4(); if (!L_0) { goto IL_001e; } } { // Camera.transform.LookAt(Lookatpoint); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get_Camera_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_Lookatpoint_1(); NullCheck(L_2); Transform_LookAt_m996FADE2327B0A4412FF4A5179B8BABD9EB849BA(L_2, L_3, /*hidden argument*/NULL); } IL_001e: { // } 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 CameraSwitch::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraSwitch_OnEnable_mD422991EDD9D880928644EE1BC4E557EE644679C (CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D * __this, const RuntimeMethod* method) { { // text.text = objects[m_CurrentActiveObject].name; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_text_5(); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_1 = __this->get_objects_4(); int32_t L_2 = __this->get_m_CurrentActiveObject_6(); NullCheck(L_1); int32_t L_3 = L_2; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5; L_5 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_4, /*hidden argument*/NULL); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_5); // } return; } } // System.Void CameraSwitch::NextCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraSwitch_NextCamera_m38AB4521C129032FA1DA5154E09D36D0FE2DB257 (CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { // int nextactiveobject = m_CurrentActiveObject + 1 >= objects.Length ? 0 : m_CurrentActiveObject + 1; int32_t L_0 = __this->get_m_CurrentActiveObject_6(); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_1 = __this->get_objects_4(); NullCheck(L_1); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_001c; } } { int32_t L_2 = __this->get_m_CurrentActiveObject_6(); G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_0 = G_B3_0; // for (int i = 0; i < objects.Length; i++) V_1 = 0; goto IL_0037; } IL_0022: { // objects[i].SetActive(i == nextactiveobject); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_3 = __this->get_objects_4(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL); // for (int i = 0; i < objects.Length; i++) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0037: { // for (int i = 0; i < objects.Length; i++) int32_t L_10 = V_1; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_11 = __this->get_objects_4(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0022; } } { // m_CurrentActiveObject = nextactiveobject; int32_t L_12 = V_0; __this->set_m_CurrentActiveObject_6(L_12); // text.text = objects[m_CurrentActiveObject].name; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_13 = __this->get_text_5(); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_14 = __this->get_objects_4(); int32_t L_15 = __this->get_m_CurrentActiveObject_6(); NullCheck(L_14); int32_t L_16 = L_15; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); String_t* L_18; L_18 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_17, /*hidden argument*/NULL); NullCheck(L_13); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_13, L_18); // } return; } } // System.Void CameraSwitch::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraSwitch__ctor_m550FCA9B0C24BBBC8BDBCAAAAA7BBF26312399FE (CameraSwitch_t1250A923FF8BEF5D33B749F5268A0C54C30BB26D * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CameraToLook::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraToLook_Awake_mBD02E4C3D20C0240033433FFF13B7E6CD3F82962 (CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412); s_Il2CppMethodInitialized = true; } { // ins = this; ((CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields*)il2cpp_codegen_static_fields_for(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var))->set_ins_5(__this); // point = transform.Find("Point"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412, /*hidden argument*/NULL); __this->set_point_4(L_1); // } return; } } // System.Void CameraToLook::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraToLook_OnDestroy_m641BDFCC6E54133A1536E5D8BEF36CF64AA6E0D2 (CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * L_0 = ((CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields*)il2cpp_codegen_static_fields_for(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var))->get_ins_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields*)il2cpp_codegen_static_fields_for(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var))->set_ins_5((CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 *)NULL); } IL_0013: { // } return; } } // System.Void CameraToLook::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraToLook__ctor_mC7FCEE8BBACA1FEE29BD0AD9B58A6BBEA30B4211 (CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: BestHTTP.SignalRCore.Messages.CancelInvocationMessage IL2CPP_EXTERN_C void CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshal_pinvoke(const CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D& unmarshaled, CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_pinvoke& marshaled) { marshaled.___invocationId_0 = il2cpp_codegen_marshal_string(unmarshaled.get_invocationId_0()); } IL2CPP_EXTERN_C void CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshal_pinvoke_back(const CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_pinvoke& marshaled, CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D& unmarshaled) { unmarshaled.set_invocationId_0(il2cpp_codegen_marshal_string_result(marshaled.___invocationId_0)); } // Conversion method for clean up from marshalling of: BestHTTP.SignalRCore.Messages.CancelInvocationMessage IL2CPP_EXTERN_C void CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshal_pinvoke_cleanup(CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___invocationId_0); marshaled.___invocationId_0 = NULL; } // Conversion methods for marshalling of: BestHTTP.SignalRCore.Messages.CancelInvocationMessage IL2CPP_EXTERN_C void CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshal_com(const CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D& unmarshaled, CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_com& marshaled) { marshaled.___invocationId_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_invocationId_0()); } IL2CPP_EXTERN_C void CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshal_com_back(const CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_com& marshaled, CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D& unmarshaled) { unmarshaled.set_invocationId_0(il2cpp_codegen_marshal_bstring_result(marshaled.___invocationId_0)); } // Conversion method for clean up from marshalling of: BestHTTP.SignalRCore.Messages.CancelInvocationMessage IL2CPP_EXTERN_C void CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshal_com_cleanup(CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___invocationId_0); marshaled.___invocationId_0 = NULL; } // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.CancelInvocationMessage::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancelInvocationMessage_get_type_m99523CF02FE027E40A165DB2BF4D7928BD90A068 (CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D * __this, const RuntimeMethod* method) { { // public MessageTypes type { get { return MessageTypes.CancelInvocation; } } return (int32_t)(5); } } IL2CPP_EXTERN_C int32_t CancelInvocationMessage_get_type_m99523CF02FE027E40A165DB2BF4D7928BD90A068_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CancelInvocationMessage_t11BB5BF6A7125A5CFD91D367AB77D627B9C6394D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = CancelInvocationMessage_get_type_m99523CF02FE027E40A165DB2BF4D7928BD90A068(_thisAdjusted, method); 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 CanvasBlock::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_OnEnable_mABC5BFB9A23EE1D687AFA9FEC1B12F81D1D6A5A7 (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m089BCF4205DD052A9000731F3F390CB219D5E9E3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // canvasBlocks.Add(this); IL2CPP_RUNTIME_CLASS_INIT(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * L_0 = ((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields*)il2cpp_codegen_static_fields_for(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))->get_canvasBlocks_4(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Add_m089BCF4205DD052A9000731F3F390CB219D5E9E3(L_0, __this, /*hidden argument*/HashSet_1_Add_m089BCF4205DD052A9000731F3F390CB219D5E9E3_RuntimeMethod_var); // this.updateGraphicRaycaster(); CanvasBlock_updateGraphicRaycaster_m08BEA5D946063E6ECCF26F98D1EF9E628D0CBC1D(__this, /*hidden argument*/NULL); // } return; } } // System.Void CanvasBlock::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_OnDisable_m74CC5013D863A38C8CEE6D744BA44D429D0EC8D8 (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m92B0380D67C95AEDDCB34C437A654657118272EE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // canvasBlocks.Remove(this); IL2CPP_RUNTIME_CLASS_INIT(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * L_0 = ((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields*)il2cpp_codegen_static_fields_for(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))->get_canvasBlocks_4(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Remove_m92B0380D67C95AEDDCB34C437A654657118272EE(L_0, __this, /*hidden argument*/HashSet_1_Remove_m92B0380D67C95AEDDCB34C437A654657118272EE_RuntimeMethod_var); // this.updateGraphicRaycaster(); CanvasBlock_updateGraphicRaycaster_m08BEA5D946063E6ECCF26F98D1EF9E628D0CBC1D(__this, /*hidden argument*/NULL); // } return; } } // System.Void CanvasBlock::updateGraphicRaycaster() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_updateGraphicRaycaster_m08BEA5D946063E6ECCF26F98D1EF9E628D0CBC1D (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AB32765585381B4A1CB252F96401EBC13634F85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC8F629678159458291BD547A8E4E05EF53A86578_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA7A806A8C0DEE2F0C00C9D94AC22CB148BF8C2B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m47D3A5C260ACEA8074E4BC5C236098CD10489046_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * V_1 = NULL; Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 V_2; memset((&V_2), 0, sizeof(V_2)); CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ArrayList list = new ArrayList(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; // foreach (CanvasBlock canvasBlock in canvasBlocks) { IL2CPP_RUNTIME_CLASS_INIT(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * L_1 = ((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields*)il2cpp_codegen_static_fields_for(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))->get_canvasBlocks_4(); NullCheck(L_1); Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 L_2; L_2 = HashSet_1_GetEnumerator_m47D3A5C260ACEA8074E4BC5C236098CD10489046(L_1, /*hidden argument*/HashSet_1_GetEnumerator_m47D3A5C260ACEA8074E4BC5C236098CD10489046_RuntimeMethod_var); V_2 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_0023; } IL_0013: { // foreach (CanvasBlock canvasBlock in canvasBlocks) { CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * L_3; L_3 = Enumerator_get_Current_mA7A806A8C0DEE2F0C00C9D94AC22CB148BF8C2B7_inline((Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 *)(&V_2), /*hidden argument*/Enumerator_get_Current_mA7A806A8C0DEE2F0C00C9D94AC22CB148BF8C2B7_RuntimeMethod_var); V_3 = L_3; // list.Add(canvasBlock); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * L_5 = V_3; NullCheck(L_4); int32_t L_6; L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); } IL_0023: { // foreach (CanvasBlock canvasBlock in canvasBlocks) { bool L_7; L_7 = Enumerator_MoveNext_mC8F629678159458291BD547A8E4E05EF53A86578((Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mC8F629678159458291BD547A8E4E05EF53A86578_RuntimeMethod_var); if (L_7) { goto IL_0013; } } IL_002c: { IL2CPP_LEAVE(0x3C, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) Enumerator_Dispose_m6AB32765585381B4A1CB252F96401EBC13634F85((Enumerator_t0673CC1A9969A8F80B00F0CAC385485A3106B1D1 *)(&V_2), /*hidden argument*/Enumerator_Dispose_m6AB32765585381B4A1CB252F96401EBC13634F85_RuntimeMethod_var); IL2CPP_END_FINALLY(46) }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3C, IL_003c) } IL_003c: { // CanvasBlockComparer canvasBlockComparer = new CanvasBlockComparer(); CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * L_8 = (CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F *)il2cpp_codegen_object_new(CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F_il2cpp_TypeInfo_var); CanvasBlockComparer__ctor_m15AFD91C6DD9F673BD35BACD55B8B0431BBC39B6(L_8, /*hidden argument*/NULL); V_1 = L_8; // list.Sort(canvasBlockComparer); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9 = V_0; CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * L_10 = V_1; NullCheck(L_9); VirtualActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_9, L_10); // for (int i = 0; i < list.Count; i++) { V_4 = 0; goto IL_0095; } IL_004e: { // if (i == 0 || canvasBlockComparer.Compare(list[i], list[0]) == 0) { int32_t L_11 = V_4; if (!L_11) { goto IL_0069; } } { CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * L_12 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_0; int32_t L_14 = V_4; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_16, 0); NullCheck(L_12); int32_t L_18; L_18 = CanvasBlockComparer_Compare_m14CC513E89A687C21CDF9A6C0AAAE3E63F916FFF(L_12, L_15, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_007d; } } IL_0069: { // ((CanvasBlock) list[i]).resume(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_0; int32_t L_20 = V_4; NullCheck(L_19); RuntimeObject * L_21; L_21 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_19, L_20); NullCheck(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_21, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))); CanvasBlock_resume_m1BE69CA53315306C96C355FF3FC698D2E7317948(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_21, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } else { goto IL_008f; } IL_007d: { // ((CanvasBlock) list[i]).ban(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_22); RuntimeObject * L_24; L_24 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_22, L_23); NullCheck(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_24, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))); CanvasBlock_ban_mB06A2F4AB7B6CCA08387795BD803731CDE78F757(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_24, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_008f: { // for (int i = 0; i < list.Count; i++) { int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0095: { // for (int i = 0; i < list.Count; i++) { int32_t L_26 = V_4; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_27 = V_0; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_27); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_004e; } } { // } return; } } // System.Void CanvasBlock::ban() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_ban_mB06A2F4AB7B6CCA08387795BD803731CDE78F757 (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (this.hasBan) return; bool L_0 = __this->get_hasBan_5(); if (!L_0) { goto IL_0009; } } { // if (this.hasBan) return; return; } IL_0009: { // this.valueBeforeBan = this.GetComponent().enabled; GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6 * L_1; L_1 = Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39(__this, /*hidden argument*/Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39_RuntimeMethod_var); NullCheck(L_1); bool L_2; L_2 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_1, /*hidden argument*/NULL); __this->set_valueBeforeBan_6(L_2); // this.GetComponent().enabled = false; GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6 * L_3; L_3 = Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39(__this, /*hidden argument*/Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39_RuntimeMethod_var); NullCheck(L_3); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_3, (bool)0, /*hidden argument*/NULL); // this.hasBan = true; __this->set_hasBan_5((bool)1); // return; return; } } // System.Void CanvasBlock::resume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock_resume_m1BE69CA53315306C96C355FF3FC698D2E7317948 (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!this.hasBan) return; bool L_0 = __this->get_hasBan_5(); if (L_0) { goto IL_0009; } } { // if (!this.hasBan) return; return; } IL_0009: { // this.GetComponent().enabled = this.valueBeforeBan; GraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6 * L_1; L_1 = Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39(__this, /*hidden argument*/Component_GetComponent_TisGraphicRaycaster_tD6DFF30B8B7F1E0DA9522A4F2BB9DC18E19638E6_m5078968931CF2BCD70F70FE11369A6B5335E4D39_RuntimeMethod_var); bool L_2 = __this->get_valueBeforeBan_6(); NullCheck(L_1); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_1, L_2, /*hidden argument*/NULL); // this.hasBan = false; __this->set_hasBan_5((bool)0); // return; return; } } // System.Void CanvasBlock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock__ctor_m6948DAA2294D33D529E439A634B6D369897F10DF (CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void CanvasBlock::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlock__cctor_m80005CCD4D637BA3482C550C5F36257794179C0C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mBE557DA757CF6A3AAD6D42D12ABD1998CD7EC79B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static HashSet canvasBlocks = new HashSet(); HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * L_0 = (HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B *)il2cpp_codegen_object_new(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B_il2cpp_TypeInfo_var); HashSet_1__ctor_mBE557DA757CF6A3AAD6D42D12ABD1998CD7EC79B(L_0, /*hidden argument*/HashSet_1__ctor_mBE557DA757CF6A3AAD6D42D12ABD1998CD7EC79B_RuntimeMethod_var); ((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields*)il2cpp_codegen_static_fields_for(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))->set_canvasBlocks_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.IEnumerator CaptchaController::GetCaptcha(UnityEngine.UI.Image,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CaptchaController_GetCaptcha_mB29D14E72C49CCCE00A091A32DB797A8185333D3 (CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * __this, Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___targetRenderImage0, Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___cb1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * L_0 = (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 *)il2cpp_codegen_object_new(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1_il2cpp_TypeInfo_var); U3CGetCaptchaU3Ed__1__ctor_m384017376D6214F4D2CB1EA1192812A72BCCCF02(L_0, 0, /*hidden argument*/NULL); U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * L_2 = L_1; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_3 = ___targetRenderImage0; NullCheck(L_2); L_2->set_targetRenderImage_2(L_3); U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * L_4 = L_2; Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_5 = ___cb1; NullCheck(L_4); L_4->set_cb_4(L_5); return L_4; } } // System.Void CaptchaController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptchaController__ctor_mD9467385AED39E193A5F276CBE4F271D719B0911 (CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1__ctor_m20348460C673F41947285FEA89109BA4BF56CCC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // int[] builtInCaptchaList = {3825, 4472, 9483}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); __this->set_builtInCaptchaList_1(L_1); Singleton_1__ctor_m20348460C673F41947285FEA89109BA4BF56CCC4(__this, /*hidden argument*/Singleton_1__ctor_m20348460C673F41947285FEA89109BA4BF56CCC4_RuntimeMethod_var); 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 UnityStandardAssets.Vehicles.Car.CarAIControl::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAIControl_Awake_mD2089BE1D633E8625AE3465FB4A97EDD7228BADB (CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_CarController = GetComponent(); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_0; L_0 = Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48(__this, /*hidden argument*/Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var); __this->set_m_CarController_21(L_0); // m_RandomPerlin = Random.value*100; float L_1; L_1 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); __this->set_m_RandomPerlin_20(((float)il2cpp_codegen_multiply((float)L_1, (float)(100.0f)))); // m_Rigidbody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_2; L_2 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_m_Rigidbody_25(L_2); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarAIControl::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAIControl_FixedUpdate_m08EAE849DA5C637C28BF4A76A820940995B79CFB (CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); float V_6 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_12; memset((&V_12), 0, sizeof(V_12)); float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float G_B15_0 = 0.0f; { // if (m_Target == null || !m_Driving) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_Target_17(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { bool L_2 = __this->get_m_Driving_16(); if (L_2) { goto IL_0036; } } IL_0016: { // m_CarController.Move(0, 0, -1f, 1f); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_3 = __this->get_m_CarController_21(); NullCheck(L_3); CarController_Move_m5F35A2C2386A7CBAED5561846C742F80647FCB0A(L_3, (0.0f), (0.0f), (-1.0f), (1.0f), /*hidden argument*/NULL); // } return; } IL_0036: { // Vector3 fwd = transform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_4, /*hidden argument*/NULL); V_0 = L_5; // if (m_Rigidbody.velocity.magnitude > m_CarController.MaxSpeed*0.1f) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6 = __this->get_m_Rigidbody_25(); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_6, /*hidden argument*/NULL); V_7 = L_7; float L_8; L_8 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), /*hidden argument*/NULL); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_9 = __this->get_m_CarController_21(); NullCheck(L_9); float L_10; L_10 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(L_9, /*hidden argument*/NULL); if ((!(((float)L_8) > ((float)((float)il2cpp_codegen_multiply((float)L_10, (float)(0.100000001f))))))) { goto IL_0075; } } { // fwd = m_Rigidbody.velocity; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_11 = __this->get_m_Rigidbody_25(); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0075: { // float desiredSpeed = m_CarController.MaxSpeed; CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_13 = __this->get_m_CarController_21(); NullCheck(L_13); float L_14; L_14 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(L_13, /*hidden argument*/NULL); V_1 = L_14; // switch (m_BrakeCondition) int32_t L_15 = __this->get_m_BrakeCondition_15(); V_8 = L_15; int32_t L_16 = V_8; switch (L_16) { case 0: { goto IL_01a9; } case 1: { goto IL_00a1; } case 2: { goto IL_0116; } } } { goto IL_01a9; } IL_00a1: { // float approachingCornerAngle = Vector3.Angle(m_Target.forward, fwd); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = __this->get_m_Target_17(); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_0; float L_20; L_20 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_18, L_19, /*hidden argument*/NULL); V_9 = L_20; // float spinningAngle = m_Rigidbody.angularVelocity.magnitude*m_CautiousAngularVelocityFactor; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_21 = __this->get_m_Rigidbody_25(); NullCheck(L_21); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Rigidbody_get_angularVelocity_m6737340DF546452900D199246279231D80A21DCF(L_21, /*hidden argument*/NULL); V_7 = L_22; float L_23; L_23 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), /*hidden argument*/NULL); float L_24 = __this->get_m_CautiousAngularVelocityFactor_7(); V_10 = ((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)); // float cautiousnessRequired = Mathf.InverseLerp(0, m_CautiousMaxAngle, // Mathf.Max(spinningAngle, // approachingCornerAngle)); float L_25 = __this->get_m_CautiousMaxAngle_5(); float L_26 = V_10; float L_27 = V_9; float L_28; L_28 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_26, L_27, /*hidden argument*/NULL); float L_29; L_29 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B((0.0f), L_25, L_28, /*hidden argument*/NULL); V_11 = L_29; // desiredSpeed = Mathf.Lerp(m_CarController.MaxSpeed, m_CarController.MaxSpeed*m_CautiousSpeedFactor, // cautiousnessRequired); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_30 = __this->get_m_CarController_21(); NullCheck(L_30); float L_31; L_31 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(L_30, /*hidden argument*/NULL); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_32 = __this->get_m_CarController_21(); NullCheck(L_32); float L_33; L_33 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(L_32, /*hidden argument*/NULL); float L_34 = __this->get_m_CautiousSpeedFactor_4(); float L_35 = V_11; float L_36; L_36 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_31, ((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)), L_35, /*hidden argument*/NULL); V_1 = L_36; // break; goto IL_01a9; } IL_0116: { // Vector3 delta = m_Target.position - transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37 = __this->get_m_Target_17(); NullCheck(L_37); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_37, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_39); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; L_40 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_39, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_38, L_40, /*hidden argument*/NULL); V_12 = L_41; // float distanceCautiousFactor = Mathf.InverseLerp(m_CautiousMaxDistance, 0, delta.magnitude); float L_42 = __this->get_m_CautiousMaxDistance_6(); float L_43; L_43 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_12), /*hidden argument*/NULL); float L_44; L_44 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B(L_42, (0.0f), L_43, /*hidden argument*/NULL); V_13 = L_44; // float spinningAngle = m_Rigidbody.angularVelocity.magnitude*m_CautiousAngularVelocityFactor; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_45 = __this->get_m_Rigidbody_25(); NullCheck(L_45); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Rigidbody_get_angularVelocity_m6737340DF546452900D199246279231D80A21DCF(L_45, /*hidden argument*/NULL); V_7 = L_46; float L_47; L_47 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), /*hidden argument*/NULL); float L_48 = __this->get_m_CautiousAngularVelocityFactor_7(); V_14 = ((float)il2cpp_codegen_multiply((float)L_47, (float)L_48)); // float cautiousnessRequired = Mathf.Max( // Mathf.InverseLerp(0, m_CautiousMaxAngle, spinningAngle), distanceCautiousFactor); float L_49 = __this->get_m_CautiousMaxAngle_5(); float L_50 = V_14; float L_51; L_51 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B((0.0f), L_49, L_50, /*hidden argument*/NULL); float L_52 = V_13; float L_53; L_53 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_51, L_52, /*hidden argument*/NULL); V_15 = L_53; // desiredSpeed = Mathf.Lerp(m_CarController.MaxSpeed, m_CarController.MaxSpeed*m_CautiousSpeedFactor, // cautiousnessRequired); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_54 = __this->get_m_CarController_21(); NullCheck(L_54); float L_55; L_55 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(L_54, /*hidden argument*/NULL); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_56 = __this->get_m_CarController_21(); NullCheck(L_56); float L_57; L_57 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(L_56, /*hidden argument*/NULL); float L_58 = __this->get_m_CautiousSpeedFactor_4(); float L_59 = V_15; float L_60; L_60 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_55, ((float)il2cpp_codegen_multiply((float)L_57, (float)L_58)), L_59, /*hidden argument*/NULL); V_1 = L_60; } IL_01a9: { // Vector3 offsetTargetPos = m_Target.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_61 = __this->get_m_Target_17(); NullCheck(L_61); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62; L_62 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_61, /*hidden argument*/NULL); V_2 = L_62; // if (Time.time < m_AvoidOtherCarTime) float L_63; L_63 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_64 = __this->get_m_AvoidOtherCarTime_22(); if ((!(((float)L_63) < ((float)L_64)))) { goto IL_01ea; } } { // desiredSpeed *= m_AvoidOtherCarSlowdown; float L_65 = V_1; float L_66 = __this->get_m_AvoidOtherCarSlowdown_23(); V_1 = ((float)il2cpp_codegen_multiply((float)L_65, (float)L_66)); // offsetTargetPos += m_Target.right*m_AvoidPathOffset; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67 = V_2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_68 = __this->get_m_Target_17(); NullCheck(L_68); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69; L_69 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_68, /*hidden argument*/NULL); float L_70 = __this->get_m_AvoidPathOffset_24(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71; L_71 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_69, L_70, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72; L_72 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_67, L_71, /*hidden argument*/NULL); V_2 = L_72; // } goto IL_022f; } IL_01ea: { // offsetTargetPos += m_Target.right* // (Mathf.PerlinNoise(Time.time*m_LateralWanderSpeed, m_RandomPerlin)*2 - 1)* // m_LateralWanderDistance; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_74 = __this->get_m_Target_17(); NullCheck(L_74); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75; L_75 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_74, /*hidden argument*/NULL); float L_76; L_76 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_77 = __this->get_m_LateralWanderSpeed_12(); float L_78 = __this->get_m_RandomPerlin_20(); float L_79; L_79 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_multiply((float)L_76, (float)L_77)), L_78, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_80; L_80 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_75, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_79, (float)(2.0f))), (float)(1.0f))), /*hidden argument*/NULL); float L_81 = __this->get_m_LateralWanderDistance_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_82; L_82 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_80, L_81, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83; L_83 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_73, L_82, /*hidden argument*/NULL); V_2 = L_83; } IL_022f: { // float accelBrakeSensitivity = (desiredSpeed < m_CarController.CurrentSpeed) // ? m_BrakeSensitivity // : m_AccelSensitivity; float L_84 = V_1; CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_85 = __this->get_m_CarController_21(); NullCheck(L_85); float L_86; L_86 = CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17(L_85, /*hidden argument*/NULL); if ((((float)L_84) < ((float)L_86))) { goto IL_0245; } } { float L_87 = __this->get_m_AccelSensitivity_9(); G_B15_0 = L_87; goto IL_024b; } IL_0245: { float L_88 = __this->get_m_BrakeSensitivity_10(); G_B15_0 = L_88; } IL_024b: { V_3 = G_B15_0; // float accel = Mathf.Clamp((desiredSpeed - m_CarController.CurrentSpeed)*accelBrakeSensitivity, -1, 1); float L_89 = V_1; CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_90 = __this->get_m_CarController_21(); NullCheck(L_90); float L_91; L_91 = CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17(L_90, /*hidden argument*/NULL); float L_92 = V_3; float L_93; L_93 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_89, (float)L_91)), (float)L_92)), (-1.0f), (1.0f), /*hidden argument*/NULL); V_4 = L_93; // accel *= (1 - m_AccelWanderAmount) + // (Mathf.PerlinNoise(Time.time*m_AccelWanderSpeed, m_RandomPerlin)*m_AccelWanderAmount); float L_94 = V_4; float L_95 = __this->get_m_AccelWanderAmount_13(); float L_96; L_96 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_97 = __this->get_m_AccelWanderSpeed_14(); float L_98 = __this->get_m_RandomPerlin_20(); float L_99; L_99 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_multiply((float)L_96, (float)L_97)), L_98, /*hidden argument*/NULL); float L_100 = __this->get_m_AccelWanderAmount_13(); V_4 = ((float)il2cpp_codegen_multiply((float)L_94, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_95)), (float)((float)il2cpp_codegen_multiply((float)L_99, (float)L_100)))))); // Vector3 localTarget = transform.InverseTransformPoint(offsetTargetPos); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_101; L_101 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_102 = V_2; NullCheck(L_101); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_103; L_103 = Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8(L_101, L_102, /*hidden argument*/NULL); V_5 = L_103; // float targetAngle = Mathf.Atan2(localTarget.x, localTarget.z)*Mathf.Rad2Deg; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_104 = V_5; float L_105 = L_104.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_106 = V_5; float L_107 = L_106.get_z_4(); float L_108; L_108 = atan2f(L_105, L_107); // float steer = Mathf.Clamp(targetAngle*m_SteerSensitivity, -1, 1)*Mathf.Sign(m_CarController.CurrentSpeed); float L_109 = __this->get_m_SteerSensitivity_8(); float L_110; L_110 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_108, (float)(57.2957802f))), (float)L_109)), (-1.0f), (1.0f), /*hidden argument*/NULL); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_111 = __this->get_m_CarController_21(); NullCheck(L_111); float L_112; L_112 = CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17(L_111, /*hidden argument*/NULL); float L_113; L_113 = Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB(L_112, /*hidden argument*/NULL); V_6 = ((float)il2cpp_codegen_multiply((float)L_110, (float)L_113)); // m_CarController.Move(steer, accel, accel, 0f); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_114 = __this->get_m_CarController_21(); float L_115 = V_6; float L_116 = V_4; float L_117 = V_4; NullCheck(L_114); CarController_Move_m5F35A2C2386A7CBAED5561846C742F80647FCB0A(L_114, L_115, L_116, L_117, (0.0f), /*hidden argument*/NULL); // if (m_StopWhenTargetReached && localTarget.magnitude < m_ReachTargetThreshold) bool L_118 = __this->get_m_StopWhenTargetReached_18(); if (!L_118) { goto IL_0320; } } { float L_119; L_119 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_5), /*hidden argument*/NULL); float L_120 = __this->get_m_ReachTargetThreshold_19(); if ((!(((float)L_119) < ((float)L_120)))) { goto IL_0320; } } { // m_Driving = false; __this->set_m_Driving_16((bool)0); } IL_0320: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarAIControl::OnCollisionStay(UnityEngine.Collision) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAIControl_OnCollisionStay_m355A6C6957FF4368F30C2BA2C1437CFA4C7BEA8D (CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * __this, Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * ___col0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5_m9E13102E5E500783AEF5D11D7B4C5B019DCF4C33_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * V_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; { // if (col.rigidbody != null) Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_0 = ___col0; NullCheck(L_0); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1; L_1 = Collision_get_rigidbody_m5CBE72072423B624F09E804ED99301E500D909D1(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_00c1; } } { // var otherAI = col.rigidbody.GetComponent(); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_3 = ___col0; NullCheck(L_3); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4; L_4 = Collision_get_rigidbody_m5CBE72072423B624F09E804ED99301E500D909D1(L_3, /*hidden argument*/NULL); NullCheck(L_4); CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * L_5; L_5 = Component_GetComponent_TisCarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5_m9E13102E5E500783AEF5D11D7B4C5B019DCF4C33(L_4, /*hidden argument*/Component_GetComponent_TisCarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5_m9E13102E5E500783AEF5D11D7B4C5B019DCF4C33_RuntimeMethod_var); V_0 = L_5; // if (otherAI != null) CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_6, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_00c1; } } { // m_AvoidOtherCarTime = Time.time + 1; float L_8; L_8 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); __this->set_m_AvoidOtherCarTime_22(((float)il2cpp_codegen_add((float)L_8, (float)(1.0f)))); // if (Vector3.Angle(transform.forward, otherAI.transform.position - transform.position) < 90) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_9, /*hidden argument*/NULL); CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * L_11 = V_0; NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_14, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_13, L_15, /*hidden argument*/NULL); float L_17; L_17 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_10, L_16, /*hidden argument*/NULL); if ((!(((float)L_17) < ((float)(90.0f))))) { goto IL_0079; } } { // m_AvoidOtherCarSlowdown = 0.5f; __this->set_m_AvoidOtherCarSlowdown_23((0.5f)); // } goto IL_0084; } IL_0079: { // m_AvoidOtherCarSlowdown = 1; __this->set_m_AvoidOtherCarSlowdown_23((1.0f)); } IL_0084: { // var otherCarLocalDelta = transform.InverseTransformPoint(otherAI.transform.position); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * L_19 = V_0; NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_19, /*hidden argument*/NULL); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_20, /*hidden argument*/NULL); NullCheck(L_18); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8(L_18, L_21, /*hidden argument*/NULL); V_1 = L_22; // float otherCarAngle = Mathf.Atan2(otherCarLocalDelta.x, otherCarLocalDelta.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_1; float L_24 = L_23.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_1; float L_26 = L_25.get_z_4(); float L_27; L_27 = atan2f(L_24, L_26); V_2 = L_27; // m_AvoidPathOffset = m_LateralWanderDistance*-Mathf.Sign(otherCarAngle); float L_28 = __this->get_m_LateralWanderDistance_11(); float L_29 = V_2; float L_30; L_30 = Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB(L_29, /*hidden argument*/NULL); __this->set_m_AvoidPathOffset_24(((float)il2cpp_codegen_multiply((float)L_28, (float)((-L_30))))); } IL_00c1: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarAIControl::SetTarget(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAIControl_SetTarget_mA7FD3633368824E4AF643F5D8745D290122F7F57 (CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, const RuntimeMethod* method) { { // m_Target = target; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___target0; __this->set_m_Target_17(L_0); // m_Driving = true; __this->set_m_Driving_16((bool)1); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarAIControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAIControl__ctor_mC112AA6249F00CA8A4DA12A2A2DB4ACA65E30A25 (CarAIControl_t77D73DE9E5941C9024CD548E640C15434FDC57E5 * __this, const RuntimeMethod* method) { { // [SerializeField] [Range(0, 1)] private float m_CautiousSpeedFactor = 0.05f; // percentage of max speed to use when being maximally cautious __this->set_m_CautiousSpeedFactor_4((0.0500000007f)); // [SerializeField] [Range(0, 180)] private float m_CautiousMaxAngle = 50f; // angle of approaching corner to treat as warranting maximum caution __this->set_m_CautiousMaxAngle_5((50.0f)); // [SerializeField] private float m_CautiousMaxDistance = 100f; // distance at which distance-based cautiousness begins __this->set_m_CautiousMaxDistance_6((100.0f)); // [SerializeField] private float m_CautiousAngularVelocityFactor = 30f; // how cautious the AI should be when considering its own current angular velocity (i.e. easing off acceleration if spinning!) __this->set_m_CautiousAngularVelocityFactor_7((30.0f)); // [SerializeField] private float m_SteerSensitivity = 0.05f; // how sensitively the AI uses steering input to turn to the desired direction __this->set_m_SteerSensitivity_8((0.0500000007f)); // [SerializeField] private float m_AccelSensitivity = 0.04f; // How sensitively the AI uses the accelerator to reach the current desired speed __this->set_m_AccelSensitivity_9((0.0399999991f)); // [SerializeField] private float m_BrakeSensitivity = 1f; // How sensitively the AI uses the brake to reach the current desired speed __this->set_m_BrakeSensitivity_10((1.0f)); // [SerializeField] private float m_LateralWanderDistance = 3f; // how far the car will wander laterally towards its target __this->set_m_LateralWanderDistance_11((3.0f)); // [SerializeField] private float m_LateralWanderSpeed = 0.1f; // how fast the lateral wandering will fluctuate __this->set_m_LateralWanderSpeed_12((0.100000001f)); // [SerializeField] [Range(0, 1)] private float m_AccelWanderAmount = 0.1f; // how much the cars acceleration will wander __this->set_m_AccelWanderAmount_13((0.100000001f)); // [SerializeField] private float m_AccelWanderSpeed = 0.1f; // how fast the cars acceleration wandering will fluctuate __this->set_m_AccelWanderSpeed_14((0.100000001f)); // [SerializeField] private BrakeCondition m_BrakeCondition = BrakeCondition.TargetDistance; // what should the AI consider when accelerating/braking? __this->set_m_BrakeCondition_15(2); // [SerializeField] private float m_ReachTargetThreshold = 2; // proximity to target to consider we 'reached' it, and stop driving. __this->set_m_ReachTargetThreshold_19((2.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Vehicles.Car.CarAudio::StartSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAudio_StartSound_mDC58A4590A6CCE8F65EDF936F6A1F8335E20ECD6 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_CarController = GetComponent(); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_0; L_0 = Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48(__this, /*hidden argument*/Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var); __this->set_m_CarController_21(L_0); // m_HighAccel = SetUpEngineAudioSource(highAccelClip); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_1 = __this->get_highAccelClip_7(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2; L_2 = CarAudio_SetUpEngineAudioSource_m27A0CB49228CF678DDB00E47EF1B997C095D2867(__this, L_1, /*hidden argument*/NULL); __this->set_m_HighAccel_18(L_2); // if (engineSoundStyle == EngineAudioOptions.FourChannel) int32_t L_3 = __this->get_engineSoundStyle_4(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_005d; } } { // m_LowAccel = SetUpEngineAudioSource(lowAccelClip); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_4 = __this->get_lowAccelClip_5(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_5; L_5 = CarAudio_SetUpEngineAudioSource_m27A0CB49228CF678DDB00E47EF1B997C095D2867(__this, L_4, /*hidden argument*/NULL); __this->set_m_LowAccel_16(L_5); // m_LowDecel = SetUpEngineAudioSource(lowDecelClip); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_6 = __this->get_lowDecelClip_6(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_7; L_7 = CarAudio_SetUpEngineAudioSource_m27A0CB49228CF678DDB00E47EF1B997C095D2867(__this, L_6, /*hidden argument*/NULL); __this->set_m_LowDecel_17(L_7); // m_HighDecel = SetUpEngineAudioSource(highDecelClip); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_8 = __this->get_highDecelClip_8(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_9; L_9 = CarAudio_SetUpEngineAudioSource_m27A0CB49228CF678DDB00E47EF1B997C095D2867(__this, L_8, /*hidden argument*/NULL); __this->set_m_HighDecel_19(L_9); } IL_005d: { // m_StartedSound = true; __this->set_m_StartedSound_20((bool)1); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarAudio::StopSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAudio_StopSound_m4D15199B8BD77034BF556D616839D9D0DC7C6989 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m9487BA5B24D476E0432A04A8BACF40AE30D9B972_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B* V_0 = NULL; int32_t V_1 = 0; { // foreach (var source in GetComponents()) AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B* L_0; L_0 = Component_GetComponents_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m9487BA5B24D476E0432A04A8BACF40AE30D9B972(__this, /*hidden argument*/Component_GetComponents_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m9487BA5B24D476E0432A04A8BACF40AE30D9B972_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_0017; } IL_000b: { // foreach (var source in GetComponents()) AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_4 = (L_1)->GetAt(static_cast(L_3)); // Destroy(source); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_4, /*hidden argument*/NULL); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0017: { // foreach (var source in GetComponents()) int32_t L_6 = V_1; AudioSourceU5BU5D_t29E81D0D3B6FB9B7E7DDDBDDA32E38026AA4D12B* L_7 = V_0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_000b; } } { // m_StartedSound = false; __this->set_m_StartedSound_20((bool)0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarAudio::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAudio_Update_mE4A3EA645511C5948CD8DDAF5A8F4CCA8C596F86 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B10_0 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B9_0 = NULL; float G_B11_0 = 0.0f; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B11_1 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B14_0 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B13_0 = NULL; float G_B15_0 = 0.0f; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B15_1 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B17_0 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B16_0 = NULL; float G_B18_0 = 0.0f; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B18_1 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B20_0 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B19_0 = NULL; float G_B21_0 = 0.0f; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B21_1 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B23_0 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B22_0 = NULL; float G_B24_0 = 0.0f; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * G_B24_1 = NULL; { // float camDist = (Camera.main.transform.position - transform.position).sqrMagnitude; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C(/*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; float L_6; L_6 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); V_0 = L_6; // if (m_StartedSound && camDist > maxRolloffDistance*maxRolloffDistance) bool L_7 = __this->get_m_StartedSound_20(); if (!L_7) { goto IL_0046; } } { float L_8 = V_0; float L_9 = __this->get_maxRolloffDistance_13(); float L_10 = __this->get_maxRolloffDistance_13(); if ((!(((float)L_8) > ((float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)))))) { goto IL_0046; } } { // StopSound(); CarAudio_StopSound_m4D15199B8BD77034BF556D616839D9D0DC7C6989(__this, /*hidden argument*/NULL); } IL_0046: { // if (!m_StartedSound && camDist < maxRolloffDistance*maxRolloffDistance) bool L_11 = __this->get_m_StartedSound_20(); if (L_11) { goto IL_0064; } } { float L_12 = V_0; float L_13 = __this->get_maxRolloffDistance_13(); float L_14 = __this->get_maxRolloffDistance_13(); if ((!(((float)L_12) < ((float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)))))) { goto IL_0064; } } { // StartSound(); CarAudio_StartSound_mDC58A4590A6CCE8F65EDF936F6A1F8335E20ECD6(__this, /*hidden argument*/NULL); } IL_0064: { // if (m_StartedSound) bool L_15 = __this->get_m_StartedSound_20(); if (!L_15) { goto IL_02a5; } } { // float pitch = ULerp(lowPitchMin, lowPitchMax, m_CarController.Revs); float L_16 = __this->get_lowPitchMin_10(); float L_17 = __this->get_lowPitchMax_11(); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_18 = __this->get_m_CarController_21(); NullCheck(L_18); float L_19; L_19 = CarController_get_Revs_mF62F270CF0A3EE218FC8706431206D8B4A97D756_inline(L_18, /*hidden argument*/NULL); float L_20; L_20 = CarAudio_ULerp_m224D3E2D54A1BAEC55443940996F25A262766726(L_16, L_17, L_19, /*hidden argument*/NULL); V_2 = L_20; // pitch = Mathf.Min(lowPitchMax, pitch); float L_21 = __this->get_lowPitchMax_11(); float L_22 = V_2; float L_23; L_23 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_21, L_22, /*hidden argument*/NULL); V_2 = L_23; // if (engineSoundStyle == EngineAudioOptions.Simple) int32_t L_24 = __this->get_engineSoundStyle_4(); if (L_24) { goto IL_00ec; } } { // m_HighAccel.pitch = pitch*pitchMultiplier*highPitchMultiplier; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_25 = __this->get_m_HighAccel_18(); float L_26 = V_2; float L_27 = __this->get_pitchMultiplier_9(); float L_28 = __this->get_highPitchMultiplier_12(); NullCheck(L_25); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_25, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_26, (float)L_27)), (float)L_28)), /*hidden argument*/NULL); // m_HighAccel.dopplerLevel = useDoppler ? dopplerLevel : 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_29 = __this->get_m_HighAccel_18(); bool L_30 = __this->get_useDoppler_15(); G_B9_0 = L_29; if (L_30) { G_B10_0 = L_29; goto IL_00d0; } } { G_B11_0 = (0.0f); G_B11_1 = G_B9_0; goto IL_00d6; } IL_00d0: { float L_31 = __this->get_dopplerLevel_14(); G_B11_0 = L_31; G_B11_1 = G_B10_0; } IL_00d6: { NullCheck(G_B11_1); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(G_B11_1, G_B11_0, /*hidden argument*/NULL); // m_HighAccel.volume = 1; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_32 = __this->get_m_HighAccel_18(); NullCheck(L_32); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_32, (1.0f), /*hidden argument*/NULL); // } return; } IL_00ec: { // m_LowAccel.pitch = pitch*pitchMultiplier; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_33 = __this->get_m_LowAccel_16(); float L_34 = V_2; float L_35 = __this->get_pitchMultiplier_9(); NullCheck(L_33); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_33, ((float)il2cpp_codegen_multiply((float)L_34, (float)L_35)), /*hidden argument*/NULL); // m_LowDecel.pitch = pitch*pitchMultiplier; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_36 = __this->get_m_LowDecel_17(); float L_37 = V_2; float L_38 = __this->get_pitchMultiplier_9(); NullCheck(L_36); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_36, ((float)il2cpp_codegen_multiply((float)L_37, (float)L_38)), /*hidden argument*/NULL); // m_HighAccel.pitch = pitch*highPitchMultiplier*pitchMultiplier; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_39 = __this->get_m_HighAccel_18(); float L_40 = V_2; float L_41 = __this->get_highPitchMultiplier_12(); float L_42 = __this->get_pitchMultiplier_9(); NullCheck(L_39); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_39, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)), (float)L_42)), /*hidden argument*/NULL); // m_HighDecel.pitch = pitch*highPitchMultiplier*pitchMultiplier; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_43 = __this->get_m_HighDecel_19(); float L_44 = V_2; float L_45 = __this->get_highPitchMultiplier_12(); float L_46 = __this->get_pitchMultiplier_9(); NullCheck(L_43); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_43, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (float)L_46)), /*hidden argument*/NULL); // float accFade = Mathf.Abs(m_CarController.AccelInput); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_47 = __this->get_m_CarController_21(); NullCheck(L_47); float L_48; L_48 = CarController_get_AccelInput_m6508BF98BCC6E7EFC016ADE800B6C2FFDF2A2327_inline(L_47, /*hidden argument*/NULL); float L_49; L_49 = fabsf(L_48); V_3 = L_49; // float decFade = 1 - accFade; float L_50 = V_3; V_4 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_50)); // float highFade = Mathf.InverseLerp(0.2f, 0.8f, m_CarController.Revs); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_51 = __this->get_m_CarController_21(); NullCheck(L_51); float L_52; L_52 = CarController_get_Revs_mF62F270CF0A3EE218FC8706431206D8B4A97D756_inline(L_51, /*hidden argument*/NULL); float L_53; L_53 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B((0.200000003f), (0.800000012f), L_52, /*hidden argument*/NULL); V_5 = L_53; // float lowFade = 1 - highFade; float L_54 = V_5; V_6 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_54)); // highFade = 1 - ((1 - highFade)*(1 - highFade)); float L_55 = V_5; float L_56 = V_5; V_5 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_55)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_56)))))); // lowFade = 1 - ((1 - lowFade)*(1 - lowFade)); float L_57 = V_6; float L_58 = V_6; V_6 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_57)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_58)))))); // accFade = 1 - ((1 - accFade)*(1 - accFade)); float L_59 = V_3; float L_60 = V_3; V_3 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_59)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_60)))))); // decFade = 1 - ((1 - decFade)*(1 - decFade)); float L_61 = V_4; float L_62 = V_4; V_4 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_61)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_62)))))); // m_LowAccel.volume = lowFade*accFade; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_63 = __this->get_m_LowAccel_16(); float L_64 = V_6; float L_65 = V_3; NullCheck(L_63); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_63, ((float)il2cpp_codegen_multiply((float)L_64, (float)L_65)), /*hidden argument*/NULL); // m_LowDecel.volume = lowFade*decFade; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_66 = __this->get_m_LowDecel_17(); float L_67 = V_6; float L_68 = V_4; NullCheck(L_66); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_66, ((float)il2cpp_codegen_multiply((float)L_67, (float)L_68)), /*hidden argument*/NULL); // m_HighAccel.volume = highFade*accFade; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_69 = __this->get_m_HighAccel_18(); float L_70 = V_5; float L_71 = V_3; NullCheck(L_69); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_69, ((float)il2cpp_codegen_multiply((float)L_70, (float)L_71)), /*hidden argument*/NULL); // m_HighDecel.volume = highFade*decFade; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_72 = __this->get_m_HighDecel_19(); float L_73 = V_5; float L_74 = V_4; NullCheck(L_72); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_72, ((float)il2cpp_codegen_multiply((float)L_73, (float)L_74)), /*hidden argument*/NULL); // m_HighAccel.dopplerLevel = useDoppler ? dopplerLevel : 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_75 = __this->get_m_HighAccel_18(); bool L_76 = __this->get_useDoppler_15(); G_B13_0 = L_75; if (L_76) { G_B14_0 = L_75; goto IL_023a; } } { G_B15_0 = (0.0f); G_B15_1 = G_B13_0; goto IL_0240; } IL_023a: { float L_77 = __this->get_dopplerLevel_14(); G_B15_0 = L_77; G_B15_1 = G_B14_0; } IL_0240: { NullCheck(G_B15_1); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(G_B15_1, G_B15_0, /*hidden argument*/NULL); // m_LowAccel.dopplerLevel = useDoppler ? dopplerLevel : 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_78 = __this->get_m_LowAccel_16(); bool L_79 = __this->get_useDoppler_15(); G_B16_0 = L_78; if (L_79) { G_B17_0 = L_78; goto IL_025a; } } { G_B18_0 = (0.0f); G_B18_1 = G_B16_0; goto IL_0260; } IL_025a: { float L_80 = __this->get_dopplerLevel_14(); G_B18_0 = L_80; G_B18_1 = G_B17_0; } IL_0260: { NullCheck(G_B18_1); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(G_B18_1, G_B18_0, /*hidden argument*/NULL); // m_HighDecel.dopplerLevel = useDoppler ? dopplerLevel : 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_81 = __this->get_m_HighDecel_19(); bool L_82 = __this->get_useDoppler_15(); G_B19_0 = L_81; if (L_82) { G_B20_0 = L_81; goto IL_027a; } } { G_B21_0 = (0.0f); G_B21_1 = G_B19_0; goto IL_0280; } IL_027a: { float L_83 = __this->get_dopplerLevel_14(); G_B21_0 = L_83; G_B21_1 = G_B20_0; } IL_0280: { NullCheck(G_B21_1); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(G_B21_1, G_B21_0, /*hidden argument*/NULL); // m_LowDecel.dopplerLevel = useDoppler ? dopplerLevel : 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_84 = __this->get_m_LowDecel_17(); bool L_85 = __this->get_useDoppler_15(); G_B22_0 = L_84; if (L_85) { G_B23_0 = L_84; goto IL_029a; } } { G_B24_0 = (0.0f); G_B24_1 = G_B22_0; goto IL_02a0; } IL_029a: { float L_86 = __this->get_dopplerLevel_14(); G_B24_0 = L_86; G_B24_1 = G_B23_0; } IL_02a0: { NullCheck(G_B24_1); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(G_B24_1, G_B24_0, /*hidden argument*/NULL); } IL_02a5: { // } return; } } // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.CarAudio::SetUpEngineAudioSource(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * CarAudio_SetUpEngineAudioSource_m27A0CB49228CF678DDB00E47EF1B997C095D2867 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___clip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioSource source = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_1; L_1 = GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E(L_0, /*hidden argument*/GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var); // source.clip = clip; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2 = L_1; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_3 = ___clip0; NullCheck(L_2); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_2, L_3, /*hidden argument*/NULL); // source.volume = 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_4 = L_2; NullCheck(L_4); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_4, (0.0f), /*hidden argument*/NULL); // source.loop = true; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_5 = L_4; NullCheck(L_5); AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0(L_5, (bool)1, /*hidden argument*/NULL); // source.time = Random.Range(0f, clip.length); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_6 = L_5; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_7 = ___clip0; NullCheck(L_7); float L_8; L_8 = AudioClip_get_length_m2223F2281D853F847BE0048620BA6F61F26440E4(L_7, /*hidden argument*/NULL); float L_9; L_9 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((0.0f), L_8, /*hidden argument*/NULL); NullCheck(L_6); AudioSource_set_time_mE8F36DDE8E610126F9733D13F299C13F71BCE690(L_6, L_9, /*hidden argument*/NULL); // source.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_10 = L_6; NullCheck(L_10); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_10, /*hidden argument*/NULL); // source.minDistance = 5; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_11 = L_10; NullCheck(L_11); AudioSource_set_minDistance_m9C1D3410330B09EACA69C64BF634018D71180F91(L_11, (5.0f), /*hidden argument*/NULL); // source.maxDistance = maxRolloffDistance; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_12 = L_11; float L_13 = __this->get_maxRolloffDistance_13(); NullCheck(L_12); AudioSource_set_maxDistance_m8AF5831BC0B2D070B2D4E1B54CB27082240A5EA8(L_12, L_13, /*hidden argument*/NULL); // source.dopplerLevel = 0; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_14 = L_12; NullCheck(L_14); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(L_14, (0.0f), /*hidden argument*/NULL); // return source; return L_14; } } // System.Single UnityStandardAssets.Vehicles.Car.CarAudio::ULerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarAudio_ULerp_m224D3E2D54A1BAEC55443940996F25A262766726 (float ___from0, float ___to1, float ___value2, const RuntimeMethod* method) { { // return (1.0f - value)*from + value*to; float L_0 = ___value2; float L_1 = ___from0; float L_2 = ___value2; float L_3 = ___to1; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_0)), (float)L_1)), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))); } } // System.Void UnityStandardAssets.Vehicles.Car.CarAudio::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarAudio__ctor_m2A1E401BA72ED226F84CD57335C8A3E1EC4FF569 (CarAudio_tFE7203884A3C092DE40680D7EC61D824F8DFDB4E * __this, const RuntimeMethod* method) { { // public EngineAudioOptions engineSoundStyle = EngineAudioOptions.FourChannel;// Set the default audio options to be four channel __this->set_engineSoundStyle_4(1); // public float pitchMultiplier = 1f; // Used for altering the pitch of audio clips __this->set_pitchMultiplier_9((1.0f)); // public float lowPitchMin = 1f; // The lowest possible pitch for the low sounds __this->set_lowPitchMin_10((1.0f)); // public float lowPitchMax = 6f; // The highest possible pitch for the low sounds __this->set_lowPitchMax_11((6.0f)); // public float highPitchMultiplier = 0.25f; // Used for altering the pitch of high sounds __this->set_highPitchMultiplier_12((0.25f)); // public float maxRolloffDistance = 500; // The maximum distance where rollof starts to take place __this->set_maxRolloffDistance_13((500.0f)); // public float dopplerLevel = 1; // The mount of doppler effect used in the audio __this->set_dopplerLevel_14((1.0f)); // public bool useDoppler = true; // Toggle for using doppler __this->set_useDoppler_15((bool)1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityStandardAssets.Vehicles.Car.CarController::get_Skidding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CarController_get_Skidding_m30527ED8ED64198664ABD9F52683D5175E01E53D (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public bool Skidding { get; private set; } bool L_0 = __this->get_U3CSkiddingU3Ek__BackingField_32(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_Skidding(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_set_Skidding_m0E17DA6D5A3CF8210BF8A032896B4889146EC619 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool Skidding { get; private set; } bool L_0 = ___value0; __this->set_U3CSkiddingU3Ek__BackingField_32(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_BrakeInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_BrakeInput_m38CBD2496997600DCE24280D4A6C8BD45D764EB1 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float BrakeInput { get; private set; } float L_0 = __this->get_U3CBrakeInputU3Ek__BackingField_33(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_BrakeInput(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_set_BrakeInput_m2D9D58EE619793C1694E8425B5E753B73A088BA8 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method) { { // public float BrakeInput { get; private set; } float L_0 = ___value0; __this->set_U3CBrakeInputU3Ek__BackingField_33(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_CurrentSteerAngle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_CurrentSteerAngle_mA67C5DFB1A0EA0C52D8DD24A99E9E403F556B026 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float CurrentSteerAngle{ get { return m_SteerAngle; }} float L_0 = __this->get_m_SteerAngle_25(); return L_0; } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_CurrentSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // public float CurrentSpeed{ get { return m_Rigidbody.velocity.magnitude*2.23693629f; }} Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_m_Rigidbody_30(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2; L_2 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_2, (float)(2.23693633f))); } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_MaxSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float MaxSpeed{get { return m_Topspeed; }} float L_0 = __this->get_m_Topspeed_17(); return L_0; } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_Revs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_Revs_mF62F270CF0A3EE218FC8706431206D8B4A97D756 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float Revs { get; private set; } float L_0 = __this->get_U3CRevsU3Ek__BackingField_34(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_Revs(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_set_Revs_m4CFD510A5533F9EF3CFA8E2C80B2A3188087FCAF (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method) { { // public float Revs { get; private set; } float L_0 = ___value0; __this->set_U3CRevsU3Ek__BackingField_34(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_AccelInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_get_AccelInput_m6508BF98BCC6E7EFC016ADE800B6C2FFDF2A2327 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float AccelInput { get; private set; } float L_0 = __this->get_U3CAccelInputU3Ek__BackingField_35(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::set_AccelInput(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_set_AccelInput_m7398B7A62BA5D9C65E4D1A8E6C86E2ACA082E65C (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method) { { // public float AccelInput { get; private set; } float L_0 = ___value0; __this->set_U3CAccelInputU3Ek__BackingField_35(L_0); return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_Start_m56C0595BD2EF0197B75057F46CFF0D28C93F19B2 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // m_WheelMeshLocalRotations = new Quaternion[4]; QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* L_0 = (QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6*)(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6*)SZArrayNew(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_WheelMeshLocalRotations_22(L_0); // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0032; } IL_0010: { // m_WheelMeshLocalRotations[i] = m_WheelMeshes[i].transform.localRotation; QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* L_1 = __this->get_m_WheelMeshLocalRotations_22(); int32_t L_2 = V_0; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_3 = __this->get_m_WheelMeshes_6(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); NullCheck(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_7, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_8); // for (int i = 0; i < 4; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0032: { // for (int i = 0; i < 4; i++) int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)4))) { goto IL_0010; } } { // m_WheelColliders[0].attachedRigidbody.centerOfMass = m_CentreOfMassOffset; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_11 = __this->get_m_WheelColliders_5(); NullCheck(L_11); int32_t L_12 = 0; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_13 = (L_11)->GetAt(static_cast(L_12)); NullCheck(L_13); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_14; L_14 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_13, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = __this->get_m_CentreOfMassOffset_8(); NullCheck(L_14); Rigidbody_set_centerOfMass_m3B13BE412D99CE5133606643F14501CF5C63CCEC(L_14, L_15, /*hidden argument*/NULL); // m_MaxHandbrakeTorque = float.MaxValue; __this->set_m_MaxHandbrakeTorque_14(((std::numeric_limits::max)())); // m_Rigidbody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_16; L_16 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_m_Rigidbody_30(L_16); // m_CurrentTorque = m_FullTorqueOverAllWheels - (m_TractionControl*m_FullTorqueOverAllWheels); float L_17 = __this->get_m_FullTorqueOverAllWheels_12(); float L_18 = __this->get_m_TractionControl_11(); float L_19 = __this->get_m_FullTorqueOverAllWheels_12(); __this->set_m_CurrentTorque_29(((float)il2cpp_codegen_subtract((float)L_17, (float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))))); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::GearChanging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_GearChanging_m44D35FE8CF69D24143C83F445D0FA9988AB6D5F0 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { // float f = Mathf.Abs(CurrentSpeed/MaxSpeed); float L_0; L_0 = CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17(__this, /*hidden argument*/NULL); float L_1; L_1 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(__this, /*hidden argument*/NULL); float L_2; L_2 = fabsf(((float)((float)L_0/(float)L_1))); V_0 = L_2; // float upgearlimit = (1/(float) NoOfGears)*(m_GearNum + 1); IL2CPP_RUNTIME_CLASS_INIT(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); int32_t L_3 = ((CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields*)il2cpp_codegen_static_fields_for(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var))->get_NoOfGears_18(); int32_t L_4 = __this->get_m_GearNum_26(); V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)(1.0f)/(float)((float)((float)L_3)))), (float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))))); // float downgearlimit = (1/(float) NoOfGears)*m_GearNum; int32_t L_5 = ((CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields*)il2cpp_codegen_static_fields_for(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var))->get_NoOfGears_18(); int32_t L_6 = __this->get_m_GearNum_26(); V_2 = ((float)il2cpp_codegen_multiply((float)((float)((float)(1.0f)/(float)((float)((float)L_5)))), (float)((float)((float)L_6)))); // if (m_GearNum > 0 && f < downgearlimit) int32_t L_7 = __this->get_m_GearNum_26(); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_005a; } } { float L_8 = V_0; float L_9 = V_2; if ((!(((float)L_8) < ((float)L_9)))) { goto IL_005a; } } { // m_GearNum--; int32_t L_10 = __this->get_m_GearNum_26(); __this->set_m_GearNum_26(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); } IL_005a: { // if (f > upgearlimit && (m_GearNum < (NoOfGears - 1))) float L_11 = V_0; float L_12 = V_1; if ((!(((float)L_11) > ((float)L_12)))) { goto IL_007b; } } { int32_t L_13 = __this->get_m_GearNum_26(); IL2CPP_RUNTIME_CLASS_INIT(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); int32_t L_14 = ((CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields*)il2cpp_codegen_static_fields_for(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var))->get_NoOfGears_18(); if ((((int32_t)L_13) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))))) { goto IL_007b; } } { // m_GearNum++; int32_t L_15 = __this->get_m_GearNum_26(); __this->set_m_GearNum_26(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); } IL_007b: { // } return; } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::CurveFactor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_CurveFactor_m063F5F48DE03D5901B393E327164E1E10F49CE52 (float ___factor0, const RuntimeMethod* method) { { // return 1 - (1 - factor)*(1 - factor); float L_0 = ___factor0; float L_1 = ___factor0; return ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_0)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1)))))); } } // System.Single UnityStandardAssets.Vehicles.Car.CarController::ULerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CarController_ULerp_m53C2DB4BA45DC0464846C839B8D27AAB395BFFEA (float ___from0, float ___to1, float ___value2, const RuntimeMethod* method) { { // return (1.0f - value)*from + value*to; float L_0 = ___value2; float L_1 = ___from0; float L_2 = ___value2; float L_3 = ___to1; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_0)), (float)L_1)), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))); } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::CalculateGearFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CalculateGearFactor_mB7A33A4892FBC6768D35A6D0E1C7462C645EEAD8 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { // float f = (1/(float) NoOfGears); IL2CPP_RUNTIME_CLASS_INIT(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); int32_t L_0 = ((CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields*)il2cpp_codegen_static_fields_for(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var))->get_NoOfGears_18(); V_0 = ((float)((float)(1.0f)/(float)((float)((float)L_0)))); // var targetGearFactor = Mathf.InverseLerp(f*m_GearNum, f*(m_GearNum + 1), Mathf.Abs(CurrentSpeed/MaxSpeed)); float L_1 = V_0; int32_t L_2 = __this->get_m_GearNum_26(); float L_3 = V_0; int32_t L_4 = __this->get_m_GearNum_26(); float L_5; L_5 = CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17(__this, /*hidden argument*/NULL); float L_6; L_6 = CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline(__this, /*hidden argument*/NULL); float L_7; L_7 = fabsf(((float)((float)L_5/(float)L_6))); float L_8; L_8 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B(((float)il2cpp_codegen_multiply((float)L_1, (float)((float)((float)L_2)))), ((float)il2cpp_codegen_multiply((float)L_3, (float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))))), L_7, /*hidden argument*/NULL); V_1 = L_8; // m_GearFactor = Mathf.Lerp(m_GearFactor, targetGearFactor, Time.deltaTime*5f); float L_9 = __this->get_m_GearFactor_27(); float L_10 = V_1; float L_11; L_11 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_12; L_12 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_9, L_10, ((float)il2cpp_codegen_multiply((float)L_11, (float)(5.0f))), /*hidden argument*/NULL); __this->set_m_GearFactor_27(L_12); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::CalculateRevs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CalculateRevs_mB96F83186C7F570B0B379FC9360EF723EC96AEED (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { // CalculateGearFactor(); CarController_CalculateGearFactor_mB7A33A4892FBC6768D35A6D0E1C7462C645EEAD8(__this, /*hidden argument*/NULL); // var gearNumFactor = m_GearNum/(float) NoOfGears; int32_t L_0 = __this->get_m_GearNum_26(); IL2CPP_RUNTIME_CLASS_INIT(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); int32_t L_1 = ((CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields*)il2cpp_codegen_static_fields_for(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var))->get_NoOfGears_18(); V_0 = ((float)((float)((float)((float)L_0))/(float)((float)((float)L_1)))); // var revsRangeMin = ULerp(0f, m_RevRangeBoundary, CurveFactor(gearNumFactor)); float L_2 = __this->get_m_RevRangeBoundary_19(); float L_3 = V_0; float L_4; L_4 = CarController_CurveFactor_m063F5F48DE03D5901B393E327164E1E10F49CE52(L_3, /*hidden argument*/NULL); float L_5; L_5 = CarController_ULerp_m53C2DB4BA45DC0464846C839B8D27AAB395BFFEA((0.0f), L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; // var revsRangeMax = ULerp(m_RevRangeBoundary, 1f, gearNumFactor); float L_6 = __this->get_m_RevRangeBoundary_19(); float L_7 = V_0; float L_8; L_8 = CarController_ULerp_m53C2DB4BA45DC0464846C839B8D27AAB395BFFEA(L_6, (1.0f), L_7, /*hidden argument*/NULL); V_2 = L_8; // Revs = ULerp(revsRangeMin, revsRangeMax, m_GearFactor); float L_9 = V_1; float L_10 = V_2; float L_11 = __this->get_m_GearFactor_27(); float L_12; L_12 = CarController_ULerp_m53C2DB4BA45DC0464846C839B8D27AAB395BFFEA(L_9, L_10, L_11, /*hidden argument*/NULL); CarController_set_Revs_m4CFD510A5533F9EF3CFA8E2C80B2A3188087FCAF_inline(__this, L_12, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::Move(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_Move_m5F35A2C2386A7CBAED5561846C742F80647FCB0A (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___steering0, float ___accel1, float ___footbrake2, float ___handbrake3, const RuntimeMethod* method) { int32_t V_0 = 0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_003f; } IL_0004: { // m_WheelColliders[i].GetWorldPose(out position, out quat); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_0 = __this->get_m_WheelColliders_5(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); WheelCollider_GetWorldPose_m227D45061C7734F3ED4A43B7F89605A398BE8BB5(L_3, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_1), /*hidden argument*/NULL); // m_WheelMeshes[i].transform.position = position; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_4 = __this->get_m_WheelMeshes_6(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = V_2; NullCheck(L_8); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_8, L_9, /*hidden argument*/NULL); // m_WheelMeshes[i].transform.rotation = quat; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_10 = __this->get_m_WheelMeshes_6(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_13, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = V_1; NullCheck(L_14); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_14, L_15, /*hidden argument*/NULL); // for (int i = 0; i < 4; i++) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_003f: { // for (int i = 0; i < 4; i++) int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)4))) { goto IL_0004; } } { // steering = Mathf.Clamp(steering, -1, 1); float L_18 = ___steering0; float L_19; L_19 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_18, (-1.0f), (1.0f), /*hidden argument*/NULL); ___steering0 = L_19; // AccelInput = accel = Mathf.Clamp(accel, 0, 1); float L_20 = ___accel1; float L_21; L_21 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_20, (0.0f), (1.0f), /*hidden argument*/NULL); float L_22 = L_21; ___accel1 = L_22; CarController_set_AccelInput_m7398B7A62BA5D9C65E4D1A8E6C86E2ACA082E65C_inline(__this, L_22, /*hidden argument*/NULL); // BrakeInput = footbrake = -1*Mathf.Clamp(footbrake, -1, 0); float L_23 = ___footbrake2; float L_24; L_24 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_23, (-1.0f), (0.0f), /*hidden argument*/NULL); float L_25 = ((float)il2cpp_codegen_multiply((float)(-1.0f), (float)L_24)); ___footbrake2 = L_25; CarController_set_BrakeInput_m2D9D58EE619793C1694E8425B5E753B73A088BA8_inline(__this, L_25, /*hidden argument*/NULL); // handbrake = Mathf.Clamp(handbrake, 0, 1); float L_26 = ___handbrake3; float L_27; L_27 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_26, (0.0f), (1.0f), /*hidden argument*/NULL); ___handbrake3 = L_27; // m_SteerAngle = steering*m_MaximumSteerAngle; float L_28 = ___steering0; float L_29 = __this->get_m_MaximumSteerAngle_9(); __this->set_m_SteerAngle_25(((float)il2cpp_codegen_multiply((float)L_28, (float)L_29))); // m_WheelColliders[0].steerAngle = m_SteerAngle; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_30 = __this->get_m_WheelColliders_5(); NullCheck(L_30); int32_t L_31 = 0; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_32 = (L_30)->GetAt(static_cast(L_31)); float L_33 = __this->get_m_SteerAngle_25(); NullCheck(L_32); WheelCollider_set_steerAngle_m1E46602E8B77EB747B1EA44D84B5EC99F86BB968(L_32, L_33, /*hidden argument*/NULL); // m_WheelColliders[1].steerAngle = m_SteerAngle; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_34 = __this->get_m_WheelColliders_5(); NullCheck(L_34); int32_t L_35 = 1; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_36 = (L_34)->GetAt(static_cast(L_35)); float L_37 = __this->get_m_SteerAngle_25(); NullCheck(L_36); WheelCollider_set_steerAngle_m1E46602E8B77EB747B1EA44D84B5EC99F86BB968(L_36, L_37, /*hidden argument*/NULL); // SteerHelper(); CarController_SteerHelper_m7493A75F868F43301DB0C074EE823CDF8CBC1A26(__this, /*hidden argument*/NULL); // ApplyDrive(accel, footbrake); float L_38 = ___accel1; float L_39 = ___footbrake2; CarController_ApplyDrive_mE52790A94B93C3BD86B9CBEA3259A7E2CF2A5D00(__this, L_38, L_39, /*hidden argument*/NULL); // CapSpeed(); CarController_CapSpeed_mBCACA1CB04D7A83D933A1C9DE99F56C0965A9CC1(__this, /*hidden argument*/NULL); // if (handbrake > 0f) float L_40 = ___handbrake3; if ((!(((float)L_40) > ((float)(0.0f))))) { goto IL_0117; } } { // var hbTorque = handbrake*m_MaxHandbrakeTorque; float L_41 = ___handbrake3; float L_42 = __this->get_m_MaxHandbrakeTorque_14(); V_3 = ((float)il2cpp_codegen_multiply((float)L_41, (float)L_42)); // m_WheelColliders[2].brakeTorque = hbTorque; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_43 = __this->get_m_WheelColliders_5(); NullCheck(L_43); int32_t L_44 = 2; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_45 = (L_43)->GetAt(static_cast(L_44)); float L_46 = V_3; NullCheck(L_45); WheelCollider_set_brakeTorque_mDAFB1032B6B3AD4C8103869D64807596774C1B54(L_45, L_46, /*hidden argument*/NULL); // m_WheelColliders[3].brakeTorque = hbTorque; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_47 = __this->get_m_WheelColliders_5(); NullCheck(L_47); int32_t L_48 = 3; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_49 = (L_47)->GetAt(static_cast(L_48)); float L_50 = V_3; NullCheck(L_49); WheelCollider_set_brakeTorque_mDAFB1032B6B3AD4C8103869D64807596774C1B54(L_49, L_50, /*hidden argument*/NULL); } IL_0117: { // CalculateRevs(); CarController_CalculateRevs_mB96F83186C7F570B0B379FC9360EF723EC96AEED(__this, /*hidden argument*/NULL); // GearChanging(); CarController_GearChanging_m44D35FE8CF69D24143C83F445D0FA9988AB6D5F0(__this, /*hidden argument*/NULL); // AddDownForce(); CarController_AddDownForce_m31689FF75806FE6129C6E9605B4FB79A7BEDBC98(__this, /*hidden argument*/NULL); // CheckForWheelSpin(); CarController_CheckForWheelSpin_m58909D01006D82C65D0963E105B8BEEE1EE50D5C(__this, /*hidden argument*/NULL); // TractionControl(); CarController_TractionControl_mFD6A5BD1002A9A02A2FF8F507F9D87CA9596F2D6(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::CapSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CapSpeed_mBCACA1CB04D7A83D933A1C9DE99F56C0965A9CC1 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; { // float speed = m_Rigidbody.velocity.magnitude; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_m_Rigidbody_30(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_0, /*hidden argument*/NULL); V_1 = L_1; float L_2; L_2 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); V_0 = L_2; // switch (m_SpeedType) int32_t L_3 = __this->get_m_SpeedType_16(); V_2 = L_3; int32_t L_4 = V_2; if (!L_4) { goto IL_0023; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0064; } } { return; } IL_0023: { // speed *= 2.23693629f; float L_6 = V_0; V_0 = ((float)il2cpp_codegen_multiply((float)L_6, (float)(2.23693633f))); // if (speed > m_Topspeed) float L_7 = V_0; float L_8 = __this->get_m_Topspeed_17(); if ((!(((float)L_7) > ((float)L_8)))) { goto IL_00a4; } } { // m_Rigidbody.velocity = (m_Topspeed/2.23693629f) * m_Rigidbody.velocity.normalized; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_9 = __this->get_m_Rigidbody_30(); float L_10 = __this->get_m_Topspeed_17(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_11 = __this->get_m_Rigidbody_30(); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_11, /*hidden argument*/NULL); V_1 = L_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)((float)L_10/(float)(2.23693633f))), L_13, /*hidden argument*/NULL); NullCheck(L_9); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_9, L_14, /*hidden argument*/NULL); // break; return; } IL_0064: { // speed *= 3.6f; float L_15 = V_0; V_0 = ((float)il2cpp_codegen_multiply((float)L_15, (float)(3.5999999f))); // if (speed > m_Topspeed) float L_16 = V_0; float L_17 = __this->get_m_Topspeed_17(); if ((!(((float)L_16) > ((float)L_17)))) { goto IL_00a4; } } { // m_Rigidbody.velocity = (m_Topspeed/3.6f) * m_Rigidbody.velocity.normalized; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_18 = __this->get_m_Rigidbody_30(); float L_19 = __this->get_m_Topspeed_17(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_20 = __this->get_m_Rigidbody_30(); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_20, /*hidden argument*/NULL); V_1 = L_21; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)((float)L_19/(float)(3.5999999f))), L_22, /*hidden argument*/NULL); NullCheck(L_18); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_18, L_23, /*hidden argument*/NULL); } IL_00a4: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::ApplyDrive(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_ApplyDrive_mE52790A94B93C3BD86B9CBEA3259A7E2CF2A5D00 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___accel0, float ___footbrake1, const RuntimeMethod* method) { float V_0 = 0.0f; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; int32_t V_4 = 0; { // switch (m_CarDriveType) int32_t L_0 = __this->get_m_CarDriveType_4(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0049; } case 1: { goto IL_0078; } case 2: { goto IL_001e; } } } { goto IL_00a5; } IL_001e: { // thrustTorque = accel * (m_CurrentTorque / 4f); float L_2 = ___accel0; float L_3 = __this->get_m_CurrentTorque_29(); V_0 = ((float)il2cpp_codegen_multiply((float)L_2, (float)((float)((float)L_3/(float)(4.0f))))); // for (int i = 0; i < 4; i++) V_2 = 0; goto IL_0043; } IL_0031: { // m_WheelColliders[i].motorTorque = thrustTorque; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_4 = __this->get_m_WheelColliders_5(); int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_7 = (L_4)->GetAt(static_cast(L_6)); float L_8 = V_0; NullCheck(L_7); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_7, L_8, /*hidden argument*/NULL); // for (int i = 0; i < 4; i++) int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0043: { // for (int i = 0; i < 4; i++) int32_t L_10 = V_2; if ((((int32_t)L_10) < ((int32_t)4))) { goto IL_0031; } } { // break; goto IL_00a5; } IL_0049: { // thrustTorque = accel * (m_CurrentTorque / 2f); float L_11 = ___accel0; float L_12 = __this->get_m_CurrentTorque_29(); V_0 = ((float)il2cpp_codegen_multiply((float)L_11, (float)((float)((float)L_12/(float)(2.0f))))); // m_WheelColliders[0].motorTorque = m_WheelColliders[1].motorTorque = thrustTorque; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_13 = __this->get_m_WheelColliders_5(); NullCheck(L_13); int32_t L_14 = 0; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_15 = (L_13)->GetAt(static_cast(L_14)); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_16 = __this->get_m_WheelColliders_5(); NullCheck(L_16); int32_t L_17 = 1; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_18 = (L_16)->GetAt(static_cast(L_17)); float L_19 = V_0; float L_20 = L_19; V_3 = L_20; NullCheck(L_18); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_18, L_20, /*hidden argument*/NULL); float L_21 = V_3; NullCheck(L_15); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_15, L_21, /*hidden argument*/NULL); // break; goto IL_00a5; } IL_0078: { // thrustTorque = accel * (m_CurrentTorque / 2f); float L_22 = ___accel0; float L_23 = __this->get_m_CurrentTorque_29(); V_0 = ((float)il2cpp_codegen_multiply((float)L_22, (float)((float)((float)L_23/(float)(2.0f))))); // m_WheelColliders[2].motorTorque = m_WheelColliders[3].motorTorque = thrustTorque; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_24 = __this->get_m_WheelColliders_5(); NullCheck(L_24); int32_t L_25 = 2; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_26 = (L_24)->GetAt(static_cast(L_25)); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_27 = __this->get_m_WheelColliders_5(); NullCheck(L_27); int32_t L_28 = 3; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_29 = (L_27)->GetAt(static_cast(L_28)); float L_30 = V_0; float L_31 = L_30; V_3 = L_31; NullCheck(L_29); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_29, L_31, /*hidden argument*/NULL); float L_32 = V_3; NullCheck(L_26); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_26, L_32, /*hidden argument*/NULL); } IL_00a5: { // for (int i = 0; i < 4; i++) V_4 = 0; goto IL_0129; } IL_00aa: { // if (CurrentSpeed > 5 && Vector3.Angle(transform.forward, m_Rigidbody.velocity) < 50f) float L_33; L_33 = CarController_get_CurrentSpeed_mAAF3026B379B0C2B7DA31EAB953B5FF27EE8AA17(__this, /*hidden argument*/NULL); if ((!(((float)L_33) > ((float)(5.0f))))) { goto IL_00f1; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34; L_34 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_34, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_36 = __this->get_m_Rigidbody_30(); NullCheck(L_36); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37; L_37 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_36, /*hidden argument*/NULL); float L_38; L_38 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_35, L_37, /*hidden argument*/NULL); if ((!(((float)L_38) < ((float)(50.0f))))) { goto IL_00f1; } } { // m_WheelColliders[i].brakeTorque = m_BrakeTorque*footbrake; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_39 = __this->get_m_WheelColliders_5(); int32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = L_40; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_42 = (L_39)->GetAt(static_cast(L_41)); float L_43 = __this->get_m_BrakeTorque_21(); float L_44 = ___footbrake1; NullCheck(L_42); WheelCollider_set_brakeTorque_mDAFB1032B6B3AD4C8103869D64807596774C1B54(L_42, ((float)il2cpp_codegen_multiply((float)L_43, (float)L_44)), /*hidden argument*/NULL); // } goto IL_0123; } IL_00f1: { // else if (footbrake > 0) float L_45 = ___footbrake1; if ((!(((float)L_45) > ((float)(0.0f))))) { goto IL_0123; } } { // m_WheelColliders[i].brakeTorque = 0f; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_46 = __this->get_m_WheelColliders_5(); int32_t L_47 = V_4; NullCheck(L_46); int32_t L_48 = L_47; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_49); WheelCollider_set_brakeTorque_mDAFB1032B6B3AD4C8103869D64807596774C1B54(L_49, (0.0f), /*hidden argument*/NULL); // m_WheelColliders[i].motorTorque = -m_ReverseTorque*footbrake; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_50 = __this->get_m_WheelColliders_5(); int32_t L_51 = V_4; NullCheck(L_50); int32_t L_52 = L_51; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_53 = (L_50)->GetAt(static_cast(L_52)); float L_54 = __this->get_m_ReverseTorque_13(); float L_55 = ___footbrake1; NullCheck(L_53); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_53, ((float)il2cpp_codegen_multiply((float)((-L_54)), (float)L_55)), /*hidden argument*/NULL); } IL_0123: { // for (int i = 0; i < 4; i++) int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0129: { // for (int i = 0; i < 4; i++) int32_t L_57 = V_4; if ((((int32_t)L_57) < ((int32_t)4))) { goto IL_00aa; } } { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::SteerHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_SteerHelper_m7493A75F868F43301DB0C074EE823CDF8CBC1A26 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB V_1; memset((&V_1), 0, sizeof(V_1)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_002c; } IL_0004: { // m_WheelColliders[i].GetGroundHit(out wheelhit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_0 = __this->get_m_WheelColliders_5(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); bool L_4; L_4 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_3, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_1), /*hidden argument*/NULL); // if (wheelhit.normal == Vector3.zero) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = WheelHit_get_normal_mBC99D67AD92266C0B5EBCF8C2FC771BAE34E9D12((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_1), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); bool L_7; L_7 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0028; } } { // return; // wheels arent on the ground so dont realign the rigidbody velocity return; } IL_0028: { // for (int i = 0; i < 4; i++) int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002c: { // for (int i = 0; i < 4; i++) int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)4))) { goto IL_0004; } } { // if (Mathf.Abs(m_OldRotation - transform.eulerAngles.y) < 10f) float L_10 = __this->get_m_OldRotation_28(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_11, /*hidden argument*/NULL); float L_13 = L_12.get_y_3(); float L_14; L_14 = fabsf(((float)il2cpp_codegen_subtract((float)L_10, (float)L_13))); if ((!(((float)L_14) < ((float)(10.0f))))) { goto IL_0098; } } { // var turnadjust = (transform.eulerAngles.y - m_OldRotation) * m_SteerHelper; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_15, /*hidden argument*/NULL); float L_17 = L_16.get_y_3(); float L_18 = __this->get_m_OldRotation_28(); float L_19 = __this->get_m_SteerHelper_10(); // Quaternion velRotation = Quaternion.AngleAxis(turnadjust, Vector3.up); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21; L_21 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_17, (float)L_18)), (float)L_19)), L_20, /*hidden argument*/NULL); V_2 = L_21; // m_Rigidbody.velocity = velRotation * m_Rigidbody.velocity; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_22 = __this->get_m_Rigidbody_30(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_23 = V_2; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_24 = __this->get_m_Rigidbody_30(); NullCheck(L_24); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_24, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_23, L_25, /*hidden argument*/NULL); NullCheck(L_22); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_22, L_26, /*hidden argument*/NULL); } IL_0098: { // m_OldRotation = transform.eulerAngles.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_27, /*hidden argument*/NULL); float L_29 = L_28.get_y_3(); __this->set_m_OldRotation_28(L_29); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::AddDownForce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_AddDownForce_m31689FF75806FE6129C6E9605B4FB79A7BEDBC98 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // m_WheelColliders[0].attachedRigidbody.AddForce(-transform.up*m_Downforce* // m_WheelColliders[0].attachedRigidbody.velocity.magnitude); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_0 = __this->get_m_WheelColliders_5(); NullCheck(L_0); int32_t L_1 = 0; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_2 = (L_0)->GetAt(static_cast(L_1)); NullCheck(L_2); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3; L_3 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_5, /*hidden argument*/NULL); float L_7 = __this->get_m_Downforce_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_6, L_7, /*hidden argument*/NULL); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_9 = __this->get_m_WheelColliders_5(); NullCheck(L_9); int32_t L_10 = 0; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_11); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_12; L_12 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_12, /*hidden argument*/NULL); V_0 = L_13; float L_14; L_14 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_8, L_14, /*hidden argument*/NULL); NullCheck(L_3); Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D(L_3, L_15, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::CheckForWheelSpin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_CheckForWheelSpin_m58909D01006D82C65D0963E105B8BEEE1EE50D5C (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB V_1; memset((&V_1), 0, sizeof(V_1)); { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0090; } IL_0007: { // m_WheelColliders[i].GetGroundHit(out wheelHit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_0 = __this->get_m_WheelColliders_5(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); bool L_4; L_4 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_3, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_1), /*hidden argument*/NULL); // if (Mathf.Abs(wheelHit.forwardSlip) >= m_SlipLimit || Mathf.Abs(wheelHit.sidewaysSlip) >= m_SlipLimit) float L_5; L_5 = WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_1), /*hidden argument*/NULL); float L_6; L_6 = fabsf(L_5); float L_7 = __this->get_m_SlipLimit_20(); if ((((float)L_6) >= ((float)L_7))) { goto IL_003f; } } { float L_8; L_8 = WheelHit_get_sidewaysSlip_m6AA5854F880C9BCDA98A22DBB694408954BB0CED((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_1), /*hidden argument*/NULL); float L_9; L_9 = fabsf(L_8); float L_10 = __this->get_m_SlipLimit_20(); if ((!(((float)L_9) >= ((float)L_10)))) { goto IL_0063; } } IL_003f: { // m_WheelEffects[i].EmitTyreSmoke(); WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_11 = __this->get_m_WheelEffects_7(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_14); WheelEffects_EmitTyreSmoke_m58A2563671E5A909B9544E4754101B8F2EC91CDF(L_14, /*hidden argument*/NULL); // if (!AnySkidSoundPlaying()) bool L_15; L_15 = CarController_AnySkidSoundPlaying_m1EDCA6E8100899C1C54E1EC10F8CCD37D111BAD4(__this, /*hidden argument*/NULL); if (L_15) { goto IL_008c; } } { // m_WheelEffects[i].PlayAudio(); WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_16 = __this->get_m_WheelEffects_7(); int32_t L_17 = V_0; NullCheck(L_16); int32_t L_18 = L_17; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); WheelEffects_PlayAudio_mD4BDB2BFA5BB4FB8BE4024FCF2382CEC30CCA071(L_19, /*hidden argument*/NULL); // continue; goto IL_008c; } IL_0063: { // if (m_WheelEffects[i].PlayingAudio) WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_20 = __this->get_m_WheelEffects_7(); int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_23); bool L_24; L_24 = WheelEffects_get_PlayingAudio_mA04B2C917A3F14A87066DC812D7FBA268F02AF36_inline(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_007f; } } { // m_WheelEffects[i].StopAudio(); WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_25 = __this->get_m_WheelEffects_7(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); WheelEffects_StopAudio_mF919DD64488467022850E3323492E07CE88497DD(L_28, /*hidden argument*/NULL); } IL_007f: { // m_WheelEffects[i].EndSkidTrail(); WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_29 = __this->get_m_WheelEffects_7(); int32_t L_30 = V_0; NullCheck(L_29); int32_t L_31 = L_30; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); WheelEffects_EndSkidTrail_mDABC126E04064635FA218790E33C19E171030975(L_32, /*hidden argument*/NULL); } IL_008c: { // for (int i = 0; i < 4; i++) int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0090: { // for (int i = 0; i < 4; i++) int32_t L_34 = V_0; if ((((int32_t)L_34) < ((int32_t)4))) { goto IL_0007; } } { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::TractionControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_TractionControl_mFD6A5BD1002A9A02A2FF8F507F9D87CA9596F2D6 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { // switch (m_CarDriveType) int32_t L_0 = __this->get_m_CarDriveType_4(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_007f; } case 1: { goto IL_0044; } case 2: { goto IL_001a; } } } { return; } IL_001a: { // for (int i = 0; i < 4; i++) V_2 = 0; goto IL_003f; } IL_001e: { // m_WheelColliders[i].GetGroundHit(out wheelHit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_2 = __this->get_m_WheelColliders_5(); int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6; L_6 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_5, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); // AdjustTorque(wheelHit.forwardSlip); float L_7; L_7 = WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75(__this, L_7, /*hidden argument*/NULL); // for (int i = 0; i < 4; i++) int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003f: { // for (int i = 0; i < 4; i++) int32_t L_9 = V_2; if ((((int32_t)L_9) < ((int32_t)4))) { goto IL_001e; } } { // break; return; } IL_0044: { // m_WheelColliders[2].GetGroundHit(out wheelHit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_10 = __this->get_m_WheelColliders_5(); NullCheck(L_10); int32_t L_11 = 2; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_12); bool L_13; L_13 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_12, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); // AdjustTorque(wheelHit.forwardSlip); float L_14; L_14 = WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75(__this, L_14, /*hidden argument*/NULL); // m_WheelColliders[3].GetGroundHit(out wheelHit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_15 = __this->get_m_WheelColliders_5(); NullCheck(L_15); int32_t L_16 = 3; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_17 = (L_15)->GetAt(static_cast(L_16)); NullCheck(L_17); bool L_18; L_18 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_17, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); // AdjustTorque(wheelHit.forwardSlip); float L_19; L_19 = WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75(__this, L_19, /*hidden argument*/NULL); // break; return; } IL_007f: { // m_WheelColliders[0].GetGroundHit(out wheelHit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_20 = __this->get_m_WheelColliders_5(); NullCheck(L_20); int32_t L_21 = 0; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_22); bool L_23; L_23 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_22, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); // AdjustTorque(wheelHit.forwardSlip); float L_24; L_24 = WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75(__this, L_24, /*hidden argument*/NULL); // m_WheelColliders[1].GetGroundHit(out wheelHit); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_25 = __this->get_m_WheelColliders_5(); NullCheck(L_25); int32_t L_26 = 1; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_27); bool L_28; L_28 = WheelCollider_GetGroundHit_mDCD55AC74710E685DBA37F02C904B8F8F3E59DB9(L_27, (WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); // AdjustTorque(wheelHit.forwardSlip); float L_29; L_29 = WheelHit_get_forwardSlip_m8F11089F49F1049C5D993A0E360E8738D7E600FC((WheelHit_t29625F675B7C6CD83AE028E64F770C15811A36BB *)(&V_0), /*hidden argument*/NULL); CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75(__this, L_29, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::AdjustTorque(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController_AdjustTorque_mC1E7ABD0BBFA5D26ABD82AAFDD02CFB27452CD75 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___forwardSlip0, const RuntimeMethod* method) { { // if (forwardSlip >= m_SlipLimit && m_CurrentTorque >= 0) float L_0 = ___forwardSlip0; float L_1 = __this->get_m_SlipLimit_20(); if ((!(((float)L_0) >= ((float)L_1)))) { goto IL_0030; } } { float L_2 = __this->get_m_CurrentTorque_29(); if ((!(((float)L_2) >= ((float)(0.0f))))) { goto IL_0030; } } { // m_CurrentTorque -= 10 * m_TractionControl; float L_3 = __this->get_m_CurrentTorque_29(); float L_4 = __this->get_m_TractionControl_11(); __this->set_m_CurrentTorque_29(((float)il2cpp_codegen_subtract((float)L_3, (float)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_4))))); // } return; } IL_0030: { // m_CurrentTorque += 10 * m_TractionControl; float L_5 = __this->get_m_CurrentTorque_29(); float L_6 = __this->get_m_TractionControl_11(); __this->set_m_CurrentTorque_29(((float)il2cpp_codegen_add((float)L_5, (float)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_6))))); // if (m_CurrentTorque > m_FullTorqueOverAllWheels) float L_7 = __this->get_m_CurrentTorque_29(); float L_8 = __this->get_m_FullTorqueOverAllWheels_12(); if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0063; } } { // m_CurrentTorque = m_FullTorqueOverAllWheels; float L_9 = __this->get_m_FullTorqueOverAllWheels_12(); __this->set_m_CurrentTorque_29(L_9); } IL_0063: { // } return; } } // System.Boolean UnityStandardAssets.Vehicles.Car.CarController::AnySkidSoundPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CarController_AnySkidSoundPlaying_m1EDCA6E8100899C1C54E1EC10F8CCD37D111BAD4 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < 4; i++) V_0 = 0; goto IL_0019; } IL_0004: { // if (m_WheelEffects[i].PlayingAudio) WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_0 = __this->get_m_WheelEffects_7(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); bool L_4; L_4 = WheelEffects_get_PlayingAudio_mA04B2C917A3F14A87066DC812D7FBA268F02AF36_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0015; } } { // return true; return (bool)1; } IL_0015: { // for (int i = 0; i < 4; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0019: { // for (int i = 0; i < 4; i++) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)4))) { goto IL_0004; } } { // return false; return (bool)0; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController__ctor_m83D4A43409B7D2E4859598C533392550CDC46F57 (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [SerializeField] private CarDriveType m_CarDriveType = CarDriveType.FourWheelDrive; __this->set_m_CarDriveType_4(2); // [SerializeField] private WheelCollider[] m_WheelColliders = new WheelCollider[4]; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_0 = (WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6*)(WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6*)SZArrayNew(WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_WheelColliders_5(L_0); // [SerializeField] private GameObject[] m_WheelMeshes = new GameObject[4]; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_1 = (GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642*)(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642*)SZArrayNew(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_WheelMeshes_6(L_1); // [SerializeField] private WheelEffects[] m_WheelEffects = new WheelEffects[4]; WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* L_2 = (WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A*)(WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A*)SZArrayNew(WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_WheelEffects_7(L_2); // [SerializeField] private float m_Downforce = 100f; __this->set_m_Downforce_15((100.0f)); // [SerializeField] private float m_Topspeed = 200; __this->set_m_Topspeed_17((200.0f)); // [SerializeField] private float m_RevRangeBoundary = 1f; __this->set_m_RevRangeBoundary_19((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarController::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarController__cctor_m1D39E9B2ACE5BC3D53CC3FB2C47C9416877B8E65 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [SerializeField] private static int NoOfGears = 5; ((CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields*)il2cpp_codegen_static_fields_for(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_il2cpp_TypeInfo_var))->set_NoOfGears_18(5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Vehicles.Car.CarSelfRighting::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarSelfRighting_Start_m4996445BA84866C4C0C59F5409604510B164E308 (CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Rigidbody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0; L_0 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_m_Rigidbody_7(L_0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarSelfRighting::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarSelfRighting_Update_m8ED1D5510F5794AD2521B39D35A5332DF52B2407 (CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (transform.up.y > 0f || m_Rigidbody.velocity.magnitude > m_VelocityThreshold) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_y_3(); if ((((float)L_2) > ((float)(0.0f)))) { goto IL_0032; } } { Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3 = __this->get_m_Rigidbody_7(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_3, /*hidden argument*/NULL); V_0 = L_4; float L_5; L_5 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); float L_6 = __this->get_m_VelocityThreshold_5(); if ((!(((float)L_5) > ((float)L_6)))) { goto IL_003d; } } IL_0032: { // m_LastOkTime = Time.time; float L_7; L_7 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); __this->set_m_LastOkTime_6(L_7); } IL_003d: { // if (Time.time > m_LastOkTime + m_WaitTime) float L_8; L_8 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_9 = __this->get_m_LastOkTime_6(); float L_10 = __this->get_m_WaitTime_4(); if ((!(((float)L_8) > ((float)((float)il2cpp_codegen_add((float)L_9, (float)L_10)))))) { goto IL_0057; } } { // RightCar(); CarSelfRighting_RightCar_mFD7EBDC74A6F7690147946962C95D6598049C0C4(__this, /*hidden argument*/NULL); } IL_0057: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarSelfRighting::RightCar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarSelfRighting_RightCar_mFD7EBDC74A6F7690147946962C95D6598049C0C4 (CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C * __this, const RuntimeMethod* method) { { // transform.position += Vector3.up; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = L_0; NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_1, L_4, /*hidden argument*/NULL); // transform.rotation = Quaternion.LookRotation(transform.forward); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_6, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Quaternion_LookRotation_m1B0BEBEBCC384324A6771B9EAC89761F73E1D6BF(L_7, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_5, L_8, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarSelfRighting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarSelfRighting__ctor_m7A3309295BF03808C023FBFFA718F423308BA38E (CarSelfRighting_t90B280C0CDE8D876C2C2C3D8E7DB694D2F449B1C * __this, const RuntimeMethod* method) { { // [SerializeField] private float m_WaitTime = 3f; // time to wait before self righting __this->set_m_WaitTime_4((3.0f)); // [SerializeField] private float m_VelocityThreshold = 1f; // the velocity below which the car is considered stationary for self-righting __this->set_m_VelocityThreshold_5((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Vehicles.Car.CarUserControl::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarUserControl_Awake_m18597F775E26B5CB33F33FA399D407672596A5B8 (CarUserControl_t4E219C0BE133272069A001B2041C64F667B203C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Car = GetComponent(); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_0; L_0 = Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48(__this, /*hidden argument*/Component_GetComponent_TisCarController_t87801B6F32429964995257C1625E7B615B6B9FC7_m4DBA3029A4F97F58BC081E660D3DA140B7BF8D48_RuntimeMethod_var); __this->set_m_Car_4(L_0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarUserControl::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarUserControl_FixedUpdate_m392895DDE302A2119D120574923A3509A47EE843 (CarUserControl_t4E219C0BE133272069A001B2041C64F667B203C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { // float h = CrossPlatformInputManager.GetAxis("Horizontal"); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); float L_0; L_0 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, /*hidden argument*/NULL); V_0 = L_0; // float v = CrossPlatformInputManager.GetAxis("Vertical"); float L_1; L_1 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A, /*hidden argument*/NULL); V_1 = L_1; // m_Car.Move(h, v, v, 0f); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_2 = __this->get_m_Car_4(); float L_3 = V_0; float L_4 = V_1; float L_5 = V_1; NullCheck(L_2); CarController_Move_m5F35A2C2386A7CBAED5561846C742F80647FCB0A(L_2, L_3, L_4, L_5, (0.0f), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.CarUserControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CarUserControl__ctor_mDE50C7EECDF3B283FE46CF2C9AA4B180BC23C2CA (CarUserControl_t4E219C0BE133272069A001B2041C64F667B203C7 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * Cast5CbcParameters_GetInstance_mF73F35ED5CC964D09D79C03919633EFF39B96E3A (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o is Cast5CbcParameters) RuntimeObject * L_0 = ___o0; if (!((Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 *)IsInstClass((RuntimeObject*)L_0, Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (Cast5CbcParameters) o; RuntimeObject * L_1 = ___o0; return ((Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 *)CastclassClass((RuntimeObject*)L_1, Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05_il2cpp_TypeInfo_var)); } IL_000f: { // if (o is Asn1Sequence) RuntimeObject * L_2 = ___o0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new Cast5CbcParameters((Asn1Sequence) o); RuntimeObject * L_3 = ___o0; Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * L_4 = (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 *)il2cpp_codegen_object_new(Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05_il2cpp_TypeInfo_var); Cast5CbcParameters__ctor_m26AFCEAE9886BEBCAAC7643F1617DA2A97AC2152(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("unknown object in Cast5CbcParameters factory"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral21DF7CBD2700708024B5DCE88E7F36CB5ADAD78F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cast5CbcParameters_GetInstance_mF73F35ED5CC964D09D79C03919633EFF39B96E3A_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5CbcParameters__ctor_m985FAA1B0C53F521C68633643E9078130C58779A (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv0, int32_t ___keyLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Cast5CbcParameters( // byte[] iv, // int keyLength) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.iv = new DerOctetString(iv); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___iv0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); __this->set_iv_3(L_1); // this.keyLength = new DerInteger(keyLength); int32_t L_2 = ___keyLength1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_3, L_2, /*hidden argument*/NULL); __this->set_keyLength_2(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5CbcParameters__ctor_m26AFCEAE9886BEBCAAC7643F1617DA2A97AC2152 (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Cast5CbcParameters( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cast5CbcParameters__ctor_m26AFCEAE9886BEBCAAC7643F1617DA2A97AC2152_RuntimeMethod_var))); } IL_001f: { // iv = (Asn1OctetString) seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); __this->set_iv_3(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); // keyLength = (DerInteger) seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, 1); __this->set_keyLength_2(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_6, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Cast5CbcParameters_GetIV_m07FFC005003559BF5B44FECCE56600C6B1CAE535 (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(iv.GetOctets()); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_iv_3(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::get_KeyLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast5CbcParameters_get_KeyLength_m405E5244349253A3CA0740937FFB7F96CBBD595C (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * __this, const RuntimeMethod* method) { { // get { return keyLength.Value.IntValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_keyLength_2(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Cast5CbcParameters_ToAsn1Object_m13577760930E0F7F92E9D43A686E2E8B4FECBCC3 (Cast5CbcParameters_tA4AD2DA55280662CA6E154DAF5A8ED57B6A6EB05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(iv, keyLength); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2 = __this->get_iv_3(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_keyLength_2(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine__ctor_m2E9626ADF12EF0979460E390C11D980AC2E37C06 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] _Kr = new int[17]; // the rotating round key Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); __this->set__Kr_11(L_0); // private uint[] _Km = new uint[17]; // the masking round key UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); __this->set__Km_12(L_1); // private int _rounds = MAX_ROUNDS; IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); int32_t L_2 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_MAX_ROUNDS_8(); __this->set__rounds_15(L_2); // public Cast5Engine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_Init_m9F365D8345B75537D8B8C258EC1828F4067A7922 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0029; } } { // throw new ArgumentException("Invalid parameter passed to "+ AlgorithmName +" init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::get_AlgorithmName() */, __this); RuntimeObject* L_2 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_3; L_3 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EEBA88C3345B7974D085AB9F6434EA20A2141E4)), L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2872CE200AF678DAC1BDABD521199451F3CC11FA)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cast5Engine_Init_m9F365D8345B75537D8B8C258EC1828F4067A7922_RuntimeMethod_var))); } IL_0029: { // _encrypting = forEncryption; bool L_6 = ___forEncryption0; __this->set__encrypting_13(L_6); // _workingKey = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_7 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_7, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_7, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set__workingKey_14(L_8); // SetKey(_workingKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__workingKey_14(); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::SetKey(System.Byte[]) */, __this, L_9); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cast5Engine_get_AlgorithmName_mC8E3A15B22F56AD07C1E78E3E6CDC514465C2B14 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579B9E8AC72DCCF33BDD5B6409BA010A973A4FD4); s_Il2CppMethodInitialized = true; } { // get { return "CAST5"; } return _stringLiteral579B9E8AC72DCCF33BDD5B6409BA010A973A4FD4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cast5Engine_get_IsPartialBlockOkay_m2D94A1283EC5A3DD6146CBB4BA8E98BA61F005C1 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast5Engine_ProcessBlock_m5944E5D74CC2738BDD8F19521B378D3D4F03ED5A (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int blockSize = GetBlockSize(); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::GetBlockSize() */, __this); V_0 = L_0; // if (_workingKey == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__workingKey_14(); if (L_1) { goto IL_0025; } } { // throw new InvalidOperationException(AlgorithmName + " not initialised"); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::get_AlgorithmName() */, __this); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cast5Engine_ProcessBlock_m5944E5D74CC2738BDD8F19521B378D3D4F03ED5A_RuntimeMethod_var))); } IL_0025: { // Check.DataLength(input, inOff, blockSize, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___input0; int32_t L_6 = ___inOff1; int32_t L_7 = V_0; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_5, L_6, L_7, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, blockSize, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___output2; int32_t L_9 = ___outOff3; int32_t L_10 = V_0; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_8, L_9, L_10, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // if (_encrypting) bool L_11 = __this->get__encrypting_13(); if (!L_11) { goto IL_0054; } } { // return EncryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___output2; int32_t L_15 = ___outOff3; int32_t L_16; L_16 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, __this, L_12, L_13, L_14, L_15); return L_16; } IL_0054: { // return DecryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___input0; int32_t L_18 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___output2; int32_t L_20 = ___outOff3; int32_t L_21; L_21 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(18 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, __this, L_17, L_18, L_19, L_20); return L_21; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_Reset_m2EBE09B8FACF31D3CB06D80226643E20D9638399 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method) { { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast5Engine_GetBlockSize_m7D40E875A10700313C1686F95265C8127DA56CF8 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_SetKey_mF7271C19522464E14FE290CED52B9BDF3FB9E694 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; int32_t V_7 = 0; { // if (key.Length < 11) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)((int32_t)11)))) { goto IL_0012; } } { // _rounds = RED_ROUNDS; IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); int32_t L_1 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_RED_ROUNDS_9(); __this->set__rounds_15(L_1); } IL_0012: { // int [] z = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_0 = L_2; // int [] x = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_1 = L_3; // for (int i=0; i< key.Length; i++) V_7 = 0; goto IL_003b; } IL_0027: { // x[i] = (int)(key[i] & 0xff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_1; int32_t L_5 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___key0; int32_t L_7 = V_7; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)255)))); // for (int i=0; i< key.Length; i++) int32_t L_10 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003b: { // for (int i=0; i< key.Length; i++) int32_t L_11 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___key0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0027; } } { // x03 = IntsTo32bits(x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_14; L_14 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_13, 0, /*hidden argument*/NULL); // x47 = IntsTo32bits(x, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_1; uint32_t L_16; L_16 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_15, 4, /*hidden argument*/NULL); V_4 = L_16; // x8B = IntsTo32bits(x, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = V_1; uint32_t L_18; L_18 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_17, 8, /*hidden argument*/NULL); V_5 = L_18; // xCF = IntsTo32bits(x, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_1; uint32_t L_20; L_20 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_19, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_20; // z03 = x03 ^S5[x[0xD]] ^S6[x[0xF]] ^S7[x[0xC]] ^S8[x[0xE]] ^S7[x[0x8]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_1; NullCheck(L_22); int32_t L_23 = ((int32_t)13); int32_t L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); int32_t L_25 = L_24; uint32_t L_26 = (L_21)->GetAt(static_cast(L_25)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_1; NullCheck(L_28); int32_t L_29 = ((int32_t)15); int32_t L_30 = (L_28)->GetAt(static_cast(L_29)); NullCheck(L_27); int32_t L_31 = L_30; uint32_t L_32 = (L_27)->GetAt(static_cast(L_31)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_1; NullCheck(L_34); int32_t L_35 = ((int32_t)12); int32_t L_36 = (L_34)->GetAt(static_cast(L_35)); NullCheck(L_33); int32_t L_37 = L_36; uint32_t L_38 = (L_33)->GetAt(static_cast(L_37)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_1; NullCheck(L_40); int32_t L_41 = ((int32_t)14); int32_t L_42 = (L_40)->GetAt(static_cast(L_41)); NullCheck(L_39); int32_t L_43 = L_42; uint32_t L_44 = (L_39)->GetAt(static_cast(L_43)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = V_1; NullCheck(L_46); int32_t L_47 = 8; int32_t L_48 = (L_46)->GetAt(static_cast(L_47)); NullCheck(L_45); int32_t L_49 = L_48; uint32_t L_50 = (L_45)->GetAt(static_cast(L_49)); // Bits32ToInts(z03, z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14^(int32_t)L_26))^(int32_t)L_32))^(int32_t)L_38))^(int32_t)L_44))^(int32_t)L_50)), L_51, 0, /*hidden argument*/NULL); // z47 = x8B ^S5[z[0x0]] ^S6[z[0x2]] ^S7[z[0x1]] ^S8[z[0x3]] ^S8[x[0xA]]; uint32_t L_52 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_0; NullCheck(L_54); int32_t L_55 = 0; int32_t L_56 = (L_54)->GetAt(static_cast(L_55)); NullCheck(L_53); int32_t L_57 = L_56; uint32_t L_58 = (L_53)->GetAt(static_cast(L_57)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_0; NullCheck(L_60); int32_t L_61 = 2; int32_t L_62 = (L_60)->GetAt(static_cast(L_61)); NullCheck(L_59); int32_t L_63 = L_62; uint32_t L_64 = (L_59)->GetAt(static_cast(L_63)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = V_0; NullCheck(L_66); int32_t L_67 = 1; int32_t L_68 = (L_66)->GetAt(static_cast(L_67)); NullCheck(L_65); int32_t L_69 = L_68; uint32_t L_70 = (L_65)->GetAt(static_cast(L_69)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = V_0; NullCheck(L_72); int32_t L_73 = 3; int32_t L_74 = (L_72)->GetAt(static_cast(L_73)); NullCheck(L_71); int32_t L_75 = L_74; uint32_t L_76 = (L_71)->GetAt(static_cast(L_75)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_78 = V_1; NullCheck(L_78); int32_t L_79 = ((int32_t)10); int32_t L_80 = (L_78)->GetAt(static_cast(L_79)); NullCheck(L_77); int32_t L_81 = L_80; uint32_t L_82 = (L_77)->GetAt(static_cast(L_81)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_52^(int32_t)L_58))^(int32_t)L_64))^(int32_t)L_70))^(int32_t)L_76))^(int32_t)L_82)); // Bits32ToInts(z47, z, 0x4); uint32_t L_83 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_83, L_84, 4, /*hidden argument*/NULL); // z8B = xCF ^S5[z[0x7]] ^S6[z[0x6]] ^S7[z[0x5]] ^S8[z[0x4]] ^S5[x[0x9]]; uint32_t L_85 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = V_0; NullCheck(L_87); int32_t L_88 = 7; int32_t L_89 = (L_87)->GetAt(static_cast(L_88)); NullCheck(L_86); int32_t L_90 = L_89; uint32_t L_91 = (L_86)->GetAt(static_cast(L_90)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_92 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_93 = V_0; NullCheck(L_93); int32_t L_94 = 6; int32_t L_95 = (L_93)->GetAt(static_cast(L_94)); NullCheck(L_92); int32_t L_96 = L_95; uint32_t L_97 = (L_92)->GetAt(static_cast(L_96)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_99 = V_0; NullCheck(L_99); int32_t L_100 = 5; int32_t L_101 = (L_99)->GetAt(static_cast(L_100)); NullCheck(L_98); int32_t L_102 = L_101; uint32_t L_103 = (L_98)->GetAt(static_cast(L_102)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_104 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_105 = V_0; NullCheck(L_105); int32_t L_106 = 4; int32_t L_107 = (L_105)->GetAt(static_cast(L_106)); NullCheck(L_104); int32_t L_108 = L_107; uint32_t L_109 = (L_104)->GetAt(static_cast(L_108)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_111 = V_1; NullCheck(L_111); int32_t L_112 = ((int32_t)9); int32_t L_113 = (L_111)->GetAt(static_cast(L_112)); NullCheck(L_110); int32_t L_114 = L_113; uint32_t L_115 = (L_110)->GetAt(static_cast(L_114)); // Bits32ToInts(z8B, z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_116 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_85^(int32_t)L_91))^(int32_t)L_97))^(int32_t)L_103))^(int32_t)L_109))^(int32_t)L_115)), L_116, 8, /*hidden argument*/NULL); // zCF = x47 ^S5[z[0xA]] ^S6[z[0x9]] ^S7[z[0xB]] ^S8[z[0x8]] ^S6[x[0xB]]; uint32_t L_117 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_119 = V_0; NullCheck(L_119); int32_t L_120 = ((int32_t)10); int32_t L_121 = (L_119)->GetAt(static_cast(L_120)); NullCheck(L_118); int32_t L_122 = L_121; uint32_t L_123 = (L_118)->GetAt(static_cast(L_122)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_124 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_125 = V_0; NullCheck(L_125); int32_t L_126 = ((int32_t)9); int32_t L_127 = (L_125)->GetAt(static_cast(L_126)); NullCheck(L_124); int32_t L_128 = L_127; uint32_t L_129 = (L_124)->GetAt(static_cast(L_128)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_131 = V_0; NullCheck(L_131); int32_t L_132 = ((int32_t)11); int32_t L_133 = (L_131)->GetAt(static_cast(L_132)); NullCheck(L_130); int32_t L_134 = L_133; uint32_t L_135 = (L_130)->GetAt(static_cast(L_134)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_137 = V_0; NullCheck(L_137); int32_t L_138 = 8; int32_t L_139 = (L_137)->GetAt(static_cast(L_138)); NullCheck(L_136); int32_t L_140 = L_139; uint32_t L_141 = (L_136)->GetAt(static_cast(L_140)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_142 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_143 = V_1; NullCheck(L_143); int32_t L_144 = ((int32_t)11); int32_t L_145 = (L_143)->GetAt(static_cast(L_144)); NullCheck(L_142); int32_t L_146 = L_145; uint32_t L_147 = (L_142)->GetAt(static_cast(L_146)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_117^(int32_t)L_123))^(int32_t)L_129))^(int32_t)L_135))^(int32_t)L_141))^(int32_t)L_147)); // Bits32ToInts(zCF, z, 0xC); uint32_t L_148 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_149 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_148, L_149, ((int32_t)12), /*hidden argument*/NULL); // _Km[ 1]= S5[z[0x8]] ^ S6[z[0x9]] ^ S7[z[0x7]] ^ S8[z[0x6]] ^ S5[z[0x2]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_150 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_151 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_152 = V_0; NullCheck(L_152); int32_t L_153 = 8; int32_t L_154 = (L_152)->GetAt(static_cast(L_153)); NullCheck(L_151); int32_t L_155 = L_154; uint32_t L_156 = (L_151)->GetAt(static_cast(L_155)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_157 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_158 = V_0; NullCheck(L_158); int32_t L_159 = ((int32_t)9); int32_t L_160 = (L_158)->GetAt(static_cast(L_159)); NullCheck(L_157); int32_t L_161 = L_160; uint32_t L_162 = (L_157)->GetAt(static_cast(L_161)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_163 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_164 = V_0; NullCheck(L_164); int32_t L_165 = 7; int32_t L_166 = (L_164)->GetAt(static_cast(L_165)); NullCheck(L_163); int32_t L_167 = L_166; uint32_t L_168 = (L_163)->GetAt(static_cast(L_167)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_169 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_170 = V_0; NullCheck(L_170); int32_t L_171 = 6; int32_t L_172 = (L_170)->GetAt(static_cast(L_171)); NullCheck(L_169); int32_t L_173 = L_172; uint32_t L_174 = (L_169)->GetAt(static_cast(L_173)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_175 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_176 = V_0; NullCheck(L_176); int32_t L_177 = 2; int32_t L_178 = (L_176)->GetAt(static_cast(L_177)); NullCheck(L_175); int32_t L_179 = L_178; uint32_t L_180 = (L_175)->GetAt(static_cast(L_179)); NullCheck(L_150); (L_150)->SetAt(static_cast(1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_156^(int32_t)L_162))^(int32_t)L_168))^(int32_t)L_174))^(int32_t)L_180))); // _Km[ 2]= S5[z[0xA]] ^ S6[z[0xB]] ^ S7[z[0x5]] ^ S8[z[0x4]] ^ S6[z[0x6]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_181 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_182 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_183 = V_0; NullCheck(L_183); int32_t L_184 = ((int32_t)10); int32_t L_185 = (L_183)->GetAt(static_cast(L_184)); NullCheck(L_182); int32_t L_186 = L_185; uint32_t L_187 = (L_182)->GetAt(static_cast(L_186)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_188 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_189 = V_0; NullCheck(L_189); int32_t L_190 = ((int32_t)11); int32_t L_191 = (L_189)->GetAt(static_cast(L_190)); NullCheck(L_188); int32_t L_192 = L_191; uint32_t L_193 = (L_188)->GetAt(static_cast(L_192)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_194 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_195 = V_0; NullCheck(L_195); int32_t L_196 = 5; int32_t L_197 = (L_195)->GetAt(static_cast(L_196)); NullCheck(L_194); int32_t L_198 = L_197; uint32_t L_199 = (L_194)->GetAt(static_cast(L_198)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_200 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_201 = V_0; NullCheck(L_201); int32_t L_202 = 4; int32_t L_203 = (L_201)->GetAt(static_cast(L_202)); NullCheck(L_200); int32_t L_204 = L_203; uint32_t L_205 = (L_200)->GetAt(static_cast(L_204)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_206 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_207 = V_0; NullCheck(L_207); int32_t L_208 = 6; int32_t L_209 = (L_207)->GetAt(static_cast(L_208)); NullCheck(L_206); int32_t L_210 = L_209; uint32_t L_211 = (L_206)->GetAt(static_cast(L_210)); NullCheck(L_181); (L_181)->SetAt(static_cast(2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_187^(int32_t)L_193))^(int32_t)L_199))^(int32_t)L_205))^(int32_t)L_211))); // _Km[ 3]= S5[z[0xC]] ^ S6[z[0xD]] ^ S7[z[0x3]] ^ S8[z[0x2]] ^ S7[z[0x9]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_212 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_213 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_214 = V_0; NullCheck(L_214); int32_t L_215 = ((int32_t)12); int32_t L_216 = (L_214)->GetAt(static_cast(L_215)); NullCheck(L_213); int32_t L_217 = L_216; uint32_t L_218 = (L_213)->GetAt(static_cast(L_217)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_219 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_220 = V_0; NullCheck(L_220); int32_t L_221 = ((int32_t)13); int32_t L_222 = (L_220)->GetAt(static_cast(L_221)); NullCheck(L_219); int32_t L_223 = L_222; uint32_t L_224 = (L_219)->GetAt(static_cast(L_223)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_226 = V_0; NullCheck(L_226); int32_t L_227 = 3; int32_t L_228 = (L_226)->GetAt(static_cast(L_227)); NullCheck(L_225); int32_t L_229 = L_228; uint32_t L_230 = (L_225)->GetAt(static_cast(L_229)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_231 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_232 = V_0; NullCheck(L_232); int32_t L_233 = 2; int32_t L_234 = (L_232)->GetAt(static_cast(L_233)); NullCheck(L_231); int32_t L_235 = L_234; uint32_t L_236 = (L_231)->GetAt(static_cast(L_235)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_237 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_238 = V_0; NullCheck(L_238); int32_t L_239 = ((int32_t)9); int32_t L_240 = (L_238)->GetAt(static_cast(L_239)); NullCheck(L_237); int32_t L_241 = L_240; uint32_t L_242 = (L_237)->GetAt(static_cast(L_241)); NullCheck(L_212); (L_212)->SetAt(static_cast(3), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_218^(int32_t)L_224))^(int32_t)L_230))^(int32_t)L_236))^(int32_t)L_242))); // _Km[ 4]= S5[z[0xE]] ^ S6[z[0xF]] ^ S7[z[0x1]] ^ S8[z[0x0]] ^ S8[z[0xC]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_243 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_244 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_245 = V_0; NullCheck(L_245); int32_t L_246 = ((int32_t)14); int32_t L_247 = (L_245)->GetAt(static_cast(L_246)); NullCheck(L_244); int32_t L_248 = L_247; uint32_t L_249 = (L_244)->GetAt(static_cast(L_248)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_250 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_251 = V_0; NullCheck(L_251); int32_t L_252 = ((int32_t)15); int32_t L_253 = (L_251)->GetAt(static_cast(L_252)); NullCheck(L_250); int32_t L_254 = L_253; uint32_t L_255 = (L_250)->GetAt(static_cast(L_254)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_256 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_257 = V_0; NullCheck(L_257); int32_t L_258 = 1; int32_t L_259 = (L_257)->GetAt(static_cast(L_258)); NullCheck(L_256); int32_t L_260 = L_259; uint32_t L_261 = (L_256)->GetAt(static_cast(L_260)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_262 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_263 = V_0; NullCheck(L_263); int32_t L_264 = 0; int32_t L_265 = (L_263)->GetAt(static_cast(L_264)); NullCheck(L_262); int32_t L_266 = L_265; uint32_t L_267 = (L_262)->GetAt(static_cast(L_266)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_268 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_269 = V_0; NullCheck(L_269); int32_t L_270 = ((int32_t)12); int32_t L_271 = (L_269)->GetAt(static_cast(L_270)); NullCheck(L_268); int32_t L_272 = L_271; uint32_t L_273 = (L_268)->GetAt(static_cast(L_272)); NullCheck(L_243); (L_243)->SetAt(static_cast(4), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_249^(int32_t)L_255))^(int32_t)L_261))^(int32_t)L_267))^(int32_t)L_273))); // z03 = IntsTo32bits(z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_274 = V_0; uint32_t L_275; L_275 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_274, 0, /*hidden argument*/NULL); // z47 = IntsTo32bits(z, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_276 = V_0; uint32_t L_277; L_277 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_276, 4, /*hidden argument*/NULL); V_2 = L_277; // z8B = IntsTo32bits(z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_278 = V_0; uint32_t L_279; L_279 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_278, 8, /*hidden argument*/NULL); // zCF = IntsTo32bits(z, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_280 = V_0; uint32_t L_281; L_281 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_280, ((int32_t)12), /*hidden argument*/NULL); V_3 = L_281; // x03 = z8B ^S5[z[0x5]] ^S6[z[0x7]] ^S7[z[0x4]] ^S8[z[0x6]] ^S7[z[0x0]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_283 = V_0; NullCheck(L_283); int32_t L_284 = 5; int32_t L_285 = (L_283)->GetAt(static_cast(L_284)); NullCheck(L_282); int32_t L_286 = L_285; uint32_t L_287 = (L_282)->GetAt(static_cast(L_286)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_289 = V_0; NullCheck(L_289); int32_t L_290 = 7; int32_t L_291 = (L_289)->GetAt(static_cast(L_290)); NullCheck(L_288); int32_t L_292 = L_291; uint32_t L_293 = (L_288)->GetAt(static_cast(L_292)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_295 = V_0; NullCheck(L_295); int32_t L_296 = 4; int32_t L_297 = (L_295)->GetAt(static_cast(L_296)); NullCheck(L_294); int32_t L_298 = L_297; uint32_t L_299 = (L_294)->GetAt(static_cast(L_298)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_301 = V_0; NullCheck(L_301); int32_t L_302 = 6; int32_t L_303 = (L_301)->GetAt(static_cast(L_302)); NullCheck(L_300); int32_t L_304 = L_303; uint32_t L_305 = (L_300)->GetAt(static_cast(L_304)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_306 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_307 = V_0; NullCheck(L_307); int32_t L_308 = 0; int32_t L_309 = (L_307)->GetAt(static_cast(L_308)); NullCheck(L_306); int32_t L_310 = L_309; uint32_t L_311 = (L_306)->GetAt(static_cast(L_310)); // Bits32ToInts(x03, x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_312 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_279^(int32_t)L_287))^(int32_t)L_293))^(int32_t)L_299))^(int32_t)L_305))^(int32_t)L_311)), L_312, 0, /*hidden argument*/NULL); // x47 = z03 ^S5[x[0x0]] ^S6[x[0x2]] ^S7[x[0x1]] ^S8[x[0x3]] ^S8[z[0x2]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_313 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_314 = V_1; NullCheck(L_314); int32_t L_315 = 0; int32_t L_316 = (L_314)->GetAt(static_cast(L_315)); NullCheck(L_313); int32_t L_317 = L_316; uint32_t L_318 = (L_313)->GetAt(static_cast(L_317)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_319 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_320 = V_1; NullCheck(L_320); int32_t L_321 = 2; int32_t L_322 = (L_320)->GetAt(static_cast(L_321)); NullCheck(L_319); int32_t L_323 = L_322; uint32_t L_324 = (L_319)->GetAt(static_cast(L_323)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_325 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_326 = V_1; NullCheck(L_326); int32_t L_327 = 1; int32_t L_328 = (L_326)->GetAt(static_cast(L_327)); NullCheck(L_325); int32_t L_329 = L_328; uint32_t L_330 = (L_325)->GetAt(static_cast(L_329)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_331 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_332 = V_1; NullCheck(L_332); int32_t L_333 = 3; int32_t L_334 = (L_332)->GetAt(static_cast(L_333)); NullCheck(L_331); int32_t L_335 = L_334; uint32_t L_336 = (L_331)->GetAt(static_cast(L_335)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_337 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_338 = V_0; NullCheck(L_338); int32_t L_339 = 2; int32_t L_340 = (L_338)->GetAt(static_cast(L_339)); NullCheck(L_337); int32_t L_341 = L_340; uint32_t L_342 = (L_337)->GetAt(static_cast(L_341)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_275^(int32_t)L_318))^(int32_t)L_324))^(int32_t)L_330))^(int32_t)L_336))^(int32_t)L_342)); // Bits32ToInts(x47, x, 0x4); uint32_t L_343 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_344 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_343, L_344, 4, /*hidden argument*/NULL); // x8B = z47 ^S5[x[0x7]] ^S6[x[0x6]] ^S7[x[0x5]] ^S8[x[0x4]] ^S5[z[0x1]]; uint32_t L_345 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_346 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_347 = V_1; NullCheck(L_347); int32_t L_348 = 7; int32_t L_349 = (L_347)->GetAt(static_cast(L_348)); NullCheck(L_346); int32_t L_350 = L_349; uint32_t L_351 = (L_346)->GetAt(static_cast(L_350)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_352 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_353 = V_1; NullCheck(L_353); int32_t L_354 = 6; int32_t L_355 = (L_353)->GetAt(static_cast(L_354)); NullCheck(L_352); int32_t L_356 = L_355; uint32_t L_357 = (L_352)->GetAt(static_cast(L_356)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_358 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_359 = V_1; NullCheck(L_359); int32_t L_360 = 5; int32_t L_361 = (L_359)->GetAt(static_cast(L_360)); NullCheck(L_358); int32_t L_362 = L_361; uint32_t L_363 = (L_358)->GetAt(static_cast(L_362)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_364 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_365 = V_1; NullCheck(L_365); int32_t L_366 = 4; int32_t L_367 = (L_365)->GetAt(static_cast(L_366)); NullCheck(L_364); int32_t L_368 = L_367; uint32_t L_369 = (L_364)->GetAt(static_cast(L_368)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_370 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_371 = V_0; NullCheck(L_371); int32_t L_372 = 1; int32_t L_373 = (L_371)->GetAt(static_cast(L_372)); NullCheck(L_370); int32_t L_374 = L_373; uint32_t L_375 = (L_370)->GetAt(static_cast(L_374)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_345^(int32_t)L_351))^(int32_t)L_357))^(int32_t)L_363))^(int32_t)L_369))^(int32_t)L_375)); // Bits32ToInts(x8B, x, 0x8); uint32_t L_376 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_377 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_376, L_377, 8, /*hidden argument*/NULL); // xCF = zCF ^S5[x[0xA]] ^S6[x[0x9]] ^S7[x[0xB]] ^S8[x[0x8]] ^S6[z[0x3]]; uint32_t L_378 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_379 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_380 = V_1; NullCheck(L_380); int32_t L_381 = ((int32_t)10); int32_t L_382 = (L_380)->GetAt(static_cast(L_381)); NullCheck(L_379); int32_t L_383 = L_382; uint32_t L_384 = (L_379)->GetAt(static_cast(L_383)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_385 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_386 = V_1; NullCheck(L_386); int32_t L_387 = ((int32_t)9); int32_t L_388 = (L_386)->GetAt(static_cast(L_387)); NullCheck(L_385); int32_t L_389 = L_388; uint32_t L_390 = (L_385)->GetAt(static_cast(L_389)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_391 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_392 = V_1; NullCheck(L_392); int32_t L_393 = ((int32_t)11); int32_t L_394 = (L_392)->GetAt(static_cast(L_393)); NullCheck(L_391); int32_t L_395 = L_394; uint32_t L_396 = (L_391)->GetAt(static_cast(L_395)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_397 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_398 = V_1; NullCheck(L_398); int32_t L_399 = 8; int32_t L_400 = (L_398)->GetAt(static_cast(L_399)); NullCheck(L_397); int32_t L_401 = L_400; uint32_t L_402 = (L_397)->GetAt(static_cast(L_401)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_403 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_404 = V_0; NullCheck(L_404); int32_t L_405 = 3; int32_t L_406 = (L_404)->GetAt(static_cast(L_405)); NullCheck(L_403); int32_t L_407 = L_406; uint32_t L_408 = (L_403)->GetAt(static_cast(L_407)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_378^(int32_t)L_384))^(int32_t)L_390))^(int32_t)L_396))^(int32_t)L_402))^(int32_t)L_408)); // Bits32ToInts(xCF, x, 0xC); uint32_t L_409 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_410 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_409, L_410, ((int32_t)12), /*hidden argument*/NULL); // _Km[ 5]= S5[x[0x3]] ^ S6[x[0x2]] ^ S7[x[0xC]] ^ S8[x[0xD]] ^ S5[x[0x8]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_411 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_412 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_413 = V_1; NullCheck(L_413); int32_t L_414 = 3; int32_t L_415 = (L_413)->GetAt(static_cast(L_414)); NullCheck(L_412); int32_t L_416 = L_415; uint32_t L_417 = (L_412)->GetAt(static_cast(L_416)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_418 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_419 = V_1; NullCheck(L_419); int32_t L_420 = 2; int32_t L_421 = (L_419)->GetAt(static_cast(L_420)); NullCheck(L_418); int32_t L_422 = L_421; uint32_t L_423 = (L_418)->GetAt(static_cast(L_422)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_424 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_425 = V_1; NullCheck(L_425); int32_t L_426 = ((int32_t)12); int32_t L_427 = (L_425)->GetAt(static_cast(L_426)); NullCheck(L_424); int32_t L_428 = L_427; uint32_t L_429 = (L_424)->GetAt(static_cast(L_428)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_430 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_431 = V_1; NullCheck(L_431); int32_t L_432 = ((int32_t)13); int32_t L_433 = (L_431)->GetAt(static_cast(L_432)); NullCheck(L_430); int32_t L_434 = L_433; uint32_t L_435 = (L_430)->GetAt(static_cast(L_434)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_436 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_437 = V_1; NullCheck(L_437); int32_t L_438 = 8; int32_t L_439 = (L_437)->GetAt(static_cast(L_438)); NullCheck(L_436); int32_t L_440 = L_439; uint32_t L_441 = (L_436)->GetAt(static_cast(L_440)); NullCheck(L_411); (L_411)->SetAt(static_cast(5), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_417^(int32_t)L_423))^(int32_t)L_429))^(int32_t)L_435))^(int32_t)L_441))); // _Km[ 6]= S5[x[0x1]] ^ S6[x[0x0]] ^ S7[x[0xE]] ^ S8[x[0xF]] ^ S6[x[0xD]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_442 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_443 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_444 = V_1; NullCheck(L_444); int32_t L_445 = 1; int32_t L_446 = (L_444)->GetAt(static_cast(L_445)); NullCheck(L_443); int32_t L_447 = L_446; uint32_t L_448 = (L_443)->GetAt(static_cast(L_447)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_449 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_450 = V_1; NullCheck(L_450); int32_t L_451 = 0; int32_t L_452 = (L_450)->GetAt(static_cast(L_451)); NullCheck(L_449); int32_t L_453 = L_452; uint32_t L_454 = (L_449)->GetAt(static_cast(L_453)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_455 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_456 = V_1; NullCheck(L_456); int32_t L_457 = ((int32_t)14); int32_t L_458 = (L_456)->GetAt(static_cast(L_457)); NullCheck(L_455); int32_t L_459 = L_458; uint32_t L_460 = (L_455)->GetAt(static_cast(L_459)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_461 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_462 = V_1; NullCheck(L_462); int32_t L_463 = ((int32_t)15); int32_t L_464 = (L_462)->GetAt(static_cast(L_463)); NullCheck(L_461); int32_t L_465 = L_464; uint32_t L_466 = (L_461)->GetAt(static_cast(L_465)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_467 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_468 = V_1; NullCheck(L_468); int32_t L_469 = ((int32_t)13); int32_t L_470 = (L_468)->GetAt(static_cast(L_469)); NullCheck(L_467); int32_t L_471 = L_470; uint32_t L_472 = (L_467)->GetAt(static_cast(L_471)); NullCheck(L_442); (L_442)->SetAt(static_cast(6), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_448^(int32_t)L_454))^(int32_t)L_460))^(int32_t)L_466))^(int32_t)L_472))); // _Km[ 7]= S5[x[0x7]] ^ S6[x[0x6]] ^ S7[x[0x8]] ^ S8[x[0x9]] ^ S7[x[0x3]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_473 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_474 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_475 = V_1; NullCheck(L_475); int32_t L_476 = 7; int32_t L_477 = (L_475)->GetAt(static_cast(L_476)); NullCheck(L_474); int32_t L_478 = L_477; uint32_t L_479 = (L_474)->GetAt(static_cast(L_478)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_480 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_481 = V_1; NullCheck(L_481); int32_t L_482 = 6; int32_t L_483 = (L_481)->GetAt(static_cast(L_482)); NullCheck(L_480); int32_t L_484 = L_483; uint32_t L_485 = (L_480)->GetAt(static_cast(L_484)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_486 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_487 = V_1; NullCheck(L_487); int32_t L_488 = 8; int32_t L_489 = (L_487)->GetAt(static_cast(L_488)); NullCheck(L_486); int32_t L_490 = L_489; uint32_t L_491 = (L_486)->GetAt(static_cast(L_490)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_492 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_493 = V_1; NullCheck(L_493); int32_t L_494 = ((int32_t)9); int32_t L_495 = (L_493)->GetAt(static_cast(L_494)); NullCheck(L_492); int32_t L_496 = L_495; uint32_t L_497 = (L_492)->GetAt(static_cast(L_496)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_498 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_499 = V_1; NullCheck(L_499); int32_t L_500 = 3; int32_t L_501 = (L_499)->GetAt(static_cast(L_500)); NullCheck(L_498); int32_t L_502 = L_501; uint32_t L_503 = (L_498)->GetAt(static_cast(L_502)); NullCheck(L_473); (L_473)->SetAt(static_cast(7), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_479^(int32_t)L_485))^(int32_t)L_491))^(int32_t)L_497))^(int32_t)L_503))); // _Km[ 8]= S5[x[0x5]] ^ S6[x[0x4]] ^ S7[x[0xA]] ^ S8[x[0xB]] ^ S8[x[0x7]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_504 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_505 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_506 = V_1; NullCheck(L_506); int32_t L_507 = 5; int32_t L_508 = (L_506)->GetAt(static_cast(L_507)); NullCheck(L_505); int32_t L_509 = L_508; uint32_t L_510 = (L_505)->GetAt(static_cast(L_509)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_511 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_512 = V_1; NullCheck(L_512); int32_t L_513 = 4; int32_t L_514 = (L_512)->GetAt(static_cast(L_513)); NullCheck(L_511); int32_t L_515 = L_514; uint32_t L_516 = (L_511)->GetAt(static_cast(L_515)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_517 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_518 = V_1; NullCheck(L_518); int32_t L_519 = ((int32_t)10); int32_t L_520 = (L_518)->GetAt(static_cast(L_519)); NullCheck(L_517); int32_t L_521 = L_520; uint32_t L_522 = (L_517)->GetAt(static_cast(L_521)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_523 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_524 = V_1; NullCheck(L_524); int32_t L_525 = ((int32_t)11); int32_t L_526 = (L_524)->GetAt(static_cast(L_525)); NullCheck(L_523); int32_t L_527 = L_526; uint32_t L_528 = (L_523)->GetAt(static_cast(L_527)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_529 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_530 = V_1; NullCheck(L_530); int32_t L_531 = 7; int32_t L_532 = (L_530)->GetAt(static_cast(L_531)); NullCheck(L_529); int32_t L_533 = L_532; uint32_t L_534 = (L_529)->GetAt(static_cast(L_533)); NullCheck(L_504); (L_504)->SetAt(static_cast(8), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_510^(int32_t)L_516))^(int32_t)L_522))^(int32_t)L_528))^(int32_t)L_534))); // x03 = IntsTo32bits(x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_535 = V_1; uint32_t L_536; L_536 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_535, 0, /*hidden argument*/NULL); // x47 = IntsTo32bits(x, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_537 = V_1; uint32_t L_538; L_538 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_537, 4, /*hidden argument*/NULL); V_4 = L_538; // x8B = IntsTo32bits(x, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_539 = V_1; uint32_t L_540; L_540 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_539, 8, /*hidden argument*/NULL); V_5 = L_540; // xCF = IntsTo32bits(x, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_541 = V_1; uint32_t L_542; L_542 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_541, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_542; // z03 = x03 ^S5[x[0xD]] ^S6[x[0xF]] ^S7[x[0xC]] ^S8[x[0xE]] ^S7[x[0x8]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_543 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_544 = V_1; NullCheck(L_544); int32_t L_545 = ((int32_t)13); int32_t L_546 = (L_544)->GetAt(static_cast(L_545)); NullCheck(L_543); int32_t L_547 = L_546; uint32_t L_548 = (L_543)->GetAt(static_cast(L_547)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_549 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_550 = V_1; NullCheck(L_550); int32_t L_551 = ((int32_t)15); int32_t L_552 = (L_550)->GetAt(static_cast(L_551)); NullCheck(L_549); int32_t L_553 = L_552; uint32_t L_554 = (L_549)->GetAt(static_cast(L_553)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_555 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_556 = V_1; NullCheck(L_556); int32_t L_557 = ((int32_t)12); int32_t L_558 = (L_556)->GetAt(static_cast(L_557)); NullCheck(L_555); int32_t L_559 = L_558; uint32_t L_560 = (L_555)->GetAt(static_cast(L_559)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_561 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_562 = V_1; NullCheck(L_562); int32_t L_563 = ((int32_t)14); int32_t L_564 = (L_562)->GetAt(static_cast(L_563)); NullCheck(L_561); int32_t L_565 = L_564; uint32_t L_566 = (L_561)->GetAt(static_cast(L_565)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_567 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_568 = V_1; NullCheck(L_568); int32_t L_569 = 8; int32_t L_570 = (L_568)->GetAt(static_cast(L_569)); NullCheck(L_567); int32_t L_571 = L_570; uint32_t L_572 = (L_567)->GetAt(static_cast(L_571)); // Bits32ToInts(z03, z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_573 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_536^(int32_t)L_548))^(int32_t)L_554))^(int32_t)L_560))^(int32_t)L_566))^(int32_t)L_572)), L_573, 0, /*hidden argument*/NULL); // z47 = x8B ^S5[z[0x0]] ^S6[z[0x2]] ^S7[z[0x1]] ^S8[z[0x3]] ^S8[x[0xA]]; uint32_t L_574 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_575 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_576 = V_0; NullCheck(L_576); int32_t L_577 = 0; int32_t L_578 = (L_576)->GetAt(static_cast(L_577)); NullCheck(L_575); int32_t L_579 = L_578; uint32_t L_580 = (L_575)->GetAt(static_cast(L_579)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_581 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_582 = V_0; NullCheck(L_582); int32_t L_583 = 2; int32_t L_584 = (L_582)->GetAt(static_cast(L_583)); NullCheck(L_581); int32_t L_585 = L_584; uint32_t L_586 = (L_581)->GetAt(static_cast(L_585)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_587 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_588 = V_0; NullCheck(L_588); int32_t L_589 = 1; int32_t L_590 = (L_588)->GetAt(static_cast(L_589)); NullCheck(L_587); int32_t L_591 = L_590; uint32_t L_592 = (L_587)->GetAt(static_cast(L_591)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_593 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_594 = V_0; NullCheck(L_594); int32_t L_595 = 3; int32_t L_596 = (L_594)->GetAt(static_cast(L_595)); NullCheck(L_593); int32_t L_597 = L_596; uint32_t L_598 = (L_593)->GetAt(static_cast(L_597)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_599 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_600 = V_1; NullCheck(L_600); int32_t L_601 = ((int32_t)10); int32_t L_602 = (L_600)->GetAt(static_cast(L_601)); NullCheck(L_599); int32_t L_603 = L_602; uint32_t L_604 = (L_599)->GetAt(static_cast(L_603)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_574^(int32_t)L_580))^(int32_t)L_586))^(int32_t)L_592))^(int32_t)L_598))^(int32_t)L_604)); // Bits32ToInts(z47, z, 0x4); uint32_t L_605 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_606 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_605, L_606, 4, /*hidden argument*/NULL); // z8B = xCF ^S5[z[0x7]] ^S6[z[0x6]] ^S7[z[0x5]] ^S8[z[0x4]] ^S5[x[0x9]]; uint32_t L_607 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_608 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_609 = V_0; NullCheck(L_609); int32_t L_610 = 7; int32_t L_611 = (L_609)->GetAt(static_cast(L_610)); NullCheck(L_608); int32_t L_612 = L_611; uint32_t L_613 = (L_608)->GetAt(static_cast(L_612)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_614 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_615 = V_0; NullCheck(L_615); int32_t L_616 = 6; int32_t L_617 = (L_615)->GetAt(static_cast(L_616)); NullCheck(L_614); int32_t L_618 = L_617; uint32_t L_619 = (L_614)->GetAt(static_cast(L_618)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_620 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_621 = V_0; NullCheck(L_621); int32_t L_622 = 5; int32_t L_623 = (L_621)->GetAt(static_cast(L_622)); NullCheck(L_620); int32_t L_624 = L_623; uint32_t L_625 = (L_620)->GetAt(static_cast(L_624)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_626 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_627 = V_0; NullCheck(L_627); int32_t L_628 = 4; int32_t L_629 = (L_627)->GetAt(static_cast(L_628)); NullCheck(L_626); int32_t L_630 = L_629; uint32_t L_631 = (L_626)->GetAt(static_cast(L_630)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_632 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_633 = V_1; NullCheck(L_633); int32_t L_634 = ((int32_t)9); int32_t L_635 = (L_633)->GetAt(static_cast(L_634)); NullCheck(L_632); int32_t L_636 = L_635; uint32_t L_637 = (L_632)->GetAt(static_cast(L_636)); // Bits32ToInts(z8B, z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_638 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_607^(int32_t)L_613))^(int32_t)L_619))^(int32_t)L_625))^(int32_t)L_631))^(int32_t)L_637)), L_638, 8, /*hidden argument*/NULL); // zCF = x47 ^S5[z[0xA]] ^S6[z[0x9]] ^S7[z[0xB]] ^S8[z[0x8]] ^S6[x[0xB]]; uint32_t L_639 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_640 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_641 = V_0; NullCheck(L_641); int32_t L_642 = ((int32_t)10); int32_t L_643 = (L_641)->GetAt(static_cast(L_642)); NullCheck(L_640); int32_t L_644 = L_643; uint32_t L_645 = (L_640)->GetAt(static_cast(L_644)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_646 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_647 = V_0; NullCheck(L_647); int32_t L_648 = ((int32_t)9); int32_t L_649 = (L_647)->GetAt(static_cast(L_648)); NullCheck(L_646); int32_t L_650 = L_649; uint32_t L_651 = (L_646)->GetAt(static_cast(L_650)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_652 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_653 = V_0; NullCheck(L_653); int32_t L_654 = ((int32_t)11); int32_t L_655 = (L_653)->GetAt(static_cast(L_654)); NullCheck(L_652); int32_t L_656 = L_655; uint32_t L_657 = (L_652)->GetAt(static_cast(L_656)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_658 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_659 = V_0; NullCheck(L_659); int32_t L_660 = 8; int32_t L_661 = (L_659)->GetAt(static_cast(L_660)); NullCheck(L_658); int32_t L_662 = L_661; uint32_t L_663 = (L_658)->GetAt(static_cast(L_662)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_664 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_665 = V_1; NullCheck(L_665); int32_t L_666 = ((int32_t)11); int32_t L_667 = (L_665)->GetAt(static_cast(L_666)); NullCheck(L_664); int32_t L_668 = L_667; uint32_t L_669 = (L_664)->GetAt(static_cast(L_668)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_639^(int32_t)L_645))^(int32_t)L_651))^(int32_t)L_657))^(int32_t)L_663))^(int32_t)L_669)); // Bits32ToInts(zCF, z, 0xC); uint32_t L_670 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_671 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_670, L_671, ((int32_t)12), /*hidden argument*/NULL); // _Km[ 9]= S5[z[0x3]] ^ S6[z[0x2]] ^ S7[z[0xC]] ^ S8[z[0xD]] ^ S5[z[0x9]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_672 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_673 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_674 = V_0; NullCheck(L_674); int32_t L_675 = 3; int32_t L_676 = (L_674)->GetAt(static_cast(L_675)); NullCheck(L_673); int32_t L_677 = L_676; uint32_t L_678 = (L_673)->GetAt(static_cast(L_677)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_679 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_680 = V_0; NullCheck(L_680); int32_t L_681 = 2; int32_t L_682 = (L_680)->GetAt(static_cast(L_681)); NullCheck(L_679); int32_t L_683 = L_682; uint32_t L_684 = (L_679)->GetAt(static_cast(L_683)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_685 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_686 = V_0; NullCheck(L_686); int32_t L_687 = ((int32_t)12); int32_t L_688 = (L_686)->GetAt(static_cast(L_687)); NullCheck(L_685); int32_t L_689 = L_688; uint32_t L_690 = (L_685)->GetAt(static_cast(L_689)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_691 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_692 = V_0; NullCheck(L_692); int32_t L_693 = ((int32_t)13); int32_t L_694 = (L_692)->GetAt(static_cast(L_693)); NullCheck(L_691); int32_t L_695 = L_694; uint32_t L_696 = (L_691)->GetAt(static_cast(L_695)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_697 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_698 = V_0; NullCheck(L_698); int32_t L_699 = ((int32_t)9); int32_t L_700 = (L_698)->GetAt(static_cast(L_699)); NullCheck(L_697); int32_t L_701 = L_700; uint32_t L_702 = (L_697)->GetAt(static_cast(L_701)); NullCheck(L_672); (L_672)->SetAt(static_cast(((int32_t)9)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_678^(int32_t)L_684))^(int32_t)L_690))^(int32_t)L_696))^(int32_t)L_702))); // _Km[10]= S5[z[0x1]] ^ S6[z[0x0]] ^ S7[z[0xE]] ^ S8[z[0xF]] ^ S6[z[0xc]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_703 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_704 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_705 = V_0; NullCheck(L_705); int32_t L_706 = 1; int32_t L_707 = (L_705)->GetAt(static_cast(L_706)); NullCheck(L_704); int32_t L_708 = L_707; uint32_t L_709 = (L_704)->GetAt(static_cast(L_708)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_710 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_711 = V_0; NullCheck(L_711); int32_t L_712 = 0; int32_t L_713 = (L_711)->GetAt(static_cast(L_712)); NullCheck(L_710); int32_t L_714 = L_713; uint32_t L_715 = (L_710)->GetAt(static_cast(L_714)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_716 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_717 = V_0; NullCheck(L_717); int32_t L_718 = ((int32_t)14); int32_t L_719 = (L_717)->GetAt(static_cast(L_718)); NullCheck(L_716); int32_t L_720 = L_719; uint32_t L_721 = (L_716)->GetAt(static_cast(L_720)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_722 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_723 = V_0; NullCheck(L_723); int32_t L_724 = ((int32_t)15); int32_t L_725 = (L_723)->GetAt(static_cast(L_724)); NullCheck(L_722); int32_t L_726 = L_725; uint32_t L_727 = (L_722)->GetAt(static_cast(L_726)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_728 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_729 = V_0; NullCheck(L_729); int32_t L_730 = ((int32_t)12); int32_t L_731 = (L_729)->GetAt(static_cast(L_730)); NullCheck(L_728); int32_t L_732 = L_731; uint32_t L_733 = (L_728)->GetAt(static_cast(L_732)); NullCheck(L_703); (L_703)->SetAt(static_cast(((int32_t)10)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_709^(int32_t)L_715))^(int32_t)L_721))^(int32_t)L_727))^(int32_t)L_733))); // _Km[11]= S5[z[0x7]] ^ S6[z[0x6]] ^ S7[z[0x8]] ^ S8[z[0x9]] ^ S7[z[0x2]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_734 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_735 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_736 = V_0; NullCheck(L_736); int32_t L_737 = 7; int32_t L_738 = (L_736)->GetAt(static_cast(L_737)); NullCheck(L_735); int32_t L_739 = L_738; uint32_t L_740 = (L_735)->GetAt(static_cast(L_739)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_741 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_742 = V_0; NullCheck(L_742); int32_t L_743 = 6; int32_t L_744 = (L_742)->GetAt(static_cast(L_743)); NullCheck(L_741); int32_t L_745 = L_744; uint32_t L_746 = (L_741)->GetAt(static_cast(L_745)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_747 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_748 = V_0; NullCheck(L_748); int32_t L_749 = 8; int32_t L_750 = (L_748)->GetAt(static_cast(L_749)); NullCheck(L_747); int32_t L_751 = L_750; uint32_t L_752 = (L_747)->GetAt(static_cast(L_751)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_753 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_754 = V_0; NullCheck(L_754); int32_t L_755 = ((int32_t)9); int32_t L_756 = (L_754)->GetAt(static_cast(L_755)); NullCheck(L_753); int32_t L_757 = L_756; uint32_t L_758 = (L_753)->GetAt(static_cast(L_757)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_759 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_760 = V_0; NullCheck(L_760); int32_t L_761 = 2; int32_t L_762 = (L_760)->GetAt(static_cast(L_761)); NullCheck(L_759); int32_t L_763 = L_762; uint32_t L_764 = (L_759)->GetAt(static_cast(L_763)); NullCheck(L_734); (L_734)->SetAt(static_cast(((int32_t)11)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_740^(int32_t)L_746))^(int32_t)L_752))^(int32_t)L_758))^(int32_t)L_764))); // _Km[12]= S5[z[0x5]] ^ S6[z[0x4]] ^ S7[z[0xA]] ^ S8[z[0xB]] ^ S8[z[0x6]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_765 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_766 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_767 = V_0; NullCheck(L_767); int32_t L_768 = 5; int32_t L_769 = (L_767)->GetAt(static_cast(L_768)); NullCheck(L_766); int32_t L_770 = L_769; uint32_t L_771 = (L_766)->GetAt(static_cast(L_770)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_772 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_773 = V_0; NullCheck(L_773); int32_t L_774 = 4; int32_t L_775 = (L_773)->GetAt(static_cast(L_774)); NullCheck(L_772); int32_t L_776 = L_775; uint32_t L_777 = (L_772)->GetAt(static_cast(L_776)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_778 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_779 = V_0; NullCheck(L_779); int32_t L_780 = ((int32_t)10); int32_t L_781 = (L_779)->GetAt(static_cast(L_780)); NullCheck(L_778); int32_t L_782 = L_781; uint32_t L_783 = (L_778)->GetAt(static_cast(L_782)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_784 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_785 = V_0; NullCheck(L_785); int32_t L_786 = ((int32_t)11); int32_t L_787 = (L_785)->GetAt(static_cast(L_786)); NullCheck(L_784); int32_t L_788 = L_787; uint32_t L_789 = (L_784)->GetAt(static_cast(L_788)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_790 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_791 = V_0; NullCheck(L_791); int32_t L_792 = 6; int32_t L_793 = (L_791)->GetAt(static_cast(L_792)); NullCheck(L_790); int32_t L_794 = L_793; uint32_t L_795 = (L_790)->GetAt(static_cast(L_794)); NullCheck(L_765); (L_765)->SetAt(static_cast(((int32_t)12)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_771^(int32_t)L_777))^(int32_t)L_783))^(int32_t)L_789))^(int32_t)L_795))); // z03 = IntsTo32bits(z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_796 = V_0; uint32_t L_797; L_797 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_796, 0, /*hidden argument*/NULL); // z47 = IntsTo32bits(z, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_798 = V_0; uint32_t L_799; L_799 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_798, 4, /*hidden argument*/NULL); V_2 = L_799; // z8B = IntsTo32bits(z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_800 = V_0; uint32_t L_801; L_801 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_800, 8, /*hidden argument*/NULL); // zCF = IntsTo32bits(z, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_802 = V_0; uint32_t L_803; L_803 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_802, ((int32_t)12), /*hidden argument*/NULL); V_3 = L_803; // x03 = z8B ^S5[z[0x5]] ^S6[z[0x7]] ^S7[z[0x4]] ^S8[z[0x6]] ^S7[z[0x0]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_804 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_805 = V_0; NullCheck(L_805); int32_t L_806 = 5; int32_t L_807 = (L_805)->GetAt(static_cast(L_806)); NullCheck(L_804); int32_t L_808 = L_807; uint32_t L_809 = (L_804)->GetAt(static_cast(L_808)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_810 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_811 = V_0; NullCheck(L_811); int32_t L_812 = 7; int32_t L_813 = (L_811)->GetAt(static_cast(L_812)); NullCheck(L_810); int32_t L_814 = L_813; uint32_t L_815 = (L_810)->GetAt(static_cast(L_814)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_816 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_817 = V_0; NullCheck(L_817); int32_t L_818 = 4; int32_t L_819 = (L_817)->GetAt(static_cast(L_818)); NullCheck(L_816); int32_t L_820 = L_819; uint32_t L_821 = (L_816)->GetAt(static_cast(L_820)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_822 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_823 = V_0; NullCheck(L_823); int32_t L_824 = 6; int32_t L_825 = (L_823)->GetAt(static_cast(L_824)); NullCheck(L_822); int32_t L_826 = L_825; uint32_t L_827 = (L_822)->GetAt(static_cast(L_826)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_828 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_829 = V_0; NullCheck(L_829); int32_t L_830 = 0; int32_t L_831 = (L_829)->GetAt(static_cast(L_830)); NullCheck(L_828); int32_t L_832 = L_831; uint32_t L_833 = (L_828)->GetAt(static_cast(L_832)); // Bits32ToInts(x03, x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_834 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_801^(int32_t)L_809))^(int32_t)L_815))^(int32_t)L_821))^(int32_t)L_827))^(int32_t)L_833)), L_834, 0, /*hidden argument*/NULL); // x47 = z03 ^S5[x[0x0]] ^S6[x[0x2]] ^S7[x[0x1]] ^S8[x[0x3]] ^S8[z[0x2]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_835 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_836 = V_1; NullCheck(L_836); int32_t L_837 = 0; int32_t L_838 = (L_836)->GetAt(static_cast(L_837)); NullCheck(L_835); int32_t L_839 = L_838; uint32_t L_840 = (L_835)->GetAt(static_cast(L_839)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_841 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_842 = V_1; NullCheck(L_842); int32_t L_843 = 2; int32_t L_844 = (L_842)->GetAt(static_cast(L_843)); NullCheck(L_841); int32_t L_845 = L_844; uint32_t L_846 = (L_841)->GetAt(static_cast(L_845)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_847 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_848 = V_1; NullCheck(L_848); int32_t L_849 = 1; int32_t L_850 = (L_848)->GetAt(static_cast(L_849)); NullCheck(L_847); int32_t L_851 = L_850; uint32_t L_852 = (L_847)->GetAt(static_cast(L_851)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_853 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_854 = V_1; NullCheck(L_854); int32_t L_855 = 3; int32_t L_856 = (L_854)->GetAt(static_cast(L_855)); NullCheck(L_853); int32_t L_857 = L_856; uint32_t L_858 = (L_853)->GetAt(static_cast(L_857)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_859 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_860 = V_0; NullCheck(L_860); int32_t L_861 = 2; int32_t L_862 = (L_860)->GetAt(static_cast(L_861)); NullCheck(L_859); int32_t L_863 = L_862; uint32_t L_864 = (L_859)->GetAt(static_cast(L_863)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_797^(int32_t)L_840))^(int32_t)L_846))^(int32_t)L_852))^(int32_t)L_858))^(int32_t)L_864)); // Bits32ToInts(x47, x, 0x4); uint32_t L_865 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_866 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_865, L_866, 4, /*hidden argument*/NULL); // x8B = z47 ^S5[x[0x7]] ^S6[x[0x6]] ^S7[x[0x5]] ^S8[x[0x4]] ^S5[z[0x1]]; uint32_t L_867 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_868 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_869 = V_1; NullCheck(L_869); int32_t L_870 = 7; int32_t L_871 = (L_869)->GetAt(static_cast(L_870)); NullCheck(L_868); int32_t L_872 = L_871; uint32_t L_873 = (L_868)->GetAt(static_cast(L_872)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_874 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_875 = V_1; NullCheck(L_875); int32_t L_876 = 6; int32_t L_877 = (L_875)->GetAt(static_cast(L_876)); NullCheck(L_874); int32_t L_878 = L_877; uint32_t L_879 = (L_874)->GetAt(static_cast(L_878)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_880 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_881 = V_1; NullCheck(L_881); int32_t L_882 = 5; int32_t L_883 = (L_881)->GetAt(static_cast(L_882)); NullCheck(L_880); int32_t L_884 = L_883; uint32_t L_885 = (L_880)->GetAt(static_cast(L_884)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_886 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_887 = V_1; NullCheck(L_887); int32_t L_888 = 4; int32_t L_889 = (L_887)->GetAt(static_cast(L_888)); NullCheck(L_886); int32_t L_890 = L_889; uint32_t L_891 = (L_886)->GetAt(static_cast(L_890)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_892 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_893 = V_0; NullCheck(L_893); int32_t L_894 = 1; int32_t L_895 = (L_893)->GetAt(static_cast(L_894)); NullCheck(L_892); int32_t L_896 = L_895; uint32_t L_897 = (L_892)->GetAt(static_cast(L_896)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_867^(int32_t)L_873))^(int32_t)L_879))^(int32_t)L_885))^(int32_t)L_891))^(int32_t)L_897)); // Bits32ToInts(x8B, x, 0x8); uint32_t L_898 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_899 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_898, L_899, 8, /*hidden argument*/NULL); // xCF = zCF ^S5[x[0xA]] ^S6[x[0x9]] ^S7[x[0xB]] ^S8[x[0x8]] ^S6[z[0x3]]; uint32_t L_900 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_901 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_902 = V_1; NullCheck(L_902); int32_t L_903 = ((int32_t)10); int32_t L_904 = (L_902)->GetAt(static_cast(L_903)); NullCheck(L_901); int32_t L_905 = L_904; uint32_t L_906 = (L_901)->GetAt(static_cast(L_905)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_907 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_908 = V_1; NullCheck(L_908); int32_t L_909 = ((int32_t)9); int32_t L_910 = (L_908)->GetAt(static_cast(L_909)); NullCheck(L_907); int32_t L_911 = L_910; uint32_t L_912 = (L_907)->GetAt(static_cast(L_911)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_913 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_914 = V_1; NullCheck(L_914); int32_t L_915 = ((int32_t)11); int32_t L_916 = (L_914)->GetAt(static_cast(L_915)); NullCheck(L_913); int32_t L_917 = L_916; uint32_t L_918 = (L_913)->GetAt(static_cast(L_917)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_919 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_920 = V_1; NullCheck(L_920); int32_t L_921 = 8; int32_t L_922 = (L_920)->GetAt(static_cast(L_921)); NullCheck(L_919); int32_t L_923 = L_922; uint32_t L_924 = (L_919)->GetAt(static_cast(L_923)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_925 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_926 = V_0; NullCheck(L_926); int32_t L_927 = 3; int32_t L_928 = (L_926)->GetAt(static_cast(L_927)); NullCheck(L_925); int32_t L_929 = L_928; uint32_t L_930 = (L_925)->GetAt(static_cast(L_929)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_900^(int32_t)L_906))^(int32_t)L_912))^(int32_t)L_918))^(int32_t)L_924))^(int32_t)L_930)); // Bits32ToInts(xCF, x, 0xC); uint32_t L_931 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_932 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_931, L_932, ((int32_t)12), /*hidden argument*/NULL); // _Km[13]= S5[x[0x8]] ^ S6[x[0x9]] ^ S7[x[0x7]] ^ S8[x[0x6]] ^ S5[x[0x3]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_933 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_934 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_935 = V_1; NullCheck(L_935); int32_t L_936 = 8; int32_t L_937 = (L_935)->GetAt(static_cast(L_936)); NullCheck(L_934); int32_t L_938 = L_937; uint32_t L_939 = (L_934)->GetAt(static_cast(L_938)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_940 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_941 = V_1; NullCheck(L_941); int32_t L_942 = ((int32_t)9); int32_t L_943 = (L_941)->GetAt(static_cast(L_942)); NullCheck(L_940); int32_t L_944 = L_943; uint32_t L_945 = (L_940)->GetAt(static_cast(L_944)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_946 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_947 = V_1; NullCheck(L_947); int32_t L_948 = 7; int32_t L_949 = (L_947)->GetAt(static_cast(L_948)); NullCheck(L_946); int32_t L_950 = L_949; uint32_t L_951 = (L_946)->GetAt(static_cast(L_950)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_952 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_953 = V_1; NullCheck(L_953); int32_t L_954 = 6; int32_t L_955 = (L_953)->GetAt(static_cast(L_954)); NullCheck(L_952); int32_t L_956 = L_955; uint32_t L_957 = (L_952)->GetAt(static_cast(L_956)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_958 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_959 = V_1; NullCheck(L_959); int32_t L_960 = 3; int32_t L_961 = (L_959)->GetAt(static_cast(L_960)); NullCheck(L_958); int32_t L_962 = L_961; uint32_t L_963 = (L_958)->GetAt(static_cast(L_962)); NullCheck(L_933); (L_933)->SetAt(static_cast(((int32_t)13)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_939^(int32_t)L_945))^(int32_t)L_951))^(int32_t)L_957))^(int32_t)L_963))); // _Km[14]= S5[x[0xA]] ^ S6[x[0xB]] ^ S7[x[0x5]] ^ S8[x[0x4]] ^ S6[x[0x7]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_964 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_965 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_966 = V_1; NullCheck(L_966); int32_t L_967 = ((int32_t)10); int32_t L_968 = (L_966)->GetAt(static_cast(L_967)); NullCheck(L_965); int32_t L_969 = L_968; uint32_t L_970 = (L_965)->GetAt(static_cast(L_969)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_971 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_972 = V_1; NullCheck(L_972); int32_t L_973 = ((int32_t)11); int32_t L_974 = (L_972)->GetAt(static_cast(L_973)); NullCheck(L_971); int32_t L_975 = L_974; uint32_t L_976 = (L_971)->GetAt(static_cast(L_975)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_977 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_978 = V_1; NullCheck(L_978); int32_t L_979 = 5; int32_t L_980 = (L_978)->GetAt(static_cast(L_979)); NullCheck(L_977); int32_t L_981 = L_980; uint32_t L_982 = (L_977)->GetAt(static_cast(L_981)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_983 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_984 = V_1; NullCheck(L_984); int32_t L_985 = 4; int32_t L_986 = (L_984)->GetAt(static_cast(L_985)); NullCheck(L_983); int32_t L_987 = L_986; uint32_t L_988 = (L_983)->GetAt(static_cast(L_987)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_989 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_990 = V_1; NullCheck(L_990); int32_t L_991 = 7; int32_t L_992 = (L_990)->GetAt(static_cast(L_991)); NullCheck(L_989); int32_t L_993 = L_992; uint32_t L_994 = (L_989)->GetAt(static_cast(L_993)); NullCheck(L_964); (L_964)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_970^(int32_t)L_976))^(int32_t)L_982))^(int32_t)L_988))^(int32_t)L_994))); // _Km[15]= S5[x[0xC]] ^ S6[x[0xD]] ^ S7[x[0x3]] ^ S8[x[0x2]] ^ S7[x[0x8]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_995 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_996 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_997 = V_1; NullCheck(L_997); int32_t L_998 = ((int32_t)12); int32_t L_999 = (L_997)->GetAt(static_cast(L_998)); NullCheck(L_996); int32_t L_1000 = L_999; uint32_t L_1001 = (L_996)->GetAt(static_cast(L_1000)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1002 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1003 = V_1; NullCheck(L_1003); int32_t L_1004 = ((int32_t)13); int32_t L_1005 = (L_1003)->GetAt(static_cast(L_1004)); NullCheck(L_1002); int32_t L_1006 = L_1005; uint32_t L_1007 = (L_1002)->GetAt(static_cast(L_1006)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1008 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1009 = V_1; NullCheck(L_1009); int32_t L_1010 = 3; int32_t L_1011 = (L_1009)->GetAt(static_cast(L_1010)); NullCheck(L_1008); int32_t L_1012 = L_1011; uint32_t L_1013 = (L_1008)->GetAt(static_cast(L_1012)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1014 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1015 = V_1; NullCheck(L_1015); int32_t L_1016 = 2; int32_t L_1017 = (L_1015)->GetAt(static_cast(L_1016)); NullCheck(L_1014); int32_t L_1018 = L_1017; uint32_t L_1019 = (L_1014)->GetAt(static_cast(L_1018)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1020 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1021 = V_1; NullCheck(L_1021); int32_t L_1022 = 8; int32_t L_1023 = (L_1021)->GetAt(static_cast(L_1022)); NullCheck(L_1020); int32_t L_1024 = L_1023; uint32_t L_1025 = (L_1020)->GetAt(static_cast(L_1024)); NullCheck(L_995); (L_995)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1001^(int32_t)L_1007))^(int32_t)L_1013))^(int32_t)L_1019))^(int32_t)L_1025))); // _Km[16]= S5[x[0xE]] ^ S6[x[0xF]] ^ S7[x[0x1]] ^ S8[x[0x0]] ^ S8[x[0xD]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1026 = __this->get__Km_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1027 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1028 = V_1; NullCheck(L_1028); int32_t L_1029 = ((int32_t)14); int32_t L_1030 = (L_1028)->GetAt(static_cast(L_1029)); NullCheck(L_1027); int32_t L_1031 = L_1030; uint32_t L_1032 = (L_1027)->GetAt(static_cast(L_1031)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1033 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1034 = V_1; NullCheck(L_1034); int32_t L_1035 = ((int32_t)15); int32_t L_1036 = (L_1034)->GetAt(static_cast(L_1035)); NullCheck(L_1033); int32_t L_1037 = L_1036; uint32_t L_1038 = (L_1033)->GetAt(static_cast(L_1037)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1039 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1040 = V_1; NullCheck(L_1040); int32_t L_1041 = 1; int32_t L_1042 = (L_1040)->GetAt(static_cast(L_1041)); NullCheck(L_1039); int32_t L_1043 = L_1042; uint32_t L_1044 = (L_1039)->GetAt(static_cast(L_1043)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1045 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1046 = V_1; NullCheck(L_1046); int32_t L_1047 = 0; int32_t L_1048 = (L_1046)->GetAt(static_cast(L_1047)); NullCheck(L_1045); int32_t L_1049 = L_1048; uint32_t L_1050 = (L_1045)->GetAt(static_cast(L_1049)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1051 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1052 = V_1; NullCheck(L_1052); int32_t L_1053 = ((int32_t)13); int32_t L_1054 = (L_1052)->GetAt(static_cast(L_1053)); NullCheck(L_1051); int32_t L_1055 = L_1054; uint32_t L_1056 = (L_1051)->GetAt(static_cast(L_1055)); NullCheck(L_1026); (L_1026)->SetAt(static_cast(((int32_t)16)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1032^(int32_t)L_1038))^(int32_t)L_1044))^(int32_t)L_1050))^(int32_t)L_1056))); // x03 = IntsTo32bits(x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1057 = V_1; uint32_t L_1058; L_1058 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1057, 0, /*hidden argument*/NULL); // x47 = IntsTo32bits(x, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1059 = V_1; uint32_t L_1060; L_1060 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1059, 4, /*hidden argument*/NULL); V_4 = L_1060; // x8B = IntsTo32bits(x, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1061 = V_1; uint32_t L_1062; L_1062 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1061, 8, /*hidden argument*/NULL); V_5 = L_1062; // xCF = IntsTo32bits(x, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1063 = V_1; uint32_t L_1064; L_1064 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1063, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_1064; // z03 = x03 ^S5[x[0xD]] ^S6[x[0xF]] ^S7[x[0xC]] ^S8[x[0xE]] ^S7[x[0x8]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1065 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1066 = V_1; NullCheck(L_1066); int32_t L_1067 = ((int32_t)13); int32_t L_1068 = (L_1066)->GetAt(static_cast(L_1067)); NullCheck(L_1065); int32_t L_1069 = L_1068; uint32_t L_1070 = (L_1065)->GetAt(static_cast(L_1069)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1071 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1072 = V_1; NullCheck(L_1072); int32_t L_1073 = ((int32_t)15); int32_t L_1074 = (L_1072)->GetAt(static_cast(L_1073)); NullCheck(L_1071); int32_t L_1075 = L_1074; uint32_t L_1076 = (L_1071)->GetAt(static_cast(L_1075)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1077 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1078 = V_1; NullCheck(L_1078); int32_t L_1079 = ((int32_t)12); int32_t L_1080 = (L_1078)->GetAt(static_cast(L_1079)); NullCheck(L_1077); int32_t L_1081 = L_1080; uint32_t L_1082 = (L_1077)->GetAt(static_cast(L_1081)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1083 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1084 = V_1; NullCheck(L_1084); int32_t L_1085 = ((int32_t)14); int32_t L_1086 = (L_1084)->GetAt(static_cast(L_1085)); NullCheck(L_1083); int32_t L_1087 = L_1086; uint32_t L_1088 = (L_1083)->GetAt(static_cast(L_1087)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1089 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1090 = V_1; NullCheck(L_1090); int32_t L_1091 = 8; int32_t L_1092 = (L_1090)->GetAt(static_cast(L_1091)); NullCheck(L_1089); int32_t L_1093 = L_1092; uint32_t L_1094 = (L_1089)->GetAt(static_cast(L_1093)); // Bits32ToInts(z03, z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1095 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1058^(int32_t)L_1070))^(int32_t)L_1076))^(int32_t)L_1082))^(int32_t)L_1088))^(int32_t)L_1094)), L_1095, 0, /*hidden argument*/NULL); // z47 = x8B ^S5[z[0x0]] ^S6[z[0x2]] ^S7[z[0x1]] ^S8[z[0x3]] ^S8[x[0xA]]; uint32_t L_1096 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1097 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1098 = V_0; NullCheck(L_1098); int32_t L_1099 = 0; int32_t L_1100 = (L_1098)->GetAt(static_cast(L_1099)); NullCheck(L_1097); int32_t L_1101 = L_1100; uint32_t L_1102 = (L_1097)->GetAt(static_cast(L_1101)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1103 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1104 = V_0; NullCheck(L_1104); int32_t L_1105 = 2; int32_t L_1106 = (L_1104)->GetAt(static_cast(L_1105)); NullCheck(L_1103); int32_t L_1107 = L_1106; uint32_t L_1108 = (L_1103)->GetAt(static_cast(L_1107)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1109 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1110 = V_0; NullCheck(L_1110); int32_t L_1111 = 1; int32_t L_1112 = (L_1110)->GetAt(static_cast(L_1111)); NullCheck(L_1109); int32_t L_1113 = L_1112; uint32_t L_1114 = (L_1109)->GetAt(static_cast(L_1113)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1115 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1116 = V_0; NullCheck(L_1116); int32_t L_1117 = 3; int32_t L_1118 = (L_1116)->GetAt(static_cast(L_1117)); NullCheck(L_1115); int32_t L_1119 = L_1118; uint32_t L_1120 = (L_1115)->GetAt(static_cast(L_1119)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1121 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1122 = V_1; NullCheck(L_1122); int32_t L_1123 = ((int32_t)10); int32_t L_1124 = (L_1122)->GetAt(static_cast(L_1123)); NullCheck(L_1121); int32_t L_1125 = L_1124; uint32_t L_1126 = (L_1121)->GetAt(static_cast(L_1125)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1096^(int32_t)L_1102))^(int32_t)L_1108))^(int32_t)L_1114))^(int32_t)L_1120))^(int32_t)L_1126)); // Bits32ToInts(z47, z, 0x4); uint32_t L_1127 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1128 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1127, L_1128, 4, /*hidden argument*/NULL); // z8B = xCF ^S5[z[0x7]] ^S6[z[0x6]] ^S7[z[0x5]] ^S8[z[0x4]] ^S5[x[0x9]]; uint32_t L_1129 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1130 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1131 = V_0; NullCheck(L_1131); int32_t L_1132 = 7; int32_t L_1133 = (L_1131)->GetAt(static_cast(L_1132)); NullCheck(L_1130); int32_t L_1134 = L_1133; uint32_t L_1135 = (L_1130)->GetAt(static_cast(L_1134)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1136 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1137 = V_0; NullCheck(L_1137); int32_t L_1138 = 6; int32_t L_1139 = (L_1137)->GetAt(static_cast(L_1138)); NullCheck(L_1136); int32_t L_1140 = L_1139; uint32_t L_1141 = (L_1136)->GetAt(static_cast(L_1140)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1142 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1143 = V_0; NullCheck(L_1143); int32_t L_1144 = 5; int32_t L_1145 = (L_1143)->GetAt(static_cast(L_1144)); NullCheck(L_1142); int32_t L_1146 = L_1145; uint32_t L_1147 = (L_1142)->GetAt(static_cast(L_1146)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1148 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1149 = V_0; NullCheck(L_1149); int32_t L_1150 = 4; int32_t L_1151 = (L_1149)->GetAt(static_cast(L_1150)); NullCheck(L_1148); int32_t L_1152 = L_1151; uint32_t L_1153 = (L_1148)->GetAt(static_cast(L_1152)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1154 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1155 = V_1; NullCheck(L_1155); int32_t L_1156 = ((int32_t)9); int32_t L_1157 = (L_1155)->GetAt(static_cast(L_1156)); NullCheck(L_1154); int32_t L_1158 = L_1157; uint32_t L_1159 = (L_1154)->GetAt(static_cast(L_1158)); // Bits32ToInts(z8B, z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1160 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1129^(int32_t)L_1135))^(int32_t)L_1141))^(int32_t)L_1147))^(int32_t)L_1153))^(int32_t)L_1159)), L_1160, 8, /*hidden argument*/NULL); // zCF = x47 ^S5[z[0xA]] ^S6[z[0x9]] ^S7[z[0xB]] ^S8[z[0x8]] ^S6[x[0xB]]; uint32_t L_1161 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1162 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1163 = V_0; NullCheck(L_1163); int32_t L_1164 = ((int32_t)10); int32_t L_1165 = (L_1163)->GetAt(static_cast(L_1164)); NullCheck(L_1162); int32_t L_1166 = L_1165; uint32_t L_1167 = (L_1162)->GetAt(static_cast(L_1166)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1168 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1169 = V_0; NullCheck(L_1169); int32_t L_1170 = ((int32_t)9); int32_t L_1171 = (L_1169)->GetAt(static_cast(L_1170)); NullCheck(L_1168); int32_t L_1172 = L_1171; uint32_t L_1173 = (L_1168)->GetAt(static_cast(L_1172)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1174 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1175 = V_0; NullCheck(L_1175); int32_t L_1176 = ((int32_t)11); int32_t L_1177 = (L_1175)->GetAt(static_cast(L_1176)); NullCheck(L_1174); int32_t L_1178 = L_1177; uint32_t L_1179 = (L_1174)->GetAt(static_cast(L_1178)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1180 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1181 = V_0; NullCheck(L_1181); int32_t L_1182 = 8; int32_t L_1183 = (L_1181)->GetAt(static_cast(L_1182)); NullCheck(L_1180); int32_t L_1184 = L_1183; uint32_t L_1185 = (L_1180)->GetAt(static_cast(L_1184)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1186 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1187 = V_1; NullCheck(L_1187); int32_t L_1188 = ((int32_t)11); int32_t L_1189 = (L_1187)->GetAt(static_cast(L_1188)); NullCheck(L_1186); int32_t L_1190 = L_1189; uint32_t L_1191 = (L_1186)->GetAt(static_cast(L_1190)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1161^(int32_t)L_1167))^(int32_t)L_1173))^(int32_t)L_1179))^(int32_t)L_1185))^(int32_t)L_1191)); // Bits32ToInts(zCF, z, 0xC); uint32_t L_1192 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1193 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1192, L_1193, ((int32_t)12), /*hidden argument*/NULL); // _Kr[ 1]=(int)((S5[z[0x8]]^S6[z[0x9]]^S7[z[0x7]]^S8[z[0x6]] ^ S5[z[0x2]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1194 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1195 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1196 = V_0; NullCheck(L_1196); int32_t L_1197 = 8; int32_t L_1198 = (L_1196)->GetAt(static_cast(L_1197)); NullCheck(L_1195); int32_t L_1199 = L_1198; uint32_t L_1200 = (L_1195)->GetAt(static_cast(L_1199)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1201 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1202 = V_0; NullCheck(L_1202); int32_t L_1203 = ((int32_t)9); int32_t L_1204 = (L_1202)->GetAt(static_cast(L_1203)); NullCheck(L_1201); int32_t L_1205 = L_1204; uint32_t L_1206 = (L_1201)->GetAt(static_cast(L_1205)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1207 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1208 = V_0; NullCheck(L_1208); int32_t L_1209 = 7; int32_t L_1210 = (L_1208)->GetAt(static_cast(L_1209)); NullCheck(L_1207); int32_t L_1211 = L_1210; uint32_t L_1212 = (L_1207)->GetAt(static_cast(L_1211)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1213 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1214 = V_0; NullCheck(L_1214); int32_t L_1215 = 6; int32_t L_1216 = (L_1214)->GetAt(static_cast(L_1215)); NullCheck(L_1213); int32_t L_1217 = L_1216; uint32_t L_1218 = (L_1213)->GetAt(static_cast(L_1217)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1219 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1220 = V_0; NullCheck(L_1220); int32_t L_1221 = 2; int32_t L_1222 = (L_1220)->GetAt(static_cast(L_1221)); NullCheck(L_1219); int32_t L_1223 = L_1222; uint32_t L_1224 = (L_1219)->GetAt(static_cast(L_1223)); NullCheck(L_1194); (L_1194)->SetAt(static_cast(1), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1200^(int32_t)L_1206))^(int32_t)L_1212))^(int32_t)L_1218))^(int32_t)L_1224))&(int32_t)((int32_t)31)))); // _Kr[ 2]=(int)((S5[z[0xA]]^S6[z[0xB]]^S7[z[0x5]]^S8[z[0x4]] ^ S6[z[0x6]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1225 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1226 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1227 = V_0; NullCheck(L_1227); int32_t L_1228 = ((int32_t)10); int32_t L_1229 = (L_1227)->GetAt(static_cast(L_1228)); NullCheck(L_1226); int32_t L_1230 = L_1229; uint32_t L_1231 = (L_1226)->GetAt(static_cast(L_1230)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1232 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1233 = V_0; NullCheck(L_1233); int32_t L_1234 = ((int32_t)11); int32_t L_1235 = (L_1233)->GetAt(static_cast(L_1234)); NullCheck(L_1232); int32_t L_1236 = L_1235; uint32_t L_1237 = (L_1232)->GetAt(static_cast(L_1236)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1238 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1239 = V_0; NullCheck(L_1239); int32_t L_1240 = 5; int32_t L_1241 = (L_1239)->GetAt(static_cast(L_1240)); NullCheck(L_1238); int32_t L_1242 = L_1241; uint32_t L_1243 = (L_1238)->GetAt(static_cast(L_1242)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1244 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1245 = V_0; NullCheck(L_1245); int32_t L_1246 = 4; int32_t L_1247 = (L_1245)->GetAt(static_cast(L_1246)); NullCheck(L_1244); int32_t L_1248 = L_1247; uint32_t L_1249 = (L_1244)->GetAt(static_cast(L_1248)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1250 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1251 = V_0; NullCheck(L_1251); int32_t L_1252 = 6; int32_t L_1253 = (L_1251)->GetAt(static_cast(L_1252)); NullCheck(L_1250); int32_t L_1254 = L_1253; uint32_t L_1255 = (L_1250)->GetAt(static_cast(L_1254)); NullCheck(L_1225); (L_1225)->SetAt(static_cast(2), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1231^(int32_t)L_1237))^(int32_t)L_1243))^(int32_t)L_1249))^(int32_t)L_1255))&(int32_t)((int32_t)31)))); // _Kr[ 3]=(int)((S5[z[0xC]]^S6[z[0xD]]^S7[z[0x3]]^S8[z[0x2]] ^ S7[z[0x9]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1256 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1257 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1258 = V_0; NullCheck(L_1258); int32_t L_1259 = ((int32_t)12); int32_t L_1260 = (L_1258)->GetAt(static_cast(L_1259)); NullCheck(L_1257); int32_t L_1261 = L_1260; uint32_t L_1262 = (L_1257)->GetAt(static_cast(L_1261)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1263 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1264 = V_0; NullCheck(L_1264); int32_t L_1265 = ((int32_t)13); int32_t L_1266 = (L_1264)->GetAt(static_cast(L_1265)); NullCheck(L_1263); int32_t L_1267 = L_1266; uint32_t L_1268 = (L_1263)->GetAt(static_cast(L_1267)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1269 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1270 = V_0; NullCheck(L_1270); int32_t L_1271 = 3; int32_t L_1272 = (L_1270)->GetAt(static_cast(L_1271)); NullCheck(L_1269); int32_t L_1273 = L_1272; uint32_t L_1274 = (L_1269)->GetAt(static_cast(L_1273)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1275 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1276 = V_0; NullCheck(L_1276); int32_t L_1277 = 2; int32_t L_1278 = (L_1276)->GetAt(static_cast(L_1277)); NullCheck(L_1275); int32_t L_1279 = L_1278; uint32_t L_1280 = (L_1275)->GetAt(static_cast(L_1279)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1281 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1282 = V_0; NullCheck(L_1282); int32_t L_1283 = ((int32_t)9); int32_t L_1284 = (L_1282)->GetAt(static_cast(L_1283)); NullCheck(L_1281); int32_t L_1285 = L_1284; uint32_t L_1286 = (L_1281)->GetAt(static_cast(L_1285)); NullCheck(L_1256); (L_1256)->SetAt(static_cast(3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1262^(int32_t)L_1268))^(int32_t)L_1274))^(int32_t)L_1280))^(int32_t)L_1286))&(int32_t)((int32_t)31)))); // _Kr[ 4]=(int)((S5[z[0xE]]^S6[z[0xF]]^S7[z[0x1]]^S8[z[0x0]] ^ S8[z[0xC]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1287 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1288 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1289 = V_0; NullCheck(L_1289); int32_t L_1290 = ((int32_t)14); int32_t L_1291 = (L_1289)->GetAt(static_cast(L_1290)); NullCheck(L_1288); int32_t L_1292 = L_1291; uint32_t L_1293 = (L_1288)->GetAt(static_cast(L_1292)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1294 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1295 = V_0; NullCheck(L_1295); int32_t L_1296 = ((int32_t)15); int32_t L_1297 = (L_1295)->GetAt(static_cast(L_1296)); NullCheck(L_1294); int32_t L_1298 = L_1297; uint32_t L_1299 = (L_1294)->GetAt(static_cast(L_1298)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1300 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1301 = V_0; NullCheck(L_1301); int32_t L_1302 = 1; int32_t L_1303 = (L_1301)->GetAt(static_cast(L_1302)); NullCheck(L_1300); int32_t L_1304 = L_1303; uint32_t L_1305 = (L_1300)->GetAt(static_cast(L_1304)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1306 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1307 = V_0; NullCheck(L_1307); int32_t L_1308 = 0; int32_t L_1309 = (L_1307)->GetAt(static_cast(L_1308)); NullCheck(L_1306); int32_t L_1310 = L_1309; uint32_t L_1311 = (L_1306)->GetAt(static_cast(L_1310)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1312 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1313 = V_0; NullCheck(L_1313); int32_t L_1314 = ((int32_t)12); int32_t L_1315 = (L_1313)->GetAt(static_cast(L_1314)); NullCheck(L_1312); int32_t L_1316 = L_1315; uint32_t L_1317 = (L_1312)->GetAt(static_cast(L_1316)); NullCheck(L_1287); (L_1287)->SetAt(static_cast(4), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1293^(int32_t)L_1299))^(int32_t)L_1305))^(int32_t)L_1311))^(int32_t)L_1317))&(int32_t)((int32_t)31)))); // z03 = IntsTo32bits(z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1318 = V_0; uint32_t L_1319; L_1319 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1318, 0, /*hidden argument*/NULL); // z47 = IntsTo32bits(z, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1320 = V_0; uint32_t L_1321; L_1321 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1320, 4, /*hidden argument*/NULL); V_2 = L_1321; // z8B = IntsTo32bits(z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1322 = V_0; uint32_t L_1323; L_1323 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1322, 8, /*hidden argument*/NULL); // zCF = IntsTo32bits(z, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1324 = V_0; uint32_t L_1325; L_1325 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1324, ((int32_t)12), /*hidden argument*/NULL); V_3 = L_1325; // x03 = z8B ^S5[z[0x5]] ^S6[z[0x7]] ^S7[z[0x4]] ^S8[z[0x6]] ^S7[z[0x0]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1326 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1327 = V_0; NullCheck(L_1327); int32_t L_1328 = 5; int32_t L_1329 = (L_1327)->GetAt(static_cast(L_1328)); NullCheck(L_1326); int32_t L_1330 = L_1329; uint32_t L_1331 = (L_1326)->GetAt(static_cast(L_1330)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1332 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1333 = V_0; NullCheck(L_1333); int32_t L_1334 = 7; int32_t L_1335 = (L_1333)->GetAt(static_cast(L_1334)); NullCheck(L_1332); int32_t L_1336 = L_1335; uint32_t L_1337 = (L_1332)->GetAt(static_cast(L_1336)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1338 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1339 = V_0; NullCheck(L_1339); int32_t L_1340 = 4; int32_t L_1341 = (L_1339)->GetAt(static_cast(L_1340)); NullCheck(L_1338); int32_t L_1342 = L_1341; uint32_t L_1343 = (L_1338)->GetAt(static_cast(L_1342)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1344 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1345 = V_0; NullCheck(L_1345); int32_t L_1346 = 6; int32_t L_1347 = (L_1345)->GetAt(static_cast(L_1346)); NullCheck(L_1344); int32_t L_1348 = L_1347; uint32_t L_1349 = (L_1344)->GetAt(static_cast(L_1348)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1350 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1351 = V_0; NullCheck(L_1351); int32_t L_1352 = 0; int32_t L_1353 = (L_1351)->GetAt(static_cast(L_1352)); NullCheck(L_1350); int32_t L_1354 = L_1353; uint32_t L_1355 = (L_1350)->GetAt(static_cast(L_1354)); // Bits32ToInts(x03, x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1356 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1323^(int32_t)L_1331))^(int32_t)L_1337))^(int32_t)L_1343))^(int32_t)L_1349))^(int32_t)L_1355)), L_1356, 0, /*hidden argument*/NULL); // x47 = z03 ^S5[x[0x0]] ^S6[x[0x2]] ^S7[x[0x1]] ^S8[x[0x3]] ^S8[z[0x2]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1357 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1358 = V_1; NullCheck(L_1358); int32_t L_1359 = 0; int32_t L_1360 = (L_1358)->GetAt(static_cast(L_1359)); NullCheck(L_1357); int32_t L_1361 = L_1360; uint32_t L_1362 = (L_1357)->GetAt(static_cast(L_1361)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1363 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1364 = V_1; NullCheck(L_1364); int32_t L_1365 = 2; int32_t L_1366 = (L_1364)->GetAt(static_cast(L_1365)); NullCheck(L_1363); int32_t L_1367 = L_1366; uint32_t L_1368 = (L_1363)->GetAt(static_cast(L_1367)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1369 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1370 = V_1; NullCheck(L_1370); int32_t L_1371 = 1; int32_t L_1372 = (L_1370)->GetAt(static_cast(L_1371)); NullCheck(L_1369); int32_t L_1373 = L_1372; uint32_t L_1374 = (L_1369)->GetAt(static_cast(L_1373)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1375 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1376 = V_1; NullCheck(L_1376); int32_t L_1377 = 3; int32_t L_1378 = (L_1376)->GetAt(static_cast(L_1377)); NullCheck(L_1375); int32_t L_1379 = L_1378; uint32_t L_1380 = (L_1375)->GetAt(static_cast(L_1379)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1381 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1382 = V_0; NullCheck(L_1382); int32_t L_1383 = 2; int32_t L_1384 = (L_1382)->GetAt(static_cast(L_1383)); NullCheck(L_1381); int32_t L_1385 = L_1384; uint32_t L_1386 = (L_1381)->GetAt(static_cast(L_1385)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1319^(int32_t)L_1362))^(int32_t)L_1368))^(int32_t)L_1374))^(int32_t)L_1380))^(int32_t)L_1386)); // Bits32ToInts(x47, x, 0x4); uint32_t L_1387 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1388 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1387, L_1388, 4, /*hidden argument*/NULL); // x8B = z47 ^S5[x[0x7]] ^S6[x[0x6]] ^S7[x[0x5]] ^S8[x[0x4]] ^S5[z[0x1]]; uint32_t L_1389 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1390 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1391 = V_1; NullCheck(L_1391); int32_t L_1392 = 7; int32_t L_1393 = (L_1391)->GetAt(static_cast(L_1392)); NullCheck(L_1390); int32_t L_1394 = L_1393; uint32_t L_1395 = (L_1390)->GetAt(static_cast(L_1394)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1396 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1397 = V_1; NullCheck(L_1397); int32_t L_1398 = 6; int32_t L_1399 = (L_1397)->GetAt(static_cast(L_1398)); NullCheck(L_1396); int32_t L_1400 = L_1399; uint32_t L_1401 = (L_1396)->GetAt(static_cast(L_1400)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1402 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1403 = V_1; NullCheck(L_1403); int32_t L_1404 = 5; int32_t L_1405 = (L_1403)->GetAt(static_cast(L_1404)); NullCheck(L_1402); int32_t L_1406 = L_1405; uint32_t L_1407 = (L_1402)->GetAt(static_cast(L_1406)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1408 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1409 = V_1; NullCheck(L_1409); int32_t L_1410 = 4; int32_t L_1411 = (L_1409)->GetAt(static_cast(L_1410)); NullCheck(L_1408); int32_t L_1412 = L_1411; uint32_t L_1413 = (L_1408)->GetAt(static_cast(L_1412)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1414 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1415 = V_0; NullCheck(L_1415); int32_t L_1416 = 1; int32_t L_1417 = (L_1415)->GetAt(static_cast(L_1416)); NullCheck(L_1414); int32_t L_1418 = L_1417; uint32_t L_1419 = (L_1414)->GetAt(static_cast(L_1418)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1389^(int32_t)L_1395))^(int32_t)L_1401))^(int32_t)L_1407))^(int32_t)L_1413))^(int32_t)L_1419)); // Bits32ToInts(x8B, x, 0x8); uint32_t L_1420 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1421 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1420, L_1421, 8, /*hidden argument*/NULL); // xCF = zCF ^S5[x[0xA]] ^S6[x[0x9]] ^S7[x[0xB]] ^S8[x[0x8]] ^S6[z[0x3]]; uint32_t L_1422 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1423 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1424 = V_1; NullCheck(L_1424); int32_t L_1425 = ((int32_t)10); int32_t L_1426 = (L_1424)->GetAt(static_cast(L_1425)); NullCheck(L_1423); int32_t L_1427 = L_1426; uint32_t L_1428 = (L_1423)->GetAt(static_cast(L_1427)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1429 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1430 = V_1; NullCheck(L_1430); int32_t L_1431 = ((int32_t)9); int32_t L_1432 = (L_1430)->GetAt(static_cast(L_1431)); NullCheck(L_1429); int32_t L_1433 = L_1432; uint32_t L_1434 = (L_1429)->GetAt(static_cast(L_1433)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1435 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1436 = V_1; NullCheck(L_1436); int32_t L_1437 = ((int32_t)11); int32_t L_1438 = (L_1436)->GetAt(static_cast(L_1437)); NullCheck(L_1435); int32_t L_1439 = L_1438; uint32_t L_1440 = (L_1435)->GetAt(static_cast(L_1439)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1441 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1442 = V_1; NullCheck(L_1442); int32_t L_1443 = 8; int32_t L_1444 = (L_1442)->GetAt(static_cast(L_1443)); NullCheck(L_1441); int32_t L_1445 = L_1444; uint32_t L_1446 = (L_1441)->GetAt(static_cast(L_1445)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1447 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1448 = V_0; NullCheck(L_1448); int32_t L_1449 = 3; int32_t L_1450 = (L_1448)->GetAt(static_cast(L_1449)); NullCheck(L_1447); int32_t L_1451 = L_1450; uint32_t L_1452 = (L_1447)->GetAt(static_cast(L_1451)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1422^(int32_t)L_1428))^(int32_t)L_1434))^(int32_t)L_1440))^(int32_t)L_1446))^(int32_t)L_1452)); // Bits32ToInts(xCF, x, 0xC); uint32_t L_1453 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1454 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1453, L_1454, ((int32_t)12), /*hidden argument*/NULL); // _Kr[ 5]=(int)((S5[x[0x3]]^S6[x[0x2]]^S7[x[0xC]]^S8[x[0xD]]^S5[x[0x8]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1455 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1456 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1457 = V_1; NullCheck(L_1457); int32_t L_1458 = 3; int32_t L_1459 = (L_1457)->GetAt(static_cast(L_1458)); NullCheck(L_1456); int32_t L_1460 = L_1459; uint32_t L_1461 = (L_1456)->GetAt(static_cast(L_1460)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1462 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1463 = V_1; NullCheck(L_1463); int32_t L_1464 = 2; int32_t L_1465 = (L_1463)->GetAt(static_cast(L_1464)); NullCheck(L_1462); int32_t L_1466 = L_1465; uint32_t L_1467 = (L_1462)->GetAt(static_cast(L_1466)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1468 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1469 = V_1; NullCheck(L_1469); int32_t L_1470 = ((int32_t)12); int32_t L_1471 = (L_1469)->GetAt(static_cast(L_1470)); NullCheck(L_1468); int32_t L_1472 = L_1471; uint32_t L_1473 = (L_1468)->GetAt(static_cast(L_1472)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1474 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1475 = V_1; NullCheck(L_1475); int32_t L_1476 = ((int32_t)13); int32_t L_1477 = (L_1475)->GetAt(static_cast(L_1476)); NullCheck(L_1474); int32_t L_1478 = L_1477; uint32_t L_1479 = (L_1474)->GetAt(static_cast(L_1478)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1480 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1481 = V_1; NullCheck(L_1481); int32_t L_1482 = 8; int32_t L_1483 = (L_1481)->GetAt(static_cast(L_1482)); NullCheck(L_1480); int32_t L_1484 = L_1483; uint32_t L_1485 = (L_1480)->GetAt(static_cast(L_1484)); NullCheck(L_1455); (L_1455)->SetAt(static_cast(5), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1461^(int32_t)L_1467))^(int32_t)L_1473))^(int32_t)L_1479))^(int32_t)L_1485))&(int32_t)((int32_t)31)))); // _Kr[ 6]=(int)((S5[x[0x1]]^S6[x[0x0]]^S7[x[0xE]]^S8[x[0xF]]^S6[x[0xD]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1486 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1487 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1488 = V_1; NullCheck(L_1488); int32_t L_1489 = 1; int32_t L_1490 = (L_1488)->GetAt(static_cast(L_1489)); NullCheck(L_1487); int32_t L_1491 = L_1490; uint32_t L_1492 = (L_1487)->GetAt(static_cast(L_1491)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1493 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1494 = V_1; NullCheck(L_1494); int32_t L_1495 = 0; int32_t L_1496 = (L_1494)->GetAt(static_cast(L_1495)); NullCheck(L_1493); int32_t L_1497 = L_1496; uint32_t L_1498 = (L_1493)->GetAt(static_cast(L_1497)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1499 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1500 = V_1; NullCheck(L_1500); int32_t L_1501 = ((int32_t)14); int32_t L_1502 = (L_1500)->GetAt(static_cast(L_1501)); NullCheck(L_1499); int32_t L_1503 = L_1502; uint32_t L_1504 = (L_1499)->GetAt(static_cast(L_1503)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1505 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1506 = V_1; NullCheck(L_1506); int32_t L_1507 = ((int32_t)15); int32_t L_1508 = (L_1506)->GetAt(static_cast(L_1507)); NullCheck(L_1505); int32_t L_1509 = L_1508; uint32_t L_1510 = (L_1505)->GetAt(static_cast(L_1509)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1511 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1512 = V_1; NullCheck(L_1512); int32_t L_1513 = ((int32_t)13); int32_t L_1514 = (L_1512)->GetAt(static_cast(L_1513)); NullCheck(L_1511); int32_t L_1515 = L_1514; uint32_t L_1516 = (L_1511)->GetAt(static_cast(L_1515)); NullCheck(L_1486); (L_1486)->SetAt(static_cast(6), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1492^(int32_t)L_1498))^(int32_t)L_1504))^(int32_t)L_1510))^(int32_t)L_1516))&(int32_t)((int32_t)31)))); // _Kr[ 7]=(int)((S5[x[0x7]]^S6[x[0x6]]^S7[x[0x8]]^S8[x[0x9]]^S7[x[0x3]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1517 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1518 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1519 = V_1; NullCheck(L_1519); int32_t L_1520 = 7; int32_t L_1521 = (L_1519)->GetAt(static_cast(L_1520)); NullCheck(L_1518); int32_t L_1522 = L_1521; uint32_t L_1523 = (L_1518)->GetAt(static_cast(L_1522)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1524 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1525 = V_1; NullCheck(L_1525); int32_t L_1526 = 6; int32_t L_1527 = (L_1525)->GetAt(static_cast(L_1526)); NullCheck(L_1524); int32_t L_1528 = L_1527; uint32_t L_1529 = (L_1524)->GetAt(static_cast(L_1528)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1530 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1531 = V_1; NullCheck(L_1531); int32_t L_1532 = 8; int32_t L_1533 = (L_1531)->GetAt(static_cast(L_1532)); NullCheck(L_1530); int32_t L_1534 = L_1533; uint32_t L_1535 = (L_1530)->GetAt(static_cast(L_1534)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1536 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1537 = V_1; NullCheck(L_1537); int32_t L_1538 = ((int32_t)9); int32_t L_1539 = (L_1537)->GetAt(static_cast(L_1538)); NullCheck(L_1536); int32_t L_1540 = L_1539; uint32_t L_1541 = (L_1536)->GetAt(static_cast(L_1540)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1542 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1543 = V_1; NullCheck(L_1543); int32_t L_1544 = 3; int32_t L_1545 = (L_1543)->GetAt(static_cast(L_1544)); NullCheck(L_1542); int32_t L_1546 = L_1545; uint32_t L_1547 = (L_1542)->GetAt(static_cast(L_1546)); NullCheck(L_1517); (L_1517)->SetAt(static_cast(7), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1523^(int32_t)L_1529))^(int32_t)L_1535))^(int32_t)L_1541))^(int32_t)L_1547))&(int32_t)((int32_t)31)))); // _Kr[ 8]=(int)((S5[x[0x5]]^S6[x[0x4]]^S7[x[0xA]]^S8[x[0xB]]^S8[x[0x7]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1548 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1549 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1550 = V_1; NullCheck(L_1550); int32_t L_1551 = 5; int32_t L_1552 = (L_1550)->GetAt(static_cast(L_1551)); NullCheck(L_1549); int32_t L_1553 = L_1552; uint32_t L_1554 = (L_1549)->GetAt(static_cast(L_1553)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1555 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1556 = V_1; NullCheck(L_1556); int32_t L_1557 = 4; int32_t L_1558 = (L_1556)->GetAt(static_cast(L_1557)); NullCheck(L_1555); int32_t L_1559 = L_1558; uint32_t L_1560 = (L_1555)->GetAt(static_cast(L_1559)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1561 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1562 = V_1; NullCheck(L_1562); int32_t L_1563 = ((int32_t)10); int32_t L_1564 = (L_1562)->GetAt(static_cast(L_1563)); NullCheck(L_1561); int32_t L_1565 = L_1564; uint32_t L_1566 = (L_1561)->GetAt(static_cast(L_1565)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1567 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1568 = V_1; NullCheck(L_1568); int32_t L_1569 = ((int32_t)11); int32_t L_1570 = (L_1568)->GetAt(static_cast(L_1569)); NullCheck(L_1567); int32_t L_1571 = L_1570; uint32_t L_1572 = (L_1567)->GetAt(static_cast(L_1571)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1573 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1574 = V_1; NullCheck(L_1574); int32_t L_1575 = 7; int32_t L_1576 = (L_1574)->GetAt(static_cast(L_1575)); NullCheck(L_1573); int32_t L_1577 = L_1576; uint32_t L_1578 = (L_1573)->GetAt(static_cast(L_1577)); NullCheck(L_1548); (L_1548)->SetAt(static_cast(8), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1554^(int32_t)L_1560))^(int32_t)L_1566))^(int32_t)L_1572))^(int32_t)L_1578))&(int32_t)((int32_t)31)))); // x03 = IntsTo32bits(x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1579 = V_1; uint32_t L_1580; L_1580 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1579, 0, /*hidden argument*/NULL); // x47 = IntsTo32bits(x, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1581 = V_1; uint32_t L_1582; L_1582 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1581, 4, /*hidden argument*/NULL); V_4 = L_1582; // x8B = IntsTo32bits(x, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1583 = V_1; uint32_t L_1584; L_1584 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1583, 8, /*hidden argument*/NULL); V_5 = L_1584; // xCF = IntsTo32bits(x, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1585 = V_1; uint32_t L_1586; L_1586 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1585, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_1586; // z03 = x03 ^S5[x[0xD]] ^S6[x[0xF]] ^S7[x[0xC]] ^S8[x[0xE]] ^S7[x[0x8]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1587 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1588 = V_1; NullCheck(L_1588); int32_t L_1589 = ((int32_t)13); int32_t L_1590 = (L_1588)->GetAt(static_cast(L_1589)); NullCheck(L_1587); int32_t L_1591 = L_1590; uint32_t L_1592 = (L_1587)->GetAt(static_cast(L_1591)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1593 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1594 = V_1; NullCheck(L_1594); int32_t L_1595 = ((int32_t)15); int32_t L_1596 = (L_1594)->GetAt(static_cast(L_1595)); NullCheck(L_1593); int32_t L_1597 = L_1596; uint32_t L_1598 = (L_1593)->GetAt(static_cast(L_1597)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1599 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1600 = V_1; NullCheck(L_1600); int32_t L_1601 = ((int32_t)12); int32_t L_1602 = (L_1600)->GetAt(static_cast(L_1601)); NullCheck(L_1599); int32_t L_1603 = L_1602; uint32_t L_1604 = (L_1599)->GetAt(static_cast(L_1603)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1605 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1606 = V_1; NullCheck(L_1606); int32_t L_1607 = ((int32_t)14); int32_t L_1608 = (L_1606)->GetAt(static_cast(L_1607)); NullCheck(L_1605); int32_t L_1609 = L_1608; uint32_t L_1610 = (L_1605)->GetAt(static_cast(L_1609)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1611 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1612 = V_1; NullCheck(L_1612); int32_t L_1613 = 8; int32_t L_1614 = (L_1612)->GetAt(static_cast(L_1613)); NullCheck(L_1611); int32_t L_1615 = L_1614; uint32_t L_1616 = (L_1611)->GetAt(static_cast(L_1615)); // Bits32ToInts(z03, z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1617 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1580^(int32_t)L_1592))^(int32_t)L_1598))^(int32_t)L_1604))^(int32_t)L_1610))^(int32_t)L_1616)), L_1617, 0, /*hidden argument*/NULL); // z47 = x8B ^S5[z[0x0]] ^S6[z[0x2]] ^S7[z[0x1]] ^S8[z[0x3]] ^S8[x[0xA]]; uint32_t L_1618 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1619 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1620 = V_0; NullCheck(L_1620); int32_t L_1621 = 0; int32_t L_1622 = (L_1620)->GetAt(static_cast(L_1621)); NullCheck(L_1619); int32_t L_1623 = L_1622; uint32_t L_1624 = (L_1619)->GetAt(static_cast(L_1623)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1625 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1626 = V_0; NullCheck(L_1626); int32_t L_1627 = 2; int32_t L_1628 = (L_1626)->GetAt(static_cast(L_1627)); NullCheck(L_1625); int32_t L_1629 = L_1628; uint32_t L_1630 = (L_1625)->GetAt(static_cast(L_1629)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1631 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1632 = V_0; NullCheck(L_1632); int32_t L_1633 = 1; int32_t L_1634 = (L_1632)->GetAt(static_cast(L_1633)); NullCheck(L_1631); int32_t L_1635 = L_1634; uint32_t L_1636 = (L_1631)->GetAt(static_cast(L_1635)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1637 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1638 = V_0; NullCheck(L_1638); int32_t L_1639 = 3; int32_t L_1640 = (L_1638)->GetAt(static_cast(L_1639)); NullCheck(L_1637); int32_t L_1641 = L_1640; uint32_t L_1642 = (L_1637)->GetAt(static_cast(L_1641)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1643 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1644 = V_1; NullCheck(L_1644); int32_t L_1645 = ((int32_t)10); int32_t L_1646 = (L_1644)->GetAt(static_cast(L_1645)); NullCheck(L_1643); int32_t L_1647 = L_1646; uint32_t L_1648 = (L_1643)->GetAt(static_cast(L_1647)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1618^(int32_t)L_1624))^(int32_t)L_1630))^(int32_t)L_1636))^(int32_t)L_1642))^(int32_t)L_1648)); // Bits32ToInts(z47, z, 0x4); uint32_t L_1649 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1650 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1649, L_1650, 4, /*hidden argument*/NULL); // z8B = xCF ^S5[z[0x7]] ^S6[z[0x6]] ^S7[z[0x5]] ^S8[z[0x4]] ^S5[x[0x9]]; uint32_t L_1651 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1652 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1653 = V_0; NullCheck(L_1653); int32_t L_1654 = 7; int32_t L_1655 = (L_1653)->GetAt(static_cast(L_1654)); NullCheck(L_1652); int32_t L_1656 = L_1655; uint32_t L_1657 = (L_1652)->GetAt(static_cast(L_1656)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1658 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1659 = V_0; NullCheck(L_1659); int32_t L_1660 = 6; int32_t L_1661 = (L_1659)->GetAt(static_cast(L_1660)); NullCheck(L_1658); int32_t L_1662 = L_1661; uint32_t L_1663 = (L_1658)->GetAt(static_cast(L_1662)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1664 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1665 = V_0; NullCheck(L_1665); int32_t L_1666 = 5; int32_t L_1667 = (L_1665)->GetAt(static_cast(L_1666)); NullCheck(L_1664); int32_t L_1668 = L_1667; uint32_t L_1669 = (L_1664)->GetAt(static_cast(L_1668)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1670 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1671 = V_0; NullCheck(L_1671); int32_t L_1672 = 4; int32_t L_1673 = (L_1671)->GetAt(static_cast(L_1672)); NullCheck(L_1670); int32_t L_1674 = L_1673; uint32_t L_1675 = (L_1670)->GetAt(static_cast(L_1674)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1676 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1677 = V_1; NullCheck(L_1677); int32_t L_1678 = ((int32_t)9); int32_t L_1679 = (L_1677)->GetAt(static_cast(L_1678)); NullCheck(L_1676); int32_t L_1680 = L_1679; uint32_t L_1681 = (L_1676)->GetAt(static_cast(L_1680)); // Bits32ToInts(z8B, z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1682 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1651^(int32_t)L_1657))^(int32_t)L_1663))^(int32_t)L_1669))^(int32_t)L_1675))^(int32_t)L_1681)), L_1682, 8, /*hidden argument*/NULL); // zCF = x47 ^S5[z[0xA]] ^S6[z[0x9]] ^S7[z[0xB]] ^S8[z[0x8]] ^S6[x[0xB]]; uint32_t L_1683 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1684 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1685 = V_0; NullCheck(L_1685); int32_t L_1686 = ((int32_t)10); int32_t L_1687 = (L_1685)->GetAt(static_cast(L_1686)); NullCheck(L_1684); int32_t L_1688 = L_1687; uint32_t L_1689 = (L_1684)->GetAt(static_cast(L_1688)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1690 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1691 = V_0; NullCheck(L_1691); int32_t L_1692 = ((int32_t)9); int32_t L_1693 = (L_1691)->GetAt(static_cast(L_1692)); NullCheck(L_1690); int32_t L_1694 = L_1693; uint32_t L_1695 = (L_1690)->GetAt(static_cast(L_1694)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1696 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1697 = V_0; NullCheck(L_1697); int32_t L_1698 = ((int32_t)11); int32_t L_1699 = (L_1697)->GetAt(static_cast(L_1698)); NullCheck(L_1696); int32_t L_1700 = L_1699; uint32_t L_1701 = (L_1696)->GetAt(static_cast(L_1700)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1702 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1703 = V_0; NullCheck(L_1703); int32_t L_1704 = 8; int32_t L_1705 = (L_1703)->GetAt(static_cast(L_1704)); NullCheck(L_1702); int32_t L_1706 = L_1705; uint32_t L_1707 = (L_1702)->GetAt(static_cast(L_1706)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1708 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1709 = V_1; NullCheck(L_1709); int32_t L_1710 = ((int32_t)11); int32_t L_1711 = (L_1709)->GetAt(static_cast(L_1710)); NullCheck(L_1708); int32_t L_1712 = L_1711; uint32_t L_1713 = (L_1708)->GetAt(static_cast(L_1712)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1683^(int32_t)L_1689))^(int32_t)L_1695))^(int32_t)L_1701))^(int32_t)L_1707))^(int32_t)L_1713)); // Bits32ToInts(zCF, z, 0xC); uint32_t L_1714 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1715 = V_0; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1714, L_1715, ((int32_t)12), /*hidden argument*/NULL); // _Kr[ 9]=(int)((S5[z[0x3]]^S6[z[0x2]]^S7[z[0xC]]^S8[z[0xD]]^S5[z[0x9]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1716 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1717 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1718 = V_0; NullCheck(L_1718); int32_t L_1719 = 3; int32_t L_1720 = (L_1718)->GetAt(static_cast(L_1719)); NullCheck(L_1717); int32_t L_1721 = L_1720; uint32_t L_1722 = (L_1717)->GetAt(static_cast(L_1721)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1723 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1724 = V_0; NullCheck(L_1724); int32_t L_1725 = 2; int32_t L_1726 = (L_1724)->GetAt(static_cast(L_1725)); NullCheck(L_1723); int32_t L_1727 = L_1726; uint32_t L_1728 = (L_1723)->GetAt(static_cast(L_1727)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1729 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1730 = V_0; NullCheck(L_1730); int32_t L_1731 = ((int32_t)12); int32_t L_1732 = (L_1730)->GetAt(static_cast(L_1731)); NullCheck(L_1729); int32_t L_1733 = L_1732; uint32_t L_1734 = (L_1729)->GetAt(static_cast(L_1733)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1735 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1736 = V_0; NullCheck(L_1736); int32_t L_1737 = ((int32_t)13); int32_t L_1738 = (L_1736)->GetAt(static_cast(L_1737)); NullCheck(L_1735); int32_t L_1739 = L_1738; uint32_t L_1740 = (L_1735)->GetAt(static_cast(L_1739)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1741 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1742 = V_0; NullCheck(L_1742); int32_t L_1743 = ((int32_t)9); int32_t L_1744 = (L_1742)->GetAt(static_cast(L_1743)); NullCheck(L_1741); int32_t L_1745 = L_1744; uint32_t L_1746 = (L_1741)->GetAt(static_cast(L_1745)); NullCheck(L_1716); (L_1716)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1722^(int32_t)L_1728))^(int32_t)L_1734))^(int32_t)L_1740))^(int32_t)L_1746))&(int32_t)((int32_t)31)))); // _Kr[10]=(int)((S5[z[0x1]]^S6[z[0x0]]^S7[z[0xE]]^S8[z[0xF]]^S6[z[0xc]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1747 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1748 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1749 = V_0; NullCheck(L_1749); int32_t L_1750 = 1; int32_t L_1751 = (L_1749)->GetAt(static_cast(L_1750)); NullCheck(L_1748); int32_t L_1752 = L_1751; uint32_t L_1753 = (L_1748)->GetAt(static_cast(L_1752)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1754 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1755 = V_0; NullCheck(L_1755); int32_t L_1756 = 0; int32_t L_1757 = (L_1755)->GetAt(static_cast(L_1756)); NullCheck(L_1754); int32_t L_1758 = L_1757; uint32_t L_1759 = (L_1754)->GetAt(static_cast(L_1758)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1760 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1761 = V_0; NullCheck(L_1761); int32_t L_1762 = ((int32_t)14); int32_t L_1763 = (L_1761)->GetAt(static_cast(L_1762)); NullCheck(L_1760); int32_t L_1764 = L_1763; uint32_t L_1765 = (L_1760)->GetAt(static_cast(L_1764)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1766 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1767 = V_0; NullCheck(L_1767); int32_t L_1768 = ((int32_t)15); int32_t L_1769 = (L_1767)->GetAt(static_cast(L_1768)); NullCheck(L_1766); int32_t L_1770 = L_1769; uint32_t L_1771 = (L_1766)->GetAt(static_cast(L_1770)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1772 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1773 = V_0; NullCheck(L_1773); int32_t L_1774 = ((int32_t)12); int32_t L_1775 = (L_1773)->GetAt(static_cast(L_1774)); NullCheck(L_1772); int32_t L_1776 = L_1775; uint32_t L_1777 = (L_1772)->GetAt(static_cast(L_1776)); NullCheck(L_1747); (L_1747)->SetAt(static_cast(((int32_t)10)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1753^(int32_t)L_1759))^(int32_t)L_1765))^(int32_t)L_1771))^(int32_t)L_1777))&(int32_t)((int32_t)31)))); // _Kr[11]=(int)((S5[z[0x7]]^S6[z[0x6]]^S7[z[0x8]]^S8[z[0x9]]^S7[z[0x2]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1778 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1779 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1780 = V_0; NullCheck(L_1780); int32_t L_1781 = 7; int32_t L_1782 = (L_1780)->GetAt(static_cast(L_1781)); NullCheck(L_1779); int32_t L_1783 = L_1782; uint32_t L_1784 = (L_1779)->GetAt(static_cast(L_1783)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1785 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1786 = V_0; NullCheck(L_1786); int32_t L_1787 = 6; int32_t L_1788 = (L_1786)->GetAt(static_cast(L_1787)); NullCheck(L_1785); int32_t L_1789 = L_1788; uint32_t L_1790 = (L_1785)->GetAt(static_cast(L_1789)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1791 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1792 = V_0; NullCheck(L_1792); int32_t L_1793 = 8; int32_t L_1794 = (L_1792)->GetAt(static_cast(L_1793)); NullCheck(L_1791); int32_t L_1795 = L_1794; uint32_t L_1796 = (L_1791)->GetAt(static_cast(L_1795)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1797 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1798 = V_0; NullCheck(L_1798); int32_t L_1799 = ((int32_t)9); int32_t L_1800 = (L_1798)->GetAt(static_cast(L_1799)); NullCheck(L_1797); int32_t L_1801 = L_1800; uint32_t L_1802 = (L_1797)->GetAt(static_cast(L_1801)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1803 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1804 = V_0; NullCheck(L_1804); int32_t L_1805 = 2; int32_t L_1806 = (L_1804)->GetAt(static_cast(L_1805)); NullCheck(L_1803); int32_t L_1807 = L_1806; uint32_t L_1808 = (L_1803)->GetAt(static_cast(L_1807)); NullCheck(L_1778); (L_1778)->SetAt(static_cast(((int32_t)11)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1784^(int32_t)L_1790))^(int32_t)L_1796))^(int32_t)L_1802))^(int32_t)L_1808))&(int32_t)((int32_t)31)))); // _Kr[12]=(int)((S5[z[0x5]]^S6[z[0x4]]^S7[z[0xA]]^S8[z[0xB]]^S8[z[0x6]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1809 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1810 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1811 = V_0; NullCheck(L_1811); int32_t L_1812 = 5; int32_t L_1813 = (L_1811)->GetAt(static_cast(L_1812)); NullCheck(L_1810); int32_t L_1814 = L_1813; uint32_t L_1815 = (L_1810)->GetAt(static_cast(L_1814)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1816 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1817 = V_0; NullCheck(L_1817); int32_t L_1818 = 4; int32_t L_1819 = (L_1817)->GetAt(static_cast(L_1818)); NullCheck(L_1816); int32_t L_1820 = L_1819; uint32_t L_1821 = (L_1816)->GetAt(static_cast(L_1820)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1822 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1823 = V_0; NullCheck(L_1823); int32_t L_1824 = ((int32_t)10); int32_t L_1825 = (L_1823)->GetAt(static_cast(L_1824)); NullCheck(L_1822); int32_t L_1826 = L_1825; uint32_t L_1827 = (L_1822)->GetAt(static_cast(L_1826)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1828 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1829 = V_0; NullCheck(L_1829); int32_t L_1830 = ((int32_t)11); int32_t L_1831 = (L_1829)->GetAt(static_cast(L_1830)); NullCheck(L_1828); int32_t L_1832 = L_1831; uint32_t L_1833 = (L_1828)->GetAt(static_cast(L_1832)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1834 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1835 = V_0; NullCheck(L_1835); int32_t L_1836 = 6; int32_t L_1837 = (L_1835)->GetAt(static_cast(L_1836)); NullCheck(L_1834); int32_t L_1838 = L_1837; uint32_t L_1839 = (L_1834)->GetAt(static_cast(L_1838)); NullCheck(L_1809); (L_1809)->SetAt(static_cast(((int32_t)12)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1815^(int32_t)L_1821))^(int32_t)L_1827))^(int32_t)L_1833))^(int32_t)L_1839))&(int32_t)((int32_t)31)))); // z03 = IntsTo32bits(z, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1840 = V_0; uint32_t L_1841; L_1841 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1840, 0, /*hidden argument*/NULL); // z47 = IntsTo32bits(z, 0x4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1842 = V_0; uint32_t L_1843; L_1843 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1842, 4, /*hidden argument*/NULL); V_2 = L_1843; // z8B = IntsTo32bits(z, 0x8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1844 = V_0; uint32_t L_1845; L_1845 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1844, 8, /*hidden argument*/NULL); // zCF = IntsTo32bits(z, 0xC); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1846 = V_0; uint32_t L_1847; L_1847 = Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691(L_1846, ((int32_t)12), /*hidden argument*/NULL); V_3 = L_1847; // x03 = z8B ^S5[z[0x5]] ^S6[z[0x7]] ^S7[z[0x4]] ^S8[z[0x6]] ^S7[z[0x0]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1848 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1849 = V_0; NullCheck(L_1849); int32_t L_1850 = 5; int32_t L_1851 = (L_1849)->GetAt(static_cast(L_1850)); NullCheck(L_1848); int32_t L_1852 = L_1851; uint32_t L_1853 = (L_1848)->GetAt(static_cast(L_1852)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1854 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1855 = V_0; NullCheck(L_1855); int32_t L_1856 = 7; int32_t L_1857 = (L_1855)->GetAt(static_cast(L_1856)); NullCheck(L_1854); int32_t L_1858 = L_1857; uint32_t L_1859 = (L_1854)->GetAt(static_cast(L_1858)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1860 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1861 = V_0; NullCheck(L_1861); int32_t L_1862 = 4; int32_t L_1863 = (L_1861)->GetAt(static_cast(L_1862)); NullCheck(L_1860); int32_t L_1864 = L_1863; uint32_t L_1865 = (L_1860)->GetAt(static_cast(L_1864)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1866 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1867 = V_0; NullCheck(L_1867); int32_t L_1868 = 6; int32_t L_1869 = (L_1867)->GetAt(static_cast(L_1868)); NullCheck(L_1866); int32_t L_1870 = L_1869; uint32_t L_1871 = (L_1866)->GetAt(static_cast(L_1870)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1872 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1873 = V_0; NullCheck(L_1873); int32_t L_1874 = 0; int32_t L_1875 = (L_1873)->GetAt(static_cast(L_1874)); NullCheck(L_1872); int32_t L_1876 = L_1875; uint32_t L_1877 = (L_1872)->GetAt(static_cast(L_1876)); // Bits32ToInts(x03, x, 0x0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1878 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1845^(int32_t)L_1853))^(int32_t)L_1859))^(int32_t)L_1865))^(int32_t)L_1871))^(int32_t)L_1877)), L_1878, 0, /*hidden argument*/NULL); // x47 = z03 ^S5[x[0x0]] ^S6[x[0x2]] ^S7[x[0x1]] ^S8[x[0x3]] ^S8[z[0x2]]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1879 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1880 = V_1; NullCheck(L_1880); int32_t L_1881 = 0; int32_t L_1882 = (L_1880)->GetAt(static_cast(L_1881)); NullCheck(L_1879); int32_t L_1883 = L_1882; uint32_t L_1884 = (L_1879)->GetAt(static_cast(L_1883)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1885 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1886 = V_1; NullCheck(L_1886); int32_t L_1887 = 2; int32_t L_1888 = (L_1886)->GetAt(static_cast(L_1887)); NullCheck(L_1885); int32_t L_1889 = L_1888; uint32_t L_1890 = (L_1885)->GetAt(static_cast(L_1889)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1891 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1892 = V_1; NullCheck(L_1892); int32_t L_1893 = 1; int32_t L_1894 = (L_1892)->GetAt(static_cast(L_1893)); NullCheck(L_1891); int32_t L_1895 = L_1894; uint32_t L_1896 = (L_1891)->GetAt(static_cast(L_1895)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1897 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1898 = V_1; NullCheck(L_1898); int32_t L_1899 = 3; int32_t L_1900 = (L_1898)->GetAt(static_cast(L_1899)); NullCheck(L_1897); int32_t L_1901 = L_1900; uint32_t L_1902 = (L_1897)->GetAt(static_cast(L_1901)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1903 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1904 = V_0; NullCheck(L_1904); int32_t L_1905 = 2; int32_t L_1906 = (L_1904)->GetAt(static_cast(L_1905)); NullCheck(L_1903); int32_t L_1907 = L_1906; uint32_t L_1908 = (L_1903)->GetAt(static_cast(L_1907)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1841^(int32_t)L_1884))^(int32_t)L_1890))^(int32_t)L_1896))^(int32_t)L_1902))^(int32_t)L_1908)); // Bits32ToInts(x47, x, 0x4); uint32_t L_1909 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1910 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1909, L_1910, 4, /*hidden argument*/NULL); // x8B = z47 ^S5[x[0x7]] ^S6[x[0x6]] ^S7[x[0x5]] ^S8[x[0x4]] ^S5[z[0x1]]; uint32_t L_1911 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1912 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1913 = V_1; NullCheck(L_1913); int32_t L_1914 = 7; int32_t L_1915 = (L_1913)->GetAt(static_cast(L_1914)); NullCheck(L_1912); int32_t L_1916 = L_1915; uint32_t L_1917 = (L_1912)->GetAt(static_cast(L_1916)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1918 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1919 = V_1; NullCheck(L_1919); int32_t L_1920 = 6; int32_t L_1921 = (L_1919)->GetAt(static_cast(L_1920)); NullCheck(L_1918); int32_t L_1922 = L_1921; uint32_t L_1923 = (L_1918)->GetAt(static_cast(L_1922)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1924 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1925 = V_1; NullCheck(L_1925); int32_t L_1926 = 5; int32_t L_1927 = (L_1925)->GetAt(static_cast(L_1926)); NullCheck(L_1924); int32_t L_1928 = L_1927; uint32_t L_1929 = (L_1924)->GetAt(static_cast(L_1928)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1930 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1931 = V_1; NullCheck(L_1931); int32_t L_1932 = 4; int32_t L_1933 = (L_1931)->GetAt(static_cast(L_1932)); NullCheck(L_1930); int32_t L_1934 = L_1933; uint32_t L_1935 = (L_1930)->GetAt(static_cast(L_1934)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1936 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1937 = V_0; NullCheck(L_1937); int32_t L_1938 = 1; int32_t L_1939 = (L_1937)->GetAt(static_cast(L_1938)); NullCheck(L_1936); int32_t L_1940 = L_1939; uint32_t L_1941 = (L_1936)->GetAt(static_cast(L_1940)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1911^(int32_t)L_1917))^(int32_t)L_1923))^(int32_t)L_1929))^(int32_t)L_1935))^(int32_t)L_1941)); // Bits32ToInts(x8B, x, 0x8); uint32_t L_1942 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1943 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1942, L_1943, 8, /*hidden argument*/NULL); // xCF = zCF ^S5[x[0xA]] ^S6[x[0x9]] ^S7[x[0xB]] ^S8[x[0x8]] ^S6[z[0x3]]; uint32_t L_1944 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1945 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1946 = V_1; NullCheck(L_1946); int32_t L_1947 = ((int32_t)10); int32_t L_1948 = (L_1946)->GetAt(static_cast(L_1947)); NullCheck(L_1945); int32_t L_1949 = L_1948; uint32_t L_1950 = (L_1945)->GetAt(static_cast(L_1949)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1951 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1952 = V_1; NullCheck(L_1952); int32_t L_1953 = ((int32_t)9); int32_t L_1954 = (L_1952)->GetAt(static_cast(L_1953)); NullCheck(L_1951); int32_t L_1955 = L_1954; uint32_t L_1956 = (L_1951)->GetAt(static_cast(L_1955)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1957 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1958 = V_1; NullCheck(L_1958); int32_t L_1959 = ((int32_t)11); int32_t L_1960 = (L_1958)->GetAt(static_cast(L_1959)); NullCheck(L_1957); int32_t L_1961 = L_1960; uint32_t L_1962 = (L_1957)->GetAt(static_cast(L_1961)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1963 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1964 = V_1; NullCheck(L_1964); int32_t L_1965 = 8; int32_t L_1966 = (L_1964)->GetAt(static_cast(L_1965)); NullCheck(L_1963); int32_t L_1967 = L_1966; uint32_t L_1968 = (L_1963)->GetAt(static_cast(L_1967)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1969 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1970 = V_0; NullCheck(L_1970); int32_t L_1971 = 3; int32_t L_1972 = (L_1970)->GetAt(static_cast(L_1971)); NullCheck(L_1969); int32_t L_1973 = L_1972; uint32_t L_1974 = (L_1969)->GetAt(static_cast(L_1973)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1944^(int32_t)L_1950))^(int32_t)L_1956))^(int32_t)L_1962))^(int32_t)L_1968))^(int32_t)L_1974)); // Bits32ToInts(xCF, x, 0xC); uint32_t L_1975 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1976 = V_1; Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591(L_1975, L_1976, ((int32_t)12), /*hidden argument*/NULL); // _Kr[13]=(int)((S5[x[0x8]]^S6[x[0x9]]^S7[x[0x7]]^S8[x[0x6]]^S5[x[0x3]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1977 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1978 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1979 = V_1; NullCheck(L_1979); int32_t L_1980 = 8; int32_t L_1981 = (L_1979)->GetAt(static_cast(L_1980)); NullCheck(L_1978); int32_t L_1982 = L_1981; uint32_t L_1983 = (L_1978)->GetAt(static_cast(L_1982)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1984 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1985 = V_1; NullCheck(L_1985); int32_t L_1986 = ((int32_t)9); int32_t L_1987 = (L_1985)->GetAt(static_cast(L_1986)); NullCheck(L_1984); int32_t L_1988 = L_1987; uint32_t L_1989 = (L_1984)->GetAt(static_cast(L_1988)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1990 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1991 = V_1; NullCheck(L_1991); int32_t L_1992 = 7; int32_t L_1993 = (L_1991)->GetAt(static_cast(L_1992)); NullCheck(L_1990); int32_t L_1994 = L_1993; uint32_t L_1995 = (L_1990)->GetAt(static_cast(L_1994)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1996 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1997 = V_1; NullCheck(L_1997); int32_t L_1998 = 6; int32_t L_1999 = (L_1997)->GetAt(static_cast(L_1998)); NullCheck(L_1996); int32_t L_2000 = L_1999; uint32_t L_2001 = (L_1996)->GetAt(static_cast(L_2000)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2002 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2003 = V_1; NullCheck(L_2003); int32_t L_2004 = 3; int32_t L_2005 = (L_2003)->GetAt(static_cast(L_2004)); NullCheck(L_2002); int32_t L_2006 = L_2005; uint32_t L_2007 = (L_2002)->GetAt(static_cast(L_2006)); NullCheck(L_1977); (L_1977)->SetAt(static_cast(((int32_t)13)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1983^(int32_t)L_1989))^(int32_t)L_1995))^(int32_t)L_2001))^(int32_t)L_2007))&(int32_t)((int32_t)31)))); // _Kr[14]=(int)((S5[x[0xA]]^S6[x[0xB]]^S7[x[0x5]]^S8[x[0x4]]^S6[x[0x7]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2008 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2009 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2010 = V_1; NullCheck(L_2010); int32_t L_2011 = ((int32_t)10); int32_t L_2012 = (L_2010)->GetAt(static_cast(L_2011)); NullCheck(L_2009); int32_t L_2013 = L_2012; uint32_t L_2014 = (L_2009)->GetAt(static_cast(L_2013)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2015 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2016 = V_1; NullCheck(L_2016); int32_t L_2017 = ((int32_t)11); int32_t L_2018 = (L_2016)->GetAt(static_cast(L_2017)); NullCheck(L_2015); int32_t L_2019 = L_2018; uint32_t L_2020 = (L_2015)->GetAt(static_cast(L_2019)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2021 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2022 = V_1; NullCheck(L_2022); int32_t L_2023 = 5; int32_t L_2024 = (L_2022)->GetAt(static_cast(L_2023)); NullCheck(L_2021); int32_t L_2025 = L_2024; uint32_t L_2026 = (L_2021)->GetAt(static_cast(L_2025)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2027 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2028 = V_1; NullCheck(L_2028); int32_t L_2029 = 4; int32_t L_2030 = (L_2028)->GetAt(static_cast(L_2029)); NullCheck(L_2027); int32_t L_2031 = L_2030; uint32_t L_2032 = (L_2027)->GetAt(static_cast(L_2031)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2033 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2034 = V_1; NullCheck(L_2034); int32_t L_2035 = 7; int32_t L_2036 = (L_2034)->GetAt(static_cast(L_2035)); NullCheck(L_2033); int32_t L_2037 = L_2036; uint32_t L_2038 = (L_2033)->GetAt(static_cast(L_2037)); NullCheck(L_2008); (L_2008)->SetAt(static_cast(((int32_t)14)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2014^(int32_t)L_2020))^(int32_t)L_2026))^(int32_t)L_2032))^(int32_t)L_2038))&(int32_t)((int32_t)31)))); // _Kr[15]=(int)((S5[x[0xC]]^S6[x[0xD]]^S7[x[0x3]]^S8[x[0x2]]^S7[x[0x8]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2039 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2040 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2041 = V_1; NullCheck(L_2041); int32_t L_2042 = ((int32_t)12); int32_t L_2043 = (L_2041)->GetAt(static_cast(L_2042)); NullCheck(L_2040); int32_t L_2044 = L_2043; uint32_t L_2045 = (L_2040)->GetAt(static_cast(L_2044)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2046 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2047 = V_1; NullCheck(L_2047); int32_t L_2048 = ((int32_t)13); int32_t L_2049 = (L_2047)->GetAt(static_cast(L_2048)); NullCheck(L_2046); int32_t L_2050 = L_2049; uint32_t L_2051 = (L_2046)->GetAt(static_cast(L_2050)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2052 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2053 = V_1; NullCheck(L_2053); int32_t L_2054 = 3; int32_t L_2055 = (L_2053)->GetAt(static_cast(L_2054)); NullCheck(L_2052); int32_t L_2056 = L_2055; uint32_t L_2057 = (L_2052)->GetAt(static_cast(L_2056)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2058 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2059 = V_1; NullCheck(L_2059); int32_t L_2060 = 2; int32_t L_2061 = (L_2059)->GetAt(static_cast(L_2060)); NullCheck(L_2058); int32_t L_2062 = L_2061; uint32_t L_2063 = (L_2058)->GetAt(static_cast(L_2062)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2064 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2065 = V_1; NullCheck(L_2065); int32_t L_2066 = 8; int32_t L_2067 = (L_2065)->GetAt(static_cast(L_2066)); NullCheck(L_2064); int32_t L_2068 = L_2067; uint32_t L_2069 = (L_2064)->GetAt(static_cast(L_2068)); NullCheck(L_2039); (L_2039)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2045^(int32_t)L_2051))^(int32_t)L_2057))^(int32_t)L_2063))^(int32_t)L_2069))&(int32_t)((int32_t)31)))); // _Kr[16]=(int)((S5[x[0xE]]^S6[x[0xF]]^S7[x[0x1]]^S8[x[0x0]]^S8[x[0xD]])&0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2070 = __this->get__Kr_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2071 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S5_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2072 = V_1; NullCheck(L_2072); int32_t L_2073 = ((int32_t)14); int32_t L_2074 = (L_2072)->GetAt(static_cast(L_2073)); NullCheck(L_2071); int32_t L_2075 = L_2074; uint32_t L_2076 = (L_2071)->GetAt(static_cast(L_2075)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2077 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S6_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2078 = V_1; NullCheck(L_2078); int32_t L_2079 = ((int32_t)15); int32_t L_2080 = (L_2078)->GetAt(static_cast(L_2079)); NullCheck(L_2077); int32_t L_2081 = L_2080; uint32_t L_2082 = (L_2077)->GetAt(static_cast(L_2081)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2083 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S7_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2084 = V_1; NullCheck(L_2084); int32_t L_2085 = 1; int32_t L_2086 = (L_2084)->GetAt(static_cast(L_2085)); NullCheck(L_2083); int32_t L_2087 = L_2086; uint32_t L_2088 = (L_2083)->GetAt(static_cast(L_2087)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2089 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2090 = V_1; NullCheck(L_2090); int32_t L_2091 = 0; int32_t L_2092 = (L_2090)->GetAt(static_cast(L_2091)); NullCheck(L_2089); int32_t L_2093 = L_2092; uint32_t L_2094 = (L_2089)->GetAt(static_cast(L_2093)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2095 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S8_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2096 = V_1; NullCheck(L_2096); int32_t L_2097 = ((int32_t)13); int32_t L_2098 = (L_2096)->GetAt(static_cast(L_2097)); NullCheck(L_2095); int32_t L_2099 = L_2098; uint32_t L_2100 = (L_2095)->GetAt(static_cast(L_2099)); NullCheck(L_2070); (L_2070)->SetAt(static_cast(((int32_t)16)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2076^(int32_t)L_2082))^(int32_t)L_2088))^(int32_t)L_2094))^(int32_t)L_2100))&(int32_t)((int32_t)31)))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast5Engine_EncryptBlock_mCEB553701FE34EB876FD8000C2D750F7BE2422EC (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; { // uint L0 = Pack.BE_To_UInt32(src, srcIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcIndex1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint R0 = Pack.BE_To_UInt32(src, srcIndex + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___src0; int32_t L_4 = ___srcIndex1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint[] result = new uint[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)2); V_2 = L_6; // CAST_Encipher(L0, R0, result); uint32_t L_7 = V_0; uint32_t L_8 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_2; Cast5Engine_CAST_Encipher_m25BBAB8D4218A0507A1DFDCA3051B0049924A1A0(__this, L_7, L_8, L_9, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[0], dst, dstIndex); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_2; NullCheck(L_10); int32_t L_11 = 0; uint32_t L_12 = (L_10)->GetAt(static_cast(L_11)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___dst2; int32_t L_14 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_12, L_13, L_14, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[1], dst, dstIndex + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_2; NullCheck(L_15); int32_t L_16 = 1; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___dst2; int32_t L_19 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_17, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4)), /*hidden argument*/NULL); // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast5Engine_DecryptBlock_m09A877FFFA43D2B3BCB5059ADDCAE81708F43418 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; { // uint L16 = Pack.BE_To_UInt32(src, srcIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcIndex1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint R16 = Pack.BE_To_UInt32(src, srcIndex + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___src0; int32_t L_4 = ___srcIndex1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint[] result = new uint[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)2); V_2 = L_6; // CAST_Decipher(L16, R16, result); uint32_t L_7 = V_0; uint32_t L_8 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_2; Cast5Engine_CAST_Decipher_m915D88B405D7A6D533DEF8F2F93C68761D60A647(__this, L_7, L_8, L_9, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[0], dst, dstIndex); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_2; NullCheck(L_10); int32_t L_11 = 0; uint32_t L_12 = (L_10)->GetAt(static_cast(L_11)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___dst2; int32_t L_14 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_12, L_13, L_14, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[1], dst, dstIndex + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_2; NullCheck(L_15); int32_t L_16 = 1; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___dst2; int32_t L_19 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_17, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4)), /*hidden argument*/NULL); // return BLOCK_SIZE; return 8; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::F1(System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6 (uint32_t ___D0, uint32_t ___Kmi1, int32_t ___Kri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint I = Kmi + D; uint32_t L_0 = ___Kmi1; uint32_t L_1 = ___D0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); // I = I << Kri | (I >> (32-Kri)); uint32_t L_2 = V_0; int32_t L_3 = ___Kri2; uint32_t L_4 = V_0; int32_t L_5 = ___Kri2; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_4>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_5))&(int32_t)((int32_t)31))))))); // return ((S1[(I>>24)&0xff]^S2[(I>>16)&0xff])-S3[(I>>8)&0xff])+S4[I&0xff]; IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S1_0(); uint32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_7>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S2_1(); uint32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_11>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S3_2(); uint32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_15>>8))&(int32_t)((int32_t)255))); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S4_3(); uint32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)255))); uint32_t L_21 = (L_18)->GetAt(static_cast(L_20)); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_9^(int32_t)L_13)), (int32_t)L_17)), (int32_t)L_21)); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::F2(System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209 (uint32_t ___D0, uint32_t ___Kmi1, int32_t ___Kri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint I = Kmi ^ D; uint32_t L_0 = ___Kmi1; uint32_t L_1 = ___D0; V_0 = ((int32_t)((int32_t)L_0^(int32_t)L_1)); // I = I << Kri | (I >> (32-Kri)); uint32_t L_2 = V_0; int32_t L_3 = ___Kri2; uint32_t L_4 = V_0; int32_t L_5 = ___Kri2; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_4>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_5))&(int32_t)((int32_t)31))))))); // return ((S1[(I>>24)&0xff]-S2[(I>>16)&0xff])+S3[(I>>8)&0xff])^S4[I&0xff]; IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S1_0(); uint32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_7>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S2_1(); uint32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_11>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S3_2(); uint32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_15>>8))&(int32_t)((int32_t)255))); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S4_3(); uint32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)255))); uint32_t L_21 = (L_18)->GetAt(static_cast(L_20)); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_13)), (int32_t)L_17))^(int32_t)L_21)); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::F3(System.UInt32,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907 (uint32_t ___D0, uint32_t ___Kmi1, int32_t ___Kri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint I = Kmi - D; uint32_t L_0 = ___Kmi1; uint32_t L_1 = ___D0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); // I = I << Kri | (I >> (32-Kri)); uint32_t L_2 = V_0; int32_t L_3 = ___Kri2; uint32_t L_4 = V_0; int32_t L_5 = ___Kri2; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_4>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_5))&(int32_t)((int32_t)31))))))); // return ((S1[(I>>24)&0xff]+S2[(I>>16)&0xff])^S3[(I>>8)&0xff])-S4[I&0xff]; IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S1_0(); uint32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_7>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S2_1(); uint32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_11>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S3_2(); uint32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_15>>8))&(int32_t)((int32_t)255))); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->get_S4_3(); uint32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)255))); uint32_t L_21 = (L_18)->GetAt(static_cast(L_20)); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13))^(int32_t)L_17)), (int32_t)L_21)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::CAST_Encipher(System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_CAST_Encipher_m25BBAB8D4218A0507A1DFDCA3051B0049924A1A0 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, uint32_t ___L00, uint32_t ___R01, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; { // uint Lp = L0; // the previous value, equiv to L[i-1] uint32_t L_0 = ___L00; V_0 = L_0; // uint Rp = R0; // equivalent to R[i-1] uint32_t L_1 = ___R01; V_1 = L_1; // uint Li = L0, Ri = R0; uint32_t L_2 = ___L00; V_2 = L_2; // uint Li = L0, Ri = R0; uint32_t L_3 = ___R01; V_3 = L_3; // for (int i = 1; i<=_rounds ; i++) V_4 = 1; goto IL_00bc; } IL_0010: { // Lp = Li; uint32_t L_4 = V_2; V_0 = L_4; // Rp = Ri; uint32_t L_5 = V_3; V_1 = L_5; // Li = Rp; uint32_t L_6 = V_1; V_2 = L_6; int32_t L_7 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))) { case 0: { goto IL_0061; } case 1: { goto IL_007e; } case 2: { goto IL_009b; } case 3: { goto IL_0061; } case 4: { goto IL_007e; } case 5: { goto IL_009b; } case 6: { goto IL_0061; } case 7: { goto IL_007e; } case 8: { goto IL_009b; } case 9: { goto IL_0061; } case 10: { goto IL_007e; } case 11: { goto IL_009b; } case 12: { goto IL_0061; } case 13: { goto IL_007e; } case 14: { goto IL_009b; } case 15: { goto IL_0061; } } } { goto IL_00b6; } IL_0061: { // Ri = Lp ^ F1(Rp, _Km[i], _Kr[i]); uint32_t L_8 = V_0; uint32_t L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get__Km_12(); int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = __this->get__Kr_11(); int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_18; L_18 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_9, L_13, L_17, /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_8^(int32_t)L_18)); // break; goto IL_00b6; } IL_007e: { // Ri = Lp ^ F2(Rp, _Km[i], _Kr[i]); uint32_t L_19 = V_0; uint32_t L_20 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = __this->get__Km_12(); int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; uint32_t L_24 = (L_21)->GetAt(static_cast(L_23)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = __this->get__Kr_11(); int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_29; L_29 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_20, L_24, L_28, /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_19^(int32_t)L_29)); // break; goto IL_00b6; } IL_009b: { // Ri = Lp ^ F3(Rp, _Km[i], _Kr[i]); uint32_t L_30 = V_0; uint32_t L_31 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = __this->get__Km_12(); int32_t L_33 = V_4; NullCheck(L_32); int32_t L_34 = L_33; uint32_t L_35 = (L_32)->GetAt(static_cast(L_34)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = __this->get__Kr_11(); int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_40; L_40 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_31, L_35, L_39, /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_30^(int32_t)L_40)); } IL_00b6: { // for (int i = 1; i<=_rounds ; i++) int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00bc: { // for (int i = 1; i<=_rounds ; i++) int32_t L_42 = V_4; int32_t L_43 = __this->get__rounds_15(); if ((((int32_t)L_42) <= ((int32_t)L_43))) { goto IL_0010; } } { // result[0] = Ri; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = ___result2; uint32_t L_45 = V_3; NullCheck(L_44); (L_44)->SetAt(static_cast(0), (uint32_t)L_45); // result[1] = Li; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = ___result2; uint32_t L_47 = V_2; NullCheck(L_46); (L_46)->SetAt(static_cast(1), (uint32_t)L_47); // return; return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::CAST_Decipher(System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_CAST_Decipher_m915D88B405D7A6D533DEF8F2F93C68761D60A647 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, uint32_t ___L160, uint32_t ___R161, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; { // uint Lp = L16; // the previous value, equiv to L[i-1] uint32_t L_0 = ___L160; V_0 = L_0; // uint Rp = R16; // equivalent to R[i-1] uint32_t L_1 = ___R161; V_1 = L_1; // uint Li = L16, Ri = R16; uint32_t L_2 = ___L160; V_2 = L_2; // uint Li = L16, Ri = R16; uint32_t L_3 = ___R161; V_3 = L_3; // for (int i = _rounds; i > 0; i--) int32_t L_4 = __this->get__rounds_15(); V_4 = L_4; goto IL_00c1; } IL_0015: { // Lp = Li; uint32_t L_5 = V_2; V_0 = L_5; // Rp = Ri; uint32_t L_6 = V_3; V_1 = L_6; // Li = Rp; uint32_t L_7 = V_1; V_2 = L_7; int32_t L_8 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) { case 0: { goto IL_0066; } case 1: { goto IL_0083; } case 2: { goto IL_00a0; } case 3: { goto IL_0066; } case 4: { goto IL_0083; } case 5: { goto IL_00a0; } case 6: { goto IL_0066; } case 7: { goto IL_0083; } case 8: { goto IL_00a0; } case 9: { goto IL_0066; } case 10: { goto IL_0083; } case 11: { goto IL_00a0; } case 12: { goto IL_0066; } case 13: { goto IL_0083; } case 14: { goto IL_00a0; } case 15: { goto IL_0066; } } } { goto IL_00bb; } IL_0066: { // Ri = Lp ^ F1(Rp, _Km[i], _Kr[i]); uint32_t L_9 = V_0; uint32_t L_10 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = __this->get__Km_12(); int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = L_12; uint32_t L_14 = (L_11)->GetAt(static_cast(L_13)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get__Kr_11(); int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_19; L_19 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_10, L_14, L_18, /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_9^(int32_t)L_19)); // break; goto IL_00bb; } IL_0083: { // Ri = Lp ^ F2(Rp, _Km[i], _Kr[i]); uint32_t L_20 = V_0; uint32_t L_21 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = __this->get__Km_12(); int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = L_23; uint32_t L_25 = (L_22)->GetAt(static_cast(L_24)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = __this->get__Kr_11(); int32_t L_27 = V_4; NullCheck(L_26); int32_t L_28 = L_27; int32_t L_29 = (L_26)->GetAt(static_cast(L_28)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_30; L_30 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_21, L_25, L_29, /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_20^(int32_t)L_30)); // break; goto IL_00bb; } IL_00a0: { // Ri = Lp ^ F3(Rp, _Km[i], _Kr[i]); uint32_t L_31 = V_0; uint32_t L_32 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = __this->get__Km_12(); int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = L_34; uint32_t L_36 = (L_33)->GetAt(static_cast(L_35)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = __this->get__Kr_11(); int32_t L_38 = V_4; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_41; L_41 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_32, L_36, L_40, /*hidden argument*/NULL); V_3 = ((int32_t)((int32_t)L_31^(int32_t)L_41)); } IL_00bb: { // for (int i = _rounds; i > 0; i--) int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)); } IL_00c1: { // for (int i = _rounds; i > 0; i--) int32_t L_43 = V_4; if ((((int32_t)L_43) > ((int32_t)0))) { goto IL_0015; } } { // result[0] = Ri; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = ___result2; uint32_t L_45 = V_3; NullCheck(L_44); (L_44)->SetAt(static_cast(0), (uint32_t)L_45); // result[1] = Li; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = ___result2; uint32_t L_47 = V_2; NullCheck(L_46); (L_46)->SetAt(static_cast(1), (uint32_t)L_47); // return; return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::Bits32ToInts(System.UInt32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine_Bits32ToInts_m54F5C075D693B66A2B4F2B47AFE5094C838D7591 (uint32_t ___inData0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b1, int32_t ___offset2, const RuntimeMethod* method) { { // b[offset + 3] = (int) (inData & 0xff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___b1; int32_t L_1 = ___offset2; uint32_t L_2 = ___inData0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3))), (int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)255)))); // b[offset + 2] = (int) ((inData >> 8) & 0xff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___b1; int32_t L_4 = ___offset2; uint32_t L_5 = ___inData0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2))), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>8))&(int32_t)((int32_t)255)))); // b[offset + 1] = (int) ((inData >> 16) & 0xff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___b1; int32_t L_7 = ___offset2; uint32_t L_8 = ___inData0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_8>>((int32_t)16)))&(int32_t)((int32_t)255)))); // b[offset] = (int) ((inData >> 24) & 0xff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___b1; int32_t L_10 = ___offset2; uint32_t L_11 = ___inData0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_11>>((int32_t)24)))&(int32_t)((int32_t)255)))); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::IntsTo32bits(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Cast5Engine_IntsTo32bits_m53AE04FAD5313A71101699E72DDF53A1C9970691 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b0, int32_t ___i1, const RuntimeMethod* method) { { // return (uint)(((b[i] & 0xff) << 24) | // ((b[i+1] & 0xff) << 16) | // ((b[i+2] & 0xff) << 8) | // ((b[i+3] & 0xff))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___b0; int32_t L_1 = ___i1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___b0; int32_t L_5 = ___i1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ___b0; int32_t L_9 = ___i1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___b0; int32_t L_13 = ___i1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine__cctor_m2BD591E00FA9FC4D13F1D7DB304A2074395E388B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly uint[] S1 = // { // 0x30fb40d4, 0x9fa0ff0b, 0x6beccd2f, 0x3f258c7a, 0x1e213f2f, 0x9c004dd3, 0x6003e540, 0xcf9fc949, // 0xbfd4af27, 0x88bbbdb5, 0xe2034090, 0x98d09675, 0x6e63a0e0, 0x15c361d2, 0xc2e7661d, 0x22d4ff8e, // 0x28683b6f, 0xc07fd059, 0xff2379c8, 0x775f50e2, 0x43c340d3, 0xdf2f8656, 0x887ca41a, 0xa2d2bd2d, // 0xa1c9e0d6, 0x346c4819, 0x61b76d87, 0x22540f2f, 0x2abe32e1, 0xaa54166b, 0x22568e3a, 0xa2d341d0, // 0x66db40c8, 0xa784392f, 0x004dff2f, 0x2db9d2de, 0x97943fac, 0x4a97c1d8, 0x527644b7, 0xb5f437a7, // 0xb82cbaef, 0xd751d159, 0x6ff7f0ed, 0x5a097a1f, 0x827b68d0, 0x90ecf52e, 0x22b0c054, 0xbc8e5935, // 0x4b6d2f7f, 0x50bb64a2, 0xd2664910, 0xbee5812d, 0xb7332290, 0xe93b159f, 0xb48ee411, 0x4bff345d, // 0xfd45c240, 0xad31973f, 0xc4f6d02e, 0x55fc8165, 0xd5b1caad, 0xa1ac2dae, 0xa2d4b76d, 0xc19b0c50, // 0x882240f2, 0x0c6e4f38, 0xa4e4bfd7, 0x4f5ba272, 0x564c1d2f, 0xc59c5319, 0xb949e354, 0xb04669fe, // 0xb1b6ab8a, 0xc71358dd, 0x6385c545, 0x110f935d, 0x57538ad5, 0x6a390493, 0xe63d37e0, 0x2a54f6b3, // 0x3a787d5f, 0x6276a0b5, 0x19a6fcdf, 0x7a42206a, 0x29f9d4d5, 0xf61b1891, 0xbb72275e, 0xaa508167, // 0x38901091, 0xc6b505eb, 0x84c7cb8c, 0x2ad75a0f, 0x874a1427, 0xa2d1936b, 0x2ad286af, 0xaa56d291, // 0xd7894360, 0x425c750d, 0x93b39e26, 0x187184c9, 0x6c00b32d, 0x73e2bb14, 0xa0bebc3c, 0x54623779, // 0x64459eab, 0x3f328b82, 0x7718cf82, 0x59a2cea6, 0x04ee002e, 0x89fe78e6, 0x3fab0950, 0x325ff6c2, // 0x81383f05, 0x6963c5c8, 0x76cb5ad6, 0xd49974c9, 0xca180dcf, 0x380782d5, 0xc7fa5cf6, 0x8ac31511, // 0x35e79e13, 0x47da91d0, 0xf40f9086, 0xa7e2419e, 0x31366241, 0x051ef495, 0xaa573b04, 0x4a805d8d, // 0x548300d0, 0x00322a3c, 0xbf64cddf, 0xba57a68e, 0x75c6372b, 0x50afd341, 0xa7c13275, 0x915a0bf5, // 0x6b54bfab, 0x2b0b1426, 0xab4cc9d7, 0x449ccd82, 0xf7fbf265, 0xab85c5f3, 0x1b55db94, 0xaad4e324, // 0xcfa4bd3f, 0x2deaa3e2, 0x9e204d02, 0xc8bd25ac, 0xeadf55b3, 0xd5bd9e98, 0xe31231b2, 0x2ad5ad6c, // 0x954329de, 0xadbe4528, 0xd8710f69, 0xaa51c90f, 0xaa786bf6, 0x22513f1e, 0xaa51a79b, 0x2ad344cc, // 0x7b5a41f0, 0xd37cfbad, 0x1b069505, 0x41ece491, 0xb4c332e6, 0x032268d4, 0xc9600acc, 0xce387e6d, // 0xbf6bb16c, 0x6a70fb78, 0x0d03d9c9, 0xd4df39de, 0xe01063da, 0x4736f464, 0x5ad328d8, 0xb347cc96, // 0x75bb0fc3, 0x98511bfb, 0x4ffbcc35, 0xb58bcf6a, 0xe11f0abc, 0xbfc5fe4a, 0xa70aec10, 0xac39570a, // 0x3f04442f, 0x6188b153, 0xe0397a2e, 0x5727cb79, 0x9ceb418f, 0x1cacd68d, 0x2ad37c96, 0x0175cb9d, // 0xc69dff09, 0xc75b65f0, 0xd9db40d8, 0xec0e7779, 0x4744ead4, 0xb11c3274, 0xdd24cb9e, 0x7e1c54bd, // 0xf01144f9, 0xd2240eb1, 0x9675b3fd, 0xa3ac3755, 0xd47c27af, 0x51c85f4d, 0x56907596, 0xa5bb15e6, // 0x580304f0, 0xca042cf1, 0x011a37ea, 0x8dbfaadb, 0x35ba3e4a, 0x3526ffa0, 0xc37b4d09, 0xbc306ed9, // 0x98a52666, 0x5648f725, 0xff5e569d, 0x0ced63d0, 0x7c63b2cf, 0x700b45e1, 0xd5ea50f1, 0x85a92872, // 0xaf1fbda7, 0xd4234870, 0xa7870bf3, 0x2d3b4d79, 0x42e04198, 0x0cd0ede7, 0x26470db8, 0xf881814c, // 0x474d6ad7, 0x7c0c5e5c, 0xd1231959, 0x381b7298, 0xf5d2f4db, 0xab838653, 0x6e2f1e23, 0x83719c9e, // 0xbd91e046, 0x9a56456e, 0xdc39200c, 0x20c8c571, 0x962bda1c, 0xe1e696ff, 0xb141ab08, 0x7cca89b9, // 0x1a69e783, 0x02cc4843, 0xa2f7c579, 0x429ef47d, 0x427b169c, 0x5ac9f049, 0xdd8f0f00, 0x5c8165bf // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S1_0(L_1); // S2 = // { // 0x1f201094, 0xef0ba75b, 0x69e3cf7e, 0x393f4380, 0xfe61cf7a, 0xeec5207a, 0x55889c94, 0x72fc0651, // 0xada7ef79, 0x4e1d7235, 0xd55a63ce, 0xde0436ba, 0x99c430ef, 0x5f0c0794, 0x18dcdb7d, 0xa1d6eff3, // 0xa0b52f7b, 0x59e83605, 0xee15b094, 0xe9ffd909, 0xdc440086, 0xef944459, 0xba83ccb3, 0xe0c3cdfb, // 0xd1da4181, 0x3b092ab1, 0xf997f1c1, 0xa5e6cf7b, 0x01420ddb, 0xe4e7ef5b, 0x25a1ff41, 0xe180f806, // 0x1fc41080, 0x179bee7a, 0xd37ac6a9, 0xfe5830a4, 0x98de8b7f, 0x77e83f4e, 0x79929269, 0x24fa9f7b, // 0xe113c85b, 0xacc40083, 0xd7503525, 0xf7ea615f, 0x62143154, 0x0d554b63, 0x5d681121, 0xc866c359, // 0x3d63cf73, 0xcee234c0, 0xd4d87e87, 0x5c672b21, 0x071f6181, 0x39f7627f, 0x361e3084, 0xe4eb573b, // 0x602f64a4, 0xd63acd9c, 0x1bbc4635, 0x9e81032d, 0x2701f50c, 0x99847ab4, 0xa0e3df79, 0xba6cf38c, // 0x10843094, 0x2537a95e, 0xf46f6ffe, 0xa1ff3b1f, 0x208cfb6a, 0x8f458c74, 0xd9e0a227, 0x4ec73a34, // 0xfc884f69, 0x3e4de8df, 0xef0e0088, 0x3559648d, 0x8a45388c, 0x1d804366, 0x721d9bfd, 0xa58684bb, // 0xe8256333, 0x844e8212, 0x128d8098, 0xfed33fb4, 0xce280ae1, 0x27e19ba5, 0xd5a6c252, 0xe49754bd, // 0xc5d655dd, 0xeb667064, 0x77840b4d, 0xa1b6a801, 0x84db26a9, 0xe0b56714, 0x21f043b7, 0xe5d05860, // 0x54f03084, 0x066ff472, 0xa31aa153, 0xdadc4755, 0xb5625dbf, 0x68561be6, 0x83ca6b94, 0x2d6ed23b, // 0xeccf01db, 0xa6d3d0ba, 0xb6803d5c, 0xaf77a709, 0x33b4a34c, 0x397bc8d6, 0x5ee22b95, 0x5f0e5304, // 0x81ed6f61, 0x20e74364, 0xb45e1378, 0xde18639b, 0x881ca122, 0xb96726d1, 0x8049a7e8, 0x22b7da7b, // 0x5e552d25, 0x5272d237, 0x79d2951c, 0xc60d894c, 0x488cb402, 0x1ba4fe5b, 0xa4b09f6b, 0x1ca815cf, // 0xa20c3005, 0x8871df63, 0xb9de2fcb, 0x0cc6c9e9, 0x0beeff53, 0xe3214517, 0xb4542835, 0x9f63293c, // 0xee41e729, 0x6e1d2d7c, 0x50045286, 0x1e6685f3, 0xf33401c6, 0x30a22c95, 0x31a70850, 0x60930f13, // 0x73f98417, 0xa1269859, 0xec645c44, 0x52c877a9, 0xcdff33a6, 0xa02b1741, 0x7cbad9a2, 0x2180036f, // 0x50d99c08, 0xcb3f4861, 0xc26bd765, 0x64a3f6ab, 0x80342676, 0x25a75e7b, 0xe4e6d1fc, 0x20c710e6, // 0xcdf0b680, 0x17844d3b, 0x31eef84d, 0x7e0824e4, 0x2ccb49eb, 0x846a3bae, 0x8ff77888, 0xee5d60f6, // 0x7af75673, 0x2fdd5cdb, 0xa11631c1, 0x30f66f43, 0xb3faec54, 0x157fd7fa, 0xef8579cc, 0xd152de58, // 0xdb2ffd5e, 0x8f32ce19, 0x306af97a, 0x02f03ef8, 0x99319ad5, 0xc242fa0f, 0xa7e3ebb0, 0xc68e4906, // 0xb8da230c, 0x80823028, 0xdcdef3c8, 0xd35fb171, 0x088a1bc8, 0xbec0c560, 0x61a3c9e8, 0xbca8f54d, // 0xc72feffa, 0x22822e99, 0x82c570b4, 0xd8d94e89, 0x8b1c34bc, 0x301e16e6, 0x273be979, 0xb0ffeaa6, // 0x61d9b8c6, 0x00b24869, 0xb7ffce3f, 0x08dc283b, 0x43daf65a, 0xf7e19798, 0x7619b72f, 0x8f1c9ba4, // 0xdc8637a0, 0x16a7d3b1, 0x9fc393b7, 0xa7136eeb, 0xc6bcc63e, 0x1a513742, 0xef6828bc, 0x520365d6, // 0x2d6a77ab, 0x3527ed4b, 0x821fd216, 0x095c6e2e, 0xdb92f2fb, 0x5eea29cb, 0x145892f5, 0x91584f7f, // 0x5483697b, 0x2667a8cc, 0x85196048, 0x8c4bacea, 0x833860d4, 0x0d23e0f9, 0x6c387e8a, 0x0ae6d249, // 0xb284600c, 0xd835731d, 0xdcb1c647, 0xac4c56ea, 0x3ebd81b3, 0x230eabb0, 0x6438bc87, 0xf0b5b1fa, // 0x8f5ea2b3, 0xfc184642, 0x0a036b7a, 0x4fb089bd, 0x649da589, 0xa345415e, 0x5c038323, 0x3e5d3bb9, // 0x43d79572, 0x7e6dd07c, 0x06dfdf1e, 0x6c6cc4ef, 0x7160a539, 0x73bfbe70, 0x83877605, 0x4523ecf1 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S2_1(L_4); // S3 = // { // 0x8defc240, 0x25fa5d9f, 0xeb903dbf, 0xe810c907, 0x47607fff, 0x369fe44b, 0x8c1fc644, 0xaececa90, // 0xbeb1f9bf, 0xeefbcaea, 0xe8cf1950, 0x51df07ae, 0x920e8806, 0xf0ad0548, 0xe13c8d83, 0x927010d5, // 0x11107d9f, 0x07647db9, 0xb2e3e4d4, 0x3d4f285e, 0xb9afa820, 0xfade82e0, 0xa067268b, 0x8272792e, // 0x553fb2c0, 0x489ae22b, 0xd4ef9794, 0x125e3fbc, 0x21fffcee, 0x825b1bfd, 0x9255c5ed, 0x1257a240, // 0x4e1a8302, 0xbae07fff, 0x528246e7, 0x8e57140e, 0x3373f7bf, 0x8c9f8188, 0xa6fc4ee8, 0xc982b5a5, // 0xa8c01db7, 0x579fc264, 0x67094f31, 0xf2bd3f5f, 0x40fff7c1, 0x1fb78dfc, 0x8e6bd2c1, 0x437be59b, // 0x99b03dbf, 0xb5dbc64b, 0x638dc0e6, 0x55819d99, 0xa197c81c, 0x4a012d6e, 0xc5884a28, 0xccc36f71, // 0xb843c213, 0x6c0743f1, 0x8309893c, 0x0feddd5f, 0x2f7fe850, 0xd7c07f7e, 0x02507fbf, 0x5afb9a04, // 0xa747d2d0, 0x1651192e, 0xaf70bf3e, 0x58c31380, 0x5f98302e, 0x727cc3c4, 0x0a0fb402, 0x0f7fef82, // 0x8c96fdad, 0x5d2c2aae, 0x8ee99a49, 0x50da88b8, 0x8427f4a0, 0x1eac5790, 0x796fb449, 0x8252dc15, // 0xefbd7d9b, 0xa672597d, 0xada840d8, 0x45f54504, 0xfa5d7403, 0xe83ec305, 0x4f91751a, 0x925669c2, // 0x23efe941, 0xa903f12e, 0x60270df2, 0x0276e4b6, 0x94fd6574, 0x927985b2, 0x8276dbcb, 0x02778176, // 0xf8af918d, 0x4e48f79e, 0x8f616ddf, 0xe29d840e, 0x842f7d83, 0x340ce5c8, 0x96bbb682, 0x93b4b148, // 0xef303cab, 0x984faf28, 0x779faf9b, 0x92dc560d, 0x224d1e20, 0x8437aa88, 0x7d29dc96, 0x2756d3dc, // 0x8b907cee, 0xb51fd240, 0xe7c07ce3, 0xe566b4a1, 0xc3e9615e, 0x3cf8209d, 0x6094d1e3, 0xcd9ca341, // 0x5c76460e, 0x00ea983b, 0xd4d67881, 0xfd47572c, 0xf76cedd9, 0xbda8229c, 0x127dadaa, 0x438a074e, // 0x1f97c090, 0x081bdb8a, 0x93a07ebe, 0xb938ca15, 0x97b03cff, 0x3dc2c0f8, 0x8d1ab2ec, 0x64380e51, // 0x68cc7bfb, 0xd90f2788, 0x12490181, 0x5de5ffd4, 0xdd7ef86a, 0x76a2e214, 0xb9a40368, 0x925d958f, // 0x4b39fffa, 0xba39aee9, 0xa4ffd30b, 0xfaf7933b, 0x6d498623, 0x193cbcfa, 0x27627545, 0x825cf47a, // 0x61bd8ba0, 0xd11e42d1, 0xcead04f4, 0x127ea392, 0x10428db7, 0x8272a972, 0x9270c4a8, 0x127de50b, // 0x285ba1c8, 0x3c62f44f, 0x35c0eaa5, 0xe805d231, 0x428929fb, 0xb4fcdf82, 0x4fb66a53, 0x0e7dc15b, // 0x1f081fab, 0x108618ae, 0xfcfd086d, 0xf9ff2889, 0x694bcc11, 0x236a5cae, 0x12deca4d, 0x2c3f8cc5, // 0xd2d02dfe, 0xf8ef5896, 0xe4cf52da, 0x95155b67, 0x494a488c, 0xb9b6a80c, 0x5c8f82bc, 0x89d36b45, // 0x3a609437, 0xec00c9a9, 0x44715253, 0x0a874b49, 0xd773bc40, 0x7c34671c, 0x02717ef6, 0x4feb5536, // 0xa2d02fff, 0xd2bf60c4, 0xd43f03c0, 0x50b4ef6d, 0x07478cd1, 0x006e1888, 0xa2e53f55, 0xb9e6d4bc, // 0xa2048016, 0x97573833, 0xd7207d67, 0xde0f8f3d, 0x72f87b33, 0xabcc4f33, 0x7688c55d, 0x7b00a6b0, // 0x947b0001, 0x570075d2, 0xf9bb88f8, 0x8942019e, 0x4264a5ff, 0x856302e0, 0x72dbd92b, 0xee971b69, // 0x6ea22fde, 0x5f08ae2b, 0xaf7a616d, 0xe5c98767, 0xcf1febd2, 0x61efc8c2, 0xf1ac2571, 0xcc8239c2, // 0x67214cb8, 0xb1e583d1, 0xb7dc3e62, 0x7f10bdce, 0xf90a5c38, 0x0ff0443d, 0x606e6dc6, 0x60543a49, // 0x5727c148, 0x2be98a1d, 0x8ab41738, 0x20e1be24, 0xaf96da0f, 0x68458425, 0x99833be5, 0x600d457d, // 0x282f9350, 0x8334b362, 0xd91d1120, 0x2b6d8da0, 0x642b1e31, 0x9c305a00, 0x52bce688, 0x1b03588a, // 0xf7baefd5, 0x4142ed9c, 0xa4315c11, 0x83323ec5, 0xdfef4636, 0xa133c501, 0xe9d3531c, 0xee353783 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S3_2(L_7); // S4 = // { // 0x9db30420, 0x1fb6e9de, 0xa7be7bef, 0xd273a298, 0x4a4f7bdb, 0x64ad8c57, 0x85510443, 0xfa020ed1, // 0x7e287aff, 0xe60fb663, 0x095f35a1, 0x79ebf120, 0xfd059d43, 0x6497b7b1, 0xf3641f63, 0x241e4adf, // 0x28147f5f, 0x4fa2b8cd, 0xc9430040, 0x0cc32220, 0xfdd30b30, 0xc0a5374f, 0x1d2d00d9, 0x24147b15, // 0xee4d111a, 0x0fca5167, 0x71ff904c, 0x2d195ffe, 0x1a05645f, 0x0c13fefe, 0x081b08ca, 0x05170121, // 0x80530100, 0xe83e5efe, 0xac9af4f8, 0x7fe72701, 0xd2b8ee5f, 0x06df4261, 0xbb9e9b8a, 0x7293ea25, // 0xce84ffdf, 0xf5718801, 0x3dd64b04, 0xa26f263b, 0x7ed48400, 0x547eebe6, 0x446d4ca0, 0x6cf3d6f5, // 0x2649abdf, 0xaea0c7f5, 0x36338cc1, 0x503f7e93, 0xd3772061, 0x11b638e1, 0x72500e03, 0xf80eb2bb, // 0xabe0502e, 0xec8d77de, 0x57971e81, 0xe14f6746, 0xc9335400, 0x6920318f, 0x081dbb99, 0xffc304a5, // 0x4d351805, 0x7f3d5ce3, 0xa6c866c6, 0x5d5bcca9, 0xdaec6fea, 0x9f926f91, 0x9f46222f, 0x3991467d, // 0xa5bf6d8e, 0x1143c44f, 0x43958302, 0xd0214eeb, 0x022083b8, 0x3fb6180c, 0x18f8931e, 0x281658e6, // 0x26486e3e, 0x8bd78a70, 0x7477e4c1, 0xb506e07c, 0xf32d0a25, 0x79098b02, 0xe4eabb81, 0x28123b23, // 0x69dead38, 0x1574ca16, 0xdf871b62, 0x211c40b7, 0xa51a9ef9, 0x0014377b, 0x041e8ac8, 0x09114003, // 0xbd59e4d2, 0xe3d156d5, 0x4fe876d5, 0x2f91a340, 0x557be8de, 0x00eae4a7, 0x0ce5c2ec, 0x4db4bba6, // 0xe756bdff, 0xdd3369ac, 0xec17b035, 0x06572327, 0x99afc8b0, 0x56c8c391, 0x6b65811c, 0x5e146119, // 0x6e85cb75, 0xbe07c002, 0xc2325577, 0x893ff4ec, 0x5bbfc92d, 0xd0ec3b25, 0xb7801ab7, 0x8d6d3b24, // 0x20c763ef, 0xc366a5fc, 0x9c382880, 0x0ace3205, 0xaac9548a, 0xeca1d7c7, 0x041afa32, 0x1d16625a, // 0x6701902c, 0x9b757a54, 0x31d477f7, 0x9126b031, 0x36cc6fdb, 0xc70b8b46, 0xd9e66a48, 0x56e55a79, // 0x026a4ceb, 0x52437eff, 0x2f8f76b4, 0x0df980a5, 0x8674cde3, 0xedda04eb, 0x17a9be04, 0x2c18f4df, // 0xb7747f9d, 0xab2af7b4, 0xefc34d20, 0x2e096b7c, 0x1741a254, 0xe5b6a035, 0x213d42f6, 0x2c1c7c26, // 0x61c2f50f, 0x6552daf9, 0xd2c231f8, 0x25130f69, 0xd8167fa2, 0x0418f2c8, 0x001a96a6, 0x0d1526ab, // 0x63315c21, 0x5e0a72ec, 0x49bafefd, 0x187908d9, 0x8d0dbd86, 0x311170a7, 0x3e9b640c, 0xcc3e10d7, // 0xd5cad3b6, 0x0caec388, 0xf73001e1, 0x6c728aff, 0x71eae2a1, 0x1f9af36e, 0xcfcbd12f, 0xc1de8417, // 0xac07be6b, 0xcb44a1d8, 0x8b9b0f56, 0x013988c3, 0xb1c52fca, 0xb4be31cd, 0xd8782806, 0x12a3a4e2, // 0x6f7de532, 0x58fd7eb6, 0xd01ee900, 0x24adffc2, 0xf4990fc5, 0x9711aac5, 0x001d7b95, 0x82e5e7d2, // 0x109873f6, 0x00613096, 0xc32d9521, 0xada121ff, 0x29908415, 0x7fbb977f, 0xaf9eb3db, 0x29c9ed2a, // 0x5ce2a465, 0xa730f32c, 0xd0aa3fe8, 0x8a5cc091, 0xd49e2ce7, 0x0ce454a9, 0xd60acd86, 0x015f1919, // 0x77079103, 0xdea03af6, 0x78a8565e, 0xdee356df, 0x21f05cbe, 0x8b75e387, 0xb3c50651, 0xb8a5c3ef, // 0xd8eeb6d2, 0xe523be77, 0xc2154529, 0x2f69efdf, 0xafe67afb, 0xf470c4b2, 0xf3e0eb5b, 0xd6cc9876, // 0x39e4460c, 0x1fda8538, 0x1987832f, 0xca007367, 0xa99144f8, 0x296b299e, 0x492fc295, 0x9266beab, // 0xb5676e69, 0x9bd3ddda, 0xdf7e052f, 0xdb25701c, 0x1b5e51ee, 0xf65324e6, 0x6afce36c, 0x0316cc04, // 0x8644213e, 0xb7dc59d0, 0x7965291f, 0xccd6fd43, 0x41823979, 0x932bcdf6, 0xb657c34d, 0x4edfd282, // 0x7ae5290c, 0x3cb9536b, 0x851e20fe, 0x9833557e, 0x13ecf0b0, 0xd3ffb372, 0x3f85c5c1, 0x0aef7ed2 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S4_3(L_10); // S5 = // { // 0x7ec90c04, 0x2c6e74b9, 0x9b0e66df, 0xa6337911, 0xb86a7fff, 0x1dd358f5, 0x44dd9d44, 0x1731167f, // 0x08fbf1fa, 0xe7f511cc, 0xd2051b00, 0x735aba00, 0x2ab722d8, 0x386381cb, 0xacf6243a, 0x69befd7a, // 0xe6a2e77f, 0xf0c720cd, 0xc4494816, 0xccf5c180, 0x38851640, 0x15b0a848, 0xe68b18cb, 0x4caadeff, // 0x5f480a01, 0x0412b2aa, 0x259814fc, 0x41d0efe2, 0x4e40b48d, 0x248eb6fb, 0x8dba1cfe, 0x41a99b02, // 0x1a550a04, 0xba8f65cb, 0x7251f4e7, 0x95a51725, 0xc106ecd7, 0x97a5980a, 0xc539b9aa, 0x4d79fe6a, // 0xf2f3f763, 0x68af8040, 0xed0c9e56, 0x11b4958b, 0xe1eb5a88, 0x8709e6b0, 0xd7e07156, 0x4e29fea7, // 0x6366e52d, 0x02d1c000, 0xc4ac8e05, 0x9377f571, 0x0c05372a, 0x578535f2, 0x2261be02, 0xd642a0c9, // 0xdf13a280, 0x74b55bd2, 0x682199c0, 0xd421e5ec, 0x53fb3ce8, 0xc8adedb3, 0x28a87fc9, 0x3d959981, // 0x5c1ff900, 0xfe38d399, 0x0c4eff0b, 0x062407ea, 0xaa2f4fb1, 0x4fb96976, 0x90c79505, 0xb0a8a774, // 0xef55a1ff, 0xe59ca2c2, 0xa6b62d27, 0xe66a4263, 0xdf65001f, 0x0ec50966, 0xdfdd55bc, 0x29de0655, // 0x911e739a, 0x17af8975, 0x32c7911c, 0x89f89468, 0x0d01e980, 0x524755f4, 0x03b63cc9, 0x0cc844b2, // 0xbcf3f0aa, 0x87ac36e9, 0xe53a7426, 0x01b3d82b, 0x1a9e7449, 0x64ee2d7e, 0xcddbb1da, 0x01c94910, // 0xb868bf80, 0x0d26f3fd, 0x9342ede7, 0x04a5c284, 0x636737b6, 0x50f5b616, 0xf24766e3, 0x8eca36c1, // 0x136e05db, 0xfef18391, 0xfb887a37, 0xd6e7f7d4, 0xc7fb7dc9, 0x3063fcdf, 0xb6f589de, 0xec2941da, // 0x26e46695, 0xb7566419, 0xf654efc5, 0xd08d58b7, 0x48925401, 0xc1bacb7f, 0xe5ff550f, 0xb6083049, // 0x5bb5d0e8, 0x87d72e5a, 0xab6a6ee1, 0x223a66ce, 0xc62bf3cd, 0x9e0885f9, 0x68cb3e47, 0x086c010f, // 0xa21de820, 0xd18b69de, 0xf3f65777, 0xfa02c3f6, 0x407edac3, 0xcbb3d550, 0x1793084d, 0xb0d70eba, // 0x0ab378d5, 0xd951fb0c, 0xded7da56, 0x4124bbe4, 0x94ca0b56, 0x0f5755d1, 0xe0e1e56e, 0x6184b5be, // 0x580a249f, 0x94f74bc0, 0xe327888e, 0x9f7b5561, 0xc3dc0280, 0x05687715, 0x646c6bd7, 0x44904db3, // 0x66b4f0a3, 0xc0f1648a, 0x697ed5af, 0x49e92ff6, 0x309e374f, 0x2cb6356a, 0x85808573, 0x4991f840, // 0x76f0ae02, 0x083be84d, 0x28421c9a, 0x44489406, 0x736e4cb8, 0xc1092910, 0x8bc95fc6, 0x7d869cf4, // 0x134f616f, 0x2e77118d, 0xb31b2be1, 0xaa90b472, 0x3ca5d717, 0x7d161bba, 0x9cad9010, 0xaf462ba2, // 0x9fe459d2, 0x45d34559, 0xd9f2da13, 0xdbc65487, 0xf3e4f94e, 0x176d486f, 0x097c13ea, 0x631da5c7, // 0x445f7382, 0x175683f4, 0xcdc66a97, 0x70be0288, 0xb3cdcf72, 0x6e5dd2f3, 0x20936079, 0x459b80a5, // 0xbe60e2db, 0xa9c23101, 0xeba5315c, 0x224e42f2, 0x1c5c1572, 0xf6721b2c, 0x1ad2fff3, 0x8c25404e, // 0x324ed72f, 0x4067b7fd, 0x0523138e, 0x5ca3bc78, 0xdc0fd66e, 0x75922283, 0x784d6b17, 0x58ebb16e, // 0x44094f85, 0x3f481d87, 0xfcfeae7b, 0x77b5ff76, 0x8c2302bf, 0xaaf47556, 0x5f46b02a, 0x2b092801, // 0x3d38f5f7, 0x0ca81f36, 0x52af4a8a, 0x66d5e7c0, 0xdf3b0874, 0x95055110, 0x1b5ad7a8, 0xf61ed5ad, // 0x6cf6e479, 0x20758184, 0xd0cefa65, 0x88f7be58, 0x4a046826, 0x0ff6f8f3, 0xa09c7f70, 0x5346aba0, // 0x5ce96c28, 0xe176eda3, 0x6bac307f, 0x376829d2, 0x85360fa9, 0x17e3fe2a, 0x24b79767, 0xf5a96b20, // 0xd6cd2595, 0x68ff1ebf, 0x7555442c, 0xf19f06be, 0xf9e0659a, 0xeeb9491d, 0x34010718, 0xbb30cab8, // 0xe822fe15, 0x88570983, 0x750e6249, 0xda627e55, 0x5e76ffa8, 0xb1534546, 0x6d47de08, 0xefe9e7d4 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S5_4(L_13); // S6 = // { // 0xf6fa8f9d, 0x2cac6ce1, 0x4ca34867, 0xe2337f7c, 0x95db08e7, 0x016843b4, 0xeced5cbc, 0x325553ac, // 0xbf9f0960, 0xdfa1e2ed, 0x83f0579d, 0x63ed86b9, 0x1ab6a6b8, 0xde5ebe39, 0xf38ff732, 0x8989b138, // 0x33f14961, 0xc01937bd, 0xf506c6da, 0xe4625e7e, 0xa308ea99, 0x4e23e33c, 0x79cbd7cc, 0x48a14367, // 0xa3149619, 0xfec94bd5, 0xa114174a, 0xeaa01866, 0xa084db2d, 0x09a8486f, 0xa888614a, 0x2900af98, // 0x01665991, 0xe1992863, 0xc8f30c60, 0x2e78ef3c, 0xd0d51932, 0xcf0fec14, 0xf7ca07d2, 0xd0a82072, // 0xfd41197e, 0x9305a6b0, 0xe86be3da, 0x74bed3cd, 0x372da53c, 0x4c7f4448, 0xdab5d440, 0x6dba0ec3, // 0x083919a7, 0x9fbaeed9, 0x49dbcfb0, 0x4e670c53, 0x5c3d9c01, 0x64bdb941, 0x2c0e636a, 0xba7dd9cd, // 0xea6f7388, 0xe70bc762, 0x35f29adb, 0x5c4cdd8d, 0xf0d48d8c, 0xb88153e2, 0x08a19866, 0x1ae2eac8, // 0x284caf89, 0xaa928223, 0x9334be53, 0x3b3a21bf, 0x16434be3, 0x9aea3906, 0xefe8c36e, 0xf890cdd9, // 0x80226dae, 0xc340a4a3, 0xdf7e9c09, 0xa694a807, 0x5b7c5ecc, 0x221db3a6, 0x9a69a02f, 0x68818a54, // 0xceb2296f, 0x53c0843a, 0xfe893655, 0x25bfe68a, 0xb4628abc, 0xcf222ebf, 0x25ac6f48, 0xa9a99387, // 0x53bddb65, 0xe76ffbe7, 0xe967fd78, 0x0ba93563, 0x8e342bc1, 0xe8a11be9, 0x4980740d, 0xc8087dfc, // 0x8de4bf99, 0xa11101a0, 0x7fd37975, 0xda5a26c0, 0xe81f994f, 0x9528cd89, 0xfd339fed, 0xb87834bf, // 0x5f04456d, 0x22258698, 0xc9c4c83b, 0x2dc156be, 0x4f628daa, 0x57f55ec5, 0xe2220abe, 0xd2916ebf, // 0x4ec75b95, 0x24f2c3c0, 0x42d15d99, 0xcd0d7fa0, 0x7b6e27ff, 0xa8dc8af0, 0x7345c106, 0xf41e232f, // 0x35162386, 0xe6ea8926, 0x3333b094, 0x157ec6f2, 0x372b74af, 0x692573e4, 0xe9a9d848, 0xf3160289, // 0x3a62ef1d, 0xa787e238, 0xf3a5f676, 0x74364853, 0x20951063, 0x4576698d, 0xb6fad407, 0x592af950, // 0x36f73523, 0x4cfb6e87, 0x7da4cec0, 0x6c152daa, 0xcb0396a8, 0xc50dfe5d, 0xfcd707ab, 0x0921c42f, // 0x89dff0bb, 0x5fe2be78, 0x448f4f33, 0x754613c9, 0x2b05d08d, 0x48b9d585, 0xdc049441, 0xc8098f9b, // 0x7dede786, 0xc39a3373, 0x42410005, 0x6a091751, 0x0ef3c8a6, 0x890072d6, 0x28207682, 0xa9a9f7be, // 0xbf32679d, 0xd45b5b75, 0xb353fd00, 0xcbb0e358, 0x830f220a, 0x1f8fb214, 0xd372cf08, 0xcc3c4a13, // 0x8cf63166, 0x061c87be, 0x88c98f88, 0x6062e397, 0x47cf8e7a, 0xb6c85283, 0x3cc2acfb, 0x3fc06976, // 0x4e8f0252, 0x64d8314d, 0xda3870e3, 0x1e665459, 0xc10908f0, 0x513021a5, 0x6c5b68b7, 0x822f8aa0, // 0x3007cd3e, 0x74719eef, 0xdc872681, 0x073340d4, 0x7e432fd9, 0x0c5ec241, 0x8809286c, 0xf592d891, // 0x08a930f6, 0x957ef305, 0xb7fbffbd, 0xc266e96f, 0x6fe4ac98, 0xb173ecc0, 0xbc60b42a, 0x953498da, // 0xfba1ae12, 0x2d4bd736, 0x0f25faab, 0xa4f3fceb, 0xe2969123, 0x257f0c3d, 0x9348af49, 0x361400bc, // 0xe8816f4a, 0x3814f200, 0xa3f94043, 0x9c7a54c2, 0xbc704f57, 0xda41e7f9, 0xc25ad33a, 0x54f4a084, // 0xb17f5505, 0x59357cbe, 0xedbd15c8, 0x7f97c5ab, 0xba5ac7b5, 0xb6f6deaf, 0x3a479c3a, 0x5302da25, // 0x653d7e6a, 0x54268d49, 0x51a477ea, 0x5017d55b, 0xd7d25d88, 0x44136c76, 0x0404a8c8, 0xb8e5a121, // 0xb81a928a, 0x60ed5869, 0x97c55b96, 0xeaec991b, 0x29935913, 0x01fdb7f1, 0x088e8dfa, 0x9ab6f6f5, // 0x3b4cbf9f, 0x4a5de3ab, 0xe6051d35, 0xa0e1d855, 0xd36b4cf1, 0xf544edeb, 0xb0e93524, 0xbebb8fbd, // 0xa2d762cf, 0x49c92f54, 0x38b5f331, 0x7128a454, 0x48392905, 0xa65b1db8, 0x851c97bd, 0xd675cf2f // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S6_5(L_16); // S7 = // { // 0x85e04019, 0x332bf567, 0x662dbfff, 0xcfc65693, 0x2a8d7f6f, 0xab9bc912, 0xde6008a1, 0x2028da1f, // 0x0227bce7, 0x4d642916, 0x18fac300, 0x50f18b82, 0x2cb2cb11, 0xb232e75c, 0x4b3695f2, 0xb28707de, // 0xa05fbcf6, 0xcd4181e9, 0xe150210c, 0xe24ef1bd, 0xb168c381, 0xfde4e789, 0x5c79b0d8, 0x1e8bfd43, // 0x4d495001, 0x38be4341, 0x913cee1d, 0x92a79c3f, 0x089766be, 0xbaeeadf4, 0x1286becf, 0xb6eacb19, // 0x2660c200, 0x7565bde4, 0x64241f7a, 0x8248dca9, 0xc3b3ad66, 0x28136086, 0x0bd8dfa8, 0x356d1cf2, // 0x107789be, 0xb3b2e9ce, 0x0502aa8f, 0x0bc0351e, 0x166bf52a, 0xeb12ff82, 0xe3486911, 0xd34d7516, // 0x4e7b3aff, 0x5f43671b, 0x9cf6e037, 0x4981ac83, 0x334266ce, 0x8c9341b7, 0xd0d854c0, 0xcb3a6c88, // 0x47bc2829, 0x4725ba37, 0xa66ad22b, 0x7ad61f1e, 0x0c5cbafa, 0x4437f107, 0xb6e79962, 0x42d2d816, // 0x0a961288, 0xe1a5c06e, 0x13749e67, 0x72fc081a, 0xb1d139f7, 0xf9583745, 0xcf19df58, 0xbec3f756, // 0xc06eba30, 0x07211b24, 0x45c28829, 0xc95e317f, 0xbc8ec511, 0x38bc46e9, 0xc6e6fa14, 0xbae8584a, // 0xad4ebc46, 0x468f508b, 0x7829435f, 0xf124183b, 0x821dba9f, 0xaff60ff4, 0xea2c4e6d, 0x16e39264, // 0x92544a8b, 0x009b4fc3, 0xaba68ced, 0x9ac96f78, 0x06a5b79a, 0xb2856e6e, 0x1aec3ca9, 0xbe838688, // 0x0e0804e9, 0x55f1be56, 0xe7e5363b, 0xb3a1f25d, 0xf7debb85, 0x61fe033c, 0x16746233, 0x3c034c28, // 0xda6d0c74, 0x79aac56c, 0x3ce4e1ad, 0x51f0c802, 0x98f8f35a, 0x1626a49f, 0xeed82b29, 0x1d382fe3, // 0x0c4fb99a, 0xbb325778, 0x3ec6d97b, 0x6e77a6a9, 0xcb658b5c, 0xd45230c7, 0x2bd1408b, 0x60c03eb7, // 0xb9068d78, 0xa33754f4, 0xf430c87d, 0xc8a71302, 0xb96d8c32, 0xebd4e7be, 0xbe8b9d2d, 0x7979fb06, // 0xe7225308, 0x8b75cf77, 0x11ef8da4, 0xe083c858, 0x8d6b786f, 0x5a6317a6, 0xfa5cf7a0, 0x5dda0033, // 0xf28ebfb0, 0xf5b9c310, 0xa0eac280, 0x08b9767a, 0xa3d9d2b0, 0x79d34217, 0x021a718d, 0x9ac6336a, // 0x2711fd60, 0x438050e3, 0x069908a8, 0x3d7fedc4, 0x826d2bef, 0x4eeb8476, 0x488dcf25, 0x36c9d566, // 0x28e74e41, 0xc2610aca, 0x3d49a9cf, 0xbae3b9df, 0xb65f8de6, 0x92aeaf64, 0x3ac7d5e6, 0x9ea80509, // 0xf22b017d, 0xa4173f70, 0xdd1e16c3, 0x15e0d7f9, 0x50b1b887, 0x2b9f4fd5, 0x625aba82, 0x6a017962, // 0x2ec01b9c, 0x15488aa9, 0xd716e740, 0x40055a2c, 0x93d29a22, 0xe32dbf9a, 0x058745b9, 0x3453dc1e, // 0xd699296e, 0x496cff6f, 0x1c9f4986, 0xdfe2ed07, 0xb87242d1, 0x19de7eae, 0x053e561a, 0x15ad6f8c, // 0x66626c1c, 0x7154c24c, 0xea082b2a, 0x93eb2939, 0x17dcb0f0, 0x58d4f2ae, 0x9ea294fb, 0x52cf564c, // 0x9883fe66, 0x2ec40581, 0x763953c3, 0x01d6692e, 0xd3a0c108, 0xa1e7160e, 0xe4f2dfa6, 0x693ed285, // 0x74904698, 0x4c2b0edd, 0x4f757656, 0x5d393378, 0xa132234f, 0x3d321c5d, 0xc3f5e194, 0x4b269301, // 0xc79f022f, 0x3c997e7e, 0x5e4f9504, 0x3ffafbbd, 0x76f7ad0e, 0x296693f4, 0x3d1fce6f, 0xc61e45be, // 0xd3b5ab34, 0xf72bf9b7, 0x1b0434c0, 0x4e72b567, 0x5592a33d, 0xb5229301, 0xcfd2a87f, 0x60aeb767, // 0x1814386b, 0x30bcc33d, 0x38a0c07d, 0xfd1606f2, 0xc363519b, 0x589dd390, 0x5479f8e6, 0x1cb8d647, // 0x97fd61a9, 0xea7759f4, 0x2d57539d, 0x569a58cf, 0xe84e63ad, 0x462e1b78, 0x6580f87e, 0xf3817914, // 0x91da55f4, 0x40a230f3, 0xd1988f35, 0xb6e318d2, 0x3ffa50bc, 0x3d40f021, 0xc3c0bdae, 0x4958c24c, // 0x518f36b2, 0x84b1d370, 0x0fedce83, 0x878ddada, 0xf2a279c7, 0x94e01be8, 0x90716f4b, 0x954b8aa3 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S7_6(L_19); // S8 = // { // 0xe216300d, 0xbbddfffc, 0xa7ebdabd, 0x35648095, 0x7789f8b7, 0xe6c1121b, 0x0e241600, 0x052ce8b5, // 0x11a9cfb0, 0xe5952f11, 0xece7990a, 0x9386d174, 0x2a42931c, 0x76e38111, 0xb12def3a, 0x37ddddfc, // 0xde9adeb1, 0x0a0cc32c, 0xbe197029, 0x84a00940, 0xbb243a0f, 0xb4d137cf, 0xb44e79f0, 0x049eedfd, // 0x0b15a15d, 0x480d3168, 0x8bbbde5a, 0x669ded42, 0xc7ece831, 0x3f8f95e7, 0x72df191b, 0x7580330d, // 0x94074251, 0x5c7dcdfa, 0xabbe6d63, 0xaa402164, 0xb301d40a, 0x02e7d1ca, 0x53571dae, 0x7a3182a2, // 0x12a8ddec, 0xfdaa335d, 0x176f43e8, 0x71fb46d4, 0x38129022, 0xce949ad4, 0xb84769ad, 0x965bd862, // 0x82f3d055, 0x66fb9767, 0x15b80b4e, 0x1d5b47a0, 0x4cfde06f, 0xc28ec4b8, 0x57e8726e, 0x647a78fc, // 0x99865d44, 0x608bd593, 0x6c200e03, 0x39dc5ff6, 0x5d0b00a3, 0xae63aff2, 0x7e8bd632, 0x70108c0c, // 0xbbd35049, 0x2998df04, 0x980cf42a, 0x9b6df491, 0x9e7edd53, 0x06918548, 0x58cb7e07, 0x3b74ef2e, // 0x522fffb1, 0xd24708cc, 0x1c7e27cd, 0xa4eb215b, 0x3cf1d2e2, 0x19b47a38, 0x424f7618, 0x35856039, // 0x9d17dee7, 0x27eb35e6, 0xc9aff67b, 0x36baf5b8, 0x09c467cd, 0xc18910b1, 0xe11dbf7b, 0x06cd1af8, // 0x7170c608, 0x2d5e3354, 0xd4de495a, 0x64c6d006, 0xbcc0c62c, 0x3dd00db3, 0x708f8f34, 0x77d51b42, // 0x264f620f, 0x24b8d2bf, 0x15c1b79e, 0x46a52564, 0xf8d7e54e, 0x3e378160, 0x7895cda5, 0x859c15a5, // 0xe6459788, 0xc37bc75f, 0xdb07ba0c, 0x0676a3ab, 0x7f229b1e, 0x31842e7b, 0x24259fd7, 0xf8bef472, // 0x835ffcb8, 0x6df4c1f2, 0x96f5b195, 0xfd0af0fc, 0xb0fe134c, 0xe2506d3d, 0x4f9b12ea, 0xf215f225, // 0xa223736f, 0x9fb4c428, 0x25d04979, 0x34c713f8, 0xc4618187, 0xea7a6e98, 0x7cd16efc, 0x1436876c, // 0xf1544107, 0xbedeee14, 0x56e9af27, 0xa04aa441, 0x3cf7c899, 0x92ecbae6, 0xdd67016d, 0x151682eb, // 0xa842eedf, 0xfdba60b4, 0xf1907b75, 0x20e3030f, 0x24d8c29e, 0xe139673b, 0xefa63fb8, 0x71873054, // 0xb6f2cf3b, 0x9f326442, 0xcb15a4cc, 0xb01a4504, 0xf1e47d8d, 0x844a1be5, 0xbae7dfdc, 0x42cbda70, // 0xcd7dae0a, 0x57e85b7a, 0xd53f5af6, 0x20cf4d8c, 0xcea4d428, 0x79d130a4, 0x3486ebfb, 0x33d3cddc, // 0x77853b53, 0x37effcb5, 0xc5068778, 0xe580b3e6, 0x4e68b8f4, 0xc5c8b37e, 0x0d809ea2, 0x398feb7c, // 0x132a4f94, 0x43b7950e, 0x2fee7d1c, 0x223613bd, 0xdd06caa2, 0x37df932b, 0xc4248289, 0xacf3ebc3, // 0x5715f6b7, 0xef3478dd, 0xf267616f, 0xc148cbe4, 0x9052815e, 0x5e410fab, 0xb48a2465, 0x2eda7fa4, // 0xe87b40e4, 0xe98ea084, 0x5889e9e1, 0xefd390fc, 0xdd07d35b, 0xdb485694, 0x38d7e5b2, 0x57720101, // 0x730edebc, 0x5b643113, 0x94917e4f, 0x503c2fba, 0x646f1282, 0x7523d24a, 0xe0779695, 0xf9c17a8f, // 0x7a5b2121, 0xd187b896, 0x29263a4d, 0xba510cdf, 0x81f47c9f, 0xad1163ed, 0xea7b5965, 0x1a00726e, // 0x11403092, 0x00da6d77, 0x4a0cdd61, 0xad1f4603, 0x605bdfb0, 0x9eedc364, 0x22ebe6a8, 0xcee7d28a, // 0xa0e736a0, 0x5564a6b9, 0x10853209, 0xc7eb8f37, 0x2de705ca, 0x8951570f, 0xdf09822b, 0xbd691a6c, // 0xaa12e4f2, 0x87451c0f, 0xe0f6a27a, 0x3ada4819, 0x4cf1764f, 0x0d771c2b, 0x67cdb156, 0x350d8384, // 0x5938fa0f, 0x42399ef3, 0x36997b07, 0x0e84093d, 0x4aa93e61, 0x8360d87b, 0x1fa98b0c, 0x1149382c, // 0xe97625a5, 0x0614d1b7, 0x0e25244b, 0x0c768347, 0x589e8d82, 0x0d2059d1, 0xa466bb1e, 0xf8da0a82, // 0x04f19130, 0xba6e4ec0, 0x99265164, 0x1ee7230d, 0x50b2ad80, 0xeaee6801, 0x8db2a283, 0xea8bf59e // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_S8_7(L_22); // internal static readonly int MAX_ROUNDS = 16; ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_MAX_ROUNDS_8(((int32_t)16)); // internal static readonly int RED_ROUNDS = 12; ((Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields*)il2cpp_codegen_static_fields_for(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var))->set_RED_ROUNDS_9(((int32_t)12)); 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine__ctor_m8C1C1A7728C79D07A1C1357D23A8499EFF662C1C (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int []_Kr = new int[ROUNDS*4]; // the rotating round key(s) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); __this->set__Kr_18(L_0); // private uint []_Km = new uint[ROUNDS*4]; // the masking round key(s) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); __this->set__Km_19(L_1); // private int []_Tr = new int[24 * 8]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)192)); __this->set__Tr_20(L_2); // private uint []_Tm = new uint[24 * 8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)192)); __this->set__Tm_21(L_3); // private uint[] _workingKey = new uint[8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__workingKey_22(L_4); // public Cast6Engine() IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); Cast5Engine__ctor_m2E9626ADF12EF0979460E390C11D980AC2E37C06(__this, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cast6Engine_get_AlgorithmName_m34A336BD53BD40C5DE182C19539063657B548002 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral094982198DFDF654686734000D94AE0E5682C58E); s_Il2CppMethodInitialized = true; } { // get { return "CAST6"; } return _stringLiteral094982198DFDF654686734000D94AE0E5682C58E; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine_Reset_m5FB56EC74CE3056383288D62B969230A6E52D0A5 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, const RuntimeMethod* method) { { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast6Engine_GetBlockSize_m0658A965EFFB65BA796E0BA6DC947DF02DFC5568 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine_SetKey_m943304BA93A3996707F052FFF3BE4328934C1201 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { // uint Cm = 0x5a827999; V_0 = ((int32_t)1518500249); // uint Mm = 0x6ed9eba1; V_1 = ((int32_t)1859775393); // int Cr = 19; V_2 = ((int32_t)19); // int Mr = 17; V_3 = ((int32_t)17); // for (int i=0; i< 24; i++) V_5 = 0; goto IL_0056; } IL_0017: { // for (int j=0; j< 8; j++) V_6 = 0; goto IL_004b; } IL_001c: { // _Tm[i*8 + j] = Cm; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get__Tm_21(); int32_t L_1 = V_5; int32_t L_2 = V_6; uint32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)), (int32_t)L_2))), (uint32_t)L_3); // Cm += Mm; //mod 2^32; uint32_t L_4 = V_0; uint32_t L_5 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); // _Tr[i*8 + j] = Cr; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = __this->get__Tr_20(); int32_t L_7 = V_5; int32_t L_8 = V_6; int32_t L_9 = V_2; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)8)), (int32_t)L_8))), (int32_t)L_9); // Cr = (Cr + Mr) & 0x1f; // mod 32 int32_t L_10 = V_2; int32_t L_11 = V_3; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))&(int32_t)((int32_t)31))); // for (int j=0; j< 8; j++) int32_t L_12 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004b: { // for (int j=0; j< 8; j++) int32_t L_13 = V_6; if ((((int32_t)L_13) < ((int32_t)8))) { goto IL_001c; } } { // for (int i=0; i< 24; i++) int32_t L_14 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0056: { // for (int i=0; i< 24; i++) int32_t L_15 = V_5; if ((((int32_t)L_15) < ((int32_t)((int32_t)24)))) { goto IL_0017; } } { // byte[] tmpKey = new byte[64]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_4 = L_16; // key.CopyTo(tmpKey, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_4; NullCheck((RuntimeArray *)(RuntimeArray *)L_17); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_17, (RuntimeArray *)(RuntimeArray *)L_18, 0, /*hidden argument*/NULL); // for (int i = 0; i < 8; i++) V_7 = 0; goto IL_008d; } IL_0073: { // _workingKey[i] = Pack.BE_To_UInt32(tmpKey, i*4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get__workingKey_22(); int32_t L_20 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_4; int32_t L_22 = V_7; uint32_t L_23; L_23 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_21, ((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)4)), /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (uint32_t)L_23); // for (int i = 0; i < 8; i++) int32_t L_24 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_008d: { // for (int i = 0; i < 8; i++) int32_t L_25 = V_7; if ((((int32_t)L_25) < ((int32_t)8))) { goto IL_0073; } } { // for (int i = 0; i < 12; i++) V_8 = 0; goto IL_048a; } IL_009a: { // int i2 = i*2 *8; int32_t L_26 = V_8; V_9 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2)), (int32_t)8)); // _workingKey[6] ^= F1(_workingKey[7], _Tm[i2], _Tr[i2]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = __this->get__workingKey_22(); NullCheck(L_27); uint32_t* L_28 = ((L_27)->GetAddressAt(static_cast(6))); int32_t L_29 = *((uint32_t*)L_28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = __this->get__workingKey_22(); NullCheck(L_30); int32_t L_31 = 7; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = __this->get__Tm_21(); int32_t L_34 = V_9; NullCheck(L_33); int32_t L_35 = L_34; uint32_t L_36 = (L_33)->GetAt(static_cast(L_35)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = __this->get__Tr_20(); int32_t L_38 = V_9; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_41; L_41 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_32, L_36, L_40, /*hidden argument*/NULL); *((int32_t*)L_28) = (int32_t)((int32_t)((int32_t)L_29^(int32_t)L_41)); // _workingKey[5] ^= F2(_workingKey[6], _Tm[i2+1], _Tr[i2+1]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = __this->get__workingKey_22(); NullCheck(L_42); uint32_t* L_43 = ((L_42)->GetAddressAt(static_cast(5))); int32_t L_44 = *((uint32_t*)L_43); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = __this->get__workingKey_22(); NullCheck(L_45); int32_t L_46 = 6; uint32_t L_47 = (L_45)->GetAt(static_cast(L_46)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = __this->get__Tm_21(); int32_t L_49 = V_9; NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = __this->get__Tr_20(); int32_t L_53 = V_9; NullCheck(L_52); int32_t L_54 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); int32_t L_55 = (L_52)->GetAt(static_cast(L_54)); uint32_t L_56; L_56 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_47, L_51, L_55, /*hidden argument*/NULL); *((int32_t*)L_43) = (int32_t)((int32_t)((int32_t)L_44^(int32_t)L_56)); // _workingKey[4] ^= F3(_workingKey[5], _Tm[i2+2], _Tr[i2+2]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = __this->get__workingKey_22(); NullCheck(L_57); uint32_t* L_58 = ((L_57)->GetAddressAt(static_cast(4))); int32_t L_59 = *((uint32_t*)L_58); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = __this->get__workingKey_22(); NullCheck(L_60); int32_t L_61 = 5; uint32_t L_62 = (L_60)->GetAt(static_cast(L_61)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = __this->get__Tm_21(); int32_t L_64 = V_9; NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)2)); uint32_t L_66 = (L_63)->GetAt(static_cast(L_65)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = __this->get__Tr_20(); int32_t L_68 = V_9; NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)2)); int32_t L_70 = (L_67)->GetAt(static_cast(L_69)); uint32_t L_71; L_71 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_62, L_66, L_70, /*hidden argument*/NULL); *((int32_t*)L_58) = (int32_t)((int32_t)((int32_t)L_59^(int32_t)L_71)); // _workingKey[3] ^= F1(_workingKey[4], _Tm[i2+3], _Tr[i2+3]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = __this->get__workingKey_22(); NullCheck(L_72); uint32_t* L_73 = ((L_72)->GetAddressAt(static_cast(3))); int32_t L_74 = *((uint32_t*)L_73); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = __this->get__workingKey_22(); NullCheck(L_75); int32_t L_76 = 4; uint32_t L_77 = (L_75)->GetAt(static_cast(L_76)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = __this->get__Tm_21(); int32_t L_79 = V_9; NullCheck(L_78); int32_t L_80 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)3)); uint32_t L_81 = (L_78)->GetAt(static_cast(L_80)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_82 = __this->get__Tr_20(); int32_t L_83 = V_9; NullCheck(L_82); int32_t L_84 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)3)); int32_t L_85 = (L_82)->GetAt(static_cast(L_84)); uint32_t L_86; L_86 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_77, L_81, L_85, /*hidden argument*/NULL); *((int32_t*)L_73) = (int32_t)((int32_t)((int32_t)L_74^(int32_t)L_86)); // _workingKey[2] ^= F2(_workingKey[3], _Tm[i2+4], _Tr[i2+4]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = __this->get__workingKey_22(); NullCheck(L_87); uint32_t* L_88 = ((L_87)->GetAddressAt(static_cast(2))); int32_t L_89 = *((uint32_t*)L_88); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = __this->get__workingKey_22(); NullCheck(L_90); int32_t L_91 = 3; uint32_t L_92 = (L_90)->GetAt(static_cast(L_91)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = __this->get__Tm_21(); int32_t L_94 = V_9; NullCheck(L_93); int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)4)); uint32_t L_96 = (L_93)->GetAt(static_cast(L_95)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_97 = __this->get__Tr_20(); int32_t L_98 = V_9; NullCheck(L_97); int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)4)); int32_t L_100 = (L_97)->GetAt(static_cast(L_99)); uint32_t L_101; L_101 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_92, L_96, L_100, /*hidden argument*/NULL); *((int32_t*)L_88) = (int32_t)((int32_t)((int32_t)L_89^(int32_t)L_101)); // _workingKey[1] ^= F3(_workingKey[2], _Tm[i2+5], _Tr[i2+5]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_102 = __this->get__workingKey_22(); NullCheck(L_102); uint32_t* L_103 = ((L_102)->GetAddressAt(static_cast(1))); int32_t L_104 = *((uint32_t*)L_103); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = __this->get__workingKey_22(); NullCheck(L_105); int32_t L_106 = 2; uint32_t L_107 = (L_105)->GetAt(static_cast(L_106)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_108 = __this->get__Tm_21(); int32_t L_109 = V_9; NullCheck(L_108); int32_t L_110 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)5)); uint32_t L_111 = (L_108)->GetAt(static_cast(L_110)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_112 = __this->get__Tr_20(); int32_t L_113 = V_9; NullCheck(L_112); int32_t L_114 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)5)); int32_t L_115 = (L_112)->GetAt(static_cast(L_114)); uint32_t L_116; L_116 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_107, L_111, L_115, /*hidden argument*/NULL); *((int32_t*)L_103) = (int32_t)((int32_t)((int32_t)L_104^(int32_t)L_116)); // _workingKey[0] ^= F1(_workingKey[1], _Tm[i2+6], _Tr[i2+6]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = __this->get__workingKey_22(); NullCheck(L_117); uint32_t* L_118 = ((L_117)->GetAddressAt(static_cast(0))); int32_t L_119 = *((uint32_t*)L_118); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_120 = __this->get__workingKey_22(); NullCheck(L_120); int32_t L_121 = 1; uint32_t L_122 = (L_120)->GetAt(static_cast(L_121)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_123 = __this->get__Tm_21(); int32_t L_124 = V_9; NullCheck(L_123); int32_t L_125 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)6)); uint32_t L_126 = (L_123)->GetAt(static_cast(L_125)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_127 = __this->get__Tr_20(); int32_t L_128 = V_9; NullCheck(L_127); int32_t L_129 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)6)); int32_t L_130 = (L_127)->GetAt(static_cast(L_129)); uint32_t L_131; L_131 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_122, L_126, L_130, /*hidden argument*/NULL); *((int32_t*)L_118) = (int32_t)((int32_t)((int32_t)L_119^(int32_t)L_131)); // _workingKey[7] ^= F2(_workingKey[0], _Tm[i2+7], _Tr[i2+7]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = __this->get__workingKey_22(); NullCheck(L_132); uint32_t* L_133 = ((L_132)->GetAddressAt(static_cast(7))); int32_t L_134 = *((uint32_t*)L_133); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_135 = __this->get__workingKey_22(); NullCheck(L_135); int32_t L_136 = 0; uint32_t L_137 = (L_135)->GetAt(static_cast(L_136)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_138 = __this->get__Tm_21(); int32_t L_139 = V_9; NullCheck(L_138); int32_t L_140 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)7)); uint32_t L_141 = (L_138)->GetAt(static_cast(L_140)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_142 = __this->get__Tr_20(); int32_t L_143 = V_9; NullCheck(L_142); int32_t L_144 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)7)); int32_t L_145 = (L_142)->GetAt(static_cast(L_144)); uint32_t L_146; L_146 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_137, L_141, L_145, /*hidden argument*/NULL); *((int32_t*)L_133) = (int32_t)((int32_t)((int32_t)L_134^(int32_t)L_146)); // i2 = (i*2 + 1)*8; int32_t L_147 = V_8; V_9 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_147, (int32_t)2)), (int32_t)1)), (int32_t)8)); // _workingKey[6] ^= F1(_workingKey[7], _Tm[i2], _Tr[i2]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_148 = __this->get__workingKey_22(); NullCheck(L_148); uint32_t* L_149 = ((L_148)->GetAddressAt(static_cast(6))); int32_t L_150 = *((uint32_t*)L_149); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_151 = __this->get__workingKey_22(); NullCheck(L_151); int32_t L_152 = 7; uint32_t L_153 = (L_151)->GetAt(static_cast(L_152)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_154 = __this->get__Tm_21(); int32_t L_155 = V_9; NullCheck(L_154); int32_t L_156 = L_155; uint32_t L_157 = (L_154)->GetAt(static_cast(L_156)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_158 = __this->get__Tr_20(); int32_t L_159 = V_9; NullCheck(L_158); int32_t L_160 = L_159; int32_t L_161 = (L_158)->GetAt(static_cast(L_160)); uint32_t L_162; L_162 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_153, L_157, L_161, /*hidden argument*/NULL); *((int32_t*)L_149) = (int32_t)((int32_t)((int32_t)L_150^(int32_t)L_162)); // _workingKey[5] ^= F2(_workingKey[6], _Tm[i2+1], _Tr[i2+1]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_163 = __this->get__workingKey_22(); NullCheck(L_163); uint32_t* L_164 = ((L_163)->GetAddressAt(static_cast(5))); int32_t L_165 = *((uint32_t*)L_164); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_166 = __this->get__workingKey_22(); NullCheck(L_166); int32_t L_167 = 6; uint32_t L_168 = (L_166)->GetAt(static_cast(L_167)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_169 = __this->get__Tm_21(); int32_t L_170 = V_9; NullCheck(L_169); int32_t L_171 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1)); uint32_t L_172 = (L_169)->GetAt(static_cast(L_171)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_173 = __this->get__Tr_20(); int32_t L_174 = V_9; NullCheck(L_173); int32_t L_175 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1)); int32_t L_176 = (L_173)->GetAt(static_cast(L_175)); uint32_t L_177; L_177 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_168, L_172, L_176, /*hidden argument*/NULL); *((int32_t*)L_164) = (int32_t)((int32_t)((int32_t)L_165^(int32_t)L_177)); // _workingKey[4] ^= F3(_workingKey[5], _Tm[i2+2], _Tr[i2+2]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = __this->get__workingKey_22(); NullCheck(L_178); uint32_t* L_179 = ((L_178)->GetAddressAt(static_cast(4))); int32_t L_180 = *((uint32_t*)L_179); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_181 = __this->get__workingKey_22(); NullCheck(L_181); int32_t L_182 = 5; uint32_t L_183 = (L_181)->GetAt(static_cast(L_182)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_184 = __this->get__Tm_21(); int32_t L_185 = V_9; NullCheck(L_184); int32_t L_186 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)2)); uint32_t L_187 = (L_184)->GetAt(static_cast(L_186)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_188 = __this->get__Tr_20(); int32_t L_189 = V_9; NullCheck(L_188); int32_t L_190 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)2)); int32_t L_191 = (L_188)->GetAt(static_cast(L_190)); uint32_t L_192; L_192 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_183, L_187, L_191, /*hidden argument*/NULL); *((int32_t*)L_179) = (int32_t)((int32_t)((int32_t)L_180^(int32_t)L_192)); // _workingKey[3] ^= F1(_workingKey[4], _Tm[i2+3], _Tr[i2+3]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_193 = __this->get__workingKey_22(); NullCheck(L_193); uint32_t* L_194 = ((L_193)->GetAddressAt(static_cast(3))); int32_t L_195 = *((uint32_t*)L_194); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_196 = __this->get__workingKey_22(); NullCheck(L_196); int32_t L_197 = 4; uint32_t L_198 = (L_196)->GetAt(static_cast(L_197)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = __this->get__Tm_21(); int32_t L_200 = V_9; NullCheck(L_199); int32_t L_201 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)3)); uint32_t L_202 = (L_199)->GetAt(static_cast(L_201)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_203 = __this->get__Tr_20(); int32_t L_204 = V_9; NullCheck(L_203); int32_t L_205 = ((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)3)); int32_t L_206 = (L_203)->GetAt(static_cast(L_205)); uint32_t L_207; L_207 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_198, L_202, L_206, /*hidden argument*/NULL); *((int32_t*)L_194) = (int32_t)((int32_t)((int32_t)L_195^(int32_t)L_207)); // _workingKey[2] ^= F2(_workingKey[3], _Tm[i2+4], _Tr[i2+4]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_208 = __this->get__workingKey_22(); NullCheck(L_208); uint32_t* L_209 = ((L_208)->GetAddressAt(static_cast(2))); int32_t L_210 = *((uint32_t*)L_209); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = __this->get__workingKey_22(); NullCheck(L_211); int32_t L_212 = 3; uint32_t L_213 = (L_211)->GetAt(static_cast(L_212)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_214 = __this->get__Tm_21(); int32_t L_215 = V_9; NullCheck(L_214); int32_t L_216 = ((int32_t)il2cpp_codegen_add((int32_t)L_215, (int32_t)4)); uint32_t L_217 = (L_214)->GetAt(static_cast(L_216)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_218 = __this->get__Tr_20(); int32_t L_219 = V_9; NullCheck(L_218); int32_t L_220 = ((int32_t)il2cpp_codegen_add((int32_t)L_219, (int32_t)4)); int32_t L_221 = (L_218)->GetAt(static_cast(L_220)); uint32_t L_222; L_222 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_213, L_217, L_221, /*hidden argument*/NULL); *((int32_t*)L_209) = (int32_t)((int32_t)((int32_t)L_210^(int32_t)L_222)); // _workingKey[1] ^= F3(_workingKey[2], _Tm[i2+5], _Tr[i2+5]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_223 = __this->get__workingKey_22(); NullCheck(L_223); uint32_t* L_224 = ((L_223)->GetAddressAt(static_cast(1))); int32_t L_225 = *((uint32_t*)L_224); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_226 = __this->get__workingKey_22(); NullCheck(L_226); int32_t L_227 = 2; uint32_t L_228 = (L_226)->GetAt(static_cast(L_227)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_229 = __this->get__Tm_21(); int32_t L_230 = V_9; NullCheck(L_229); int32_t L_231 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)5)); uint32_t L_232 = (L_229)->GetAt(static_cast(L_231)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_233 = __this->get__Tr_20(); int32_t L_234 = V_9; NullCheck(L_233); int32_t L_235 = ((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)5)); int32_t L_236 = (L_233)->GetAt(static_cast(L_235)); uint32_t L_237; L_237 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_228, L_232, L_236, /*hidden argument*/NULL); *((int32_t*)L_224) = (int32_t)((int32_t)((int32_t)L_225^(int32_t)L_237)); // _workingKey[0] ^= F1(_workingKey[1], _Tm[i2+6], _Tr[i2+6]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_238 = __this->get__workingKey_22(); NullCheck(L_238); uint32_t* L_239 = ((L_238)->GetAddressAt(static_cast(0))); int32_t L_240 = *((uint32_t*)L_239); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_241 = __this->get__workingKey_22(); NullCheck(L_241); int32_t L_242 = 1; uint32_t L_243 = (L_241)->GetAt(static_cast(L_242)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_244 = __this->get__Tm_21(); int32_t L_245 = V_9; NullCheck(L_244); int32_t L_246 = ((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)6)); uint32_t L_247 = (L_244)->GetAt(static_cast(L_246)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_248 = __this->get__Tr_20(); int32_t L_249 = V_9; NullCheck(L_248); int32_t L_250 = ((int32_t)il2cpp_codegen_add((int32_t)L_249, (int32_t)6)); int32_t L_251 = (L_248)->GetAt(static_cast(L_250)); uint32_t L_252; L_252 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_243, L_247, L_251, /*hidden argument*/NULL); *((int32_t*)L_239) = (int32_t)((int32_t)((int32_t)L_240^(int32_t)L_252)); // _workingKey[7] ^= F2(_workingKey[0], _Tm[i2+7], _Tr[i2+7]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_253 = __this->get__workingKey_22(); NullCheck(L_253); uint32_t* L_254 = ((L_253)->GetAddressAt(static_cast(7))); int32_t L_255 = *((uint32_t*)L_254); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_256 = __this->get__workingKey_22(); NullCheck(L_256); int32_t L_257 = 0; uint32_t L_258 = (L_256)->GetAt(static_cast(L_257)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_259 = __this->get__Tm_21(); int32_t L_260 = V_9; NullCheck(L_259); int32_t L_261 = ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)7)); uint32_t L_262 = (L_259)->GetAt(static_cast(L_261)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_263 = __this->get__Tr_20(); int32_t L_264 = V_9; NullCheck(L_263); int32_t L_265 = ((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)7)); int32_t L_266 = (L_263)->GetAt(static_cast(L_265)); uint32_t L_267; L_267 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_258, L_262, L_266, /*hidden argument*/NULL); *((int32_t*)L_254) = (int32_t)((int32_t)((int32_t)L_255^(int32_t)L_267)); // _Kr[i*4] = (int)(_workingKey[0] & 0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_268 = __this->get__Kr_18(); int32_t L_269 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_270 = __this->get__workingKey_22(); NullCheck(L_270); int32_t L_271 = 0; uint32_t L_272 = (L_270)->GetAt(static_cast(L_271)); NullCheck(L_268); (L_268)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_269, (int32_t)4))), (int32_t)((int32_t)((int32_t)L_272&(int32_t)((int32_t)31)))); // _Kr[i*4 + 1] = (int)(_workingKey[2] & 0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_273 = __this->get__Kr_18(); int32_t L_274 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_275 = __this->get__workingKey_22(); NullCheck(L_275); int32_t L_276 = 2; uint32_t L_277 = (L_275)->GetAt(static_cast(L_276)); NullCheck(L_273); (L_273)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_274, (int32_t)4)), (int32_t)1))), (int32_t)((int32_t)((int32_t)L_277&(int32_t)((int32_t)31)))); // _Kr[i*4 + 2] = (int)(_workingKey[4] & 0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_278 = __this->get__Kr_18(); int32_t L_279 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_280 = __this->get__workingKey_22(); NullCheck(L_280); int32_t L_281 = 4; uint32_t L_282 = (L_280)->GetAt(static_cast(L_281)); NullCheck(L_278); (L_278)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_279, (int32_t)4)), (int32_t)2))), (int32_t)((int32_t)((int32_t)L_282&(int32_t)((int32_t)31)))); // _Kr[i*4 + 3] = (int)(_workingKey[6] & 0x1f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_283 = __this->get__Kr_18(); int32_t L_284 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_285 = __this->get__workingKey_22(); NullCheck(L_285); int32_t L_286 = 6; uint32_t L_287 = (L_285)->GetAt(static_cast(L_286)); NullCheck(L_283); (L_283)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_284, (int32_t)4)), (int32_t)3))), (int32_t)((int32_t)((int32_t)L_287&(int32_t)((int32_t)31)))); // _Km[i*4] = _workingKey[7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = __this->get__Km_19(); int32_t L_289 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_290 = __this->get__workingKey_22(); NullCheck(L_290); int32_t L_291 = 7; uint32_t L_292 = (L_290)->GetAt(static_cast(L_291)); NullCheck(L_288); (L_288)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_289, (int32_t)4))), (uint32_t)L_292); // _Km[i*4 + 1] = _workingKey[5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_293 = __this->get__Km_19(); int32_t L_294 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_295 = __this->get__workingKey_22(); NullCheck(L_295); int32_t L_296 = 5; uint32_t L_297 = (L_295)->GetAt(static_cast(L_296)); NullCheck(L_293); (L_293)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_294, (int32_t)4)), (int32_t)1))), (uint32_t)L_297); // _Km[i*4 + 2] = _workingKey[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_298 = __this->get__Km_19(); int32_t L_299 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = __this->get__workingKey_22(); NullCheck(L_300); int32_t L_301 = 3; uint32_t L_302 = (L_300)->GetAt(static_cast(L_301)); NullCheck(L_298); (L_298)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_299, (int32_t)4)), (int32_t)2))), (uint32_t)L_302); // _Km[i*4 + 3] = _workingKey[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_303 = __this->get__Km_19(); int32_t L_304 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_305 = __this->get__workingKey_22(); NullCheck(L_305); int32_t L_306 = 1; uint32_t L_307 = (L_305)->GetAt(static_cast(L_306)); NullCheck(L_303); (L_303)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_304, (int32_t)4)), (int32_t)3))), (uint32_t)L_307); // for (int i = 0; i < 12; i++) int32_t L_308 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)1)); } IL_048a: { // for (int i = 0; i < 12; i++) int32_t L_309 = V_8; if ((((int32_t)L_309) < ((int32_t)((int32_t)12)))) { goto IL_009a; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast6Engine_EncryptBlock_mDAD05D4E7EBD758A623076393DEC3A180CC1C115 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; { // uint A = Pack.BE_To_UInt32(src, srcIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcIndex1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint B = Pack.BE_To_UInt32(src, srcIndex + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___src0; int32_t L_4 = ___srcIndex1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint C = Pack.BE_To_UInt32(src, srcIndex + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___src0; int32_t L_7 = ___srcIndex1; uint32_t L_8; L_8 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); V_2 = L_8; // uint D = Pack.BE_To_UInt32(src, srcIndex + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___src0; int32_t L_10 = ___srcIndex1; uint32_t L_11; L_11 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)12))), /*hidden argument*/NULL); V_3 = L_11; // uint[] result = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_4 = L_12; // CAST_Encipher(A, B, C, D, result); uint32_t L_13 = V_0; uint32_t L_14 = V_1; uint32_t L_15 = V_2; uint32_t L_16 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_4; Cast6Engine_CAST_Encipher_mF93B20A95BE5F6CF0D65C3875EA73CAC3D264DFD(__this, L_13, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[0], dst, dstIndex); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_4; NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___dst2; int32_t L_22 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_20, L_21, L_22, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[1], dst, dstIndex + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_4; NullCheck(L_23); int32_t L_24 = 1; uint32_t L_25 = (L_23)->GetAt(static_cast(L_24)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___dst2; int32_t L_27 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_25, L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[2], dst, dstIndex + 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_4; NullCheck(L_28); int32_t L_29 = 2; uint32_t L_30 = (L_28)->GetAt(static_cast(L_29)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___dst2; int32_t L_32 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_30, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[3], dst, dstIndex + 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_4; NullCheck(L_33); int32_t L_34 = 3; uint32_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___dst2; int32_t L_37 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_35, L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cast6Engine_DecryptBlock_m176604679778BD7C548A65E0AEA651E3F8B2BC27 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; { // uint A = Pack.BE_To_UInt32(src, srcIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcIndex1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint B = Pack.BE_To_UInt32(src, srcIndex + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___src0; int32_t L_4 = ___srcIndex1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint C = Pack.BE_To_UInt32(src, srcIndex + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___src0; int32_t L_7 = ___srcIndex1; uint32_t L_8; L_8 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); V_2 = L_8; // uint D = Pack.BE_To_UInt32(src, srcIndex + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___src0; int32_t L_10 = ___srcIndex1; uint32_t L_11; L_11 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)12))), /*hidden argument*/NULL); V_3 = L_11; // uint[] result = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_4 = L_12; // CAST_Decipher(A, B, C, D, result); uint32_t L_13 = V_0; uint32_t L_14 = V_1; uint32_t L_15 = V_2; uint32_t L_16 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_4; Cast6Engine_CAST_Decipher_mADC2899B6DC461BE231ACE36F97C38D39AB5C030(__this, L_13, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[0], dst, dstIndex); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_4; NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___dst2; int32_t L_22 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_20, L_21, L_22, /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[1], dst, dstIndex + 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_4; NullCheck(L_23); int32_t L_24 = 1; uint32_t L_25 = (L_23)->GetAt(static_cast(L_24)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___dst2; int32_t L_27 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_25, L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[2], dst, dstIndex + 8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_4; NullCheck(L_28); int32_t L_29 = 2; uint32_t L_30 = (L_28)->GetAt(static_cast(L_29)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___dst2; int32_t L_32 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_30, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(result[3], dst, dstIndex + 12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_4; NullCheck(L_33); int32_t L_34 = 3; uint32_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___dst2; int32_t L_37 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_35, L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::CAST_Encipher(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine_CAST_Encipher_mF93B20A95BE5F6CF0D65C3875EA73CAC3D264DFD (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, uint32_t ___A0, uint32_t ___B1, uint32_t ___C2, uint32_t ___D3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // for (int i = 0; i < 6; i++) V_0 = 0; goto IL_0082; } IL_0004: { // int x = i*4; int32_t L_0 = V_0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)4)); // C ^= F1(D, _Km[x], _Kr[x]); uint32_t L_1 = ___C2; uint32_t L_2 = ___D3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__Km_19(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint32_t L_6 = (L_3)->GetAt(static_cast(L_5)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get__Kr_18(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_11; L_11 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_2, L_6, L_10, /*hidden argument*/NULL); ___C2 = ((int32_t)((int32_t)L_1^(int32_t)L_11)); // B ^= F2(C, _Km[x + 1], _Kr[x + 1]); uint32_t L_12 = ___B1; uint32_t L_13 = ___C2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = __this->get__Km_19(); int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get__Kr_18(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); uint32_t L_22; L_22 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_13, L_17, L_21, /*hidden argument*/NULL); ___B1 = ((int32_t)((int32_t)L_12^(int32_t)L_22)); // A ^= F3(B, _Km[x + 2], _Kr[x + 2]); uint32_t L_23 = ___A0; uint32_t L_24 = ___B1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get__Km_19(); int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2)); uint32_t L_28 = (L_25)->GetAt(static_cast(L_27)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get__Kr_18(); int32_t L_30 = V_1; NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2)); int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); uint32_t L_33; L_33 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_24, L_28, L_32, /*hidden argument*/NULL); ___A0 = ((int32_t)((int32_t)L_23^(int32_t)L_33)); // D ^= F1(A, _Km[x + 3], _Kr[x + 3]); uint32_t L_34 = ___D3; uint32_t L_35 = ___A0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = __this->get__Km_19(); int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)3)); uint32_t L_39 = (L_36)->GetAt(static_cast(L_38)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = __this->get__Kr_18(); int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)3)); int32_t L_43 = (L_40)->GetAt(static_cast(L_42)); uint32_t L_44; L_44 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_35, L_39, L_43, /*hidden argument*/NULL); ___D3 = ((int32_t)((int32_t)L_34^(int32_t)L_44)); // for (int i = 0; i < 6; i++) int32_t L_45 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0082: { // for (int i = 0; i < 6; i++) int32_t L_46 = V_0; if ((((int32_t)L_46) < ((int32_t)6))) { goto IL_0004; } } { // for (int i = 6; i < 12; i++) V_2 = 6; goto IL_010b; } IL_008d: { // int x = i*4; int32_t L_47 = V_2; V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_47, (int32_t)4)); // D ^= F1(A, _Km[x + 3], _Kr[x + 3]); uint32_t L_48 = ___D3; uint32_t L_49 = ___A0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = __this->get__Km_19(); int32_t L_51 = V_3; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)3)); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = __this->get__Kr_18(); int32_t L_55 = V_3; NullCheck(L_54); int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)3)); int32_t L_57 = (L_54)->GetAt(static_cast(L_56)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_58; L_58 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_49, L_53, L_57, /*hidden argument*/NULL); ___D3 = ((int32_t)((int32_t)L_48^(int32_t)L_58)); // A ^= F3(B, _Km[x + 2], _Kr[x + 2]); uint32_t L_59 = ___A0; uint32_t L_60 = ___B1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = __this->get__Km_19(); int32_t L_62 = V_3; NullCheck(L_61); int32_t L_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)2)); uint32_t L_64 = (L_61)->GetAt(static_cast(L_63)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = __this->get__Kr_18(); int32_t L_66 = V_3; NullCheck(L_65); int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)2)); int32_t L_68 = (L_65)->GetAt(static_cast(L_67)); uint32_t L_69; L_69 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_60, L_64, L_68, /*hidden argument*/NULL); ___A0 = ((int32_t)((int32_t)L_59^(int32_t)L_69)); // B ^= F2(C, _Km[x + 1], _Kr[x + 1]); uint32_t L_70 = ___B1; uint32_t L_71 = ___C2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = __this->get__Km_19(); int32_t L_73 = V_3; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); uint32_t L_75 = (L_72)->GetAt(static_cast(L_74)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = __this->get__Kr_18(); int32_t L_77 = V_3; NullCheck(L_76); int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); int32_t L_79 = (L_76)->GetAt(static_cast(L_78)); uint32_t L_80; L_80 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_71, L_75, L_79, /*hidden argument*/NULL); ___B1 = ((int32_t)((int32_t)L_70^(int32_t)L_80)); // C ^= F1(D, _Km[x], _Kr[x]); uint32_t L_81 = ___C2; uint32_t L_82 = ___D3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = __this->get__Km_19(); int32_t L_84 = V_3; NullCheck(L_83); int32_t L_85 = L_84; uint32_t L_86 = (L_83)->GetAt(static_cast(L_85)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = __this->get__Kr_18(); int32_t L_88 = V_3; NullCheck(L_87); int32_t L_89 = L_88; int32_t L_90 = (L_87)->GetAt(static_cast(L_89)); uint32_t L_91; L_91 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_82, L_86, L_90, /*hidden argument*/NULL); ___C2 = ((int32_t)((int32_t)L_81^(int32_t)L_91)); // for (int i = 6; i < 12; i++) int32_t L_92 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_010b: { // for (int i = 6; i < 12; i++) int32_t L_93 = V_2; if ((((int32_t)L_93) < ((int32_t)((int32_t)12)))) { goto IL_008d; } } { // result[0] = A; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = ___result4; uint32_t L_95 = ___A0; NullCheck(L_94); (L_94)->SetAt(static_cast(0), (uint32_t)L_95); // result[1] = B; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = ___result4; uint32_t L_97 = ___B1; NullCheck(L_96); (L_96)->SetAt(static_cast(1), (uint32_t)L_97); // result[2] = C; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = ___result4; uint32_t L_99 = ___C2; NullCheck(L_98); (L_98)->SetAt(static_cast(2), (uint32_t)L_99); // result[3] = D; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = ___result4; uint32_t L_101 = ___D3; NullCheck(L_100); (L_100)->SetAt(static_cast(3), (uint32_t)L_101); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::CAST_Decipher(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine_CAST_Decipher_mADC2899B6DC461BE231ACE36F97C38D39AB5C030 (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, uint32_t ___A0, uint32_t ___B1, uint32_t ___C2, uint32_t ___D3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___result4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // for (int i = 0; i < 6; i++) V_0 = 0; goto IL_0088; } IL_0007: { // int x = (11-i)*4; int32_t L_0 = V_0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)11), (int32_t)L_0)), (int32_t)4)); // C ^= F1(D, _Km[x], _Kr[x]); uint32_t L_1 = ___C2; uint32_t L_2 = ___D3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__Km_19(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint32_t L_6 = (L_3)->GetAt(static_cast(L_5)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get__Kr_18(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_11; L_11 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_2, L_6, L_10, /*hidden argument*/NULL); ___C2 = ((int32_t)((int32_t)L_1^(int32_t)L_11)); // B ^= F2(C, _Km[x + 1], _Kr[x + 1]); uint32_t L_12 = ___B1; uint32_t L_13 = ___C2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = __this->get__Km_19(); int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get__Kr_18(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); uint32_t L_22; L_22 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_13, L_17, L_21, /*hidden argument*/NULL); ___B1 = ((int32_t)((int32_t)L_12^(int32_t)L_22)); // A ^= F3(B, _Km[x + 2], _Kr[x + 2]); uint32_t L_23 = ___A0; uint32_t L_24 = ___B1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get__Km_19(); int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2)); uint32_t L_28 = (L_25)->GetAt(static_cast(L_27)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get__Kr_18(); int32_t L_30 = V_1; NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2)); int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); uint32_t L_33; L_33 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_24, L_28, L_32, /*hidden argument*/NULL); ___A0 = ((int32_t)((int32_t)L_23^(int32_t)L_33)); // D ^= F1(A, _Km[x + 3], _Kr[x + 3]); uint32_t L_34 = ___D3; uint32_t L_35 = ___A0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = __this->get__Km_19(); int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)3)); uint32_t L_39 = (L_36)->GetAt(static_cast(L_38)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = __this->get__Kr_18(); int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)3)); int32_t L_43 = (L_40)->GetAt(static_cast(L_42)); uint32_t L_44; L_44 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_35, L_39, L_43, /*hidden argument*/NULL); ___D3 = ((int32_t)((int32_t)L_34^(int32_t)L_44)); // for (int i = 0; i < 6; i++) int32_t L_45 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0088: { // for (int i = 0; i < 6; i++) int32_t L_46 = V_0; if ((((int32_t)L_46) < ((int32_t)6))) { goto IL_0007; } } { // for (int i=6; i<12; i++) V_2 = 6; goto IL_0117; } IL_0096: { // int x = (11-i)*4; int32_t L_47 = V_2; V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)11), (int32_t)L_47)), (int32_t)4)); // D ^= F1(A, _Km[x + 3], _Kr[x + 3]); uint32_t L_48 = ___D3; uint32_t L_49 = ___A0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = __this->get__Km_19(); int32_t L_51 = V_3; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)3)); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = __this->get__Kr_18(); int32_t L_55 = V_3; NullCheck(L_54); int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)3)); int32_t L_57 = (L_54)->GetAt(static_cast(L_56)); IL2CPP_RUNTIME_CLASS_INIT(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); uint32_t L_58; L_58 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_49, L_53, L_57, /*hidden argument*/NULL); ___D3 = ((int32_t)((int32_t)L_48^(int32_t)L_58)); // A ^= F3(B, _Km[x + 2], _Kr[x + 2]); uint32_t L_59 = ___A0; uint32_t L_60 = ___B1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = __this->get__Km_19(); int32_t L_62 = V_3; NullCheck(L_61); int32_t L_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)2)); uint32_t L_64 = (L_61)->GetAt(static_cast(L_63)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = __this->get__Kr_18(); int32_t L_66 = V_3; NullCheck(L_65); int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)2)); int32_t L_68 = (L_65)->GetAt(static_cast(L_67)); uint32_t L_69; L_69 = Cast5Engine_F3_m73482112420D58F859A519B4495C565121DB4907(L_60, L_64, L_68, /*hidden argument*/NULL); ___A0 = ((int32_t)((int32_t)L_59^(int32_t)L_69)); // B ^= F2(C, _Km[x + 1], _Kr[x + 1]); uint32_t L_70 = ___B1; uint32_t L_71 = ___C2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = __this->get__Km_19(); int32_t L_73 = V_3; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); uint32_t L_75 = (L_72)->GetAt(static_cast(L_74)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = __this->get__Kr_18(); int32_t L_77 = V_3; NullCheck(L_76); int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); int32_t L_79 = (L_76)->GetAt(static_cast(L_78)); uint32_t L_80; L_80 = Cast5Engine_F2_mD0862CCFCC957138393DE5B1632981C3EF540209(L_71, L_75, L_79, /*hidden argument*/NULL); ___B1 = ((int32_t)((int32_t)L_70^(int32_t)L_80)); // C ^= F1(D, _Km[x], _Kr[x]); uint32_t L_81 = ___C2; uint32_t L_82 = ___D3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = __this->get__Km_19(); int32_t L_84 = V_3; NullCheck(L_83); int32_t L_85 = L_84; uint32_t L_86 = (L_83)->GetAt(static_cast(L_85)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = __this->get__Kr_18(); int32_t L_88 = V_3; NullCheck(L_87); int32_t L_89 = L_88; int32_t L_90 = (L_87)->GetAt(static_cast(L_89)); uint32_t L_91; L_91 = Cast5Engine_F1_m651766EF22B248E1AC32E4A3BE55871AE611E5C6(L_82, L_86, L_90, /*hidden argument*/NULL); ___C2 = ((int32_t)((int32_t)L_81^(int32_t)L_91)); // for (int i=6; i<12; i++) int32_t L_92 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_0117: { // for (int i=6; i<12; i++) int32_t L_93 = V_2; if ((((int32_t)L_93) < ((int32_t)((int32_t)12)))) { goto IL_0096; } } { // result[0] = A; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = ___result4; uint32_t L_95 = ___A0; NullCheck(L_94); (L_94)->SetAt(static_cast(0), (uint32_t)L_95); // result[1] = B; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = ___result4; uint32_t L_97 = ___B1; NullCheck(L_96); (L_96)->SetAt(static_cast(1), (uint32_t)L_97); // result[2] = C; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = ___result4; uint32_t L_99 = ___C2; NullCheck(L_98); (L_98)->SetAt(static_cast(2), (uint32_t)L_99); // result[3] = D; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = ___result4; uint32_t L_101 = ___D3; NullCheck(L_100); (L_100)->SetAt(static_cast(3), (uint32_t)L_101); // } 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CbcBlockCipher( // IBlockCipher cipher) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.cipher = cipher; RuntimeObject* L_0 = ___cipher0; __this->set_cipher_4(L_0); // this.blockSize = cipher.GetBlockSize(); RuntimeObject* L_1 = ___cipher0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); __this->set_blockSize_3(L_2); // this.IV = new byte[blockSize]; int32_t L_3 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set_IV_0(L_4); // this.cbcV = new byte[blockSize]; int32_t L_5 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_cbcV_1(L_6); // this.cbcNextV = new byte[blockSize]; int32_t L_7 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); __this->set_cbcNextV_2(L_8); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::GetUnderlyingCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CbcBlockCipher_GetUnderlyingCipher_mE02C1D1EC2F38FFE369EA530244E95616AB7D5E6 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method) { { // return cipher; RuntimeObject* L_0 = __this->get_cipher_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * G_B3_0 = NULL; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * G_B2_0 = NULL; { // bool oldEncrypting = this.encrypting; bool L_0 = __this->get_encrypting_5(); V_0 = L_0; // this.encrypting = forEncryption; bool L_1 = ___forEncryption0; __this->set_encrypting_5(L_1); // if (parameters is ParametersWithIV) RuntimeObject* L_2 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_2, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_0051; } } { // ParametersWithIV ivParam = (ParametersWithIV)parameters; RuntimeObject* L_3 = ___parameters1; // byte[] iv = ivParam.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_4 = ((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_3, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var)); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_4, /*hidden argument*/NULL); V_1 = L_5; // if (iv.Length != blockSize) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; NullCheck(L_6); int32_t L_7 = __this->get_blockSize_3(); G_B2_0 = L_4; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) == ((int32_t)L_7))) { G_B3_0 = L_4; goto IL_0039; } } { // throw new ArgumentException("initialisation vector must be the same length as block size"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A16E423F63FBDE7F41066B190E6CF2C0E7DCCF1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB_RuntimeMethod_var))); } IL_0039: { // Array.Copy(iv, 0, IV, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_IV_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; NullCheck(L_11); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), /*hidden argument*/NULL); // parameters = ivParam.Parameters; NullCheck(G_B3_0); RuntimeObject* L_12; L_12 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(G_B3_0, /*hidden argument*/NULL); ___parameters1 = L_12; } IL_0051: { // Reset(); CbcBlockCipher_Reset_m9312CC0AC9F4F026A9B4AB1CBB18262DB2743536(__this, /*hidden argument*/NULL); // if (parameters != null) RuntimeObject* L_13 = ___parameters1; if (!L_13) { goto IL_006d; } } { // cipher.Init(encrypting, parameters); RuntimeObject* L_14 = __this->get_cipher_4(); bool L_15 = __this->get_encrypting_5(); RuntimeObject* L_16 = ___parameters1; NullCheck(L_14); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_14, L_15, L_16); // } return; } IL_006d: { // else if (oldEncrypting != encrypting) bool L_17 = V_0; bool L_18 = __this->get_encrypting_5(); if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_0081; } } { // throw new ArgumentException("cannot change encrypting state without providing key."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E0BB1099A2BB7E26AB1115B17E7A4107597EBF1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB_RuntimeMethod_var))); } IL_0081: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CbcBlockCipher_get_AlgorithmName_mF7CF331AA1DA27F069C5320942909155DD30253A (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A86A3B4AF87A24534CBDFC69C239ECD6A5D87CC); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName + "/CBC"; } RuntimeObject* L_0 = __this->get_cipher_4(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, _stringLiteral9A86A3B4AF87A24534CBDFC69C239ECD6A5D87CC, /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CbcBlockCipher_get_IsPartialBlockOkay_m1ADB30FF144788BCBCB92EEF0AED381F266A05A4 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetBlockSize(); RuntimeObject* L_0 = __this->get_cipher_4(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { { // return (encrypting) // ? EncryptBlock(input, inOff, output, outOff) // : DecryptBlock(input, inOff, output, outOff); bool L_0 = __this->get_encrypting_5(); if (L_0) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output2; int32_t L_4 = ___outOff3; int32_t L_5; L_5 = CbcBlockCipher_DecryptBlock_m53CF56843107DB66309203DEE17601B473AD242B(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___output2; int32_t L_9 = ___outOff3; int32_t L_10; L_10 = CbcBlockCipher_EncryptBlock_m6FBC116416B2EF015F2087E209FD9E609DBD2810(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher_Reset_m9312CC0AC9F4F026A9B4AB1CBB18262DB2743536 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Copy(IV, 0, cbcV, 0, IV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_IV_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_cbcV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_IV_0(); NullCheck(L_2); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // Array.Clear(cbcNextV, 0, cbcNextV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_cbcNextV_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_cbcNextV_2(); NullCheck(L_4); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); // cipher.Reset(); RuntimeObject* L_5 = __this->get_cipher_4(); NullCheck(L_5); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Reset() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_5); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_EncryptBlock_m6FBC116416B2EF015F2087E209FD9E609DBD2810 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if ((inOff + blockSize) > input.Length) int32_t L_0 = ___inOff1; int32_t L_1 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0018; } } { // throw new DataLengthException("input buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CbcBlockCipher_EncryptBlock_m6FBC116416B2EF015F2087E209FD9E609DBD2810_RuntimeMethod_var))); } IL_0018: { // for (int i = 0; i < blockSize; i++) V_0 = 0; goto IL_0036; } IL_001c: { // cbcV[i] ^= input[inOff + i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_cbcV_1(); int32_t L_5 = V_0; NullCheck(L_4); uint8_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5))); int32_t L_7 = *((uint8_t*)L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; int32_t L_10 = V_0; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); uint8_t L_12 = (L_8)->GetAt(static_cast(L_11)); *((int8_t*)L_6) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_7^(int32_t)L_12)))); // for (int i = 0; i < blockSize; i++) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0036: { // for (int i = 0; i < blockSize; i++) int32_t L_14 = V_0; int32_t L_15 = __this->get_blockSize_3(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_001c; } } { // int length = cipher.ProcessBlock(cbcV, 0, outBytes, outOff); RuntimeObject* L_16 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_cbcV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___outBytes2; int32_t L_19 = ___outOff3; NullCheck(L_16); int32_t L_20; L_20 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_16, L_17, 0, L_18, L_19); // Array.Copy(outBytes, outOff, cbcV, 0, cbcV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___outBytes2; int32_t L_22 = ___outOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_cbcV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_cbcV_1(); NullCheck(L_24); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), /*hidden argument*/NULL); // return length; return L_20; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_DecryptBlock_m53CF56843107DB66309203DEE17601B473AD242B (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; { // if ((inOff + blockSize) > input.Length) int32_t L_0 = ___inOff1; int32_t L_1 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0018; } } { // throw new DataLengthException("input buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CbcBlockCipher_DecryptBlock_m53CF56843107DB66309203DEE17601B473AD242B_RuntimeMethod_var))); } IL_0018: { // Array.Copy(input, inOff, cbcNextV, 0, blockSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_cbcNextV_2(); int32_t L_7 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); // int length = cipher.ProcessBlock(input, inOff, outBytes, outOff); RuntimeObject* L_8 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; int32_t L_10 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___outBytes2; int32_t L_12 = ___outOff3; NullCheck(L_8); int32_t L_13; L_13 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_8, L_9, L_10, L_11, L_12); V_0 = L_13; // for (int i = 0; i < blockSize; i++) V_2 = 0; goto IL_005c; } IL_0041: { // outBytes[outOff + i] ^= cbcV[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___outBytes2; int32_t L_15 = ___outOff3; int32_t L_16 = V_2; NullCheck(L_14); uint8_t* L_17 = ((L_14)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))))); int32_t L_18 = *((uint8_t*)L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_cbcV_1(); int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); *((int8_t*)L_17) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_18^(int32_t)L_22)))); // for (int i = 0; i < blockSize; i++) int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005c: { // for (int i = 0; i < blockSize; i++) int32_t L_24 = V_2; int32_t L_25 = __this->get_blockSize_3(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0041; } } { // tmp = cbcV; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_cbcV_1(); V_1 = L_26; // cbcV = cbcNextV; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_cbcNextV_2(); __this->set_cbcV_1(L_27); // cbcNextV = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_1; __this->set_cbcNextV_2(L_28); // return length; int32_t L_29 = V_0; return L_29; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a1; float L_1 = L_0.get_x_2(); float L_2 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a1; float L_4 = L_3.get_y_3(); float L_5 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a1; float L_7 = L_6.get_z_4(); float L_8 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___lhs0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___rhs1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___lhs0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___rhs1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___lhs0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___rhs1; float L_11 = L_10.get_z_4(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)))), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)))); goto IL_002d; } IL_002d: { float L_12 = V_0; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method) { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___a0; float L_1 = L_0.get_x_1(); float L_2 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___a0; float L_4 = L_3.get_y_2(); float L_5 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___a0; float L_7 = L_6.get_z_3(); float L_8 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9 = ___a0; float L_10 = L_9.get_w_4(); float L_11 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_MaxSpeed_m36AF0F96E3D85904C03313EE0BBC1C97B29247FC_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float MaxSpeed{get { return m_Topspeed; }} float L_0 = __this->get_m_Topspeed_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_Revs_mF62F270CF0A3EE218FC8706431206D8B4A97D756_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float Revs { get; private set; } float L_0 = __this->get_U3CRevsU3Ek__BackingField_34(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_AccelInput_m6508BF98BCC6E7EFC016ADE800B6C2FFDF2A2327_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float AccelInput { get; private set; } float L_0 = __this->get_U3CAccelInputU3Ek__BackingField_35(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CarController_set_Revs_m4CFD510A5533F9EF3CFA8E2C80B2A3188087FCAF_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method) { { // public float Revs { get; private set; } float L_0 = ___value0; __this->set_U3CRevsU3Ek__BackingField_34(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CarController_set_AccelInput_m7398B7A62BA5D9C65E4D1A8E6C86E2ACA082E65C_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method) { { // public float AccelInput { get; private set; } float L_0 = ___value0; __this->set_U3CAccelInputU3Ek__BackingField_35(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CarController_set_BrakeInput_m2D9D58EE619793C1694E8425B5E753B73A088BA8_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, float ___value0, const RuntimeMethod* method) { { // public float BrakeInput { get; private set; } float L_0 = ___value0; __this->set_U3CBrakeInputU3Ek__BackingField_33(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_001e; } IL_001e: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WheelEffects_get_PlayingAudio_mA04B2C917A3F14A87066DC812D7FBA268F02AF36_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // public bool PlayingAudio { get; private set; } bool L_0 = __this->get_U3CPlayingAudioU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)L_0; } }