优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

27596 行
1.0 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
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 <typename R, typename T1>
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 <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E;
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry>
struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7;
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.Object>
struct Func_2_tE32F20C3219F9FBFF273C0735FB38DC288042AFC;
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>
struct Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011;
// System.Func`2<System.Char,System.Boolean>
struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F;
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.Object>
struct Func_2_t95F8C5DB83078AC2200EB11F714DEB6262E3AA4E;
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
struct Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
// System.Func`2<System.String,System.Boolean>
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D;
// System.Func`2<System.String,System.String>
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93;
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.Object>
struct Func_2_t9D6D0636D7EE282D3C55AA455C0B6CAC61A117F0;
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>
struct Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C;
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>>
struct IEnumerable_1_t3A7203FE421755DA60088F8BC5852780C0A08743;
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>>
struct IEnumerable_1_t243A8BF32D5391C89FF66321D96DDEF68BCC05F7;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NamedValue>
struct IEnumerable_1_tE8770DCFF3ECE985F417877349BCE1223B1DA79E;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.String>
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.Substring>
struct IEnumerable_1_tDE18BB328ED95FB272AE8FAE3C13576909589F4D;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct IEnumerable_1_t7886238EF7DC77A68D0FBB352FED1C732EF306A0;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
// System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>
struct IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A;
// System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>
struct IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct KeyCollection_t787015E8BCAF40CC9149C86CFFA658E4B160F82B;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct ValueCollection_tF59ADF472A087CCBB0C12148B96BFFA58CE9ADBA;
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement>
struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257;
// System.Action`1<System.Object>[]
struct Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>[]
struct Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>[]
struct Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373;
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>[]
struct EntryU5BU5D_tCBB41DBB78386A628338FBE2A9EBF1C5EE90B392;
// System.Action[]
struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Runtime.InteropServices.GCHandle[]
struct GCHandleU5BU5D_t7EA6F2FA83CDF86871001174CF7D30033AC4A785;
// UnityEngine.InputSystem.IInputInteraction[]
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
// UnityEngine.InputSystem.InputAction[]
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
// UnityEngine.InputSystem.InputActionMap[]
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045;
// UnityEngine.InputSystem.InputActionState[]
struct InputActionStateU5BU5D_t46F2F9A910A1FE54BEACF73588744B3D1C0A54AB;
// UnityEngine.InputSystem.InputBinding[]
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
// UnityEngine.InputSystem.InputBindingComposite[]
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
// UnityEngine.InputSystem.InputControl[]
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
// UnityEngine.InputSystem.InputDevice[]
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
// UnityEngine.InputSystem.InputProcessor[]
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// UnityEngine.InputSystem.Utilities.InternedString[]
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
// UnityEngine.InputSystem.Utilities.NameAndParameters[]
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
// UnityEngine.InputSystem.Utilities.NamedValue[]
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[]
struct JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// UnityEngine.InputSystem.LowLevel.ActionEvent
struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// System.Exception
struct Exception_t;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable
struct ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889;
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IDisposable
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// UnityEngine.InputSystem.IInputInteraction
struct IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844;
// UnityEngine.InputSystem.InputAction
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD;
// UnityEngine.InputSystem.InputActionAsset
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D;
// UnityEngine.InputSystem.InputActionMap
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09;
// UnityEngine.InputSystem.InputActionState
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700;
// UnityEngine.InputSystem.Utilities.InputActionTrace
struct InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7;
// UnityEngine.InputSystem.InputBindingComposite
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0;
// UnityEngine.InputSystem.InputControl
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
// UnityEngine.InputSystem.InputDevice
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
// UnityEngine.InputSystem.LowLevel.InputEvent
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.InputSystem.Utilities.PrimitiveValue
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4;
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// UnityEngine.InputSystem.Utilities.Substring
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.Type
struct Type_t;
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455;
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice
struct ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E;
// UnityEngine.InputSystem.InputActionState/ActionMapIndices
struct ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD;
// UnityEngine.InputSystem.InputActionState/BindingState
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA;
// UnityEngine.InputSystem.InputActionState/InteractionState
struct InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE;
// UnityEngine.InputSystem.InputActionState/TriggerState
struct TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB;
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c
struct U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3;
// System.Text.RegularExpressions.Regex/CachedCodeEntry
struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39;
// UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9
struct U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF;
// UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8
struct U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c
struct U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740;
IL2CPP_EXTERN_C RuntimeClass* ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A;
IL2CPP_EXTERN_C String_t* _stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226;
IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A;
IL2CPP_EXTERN_C String_t* _stringLiteral121D7A5449D23930B3E0BDFA36F57645E3E5313D;
IL2CPP_EXTERN_C String_t* _stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248;
IL2CPP_EXTERN_C String_t* _stringLiteral1C62C7650E13E5763946286B7B28B980E977B33C;
IL2CPP_EXTERN_C String_t* _stringLiteral1EAE5465A186BC02355FB1EAAFD1F8D6C78CAC09;
IL2CPP_EXTERN_C String_t* _stringLiteral1F3D23A5BEE3026A90ECAAAA0DE7001031E6CEB2;
IL2CPP_EXTERN_C String_t* _stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1;
IL2CPP_EXTERN_C String_t* _stringLiteral2827257F729202A8D898EFBF55E3E8B46CCBDF4C;
IL2CPP_EXTERN_C String_t* _stringLiteral28F49FF685EF5968942FC2C44FA5408C4659B72C;
IL2CPP_EXTERN_C String_t* _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7;
IL2CPP_EXTERN_C String_t* _stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5;
IL2CPP_EXTERN_C String_t* _stringLiteral31D159E683556C06B3B3963D92483B6867EB3233;
IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53;
IL2CPP_EXTERN_C String_t* _stringLiteral3775297E15AD530F68BA7AF3896E3A261B24AD81;
IL2CPP_EXTERN_C String_t* _stringLiteral3ABFF555F317FC3F90BBC08DF52BDDE6D0E06A6C;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral47F26A23D3242B2AC82919E846BDC8915799BDA7;
IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30;
IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C;
IL2CPP_EXTERN_C String_t* _stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF;
IL2CPP_EXTERN_C String_t* _stringLiteral54955F5500C6186211E2357D711CD0C3E4017D6B;
IL2CPP_EXTERN_C String_t* _stringLiteral5681935D66AB8593B023866BB591CB9750FDD261;
IL2CPP_EXTERN_C String_t* _stringLiteral56DC1334C5CEAADD03E7FF275D3A349AB0EEE957;
IL2CPP_EXTERN_C String_t* _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D;
IL2CPP_EXTERN_C String_t* _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89;
IL2CPP_EXTERN_C String_t* _stringLiteral5AEDE79F00BF8508555B948D1DE12F274399430A;
IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral5C2F23CF9F134EF43685EA06DC853A0223731752;
IL2CPP_EXTERN_C String_t* _stringLiteral628D1F19515023762299C5A2AF8A34A399049CE6;
IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5;
IL2CPP_EXTERN_C String_t* _stringLiteral6FC0D12F2282BBF3E1A56D6E94B7F937695F9EB3;
IL2CPP_EXTERN_C String_t* _stringLiteral7720D93C700AB5486B175C224CEF31CC1C99380B;
IL2CPP_EXTERN_C String_t* _stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD;
IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
IL2CPP_EXTERN_C String_t* _stringLiteral79C1B6CFD2183A83DF9782EDEF015695F7D164DB;
IL2CPP_EXTERN_C String_t* _stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773;
IL2CPP_EXTERN_C String_t* _stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01;
IL2CPP_EXTERN_C String_t* _stringLiteral82BA8BFC18D84C67108B27396795EDFAEE187B83;
IL2CPP_EXTERN_C String_t* _stringLiteral83839DD0CC86491E9EE1A2CCF5148C9E932F5608;
IL2CPP_EXTERN_C String_t* _stringLiteral839ED47AB1A82E25028246BC8D7318A261BFF05C;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral88B5D0E6F79C8EDF1FD287D9EBCA6E2CBBA34F67;
IL2CPP_EXTERN_C String_t* _stringLiteral902EE46ED529FAA3EB512845B29D79D32C9E2180;
IL2CPP_EXTERN_C String_t* _stringLiteral987DBAD62F58327E403CC7854409712A13BD33B8;
IL2CPP_EXTERN_C String_t* _stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60;
IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA;
IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
IL2CPP_EXTERN_C String_t* _stringLiteralA3F52EE884CB796AF4600C7DC2072A8186379111;
IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D;
IL2CPP_EXTERN_C String_t* _stringLiteralAB6E3483767DC97FB906FC81A895DF7885AB011C;
IL2CPP_EXTERN_C String_t* _stringLiteralAC1A5988DB57C4AE9B6D0450E5469954931B125B;
IL2CPP_EXTERN_C String_t* _stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB621DC24FF3E939648E534699890E09840B21334;
IL2CPP_EXTERN_C String_t* _stringLiteralB65E0CD2222920FEF0AACB2070F5069A00A0F5E8;
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
IL2CPP_EXTERN_C String_t* _stringLiteralB85181E60EE966C0723560A806A877B03B115702;
IL2CPP_EXTERN_C String_t* _stringLiteralBB5CDAFD76F649736CB6FDF4120DDCD4B7F848E4;
IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0;
IL2CPP_EXTERN_C String_t* _stringLiteralBFE8EDD433F3422954EE51A98F583680D3EFFCED;
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
IL2CPP_EXTERN_C String_t* _stringLiteralC1AFC65BE2583BD07D830AD871E78B5B10E8C8C9;
IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10;
IL2CPP_EXTERN_C String_t* _stringLiteralC3002A2B85A3B7DFD395054441915FBAB742D4EE;
IL2CPP_EXTERN_C String_t* _stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826;
IL2CPP_EXTERN_C String_t* _stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralCFDA33CEC1161BE8CA5B06D2480EA1925FA4ACBE;
IL2CPP_EXTERN_C String_t* _stringLiteralD54CB7DB750CFD4A202F28E9FE615FE000E19EE4;
IL2CPP_EXTERN_C String_t* _stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B;
IL2CPP_EXTERN_C String_t* _stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1;
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
IL2CPP_EXTERN_C String_t* _stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F;
IL2CPP_EXTERN_C String_t* _stringLiteralDE7D042A807341C354F398C43F38F92D9AFDAA21;
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33;
IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3;
IL2CPP_EXTERN_C String_t* _stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871;
IL2CPP_EXTERN_C String_t* _stringLiteralECC1D48B6BB2E7B927244EEB11BCE99D76615A27;
IL2CPP_EXTERN_C String_t* _stringLiteralEDF05D6B6E6126A0DECDC059BD62C0F5CE4939F7;
IL2CPP_EXTERN_C String_t* _stringLiteralEE71910C7E19B0D89B96AF6011CDFDAF6EA1CF1C;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E972CD03013DE732424893507C3C55D004E089;
IL2CPP_EXTERN_C String_t* _stringLiteralF2FEBA40510BF5C7785D4BDF024E9F6D9DDC6D92;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE;
IL2CPP_EXTERN_C String_t* _stringLiteralF46630882423754260B554C455FED6E45684A334;
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
IL2CPP_EXTERN_C String_t* _stringLiteralFDB92930DB8178029CF3942AC114F0E09724E568;
IL2CPP_EXTERN_C String_t* _stringLiteralFE3CDBE9D3C244138D4F64C1BEB914490F7E7BBD;
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
IL2CPP_EXTERN_C const RuntimeMethod* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CSharpCodeHelpers_IsProperIdentifier_mEBC6D46A0DB15BC083BB9811332E76CD53C2D6CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CSharpCodeHelpers_MakeIdentifier_m0E2083995B763A79F5EAC50D95E350A8E75E754C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisString_t_m08F59441A68F0EC7C93200AE6F9B0A8F749B9645_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_mFB70EBFBD3728A1DDD9357C1D6AA060C969F797A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mDF4CA9B318EFFC96851DF091508CDAD7F1A67DBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_m2069FAA5648E9050AAAB5EBCB7E7BE5A25E7969A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisString_t_mCD2BC789CBFF834E06F00948FC47E15E720936DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_SetBitsInBuffer_m63BC8538DBC53F4AD4222BB1563091187A5FBAC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_ParseName_mD3F2BC0009AB84E1438B1CFE23666E0599B91456_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ParseMultiple_m971D3A7CEAD54134A7C715D9A3A6E3101D4D60D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Observable_ForDevice_m9BD86A8DFED84AB793727516533F066446727739_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_FromObject_mF4A66499A9D89718F0069F7187644B790057A67B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_FromString_m1F5A710EA3CC1AAD392438F088BE3745BFB69B4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_ExpandTemplateString_m86EE6FCE73A965C35C9D49D6953FA1A17286A345_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_GetPlural_m4CB230BE6402CFCF8FFF545981325D1A713DCAEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_ReadStringFromBuffer_mC29E8CC186EEB1BFE348210514625FA2E3A13864_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_WriteStringToBuffer_mB8658E30FAF6778CE0731D7487B0B0A99B16A1CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E_RuntimeMethod_var;
struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB;;
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com;
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com;;
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke;
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke;;
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4;;
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com;
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com;;
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke;
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke;;
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849;;
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com;
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com;;
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke;
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke;;
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3;
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.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tCBB41DBB78386A628338FBE2A9EBF1C5EE90B392* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t787015E8BCAF40CC9149C86CFFA658E4B160F82B* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tF59ADF472A087CCBB0C12148B96BFFA58CE9ADBA* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Linq.EmptyEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct EmptyEnumerable_1_t3B42B1B4CCA466045C2BB6F27A882D8B14E2C226 : public RuntimeObject
{
};
struct EmptyEnumerable_1_t3B42B1B4CCA466045C2BB6F27A882D8B14E2C226_StaticFields
{
// TElement[] System.Linq.EmptyEnumerable`1::Instance
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___Instance_0;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* ___s_emptyArray_5;
};
struct Il2CppArrayBounds;
// UnityEngine.InputSystem.Utilities.ArrayHelpers
struct ArrayHelpers_t1E3489005D45A29B838AE159F19B43B9A6A6F08B : public RuntimeObject
{
};
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.CSharpCodeHelpers
struct CSharpCodeHelpers_tAE2CDA1470FFCE05AD5D04BA7EBC9750D5365177 : public RuntimeObject
{
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// UnityEngine.InputSystem.Utilities.DelegateHelpers
struct DelegateHelpers_t4FACB851FC2A983B0459251C5FB2088705DCEEF0 : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.ExceptionHelpers
struct ExceptionHelpers_tF2961E501E42DFD9270B959B247E945F78FF15EE : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable
struct ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889 : public RuntimeObject
{
// System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr> UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Source
RuntimeObject* ___m_Source_0;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
// System.Type UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_DeviceType
Type_t* ___m_DeviceType_2;
};
// UnityEngine.InputSystem.Utilities.InputArrayExtensions
struct InputArrayExtensions_tC0F0FAB75DEAF880C5764E1232C071CB1BC6E6FE : public RuntimeObject
{
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.MemoryHelpers
struct MemoryHelpers_t9AF54CC92C8DCA92B126F4DDDCA8EC54F47F3924 : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.MiscHelpers
struct MiscHelpers_t0E2E65567737EF42997B6245617046C681F9AB1D : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.NumberHelpers
struct NumberHelpers_tBC5CA9899F16737D8E426B8E0EF3CD96CF82676B : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.Observable
struct Observable_t74D8C01B38DEE3309AAA0204C87021D320DBEF47 : public RuntimeObject
{
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions
struct ReadOnlyArrayExtensions_tC3315EA41D787AC9DE011A2E5D9A771E37FAE61D : public RuntimeObject
{
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// UnityEngine.InputSystem.Utilities.StringHelpers
struct StringHelpers_t3FFB10FA36ABE7FB6496D420593169678B21AC3D : public RuntimeObject
{
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice
struct ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E : public RuntimeObject
{
// System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr> UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::m_Observer
RuntimeObject* ___m_Observer_0;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
// System.Type UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::m_DeviceType
Type_t* ___m_DeviceType_2;
};
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c
struct U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3 : public RuntimeObject
{
};
struct U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields
{
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::<>9
U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* ___U3CU3E9_0;
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String> UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::<>9__8_0
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* ___U3CU3E9__8_0_1;
};
// UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9
struct U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>1__state
int32_t ___U3CU3E1__state_0;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>2__current
String_t* ___U3CU3E2__current_1;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>l__initialThreadId
int32_t ___U3CU3El__initialThreadId_2;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::str
String_t* ___str_3;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>3__str
String_t* ___U3CU3E3__str_4;
// System.Func`2<System.Char,System.Boolean> UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::predicate
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___predicate_5;
// System.Func`2<System.Char,System.Boolean> UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>3__predicate
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___U3CU3E3__predicate_6;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<length>5__1
int32_t ___U3ClengthU3E5__1_7;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<position>5__2
int32_t ___U3CpositionU3E5__2_8;
// System.Char UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<ch>5__3
Il2CppChar ___U3CchU3E5__3_9;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<startPosition>5__4
int32_t ___U3CstartPositionU3E5__4_10;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<endPosition>5__5
int32_t ___U3CendPositionU3E5__5_11;
};
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c
struct U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740 : public RuntimeObject
{
};
struct U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields
{
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<>9
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* ___U3CU3E9_0;
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<>9__11_0
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* ___U3CU3E9__11_0_1;
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<>9__11_1
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* ___U3CU3E9__11_1_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Object>>
struct InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
struct InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
struct InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
struct InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction>
struct InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>
struct InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>
struct InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputActionStateU5BU5D_t46F2F9A910A1FE54BEACF73588744B3D1C0A54AB* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
struct InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
RuntimeObject* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>
struct ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::<formatString>k__BackingField
String_t* ___U3CformatStringU3Ek__BackingField_0;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
};
// UnityEngine.InputSystem.Utilities.FourCC
struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED
{
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code
int32_t ___m_Code_0;
};
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F
{
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName
String_t* ___m_InterfaceName_0;
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass
String_t* ___m_DeviceClass_1;
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer
String_t* ___m_Manufacturer_2;
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product
String_t* ___m_Product_3;
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial
String_t* ___m_Serial_4;
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version
String_t* ___m_Version_5;
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities
String_t* ___m_Capabilities_6;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke
{
char* ___m_InterfaceName_0;
char* ___m_DeviceClass_1;
char* ___m_Manufacturer_2;
char* ___m_Product_3;
char* ___m_Serial_4;
char* ___m_Version_5;
char* ___m_Capabilities_6;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com
{
Il2CppChar* ___m_InterfaceName_0;
Il2CppChar* ___m_DeviceClass_1;
Il2CppChar* ___m_Manufacturer_2;
Il2CppChar* ___m_Product_3;
Il2CppChar* ___m_Serial_4;
Il2CppChar* ___m_Version_5;
Il2CppChar* ___m_Capabilities_6;
};
// UnityEngine.InputSystem.LowLevel.InputEventPtr
struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0
{
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0;
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// UnityEngine.InputSystem.Utilities.InternedString
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735
{
// System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase
String_t* ___m_StringOriginalCase_0;
// System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase
String_t* ___m_StringLowerCase_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke
{
char* ___m_StringOriginalCase_0;
char* ___m_StringLowerCase_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com
{
Il2CppChar* ___m_StringOriginalCase_0;
Il2CppChar* ___m_StringLowerCase_1;
};
// UnityEngine.InputSystem.Utilities.JsonParser
struct JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6
{
// System.String UnityEngine.InputSystem.Utilities.JsonParser::m_Text
String_t* ___m_Text_0;
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser::m_Length
int32_t ___m_Length_1;
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser::m_Position
int32_t ___m_Position_2;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::m_MatchAnyElementInArray
bool ___m_MatchAnyElementInArray_3;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::m_DryRun
bool ___m_DryRun_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser
struct JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke
{
char* ___m_Text_0;
int32_t ___m_Length_1;
int32_t ___m_Position_2;
int32_t ___m_MatchAnyElementInArray_3;
int32_t ___m_DryRun_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser
struct JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com
{
Il2CppChar* ___m_Text_0;
int32_t ___m_Length_1;
int32_t ___m_Position_2;
int32_t ___m_MatchAnyElementInArray_3;
int32_t ___m_DryRun_4;
};
// UnityEngine.Mathf
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
{
union
{
struct
{
};
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
};
};
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
{
// System.Single UnityEngine.Mathf::Epsilon
float ___Epsilon_0;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// UnityEngine.InputSystem.Utilities.Substring
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849
{
// System.String UnityEngine.InputSystem.Utilities.Substring::m_String
String_t* ___m_String_0;
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Index
int32_t ___m_Index_1;
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Length
int32_t ___m_Length_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke
{
char* ___m_String_0;
int32_t ___m_Index_1;
int32_t ___m_Length_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.Substring
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com
{
Il2CppChar* ___m_String_0;
int32_t ___m_Index_1;
int32_t ___m_Length_2;
};
// System.TimeSpan
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
{
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_22;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
{
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
};
// UnityEngine.InputSystem.Utilities.TypeTable
struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E
{
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type> UnityEngine.InputSystem.Utilities.TypeTable::table
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.TypeTable
struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E_marshaled_pinvoke
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.TypeTable
struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E_marshaled_com
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
};
// UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer
struct Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A
{
union
{
struct
{
};
uint8_t Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A__padding[1];
};
};
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
};
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
{
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
};
// UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer
struct Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE
{
union
{
struct
{
};
uint8_t Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE__padding[1];
};
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer
struct U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A
{
union
{
struct
{
// System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A__padding[1];
};
};
// UnityEngine.InputSystem.InputActionMap/DeviceArray
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E
{
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::m_HaveValue
bool ___m_HaveValue_0;
// System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceCount
int32_t ___m_DeviceCount_1;
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceArray
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke
{
int32_t ___m_HaveValue_0;
int32_t ___m_DeviceCount_1;
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com
{
int32_t ___m_HaveValue_0;
int32_t ___m_DeviceCount_1;
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
};
// UnityEngine.InputSystem.InputActionState/BindingState
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ControlCount
uint8_t ___m_ControlCount_0;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___m_ControlCount_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_InteractionCount_1_OffsetPadding[1];
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionCount
uint8_t ___m_InteractionCount_1;
};
#pragma pack(pop, tp)
struct
{
char ___m_InteractionCount_1_OffsetPadding_forAlignmentOnly[1];
uint8_t ___m_InteractionCount_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ProcessorCount_2_OffsetPadding[2];
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorCount
uint8_t ___m_ProcessorCount_2;
};
#pragma pack(pop, tp)
struct
{
char ___m_ProcessorCount_2_OffsetPadding_forAlignmentOnly[2];
uint8_t ___m_ProcessorCount_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_MapIndex_3_OffsetPadding[3];
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_MapIndex
uint8_t ___m_MapIndex_3;
};
#pragma pack(pop, tp)
struct
{
char ___m_MapIndex_3_OffsetPadding_forAlignmentOnly[3];
uint8_t ___m_MapIndex_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_Flags_4_OffsetPadding[4];
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_Flags
uint8_t ___m_Flags_4;
};
#pragma pack(pop, tp)
struct
{
char ___m_Flags_4_OffsetPadding_forAlignmentOnly[4];
uint8_t ___m_Flags_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_PartIndex_5_OffsetPadding[5];
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_PartIndex
uint8_t ___m_PartIndex_5;
};
#pragma pack(pop, tp)
struct
{
char ___m_PartIndex_5_OffsetPadding_forAlignmentOnly[5];
uint8_t ___m_PartIndex_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ActionIndex_6_OffsetPadding[6];
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ActionIndex
uint16_t ___m_ActionIndex_6;
};
#pragma pack(pop, tp)
struct
{
char ___m_ActionIndex_6_OffsetPadding_forAlignmentOnly[6];
uint16_t ___m_ActionIndex_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding[8];
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_CompositeOrCompositeBindingIndex
uint16_t ___m_CompositeOrCompositeBindingIndex_7;
};
#pragma pack(pop, tp)
struct
{
char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding_forAlignmentOnly[8];
uint16_t ___m_CompositeOrCompositeBindingIndex_7_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ProcessorStartIndex_8_OffsetPadding[10];
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorStartIndex
uint16_t ___m_ProcessorStartIndex_8;
};
#pragma pack(pop, tp)
struct
{
char ___m_ProcessorStartIndex_8_OffsetPadding_forAlignmentOnly[10];
uint16_t ___m_ProcessorStartIndex_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_InteractionStartIndex_9_OffsetPadding[12];
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionStartIndex
uint16_t ___m_InteractionStartIndex_9;
};
#pragma pack(pop, tp)
struct
{
char ___m_InteractionStartIndex_9_OffsetPadding_forAlignmentOnly[12];
uint16_t ___m_InteractionStartIndex_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ControlStartIndex_10_OffsetPadding[14];
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ControlStartIndex
uint16_t ___m_ControlStartIndex_10;
};
#pragma pack(pop, tp)
struct
{
char ___m_ControlStartIndex_10_OffsetPadding_forAlignmentOnly[14];
uint16_t ___m_ControlStartIndex_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_TriggerEventIdForComposite_11_OffsetPadding[16];
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::m_TriggerEventIdForComposite
int32_t ___m_TriggerEventIdForComposite_11;
};
#pragma pack(pop, tp)
struct
{
char ___m_TriggerEventIdForComposite_11_OffsetPadding_forAlignmentOnly[16];
int32_t ___m_TriggerEventIdForComposite_11_forAlignmentOnly;
};
};
};
uint8_t BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA__padding[20];
};
};
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory
struct UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2
{
// System.Void* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::basePtr
void* ___basePtr_0;
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapCount
int32_t ___mapCount_1;
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionCount
int32_t ___actionCount_2;
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionCount
int32_t ___interactionCount_3;
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingCount
int32_t ___bindingCount_4;
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlCount
int32_t ___controlCount_5;
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::compositeCount
int32_t ___compositeCount_6;
// UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionStates
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___actionStates_7;
// UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingStates
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___bindingStates_8;
// UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionStates
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* ___interactionStates_9;
// System.Single* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlMagnitudes
float* ___controlMagnitudes_10;
// System.Single* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::compositeMagnitudes
float* ___compositeMagnitudes_11;
// System.Int32* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::enabledControls
int32_t* ___enabledControls_12;
// System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionBindingIndicesAndCounts
uint16_t* ___actionBindingIndicesAndCounts_13;
// System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionBindingIndices
uint16_t* ___actionBindingIndices_14;
// System.Int32* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlIndexToBindingIndex
int32_t* ___controlIndexToBindingIndex_15;
// UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapIndices
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* ___mapIndices_16;
};
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
struct ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74
{
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_State
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
// UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_Ptr
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Ptr_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
struct ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Ptr_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
struct ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Ptr_1;
};
// UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
struct Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6
{
// UnityEngine.InputSystem.Utilities.InputActionTrace UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_Trace
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___m_Trace_0;
// UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_Buffer
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Buffer_1;
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_EventCount
int32_t ___m_EventCount_2;
// UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_CurrentEvent
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_CurrentEvent_3;
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_CurrentIndex
int32_t ___m_CurrentIndex_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
struct Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke
{
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___m_Trace_0;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Buffer_1;
int32_t ___m_EventCount_2;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_CurrentEvent_3;
int32_t ___m_CurrentIndex_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
struct Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com
{
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___m_Trace_0;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Buffer_1;
int32_t ___m_EventCount_2;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_CurrentEvent_3;
int32_t ___m_CurrentIndex_4;
};
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion
struct BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C
{
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::bitOffset
uint32_t ___bitOffset_0;
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::sizeInBits
uint32_t ___sizeInBits_1;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>
struct CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
struct CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
struct CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
struct CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
struct CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToRemove_3;
};
// Unity.Collections.Allocator
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
{
// System.Int32 Unity.Collections.Allocator::value__
int32_t ___value___2;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// 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.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
{
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
intptr_t ___handle_0;
};
// UnityEngine.InputSystem.InputActionPhase
struct InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6
{
// System.Int32 UnityEngine.InputSystem.InputActionPhase::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionType
struct InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108
{
// System.Int32 UnityEngine.InputSystem.InputActionType::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBindingComposite
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0 : public RuntimeObject
{
};
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields
{
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputBindingComposite::s_Composites
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Composites_0;
};
// UnityEngine.InputSystem.LowLevel.InputStateBlock
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5
{
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::<format>k__BackingField
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_33;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<byteOffset>k__BackingField
uint32_t ___U3CbyteOffsetU3Ek__BackingField_34;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<bitOffset>k__BackingField
uint32_t ___U3CbitOffsetU3Ek__BackingField_35;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<sizeInBits>k__BackingField
uint32_t ___U3CsizeInBitsU3Ek__BackingField_36;
};
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields
{
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatBit
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatBit_2;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSBit
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSBit_4;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatInt
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatInt_6;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUInt
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUInt_8;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatShort
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatShort_10;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUShort
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUShort_12;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatByte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatByte_14;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSByte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSByte_16;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatLong
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatLong_18;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatULong
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatULong_20;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatFloat
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatFloat_22;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatDouble
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatDouble_24;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2_26;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3_27;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatQuaternion
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatQuaternion_28;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Short
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Short_29;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Short
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Short_30;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Byte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Byte_31;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Byte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Byte_32;
};
// UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01
{
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::<parameters>k__BackingField
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke
{
char* ___U3CnameU3Ek__BackingField_0;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com
{
Il2CppChar* ___U3CnameU3Ek__BackingField_0;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// UnityEngineInternal.Input.NativeInputEventType
struct NativeInputEventType_t622584116C97356073253408636FA50ECAA9853B
{
// System.Int32 UnityEngineInternal.Input.NativeInputEventType::value__
int32_t ___value___2;
};
// System.Globalization.NumberStyles
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
{
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
};
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_tE9DA9C4DF8FB26DD1C7E0F8AA022C1164A423F6B
{
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.StringComparison
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
{
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
};
// System.StringSplitOptions
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
{
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
};
// System.TypeCode
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79
{
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputAction/ActionFlags
struct ActionFlags_t639BD2944E073F8DD263CE2CA581FC62C401AB1E
{
// System.Int32 UnityEngine.InputSystem.InputAction/ActionFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBinding/Flags
struct Flags_t2ED4EFE461994B03533B3B524C8C2EA71315AAE6
{
// System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputControl/ControlFlags
struct ControlFlags_t9C297F208DE19CEB00A0560F7FDE59F6A2004132
{
// System.Int32 UnityEngine.InputSystem.InputControl/ControlFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputDevice/DeviceFlags
struct DeviceFlags_tF02F85DA24FF16879A67B540FCA560EC955CE728
{
// System.Int32 UnityEngine.InputSystem.InputDevice/DeviceFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB
{
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.JsonParser/JsonString::text
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___text_0;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::hasEscapes
bool ___hasEscapes_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke ___text_0;
int32_t ___hasEscapes_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com ___text_0;
int32_t ___hasEscapes_1;
};
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType
struct JsonValueType_t36BA339F107E5E9C0966C45F896E27F3BCC5A2AB
{
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8
struct U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>1__state
int32_t ___U3CU3E1__state_0;
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>2__current
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___U3CU3E2__current_1;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>l__initialThreadId
int32_t ___U3CU3El__initialThreadId_2;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::str
String_t* ___str_3;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>3__str
String_t* ___U3CU3E3__str_4;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<pos>5__1
int32_t ___U3CposU3E5__1_5;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<length>5__2
int32_t ___U3ClengthU3E5__2_6;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<endPos>5__3
int32_t ___U3CendPosU3E5__3_7;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<endPos>5__4
int32_t ___U3CendPosU3E5__4_8;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>
struct InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
GCHandleU5BU5D_t7EA6F2FA83CDF86871001174CF7D30033AC4A785* ___additionalValues_2;
};
// Unity.Collections.NativeArray`1<System.Byte>
struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5
{
// System.String UnityEngine.InputSystem.InputBinding::m_Name
String_t* ___m_Name_2;
// System.String UnityEngine.InputSystem.InputBinding::m_Id
String_t* ___m_Id_3;
// System.String UnityEngine.InputSystem.InputBinding::m_Path
String_t* ___m_Path_4;
// System.String UnityEngine.InputSystem.InputBinding::m_Interactions
String_t* ___m_Interactions_5;
// System.String UnityEngine.InputSystem.InputBinding::m_Processors
String_t* ___m_Processors_6;
// System.String UnityEngine.InputSystem.InputBinding::m_Groups
String_t* ___m_Groups_7;
// System.String UnityEngine.InputSystem.InputBinding::m_Action
String_t* ___m_Action_8;
// UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags
int32_t ___m_Flags_9;
// System.String UnityEngine.InputSystem.InputBinding::m_OverridePath
String_t* ___m_OverridePath_10;
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions
String_t* ___m_OverrideInteractions_11;
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors
String_t* ___m_OverrideProcessors_12;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke
{
char* ___m_Name_2;
char* ___m_Id_3;
char* ___m_Path_4;
char* ___m_Interactions_5;
char* ___m_Processors_6;
char* ___m_Groups_7;
char* ___m_Action_8;
int32_t ___m_Flags_9;
char* ___m_OverridePath_10;
char* ___m_OverrideInteractions_11;
char* ___m_OverrideProcessors_12;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com
{
Il2CppChar* ___m_Name_2;
Il2CppChar* ___m_Id_3;
Il2CppChar* ___m_Path_4;
Il2CppChar* ___m_Interactions_5;
Il2CppChar* ___m_Processors_6;
Il2CppChar* ___m_Groups_7;
Il2CppChar* ___m_Action_8;
int32_t ___m_Flags_9;
Il2CppChar* ___m_OverridePath_10;
Il2CppChar* ___m_OverrideInteractions_11;
Il2CppChar* ___m_OverrideProcessors_12;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// UnityEngineInternal.Input.NativeInputEvent
struct NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngineInternal.Input.NativeInputEventType UnityEngineInternal.Input.NativeInputEvent::type
int32_t ___type_1;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
int32_t ___type_1_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___sizeInBytes_2_OffsetPadding[4];
// System.UInt16 UnityEngineInternal.Input.NativeInputEvent::sizeInBytes
uint16_t ___sizeInBytes_2;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[4];
uint16_t ___sizeInBytes_2_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___deviceId_3_OffsetPadding[6];
// System.UInt16 UnityEngineInternal.Input.NativeInputEvent::deviceId
uint16_t ___deviceId_3;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___deviceId_3_OffsetPadding_forAlignmentOnly[6];
uint16_t ___deviceId_3_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___time_4_OffsetPadding[8];
// System.Double UnityEngineInternal.Input.NativeInputEvent::time
double ___time_4;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___time_4_OffsetPadding_forAlignmentOnly[8];
double ___time_4_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___eventId_5_OffsetPadding[16];
// System.Int32 UnityEngineInternal.Input.NativeInputEvent::eventId
int32_t ___eventId_5;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___eventId_5_OffsetPadding_forAlignmentOnly[16];
int32_t ___eventId_5_forAlignmentOnly;
};
#pragma pack(pop, tp)
};
};
uint8_t NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8__padding[20];
};
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
{
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
};
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
{
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
};
// UnityEngine.InputSystem.Utilities.PrimitiveValue
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type
int32_t ___m_Type_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___m_Type_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_BoolValue_1_OffsetPadding[4];
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue
bool ___m_BoolValue_1;
};
#pragma pack(pop, tp)
struct
{
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
bool ___m_BoolValue_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_CharValue_2_OffsetPadding[4];
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue
Il2CppChar ___m_CharValue_2;
};
#pragma pack(pop, tp)
struct
{
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
Il2CppChar ___m_CharValue_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ByteValue_3_OffsetPadding[4];
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue
uint8_t ___m_ByteValue_3;
};
#pragma pack(pop, tp)
struct
{
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
uint8_t ___m_ByteValue_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_SByteValue_4_OffsetPadding[4];
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue
int8_t ___m_SByteValue_4;
};
#pragma pack(pop, tp)
struct
{
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
int8_t ___m_SByteValue_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ShortValue_5_OffsetPadding[4];
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue
int16_t ___m_ShortValue_5;
};
#pragma pack(pop, tp)
struct
{
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
int16_t ___m_ShortValue_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_UShortValue_6_OffsetPadding[4];
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue
uint16_t ___m_UShortValue_6;
};
#pragma pack(pop, tp)
struct
{
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
uint16_t ___m_UShortValue_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_IntValue_7_OffsetPadding[4];
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue
int32_t ___m_IntValue_7;
};
#pragma pack(pop, tp)
struct
{
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
int32_t ___m_IntValue_7_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_UIntValue_8_OffsetPadding[4];
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue
uint32_t ___m_UIntValue_8;
};
#pragma pack(pop, tp)
struct
{
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
uint32_t ___m_UIntValue_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_LongValue_9_OffsetPadding[4];
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue
int64_t ___m_LongValue_9;
};
#pragma pack(pop, tp)
struct
{
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
int64_t ___m_LongValue_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ULongValue_10_OffsetPadding[4];
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue
uint64_t ___m_ULongValue_10;
};
#pragma pack(pop, tp)
struct
{
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
uint64_t ___m_ULongValue_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_FloatValue_11_OffsetPadding[4];
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue
float ___m_FloatValue_11;
};
#pragma pack(pop, tp)
struct
{
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
float ___m_FloatValue_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_DoubleValue_12_OffsetPadding[4];
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue
double ___m_DoubleValue_12;
};
#pragma pack(pop, tp)
struct
{
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
double ___m_DoubleValue_12_forAlignmentOnly;
};
};
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke
{
union
{
#pragma pack(push, tp, 1)
struct
{
int32_t ___m_Type_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___m_Type_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_BoolValue_1_OffsetPadding[4];
int32_t ___m_BoolValue_1;
};
#pragma pack(pop, tp)
struct
{
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
int32_t ___m_BoolValue_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_CharValue_2_OffsetPadding[4];
uint8_t ___m_CharValue_2;
};
#pragma pack(pop, tp)
struct
{
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
uint8_t ___m_CharValue_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ByteValue_3_OffsetPadding[4];
uint8_t ___m_ByteValue_3;
};
#pragma pack(pop, tp)
struct
{
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
uint8_t ___m_ByteValue_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_SByteValue_4_OffsetPadding[4];
int8_t ___m_SByteValue_4;
};
#pragma pack(pop, tp)
struct
{
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
int8_t ___m_SByteValue_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ShortValue_5_OffsetPadding[4];
int16_t ___m_ShortValue_5;
};
#pragma pack(pop, tp)
struct
{
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
int16_t ___m_ShortValue_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_UShortValue_6_OffsetPadding[4];
uint16_t ___m_UShortValue_6;
};
#pragma pack(pop, tp)
struct
{
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
uint16_t ___m_UShortValue_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_IntValue_7_OffsetPadding[4];
int32_t ___m_IntValue_7;
};
#pragma pack(pop, tp)
struct
{
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
int32_t ___m_IntValue_7_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_UIntValue_8_OffsetPadding[4];
uint32_t ___m_UIntValue_8;
};
#pragma pack(pop, tp)
struct
{
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
uint32_t ___m_UIntValue_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_LongValue_9_OffsetPadding[4];
int64_t ___m_LongValue_9;
};
#pragma pack(pop, tp)
struct
{
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
int64_t ___m_LongValue_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ULongValue_10_OffsetPadding[4];
uint64_t ___m_ULongValue_10;
};
#pragma pack(pop, tp)
struct
{
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
uint64_t ___m_ULongValue_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_FloatValue_11_OffsetPadding[4];
float ___m_FloatValue_11;
};
#pragma pack(pop, tp)
struct
{
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
float ___m_FloatValue_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_DoubleValue_12_OffsetPadding[4];
double ___m_DoubleValue_12;
};
#pragma pack(pop, tp)
struct
{
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
double ___m_DoubleValue_12_forAlignmentOnly;
};
};
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com
{
union
{
#pragma pack(push, tp, 1)
struct
{
int32_t ___m_Type_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___m_Type_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_BoolValue_1_OffsetPadding[4];
int32_t ___m_BoolValue_1;
};
#pragma pack(pop, tp)
struct
{
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
int32_t ___m_BoolValue_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_CharValue_2_OffsetPadding[4];
uint8_t ___m_CharValue_2;
};
#pragma pack(pop, tp)
struct
{
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
uint8_t ___m_CharValue_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ByteValue_3_OffsetPadding[4];
uint8_t ___m_ByteValue_3;
};
#pragma pack(pop, tp)
struct
{
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
uint8_t ___m_ByteValue_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_SByteValue_4_OffsetPadding[4];
int8_t ___m_SByteValue_4;
};
#pragma pack(pop, tp)
struct
{
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
int8_t ___m_SByteValue_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ShortValue_5_OffsetPadding[4];
int16_t ___m_ShortValue_5;
};
#pragma pack(pop, tp)
struct
{
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
int16_t ___m_ShortValue_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_UShortValue_6_OffsetPadding[4];
uint16_t ___m_UShortValue_6;
};
#pragma pack(pop, tp)
struct
{
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
uint16_t ___m_UShortValue_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_IntValue_7_OffsetPadding[4];
int32_t ___m_IntValue_7;
};
#pragma pack(pop, tp)
struct
{
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
int32_t ___m_IntValue_7_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_UIntValue_8_OffsetPadding[4];
uint32_t ___m_UIntValue_8;
};
#pragma pack(pop, tp)
struct
{
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
uint32_t ___m_UIntValue_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_LongValue_9_OffsetPadding[4];
int64_t ___m_LongValue_9;
};
#pragma pack(pop, tp)
struct
{
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
int64_t ___m_LongValue_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ULongValue_10_OffsetPadding[4];
uint64_t ___m_ULongValue_10;
};
#pragma pack(pop, tp)
struct
{
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
uint64_t ___m_ULongValue_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_FloatValue_11_OffsetPadding[4];
float ___m_FloatValue_11;
};
#pragma pack(pop, tp)
struct
{
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
float ___m_FloatValue_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_DoubleValue_12_OffsetPadding[4];
double ___m_DoubleValue_12;
};
#pragma pack(pop, tp)
struct
{
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
double ___m_DoubleValue_12_forAlignmentOnly;
};
};
};
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject
{
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10;
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_12;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_13;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_18;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref
ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19;
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement> System.Text.RegularExpressions.Regex::_replref
WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code
RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21;
// System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized
bool ____refsInitialized_22;
};
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields
{
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize
int32_t ___s_cacheSize_1;
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry> System.Text.RegularExpressions.Regex::s_cache
Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2;
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount
int32_t ___s_cacheCount_3;
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4;
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5;
// System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
struct JsonValue_t01DB320267C848E729A400EF2345979978F851D2
{
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::type
int32_t ___type_0;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::boolValue
bool ___boolValue_1;
// System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::realValue
double ___realValue_2;
// System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::integerValue
int64_t ___integerValue_3;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::stringValue
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___stringValue_4;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::arrayValue
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___arrayValue_5;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::objectValue
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___objectValue_6;
// System.Object UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::anyValue
RuntimeObject* ___anyValue_7;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
struct JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke
{
int32_t ___type_0;
int32_t ___boolValue_1;
double ___realValue_2;
int64_t ___integerValue_3;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke ___stringValue_4;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___arrayValue_5;
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___objectValue_6;
Il2CppIUnknown* ___anyValue_7;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
struct JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com
{
int32_t ___type_0;
int32_t ___boolValue_1;
double ___realValue_2;
int64_t ___integerValue_3;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com ___stringValue_4;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___arrayValue_5;
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___objectValue_6;
Il2CppIUnknown* ___anyValue_7;
};
// System.Func`2<System.Char,System.Boolean>
struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F : public MulticastDelegate_t
{
};
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t
{
};
// System.Func`2<System.String,System.Boolean>
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D : public MulticastDelegate_t
{
};
// System.Func`2<System.String,System.String>
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93 : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>
struct Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C : public MulticastDelegate_t
{
};
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C
{
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
struct KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8
{
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___value_1;
};
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
struct Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value_1;
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.InputSystem.InputControl
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject
{
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_1;
// System.String UnityEngine.InputSystem.InputControl::m_Path
String_t* ___m_Path_2;
// System.String UnityEngine.InputSystem.InputControl::m_DisplayName
String_t* ___m_DisplayName_3;
// System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout
String_t* ___m_DisplayNameFromLayout_4;
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName
String_t* ___m_ShortDisplayName_5;
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout
String_t* ___m_ShortDisplayNameFromLayout_6;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_Parent_10;
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount
int32_t ___m_UsageCount_11;
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex
int32_t ___m_UsageStartIndex_12;
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount
int32_t ___m_AliasCount_13;
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex
int32_t ___m_AliasStartIndex_14;
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount
int32_t ___m_ChildCount_15;
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex
int32_t ___m_ChildStartIndex_16;
// UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags
int32_t ___m_ControlFlags_17;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_18;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_19;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_20;
};
// UnityEngine.InputSystem.LowLevel.InputEvent
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngineInternal.Input.NativeInputEvent UnityEngine.InputSystem.LowLevel.InputEvent::m_Event
NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 ___m_Event_5;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 ___m_Event_5_forAlignmentOnly;
};
#pragma pack(pop, tp)
};
};
uint8_t InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5__padding[20];
};
};
// UnityEngine.InputSystem.LowLevel.InputEventBuffer
struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE
{
// Unity.Collections.NativeArray`1<System.Byte> UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_Buffer
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1;
// System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_SizeInBytes
int64_t ___m_SizeInBytes_2;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_EventCount
int32_t ___m_EventCount_3;
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_WeOwnTheBuffer
bool ___m_WeOwnTheBuffer_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer
struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1;
int64_t ___m_SizeInBytes_2;
int32_t ___m_EventCount_3;
int32_t ___m_WeOwnTheBuffer_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer
struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1;
int64_t ___m_SizeInBytes_2;
int32_t ___m_EventCount_3;
int32_t ___m_WeOwnTheBuffer_4;
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.InputSystem.Utilities.NamedValue
struct NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED
{
// System.String UnityEngine.InputSystem.Utilities.NamedValue::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_1;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::<value>k__BackingField
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___U3CvalueU3Ek__BackingField_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NamedValue
struct NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke
{
char* ___U3CnameU3Ek__BackingField_1;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke ___U3CvalueU3Ek__BackingField_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NamedValue
struct NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com
{
Il2CppChar* ___U3CnameU3Ek__BackingField_1;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com ___U3CvalueU3Ek__BackingField_2;
};
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NullReferenceException
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.InputSystem.InputActionState/GlobalState
struct GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle> UnityEngine.InputSystem.InputActionState/GlobalState::globalList
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2 ___globalList_0;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>> UnityEngine.InputSystem.InputActionState/GlobalState::onActionChange
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA ___onActionChange_1;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>> UnityEngine.InputSystem.InputActionState/GlobalState::onActionControlsChanged
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 ___onActionControlsChanged_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/GlobalState
struct GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_pinvoke
{
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2 ___globalList_0;
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA ___onActionChange_1;
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 ___onActionControlsChanged_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/GlobalState
struct GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_com
{
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2 ___globalList_0;
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA ___onActionChange_1;
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 ___onActionControlsChanged_2;
};
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>
struct Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011 : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
struct Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC : public MulticastDelegate_t
{
};
// UnityEngine.InputSystem.LowLevel.ActionEvent
struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.ActionEvent::baseEvent
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_0;
};
#pragma pack(pop, tp)
struct
{
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ControlIndex_1_OffsetPadding[20];
// System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_ControlIndex
uint16_t ___m_ControlIndex_1;
};
#pragma pack(pop, tp)
struct
{
char ___m_ControlIndex_1_OffsetPadding_forAlignmentOnly[20];
uint16_t ___m_ControlIndex_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_BindingIndex_2_OffsetPadding[22];
// System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_BindingIndex
uint16_t ___m_BindingIndex_2;
};
#pragma pack(pop, tp)
struct
{
char ___m_BindingIndex_2_OffsetPadding_forAlignmentOnly[22];
uint16_t ___m_BindingIndex_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_InteractionIndex_3_OffsetPadding[24];
// System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_InteractionIndex
uint16_t ___m_InteractionIndex_3;
};
#pragma pack(pop, tp)
struct
{
char ___m_InteractionIndex_3_OffsetPadding_forAlignmentOnly[24];
uint16_t ___m_InteractionIndex_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_StateIndex_4_OffsetPadding[26];
// System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_StateIndex
uint8_t ___m_StateIndex_4;
};
#pragma pack(pop, tp)
struct
{
char ___m_StateIndex_4_OffsetPadding_forAlignmentOnly[26];
uint8_t ___m_StateIndex_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_Phase_5_OffsetPadding[27];
// System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_Phase
uint8_t ___m_Phase_5;
};
#pragma pack(pop, tp)
struct
{
char ___m_Phase_5_OffsetPadding_forAlignmentOnly[27];
uint8_t ___m_Phase_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_StartTime_6_OffsetPadding[28];
// System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::m_StartTime
double ___m_StartTime_6;
};
#pragma pack(pop, tp)
struct
{
char ___m_StartTime_6_OffsetPadding_forAlignmentOnly[28];
double ___m_StartTime_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ValueData_7_OffsetPadding[36];
// UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer UnityEngine.InputSystem.LowLevel.ActionEvent::m_ValueData
U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A ___m_ValueData_7;
};
#pragma pack(pop, tp)
struct
{
char ___m_ValueData_7_OffsetPadding_forAlignmentOnly[36];
U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A ___m_ValueData_7_forAlignmentOnly;
};
};
};
uint8_t ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444__padding[37];
};
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// UnityEngine.InputSystem.InputAction
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD : public RuntimeObject
{
// System.String UnityEngine.InputSystem.InputAction::m_Name
String_t* ___m_Name_0;
// UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::m_Type
int32_t ___m_Type_1;
// System.String UnityEngine.InputSystem.InputAction::m_ExpectedControlType
String_t* ___m_ExpectedControlType_2;
// System.String UnityEngine.InputSystem.InputAction::m_Id
String_t* ___m_Id_3;
// System.String UnityEngine.InputSystem.InputAction::m_Processors
String_t* ___m_Processors_4;
// System.String UnityEngine.InputSystem.InputAction::m_Interactions
String_t* ___m_Interactions_5;
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputAction::m_SingletonActionBindings
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_SingletonActionBindings_6;
// UnityEngine.InputSystem.InputAction/ActionFlags UnityEngine.InputSystem.InputAction::m_Flags
int32_t ___m_Flags_7;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::m_BindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_8;
// System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsStartIndex
int32_t ___m_BindingsStartIndex_9;
// System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsCount
int32_t ___m_BindingsCount_10;
// System.Int32 UnityEngine.InputSystem.InputAction::m_ControlStartIndex
int32_t ___m_ControlStartIndex_11;
// System.Int32 UnityEngine.InputSystem.InputAction::m_ControlCount
int32_t ___m_ControlCount_12;
// System.Int32 UnityEngine.InputSystem.InputAction::m_ActionIndexInState
int32_t ___m_ActionIndexInState_13;
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::m_ActionMap
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_14;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnStarted
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnStarted_15;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnCanceled
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnCanceled_16;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnPerformed
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnPerformed_17;
};
// UnityEngine.InputSystem.InputActionMap
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09 : public RuntimeObject
{
// System.String UnityEngine.InputSystem.InputActionMap::m_Name
String_t* ___m_Name_0;
// System.String UnityEngine.InputSystem.InputActionMap::m_Id
String_t* ___m_Id_1;
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::m_Asset
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_2;
// UnityEngine.InputSystem.InputAction[] UnityEngine.InputSystem.InputActionMap::m_Actions
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___m_Actions_3;
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_Bindings
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_Bindings_4;
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_BindingsForEachAction
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_BindingsForEachAction_5;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionMap::m_ControlsForEachAction
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ControlsForEachAction_6;
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_EnabledActionsCount
int32_t ___m_EnabledActionsCount_7;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::m_SingletonAction
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_SingletonAction_8;
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_MapIndexInState
int32_t ___m_MapIndexInState_9;
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionMap::m_State
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_10;
// System.Boolean UnityEngine.InputSystem.InputActionMap::m_NeedToResolveBindings
bool ___m_NeedToResolveBindings_11;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::m_BindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_12;
// UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionMap::m_Devices
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E ___m_Devices_13;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputActionMap::m_ActionCallbacks
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_ActionCallbacks_14;
};
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields
{
// System.Int32 UnityEngine.InputSystem.InputActionMap::s_DeferBindingResolution
int32_t ___s_DeferBindingResolution_15;
};
// UnityEngine.InputSystem.InputActionState
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700 : public RuntimeObject
{
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionState::maps
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___maps_1;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionState::controls
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___controls_2;
// UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputActionState::interactions
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_3;
// UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputActionState::processors
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_4;
// UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputActionState::composites
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_5;
// System.Int32 UnityEngine.InputSystem.InputActionState::totalProcessorCount
int32_t ___totalProcessorCount_6;
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState::memory
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory_7;
// System.Boolean UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateHooked
bool ___m_OnBeforeUpdateHooked_8;
// System.Boolean UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateHooked
bool ___m_OnAfterUpdateHooked_9;
// System.Boolean UnityEngine.InputSystem.InputActionState::m_InProcessControlStateChange
bool ___m_InProcessControlStateChange_10;
// System.Action UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateDelegate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnBeforeUpdateDelegate_11;
// System.Action UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateDelegate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnAfterUpdateDelegate_12;
};
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields
{
// UnityEngine.InputSystem.InputActionState/GlobalState UnityEngine.InputSystem.InputActionState::s_GlobalState
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A ___s_GlobalState_13;
};
// UnityEngine.InputSystem.Utilities.InputActionTrace
struct InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7 : public RuntimeObject
{
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedToAll
bool ___m_SubscribedToAll_0;
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace::m_OnActionChangeHooked
bool ___m_OnActionChangeHooked_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedActions
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF ___m_SubscribedActions_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap> UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedActionMaps
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB ___m_SubscribedActionMaps_3;
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.Utilities.InputActionTrace::m_EventBuffer
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_EventBuffer_4;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState> UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionMapStates
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 ___m_ActionMapStates_5;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState> UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionMapStateClones
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 ___m_ActionMapStateClones_6;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext> UnityEngine.InputSystem.Utilities.InputActionTrace::m_CallbackDelegate
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_CallbackDelegate_7;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange> UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionChangeDelegate
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___m_ActionChangeDelegate_8;
};
// UnityEngine.InputSystem.InputDevice
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.InputDevice/DeviceFlags UnityEngine.InputSystem.InputDevice::m_DeviceFlags
int32_t ___m_DeviceFlags_24;
// System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceId
int32_t ___m_DeviceId_25;
// System.Int32 UnityEngine.InputSystem.InputDevice::m_ParticipantId
int32_t ___m_ParticipantId_26;
// System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceIndex
int32_t ___m_DeviceIndex_27;
// UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::m_Description
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___m_Description_28;
// System.Double UnityEngine.InputSystem.InputDevice::m_LastUpdateTimeInternal
double ___m_LastUpdateTimeInternal_29;
// System.UInt32 UnityEngine.InputSystem.InputDevice::m_CurrentUpdateStepCount
uint32_t ___m_CurrentUpdateStepCount_30;
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_AliasesForEachControl
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_AliasesForEachControl_31;
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_UsagesForEachControl_32;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_UsageToControl_33;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ChildrenForEachControl_34;
// System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlMap_35;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// UnityEngine.InputSystem.InputControl[]
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17 : public RuntimeArray
{
ALIGN_FIELD (8) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* m_Items[1];
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** 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, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.IInputInteraction[]
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputBindingComposite[]
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E : public RuntimeArray
{
ALIGN_FIELD (8) InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* m_Items[1];
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0** 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, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_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, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.Utilities.NamedValue[]
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A : public RuntimeArray
{
ALIGN_FIELD (8) NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED m_Items[1];
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* 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, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL);
}
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL);
}
};
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[]
struct JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3 : public RuntimeArray
{
ALIGN_FIELD (8) JsonValue_t01DB320267C848E729A400EF2345979978F851D2 m_Items[1];
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2* 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, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___anyValue_7), (void*)NULL);
#endif
}
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___anyValue_7), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.Utilities.NameAndParameters[]
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2 : public RuntimeArray
{
ALIGN_FIELD (8) NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 m_Items[1];
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* 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, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
#endif
}
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
#endif
}
};
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_back(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke& marshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled);
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_cleanup(Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com& marshaled);
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_back(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com& marshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled);
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_cleanup(Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com& marshaled);
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled);
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled);
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled);
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled);
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled);
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled);
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled);
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled);
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::All<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m72E17986C0E4F0913195057E9273765758C467BA_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::LockForChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_LockForChanges_mB15D8203ADAEA8AEF523BE53D79B7CF828301CB6_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
// TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallbackArray_1_get_Item_m567E182F190B5CEBFBA0D02E0E33AD7A5E46F7E1_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::UnlockForChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_UnlockForChanges_mA6BDFF9ECCA7A79D6017AFB24BF5932CC3B30197_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_gshared (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_gshared (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___item0, const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m6809FD95122AFFED987CFCAEE81B5F2515D48066_gshared (Func_2_t9D6D0636D7EE282D3C55AA455C0B6CAC61A117F0* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisRuntimeObject_m1AD2906B761501F7550BB3D009EF60ACFFF7805D_gshared (RuntimeObject* ___source0, Func_2_t9D6D0636D7EE282D3C55AA455C0B6CAC61A117F0* ___selector1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m438F102A98957D621CF724E763751C78F10E1A14_gshared (Func_2_tE32F20C3219F9FBFF273C0735FB38DC288042AFC* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisKeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C_TisRuntimeObject_m594234AE3550369F06ACF52AAC09832E5242AC0E_gshared (RuntimeObject* ___source0, Func_2_tE32F20C3219F9FBFF273C0735FB38DC288042AFC* ___selector1, const RuntimeMethod* method) ;
// TKey System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD9C88CB5A45096243E5CE92DE07B077508B7730_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 KeyValuePair_2_get_Value_mE2F1308AA1361FAC791808BF909523539D8804EA_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_gshared_inline (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m6244264A73E69D93880B6A162036B4655F8B20D0_gshared (Func_2_t95F8C5DB83078AC2200EB11F714DEB6262E3AA4E* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.NamedValue,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisRuntimeObject_mA8FCD448F3D7852AEEC6BDFB5E60ADD3AFD9D50F_gshared (RuntimeObject* ___source0, Func_2_t95F8C5DB83078AC2200EB11F714DEB6262E3AA4E* ___selector1, const RuntimeMethod* method) ;
// TSource[] System.Linq.Enumerable::ToArray<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Enumerable_ToArray_TisRuntimeObject_m6B1F26FB2B3EA7B18B82FC81035440AAAEFCE924_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Empty<UnityEngine.InputSystem.Utilities.NameAndParameters>()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_gshared_inline (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_gshared (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___item0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::.ctor(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_gshared (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___array0, const RuntimeMethod* method) ;
// TResult System.Func`2<System.Object,System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_bindingIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.LowLevel.ActionEvent::get_phase()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_controlIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_interactionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_interaction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.LowLevel.InputEvent::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::get_startTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_valueSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Byte* UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState::get_bindingStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_compositeOrCompositeBindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806 (bool ___condition0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// System.Void System.IntPtr::.ctor(System.Void*)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) ;
// System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marshal_PtrToStructure_m925D16041CB6ECE051D6D4B15CCCF5BD46561D34 (intptr_t ___ptr0, Type_t* ___structureType1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValueAsObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValue(System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::get_actionMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputAction::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputActionMap::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __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_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_bufferPtr()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::get_data()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_eventCount()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::.ctor(UnityEngine.InputSystem.Utilities.InputActionTrace)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___trace0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216 (bool ___condition0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEvent::GetNextInMemory(UnityEngine.InputSystem.LowLevel.InputEvent*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEvent_GetNextInMemory_m236F5B3C61DB3F992C08B3A8366AE0BD9EDE2FAA (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___currentPtr0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_stateIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::get_Item(System.Int32)
inline InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared)(__this, ___index0, method);
}
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector2::get_sqrMagnitude()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer::Compare(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1 (Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___x0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___y1, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector3::get_sqrMagnitude()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer::Compare(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39 (Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___x0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___y1, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLetterOrDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsProperIdentifier(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsProperIdentifier_mEBC6D46A0DB15BC083BB9811332E76CD53C2D6CC (String_t* ___name0, const RuntimeMethod* method) ;
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___separator0, int32_t ___options1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.String,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184 (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.Boolean System.Linq.Enumerable::All<System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline bool Enumerable_All_TisString_t_m08F59441A68F0EC7C93200AE6F9B0A8F749B9645 (RuntimeObject* ___source0, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* ___predicate1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, const RuntimeMethod*))Enumerable_All_TisRuntimeObject_m72E17986C0E4F0913195057E9273765758C467BA_gshared)(___source0, ___predicate1, method);
}
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::MakeIdentifier(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CSharpCodeHelpers_MakeIdentifier_m0E2083995B763A79F5EAC50D95E350A8E75E754C (String_t* ___name0, String_t* ___suffix1, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLower(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLower_m30A84A53658D6250257BFD99051D4931916D5D91 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Char System.Char::ToUpper(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3753B9BCD4A82C8B5D86D39D9B1B2D638B0AFE84 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::get_length()
inline int32_t CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7 (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, method);
}
// System.Void UnityEngine.Profiling.Profiler::BeginSample(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::LockForChanges()
inline void CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30 (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, const RuntimeMethod*))CallbackArray_1_LockForChanges_mB15D8203ADAEA8AEF523BE53D79B7CF828301CB6_gshared)(__this, method);
}
// TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::get_Item(System.Int32)
inline Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m567E182F190B5CEBFBA0D02E0E33AD7A5E46F7E1_gshared)(__this, ___index0, method);
}
// System.Void System.Action::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m82E44FEC6B03BC34AFC2CAF6583051570C60CB9E (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Type System.Exception::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E (RuntimeObject* ___message0, 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_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::UnlockForChanges()
inline void CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_mA6BDFF9ECCA7A79D6017AFB24BF5932CC3B30197_gshared)(__this, method);
}
// System.Void UnityEngine.Profiling.Profiler::EndSample()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437 (const RuntimeMethod* method) ;
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::set_formatString(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74_inline (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___code0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Char,System.Char,System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, Il2CppChar ___a0, Il2CppChar ___b1, Il2CppChar ___c2, Il2CppChar ___d3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, String_t* ___str0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.FourCC::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66 (int32_t ___i0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
// System.String System.String::Intern(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Intern_mF8CC2A80F26A43BC02DAFEDEDA3589F7CF3B1D28 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___text0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___other0, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::CompareTo(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___other0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___json0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
// System.String System.ValueType::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.JsonParser::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseToken(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, Il2CppChar ___token0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::SkipWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipToValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::NavigateToProperty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___path0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Item(System.Int32)
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( JsonValue_t01DB320267C848E729A400EF2345979978F851D2 (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, int32_t, const RuntimeMethod*))List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_gshared)(__this, ___index0, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_op_Equality_m80E7B250E886C27EA0F357CF76130109E2A4731C (JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___left0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___right1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Count()
inline int32_t List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, const RuntimeMethod*))List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::CurrentPropertyHasValueEqualTo(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___expectedValue0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseStringValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseArrayValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseObjectValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseBooleanValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNullValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNumber(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.Substring::.ctor(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, String_t* ___str0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m685670597C7A2523870F60C2156A8F53EB9241B6 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___str0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::.ctor()
inline void List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7 (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, const RuntimeMethod*))List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::Add(T)
inline void List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, JsonValue_t01DB320267C848E729A400EF2345979978F851D2, const RuntimeMethod*))List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_gshared_inline)(__this, ___item0, method);
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mBCD74B00B87471E1E5D7679B75C8FC0F70D9A9A2 (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___array0, const RuntimeMethod* method) ;
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m8803181F1A232D7216BBDE5288863D9735692A4B (int64_t ___val0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mA318DD180A9C3F1477284EBEF3EABBED05795CD6 (double ___val0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___text0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m696035E7AFDB9A1BB68A6A5979534E4356D94409 (bool ___val0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::get_isAtEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.Substring::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Substring_ToString_m321AF6BA186DB01349CE3C710F1EA773D38FEF6D (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::get_length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
// System.Char UnityEngine.InputSystem.Utilities.Substring::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonString::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::Compare(UnityEngine.InputSystem.Utilities.Substring,UnityEngine.InputSystem.Utilities.Substring,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Substring_Compare_mFCC9A87C466F5D4045A5820A9203C3567A43B871 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___left0, Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___right1, int32_t ___comparison2, const RuntimeMethod* method) ;
// System.Char System.Char::ToUpperInvariant(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m4A8EEECCB38A511AC2EE02680ED999CC48601D06 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Substring_GetHashCode_m68743D4DB46190219FCBA41BACC476D7083D5986 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
// System.Int32 System.Boolean::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonString::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.Substring::op_Implicit(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t2E16755269E6716C22074D6BC0A9099915E67849 Substring_op_Implicit_mF41B9BD536475F42FFA830CC270D11453D7FEBE8 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.NumberHelpers::Approximately(System.Double,System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline (double ___a0, double ___b1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
// System.Boolean System.Convert::ToBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mAA53666F188B002A52359F80BCD85F8E24B3A4AF (String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3B175EE996295999BF9495C4DB2CCD81680F1F49 (String_t* ___value0, const RuntimeMethod* method) ;
// System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToInteger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
// System.Single System.Convert::ToSingle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m70256FFD080CBD85CC41D705DFCBC77EC433D4FD (String_t* ___value0, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToDouble()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
// System.String System.Boolean::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63 (bool* __this, const RuntimeMethod* method) ;
// System.String System.Int64::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m93B1324D1EB6A7747895ADB6EE4E9614B65242C8 (Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m6809FD95122AFFED987CFCAEE81B5F2515D48066_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
inline RuntimeObject* Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_mFB70EBFBD3728A1DDD9357C1D6AA060C969F797A (RuntimeObject* ___source0, Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* ___selector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C*, const RuntimeMethod*))Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisRuntimeObject_m1AD2906B761501F7550BB3D009EF60ACFFF7805D_gshared)(___source0, ___selector1, method);
}
// System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632 (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mAA7FA2F2C23C8067042DCB8C54E06779FA521265 (Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m438F102A98957D621CF724E763751C78F10E1A14_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
inline RuntimeObject* Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mDF4CA9B318EFFC96851DF091508CDAD7F1A67DBD (RuntimeObject* ___source0, Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* ___selector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011*, const RuntimeMethod*))Enumerable_Select_TisKeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C_TisRuntimeObject_m594234AE3550369F06ACF52AAC09832E5242AC0E_gshared)(___source0, ___selector1, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonString,UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___left0, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___right1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m7A50439B63163A0C43941212686056E5259FDEF9 (RuntimeObject* ___obj0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___value1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___other0, const RuntimeMethod* method) ;
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___input0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Implicit(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m61AAE5CC4A0B716556765798C22FE12D87554986 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method) ;
// System.Boolean System.Double::TryParse(System.String,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m6939FA2B8DCF60C46E0B859746DD9622450E7DD9 (String_t* ___s0, double* ___result1, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Boolean System.Single::TryParse(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_mF23E88B4B12DDC9E82179BB2483A714005BF006F (String_t* ___s0, float* ___result1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_mFC6BFCB86964E2BCA4052155B10983837A695EA4 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mC34CCA8720E7032D4CFA51E522DB99EC6F07F16D (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String System.Enum::GetName(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_m4979EACFA1491E66FBCAD1DFDD78B5A678111E41 (Type_t* ___enumType0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.Double::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method) ;
// System.Int32 System.Int64::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496 (int64_t* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5FDEAE943A79ACEDDBD71C7BB62786CC89BEAB6 (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// TKey System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Key()
inline String_t* KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_inline (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD9C88CB5A45096243E5CE92DE07B077508B7730_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Value()
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_inline (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8* __this, const RuntimeMethod* method)
{
return (( JsonValue_t01DB320267C848E729A400EF2345979978F851D2 (*) (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8*, const RuntimeMethod*))KeyValuePair_2_get_Value_mE2F1308AA1361FAC791808BF909523539D8804EA_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7 (void* ___ptr0, uint32_t ___bitOffset1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCmpBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_MemCmpBitRegion_m3DA9A26EA034F79165261FA5A998DC3A181222E3 (void* ___ptr10, void* ___ptr21, uint32_t ___bitOffset2, uint32_t ___bitCount3, void* ___mask4, const RuntimeMethod* method) ;
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCmp(System.Void*,System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_MemCmp_mB5CB8C7A8AD66A3B48114DB7DBCF3BEE80046689 (void* ___ptr10, void* ___ptr21, int64_t ___size2, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsUInt(System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, uint32_t ___value3, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::UIntToNormalizedFloat(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m302B1379117FEDC56095650462521DEF0252181A_inline (uint32_t ___value0, uint32_t ___minValue1, uint32_t ___maxValue2, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToUInt(System.Single,System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m795050CA5FDE0362A04ECF58DE3A64EA0F3140BA_inline (float ___value0, uint32_t ___uintMinValue1, uint32_t ___uintMaxValue2, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ComputeFollowingByteOffset(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ComputeFollowingByteOffset_mB0217E2687666185FC02B749941DACACA1C1CF44 (uint32_t ___byteOffset0, uint32_t ___sizeInBits1, const RuntimeMethod* method) ;
// System.UInt32 System.Math::Min(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m1C7DD94B2E3BECC3C15A8B6899E88178DC539397 (uint32_t ___val10, uint32_t ___val21, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.UInt32,System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_mEB8F85FE2BA604AC7B15C1FA171ECDF1A5D107C2_inline (uint32_t ___number0, uint32_t ___alignment1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___bitOffset0, uint32_t ___sizeInBits1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___byteOffset0, uint32_t ___bitOffset1, uint32_t ___sizeInBits2, const RuntimeMethod* method) ;
// System.UInt32 System.Math::Max(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Max_mA38EFCCC7E58F8BEEDE1A9F63123302D634E001A (uint32_t ___val10, uint32_t ___val21, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::Overlap(UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___other0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_name(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, String_t* ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_gshared_inline)(__this, method);
}
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m1760CA39C91164A1A82D79789B1D78B9AE623321 (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m6244264A73E69D93880B6A162036B4655F8B20D0_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.NamedValue,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
inline RuntimeObject* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_m2069FAA5648E9050AAAB5EBCB7E7BE5A25E7969A (RuntimeObject* ___source0, Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* ___selector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*, const RuntimeMethod*))Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisRuntimeObject_mA8FCD448F3D7852AEEC6BDFB5E60ADD3AFD9D50F_gshared)(___source0, ___selector1, method);
}
// TSource[] System.Linq.Enumerable::ToArray<System.String>(System.Collections.Generic.IEnumerable`1<TSource>)
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Enumerable_ToArray_TisString_t_mCD2BC789CBFF834E06F00948FC47E15E720936DC (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m6B1F26FB2B3EA7B18B82FC81035440AAAEFCE924_gshared)(___source0, method);
}
// System.String System.String::Join(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mE405D676C6881553258F8BAD40A20B462D611068 (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String,System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameAndParameters_ParseMultiple_m5C6E458816CCA0ECDD2A4120FA8908A0090AE72A (String_t* ___text0, List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** ___list1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Empty<UnityEngine.InputSystem.Utilities.NameAndParameters>()
inline RuntimeObject* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_inline (const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (const RuntimeMethod*))Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_gshared_inline)(method);
}
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::.ctor()
inline void List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082 (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, const RuntimeMethod*))List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Clear()
inline void List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, const RuntimeMethod*))List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_gshared_inline)(__this, method);
}
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::ParseNameAndParameters(System.String,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2 (String_t* ___text0, int32_t* ___index1, bool ___nameOnly2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Add(T)
inline void List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01, const RuntimeMethod*))List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_gshared_inline)(__this, ___item0, method);
}
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.NamedValue[] UnityEngine.InputSystem.Utilities.NamedValue::ParseMultiple(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* NamedValue_ParseMultiple_m971D3A7CEAD54134A7C715D9A3A6E3101D4D60D6 (String_t* ___parameterString0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::.ctor(TValue[])
inline void ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261 (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___array0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9*, NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_gshared)(__this, ___array0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m486D1911DD41BBA08431CC7989B715D329BE10F4 (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.NamedValue::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.NamedValue::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_name(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, String_t* ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::get_value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_value(UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value0, const RuntimeMethod* method) ;
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::get_type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.TypeCode UnityEngine.InputSystem.Utilities.NamedValue::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::ConvertTo(System.TypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___type0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ConvertTo(System.TypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, int32_t ___type0, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Equality(UnityEngine.InputSystem.Utilities.PrimitiveValue,UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_op_Equality_m7302829D9B08F45AAE8DC6769D05A99332AB8BD5 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___left0, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___right1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(UnityEngine.InputSystem.Utilities.NamedValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.NamedValue::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers::CountOccurrences(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringHelpers_CountOccurrences_m485223946390513026A0930FCD96D4D27B931A53 (String_t* ___str0, Il2CppChar ___ch1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ParseParameter(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ParseParameter_mE750CB8EAC57BE52D2759483CE95859B98875C07 (String_t* ___parameterString0, int32_t* ___index1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m4393C6F25CE81CD9B42E0DA522596339222ADC5A (bool ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromString_m1F5A710EA3CC1AAD392438F088BE3745BFB69B4E (String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Equality_m7EF1C2E8785AE9589DE1B96CB6B2EBF633404FA2 (FieldInfo_t* ___left0, FieldInfo_t* ___right1, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, const RuntimeMethod* method) ;
// System.TypeCode System.Type::GetTypeCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m98820B2A4DCAA218E805D4773E2D0A33AFDF7192 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C (FieldInfo_t* __this, RuntimeObject* ___obj0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyToObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___instance0, const RuntimeMethod* method) ;
// System.Double System.Math::Max(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Max_mD1AD971AB9981B8A59BC5B5BEB7DD6A5A5E82AD6 (double ___val10, double ___val21, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::.ctor(System.Type,UnityEngine.InputSystem.InputDevice,System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice__ctor_m06C106C1F6C25A151D081C6E95036B949644C27D (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, Type_t* ___deviceType0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, RuntimeObject* ___observer2, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_deviceId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDeviceById(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDeviceById_m0EC67530A5BB503DD302D95F1F48808D14DA3976 (int32_t ___deviceId0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputDevice::get_deviceId()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::.ctor(System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>,System.Type,UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDeviceEventObservable__ctor_mB1C31FA7E513DB5D377B8F95AB66DBA80A0B2EFC (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* __this, RuntimeObject* ___source0, Type_t* ___deviceType1, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint8_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int8_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int16_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint16_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int64_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint64_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, double ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mB7C95E793A64E00E82802DE37F3AE8778691498B (Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mEDEC47B660DAF7F226F19431CA21445637A7EE19 (uint8_t ___value0, const RuntimeMethod* method) ;
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m6BC3A0CEC20C264FF552FEBBD8337E92273CE6E9 (int8_t ___value0, const RuntimeMethod* method) ;
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m12C5F8C36A0C56674E54D78012FC6F4356CE00CC (int16_t ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m85AEA8DB8205EE124E0C444E17A6DE9C5D18677D (int32_t ___value0, const RuntimeMethod* method) ;
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5AE7B84A2BD1BB1A5F6F1890A196DAA1DA260E20 (int64_t ___value0, const RuntimeMethod* method) ;
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mA6FA3D63D6C15F03E81698BFC7E7DDF19568F1FD (uint64_t ___value0, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m2E37FE97D7684B627489F765FC9BE697C08A7120 (float ___value0, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m2833030448A5E70B4233D23F0724AC116009DE1C (double ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___other0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromObject_mF4A66499A9D89718F0069F7187644B790057A67B (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.Int32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
// System.String System.Byte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3F9787FE9A306FE63F388635DEE2733F91588A86 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.SByte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.Int16::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.UInt16::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D (uint16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.Int32::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.UInt32::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m5A3136A9B92E1A5285D56349AD71B4075BD254AC (uint32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.UInt64::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mCDDACF05D6B5B3ECB10B1FEEE58ED3407973E7A7 (uint64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String System.Single::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Boolean System.String::Contains(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.String::Contains(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m7A165D1B2CDCE967F4522BA710CE7FA05EFA2982 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m280F0E3C898A7C3A57F35E3B136D4BFACE12122A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int64_t* ___result3, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.String System.String::TrimStart()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m69C2400B208C8F3D1DE6A3E24B4A1095F2B8EDEA (String_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.DateTime UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Void System.Decimal::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m2AFBFBDD82F6CD8204054A0EB305CB412055A555 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, double ___value0, const RuntimeMethod* method) ;
// System.Decimal UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Type_t* ___conversionType0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTokenizeU3Ed__8__ctor_mFCB5DCEF9B0F44B630C8C831ADC12246A0CA2785 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSplitU3Ed__9__ctor_m531A6132094F2E8117F46518BCD07DBECF2F8B60 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Char System.Char::ToLower(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_mB8658E30FAF6778CE0731D7487B0B0A99B16A1CB (String_t* ___text0, intptr_t ___buffer1, int32_t ___bufferSizeInCharacters2, uint32_t* ___offset3, const RuntimeMethod* method) ;
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) ;
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294 (intptr_t ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_mC29E8CC186EEB1BFE348210514625FA2E3A13864 (intptr_t ___buffer0, int32_t ___bufferSize1, uint32_t* ___offset2, const RuntimeMethod* method) ;
// System.String System.Runtime.InteropServices.Marshal::PtrToStringUni(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringUni_mF41EF665A667CEC0DD58A4197C2ECED5962A0565 (intptr_t ___ptr0, int32_t ___len1, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsControl(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsControl_m7B006691A34165B76DF65393181827D62104F6EC (Il2CppChar ___c0, const RuntimeMethod* method) ;
// TResult System.Func`2<System.String,System.String>::Invoke(T)
inline String_t* Func_2_Invoke_mED071D4A847678204A843F11D77F10D168FE4D2D_inline (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* __this, String_t* ___arg0, const RuntimeMethod* method)
{
return (( String_t* (*) (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*, String_t*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___arg0, method);
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Profiling.Profiler::ValidateArguments(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_inline (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Profiling.Profiler::BeginSampleImpl(System.String,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiler_BeginSampleImpl_m11DCED1F062EEB6A07FE36224080BAEDC65D5A87 (String_t* ___name0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___targetObject1, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method) ;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_pinvoke(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_pinvoke_back(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke& marshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_pinvoke_cleanup(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_com(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_com_back(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com& marshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_com_cleanup(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com& marshaled)
{
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public InputAction action => m_State.GetActionOrNull(m_Ptr->bindingIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_1 = __this->___m_Ptr_1;
int32_t L_2;
L_2 = ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_1, NULL);
NullCheck(L_0);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3;
L_3 = InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
_returnValue = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public InputActionPhase phase => m_Ptr->phase;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
int32_t L_1;
L_1 = ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
int32_t _returnValue;
_returnValue = ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public InputControl control => m_State.controls[m_Ptr->controlIndex];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
NullCheck(L_0);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_1 = L_0->___controls_2;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_2 = __this->___m_Ptr_1;
int32_t L_3;
L_3 = ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_2, NULL);
NullCheck(L_1);
int32_t L_4 = L_3;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
}
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
_returnValue = ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_interaction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
{
// var index = m_Ptr->interactionIndex;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
int32_t L_1;
L_1 = ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
V_0 = L_1;
// if (index == InputActionState.kInvalidIndex)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0019;
}
}
{
// return null;
V_2 = (RuntimeObject*)NULL;
goto IL_0029;
}
IL_0019:
{
// return m_State.interactions[index];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = __this->___m_State_0;
NullCheck(L_4);
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_5 = L_4->___interactions_3;
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
RuntimeObject* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_2 = L_8;
goto IL_0029;
}
IL_0029:
{
// }
RuntimeObject* L_9 = V_2;
return L_9;
}
}
IL2CPP_EXTERN_C RuntimeObject* ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public double time => m_Ptr->baseEvent.time;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
NullCheck(L_0);
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = (&L_0->___baseEvent_0);
double L_2;
L_2 = InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB(L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C double ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
double _returnValue;
_returnValue = ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public double startTime => m_Ptr->startTime;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
double L_1;
L_1 = ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C double ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
double _returnValue;
_returnValue = ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public double duration => time - startTime;
double L_0;
L_0 = ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1(__this, NULL);
double L_1;
L_1 = ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523(__this, NULL);
return ((double)il2cpp_codegen_subtract(L_0, L_1));
}
}
IL2CPP_EXTERN_C double ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
double _returnValue;
_returnValue = ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_valueSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
{
// public int valueSizeInBytes => m_Ptr->valueSizeInBytes;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
int32_t L_1;
L_1 = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
int32_t _returnValue;
_returnValue = ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD(_thisAdjusted, method);
return _returnValue;
}
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValueAsObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFE8EDD433F3422954EE51A98F583680D3EFFCED);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2FEBA40510BF5C7785D4BDF024E9F6D9DDC6D92);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_7 = NULL;
Type_t* V_8 = NULL;
bool V_9 = false;
RuntimeObject* V_10 = NULL;
{
// if (m_Ptr == null)
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
V_3 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001a;
}
}
{
// throw new InvalidOperationException("ActionEventPtr is invalid");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3F52EE884CB796AF4600C7DC2072A8186379111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_RuntimeMethod_var)));
}
IL_001a:
{
// var valuePtr = m_Ptr->valueData;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_3 = __this->___m_Ptr_1;
uint8_t* L_4;
L_4 = ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_3, NULL);
V_0 = L_4;
// var bindingIndex = m_Ptr->bindingIndex;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_5 = __this->___m_Ptr_1;
int32_t L_6;
L_6 = ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_5, NULL);
V_1 = L_6;
// if (m_State.bindingStates[bindingIndex].isPartOfComposite)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = __this->___m_State_0;
NullCheck(L_7);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8;
L_8 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_7, NULL);
int32_t L_9 = V_1;
uint32_t L_10 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_11;
L_11 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))), NULL);
V_4 = L_11;
bool L_12 = V_4;
if (!L_12)
{
goto IL_00e9;
}
}
{
// var compositeBindingIndex = m_State.bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_13 = __this->___m_State_0;
NullCheck(L_13);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_14;
L_14 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_13, NULL);
int32_t L_15 = V_1;
uint32_t L_16 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_17;
L_17 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), (int32_t)L_16)))), NULL);
V_5 = L_17;
// var compositeIndex = m_State.bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_18 = __this->___m_State_0;
NullCheck(L_18);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_19;
L_19 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_18, NULL);
int32_t L_20 = V_5;
uint32_t L_21 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_22;
L_22 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))), NULL);
V_6 = L_22;
// var composite = m_State.composites[compositeIndex];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_23 = __this->___m_State_0;
NullCheck(L_23);
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_24 = L_23->___composites_5;
int32_t L_25 = V_6;
NullCheck(L_24);
int32_t L_26 = L_25;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_7 = L_27;
// Debug.Assert(composite != null, "NULL composite instance");
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_28 = V_7;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralF2FEBA40510BF5C7785D4BDF024E9F6D9DDC6D92, NULL);
// var valueType = composite.valueType;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_29 = V_7;
NullCheck(L_29);
Type_t* L_30;
L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, L_29);
V_8 = L_30;
// if (valueType == null)
Type_t* L_31 = V_8;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_32;
L_32 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_31, (Type_t*)NULL, NULL);
V_9 = L_32;
bool L_33 = V_9;
if (!L_33)
{
goto IL_00d8;
}
}
{
// throw new InvalidOperationException($"Cannot read value from Composite '{composite}' which does not have a valueType set");
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_34 = V_7;
String_t* L_35;
L_35 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47F26A23D3242B2AC82919E846BDC8915799BDA7)), L_34, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_36 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_36);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_36, L_35, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_RuntimeMethod_var)));
}
IL_00d8:
{
// return Marshal.PtrToStructure(new IntPtr(valuePtr), valueType);
uint8_t* L_37 = V_0;
intptr_t L_38;
memset((&L_38), 0, sizeof(L_38));
IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_38), (void*)L_37, /*hidden argument*/NULL);
Type_t* L_39 = V_8;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
RuntimeObject* L_40;
L_40 = Marshal_PtrToStructure_m925D16041CB6ECE051D6D4B15CCCF5BD46561D34(L_38, L_39, NULL);
V_10 = L_40;
goto IL_012e;
}
IL_00e9:
{
// Debug.Assert(!m_State.bindingStates[bindingIndex].isComposite, "Action should not have triggered directly from a composite binding");
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_41 = __this->___m_State_0;
NullCheck(L_41);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_42;
L_42 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_41, NULL);
int32_t L_43 = V_1;
uint32_t L_44 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_45;
L_45 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_42, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_43), (int32_t)L_44)))), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0), _stringLiteralBFE8EDD433F3422954EE51A98F583680D3EFFCED, NULL);
// var valueSizeInBytes = m_Ptr->valueSizeInBytes;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_46 = __this->___m_Ptr_1;
int32_t L_47;
L_47 = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_46, NULL);
V_2 = L_47;
// return control.ReadValueFromBufferAsObject(valuePtr, valueSizeInBytes);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_48;
L_48 = ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68(__this, NULL);
uint8_t* L_49 = V_0;
int32_t L_50 = V_2;
NullCheck(L_48);
RuntimeObject* L_51;
L_51 = VirtualFuncInvoker2< RuntimeObject*, void*, int32_t >::Invoke(7 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromBufferAsObject(System.Void*,System.Int32) */, L_48, (void*)L_49, L_50);
V_10 = L_51;
goto IL_012e;
}
IL_012e:
{
// }
RuntimeObject* L_52 = V_10;
return L_52;
}
}
IL2CPP_EXTERN_C RuntimeObject* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValue(System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
{
// var valueSizeInBytes = m_Ptr->valueSizeInBytes;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
int32_t L_1;
L_1 = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
V_0 = L_1;
// if (bufferSize < valueSizeInBytes)
int32_t L_2 = ___bufferSize1;
int32_t L_3 = V_0;
V_1 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0036;
}
}
{
// throw new ArgumentException(
// $"Expected buffer of at least {valueSizeInBytes} bytes but got buffer of just {bufferSize} bytes instead",
// nameof(bufferSize));
int32_t L_5 = V_0;
int32_t L_6 = L_5;
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_6);
int32_t L_8 = ___bufferSize1;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_9);
String_t* L_11;
L_11 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral121D7A5449D23930B3E0BDFA36F57645E3E5313D)), L_7, L_10, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_12 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_12);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_12, L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC_RuntimeMethod_var)));
}
IL_0036:
{
// UnsafeUtility.MemCpy(buffer, m_Ptr->valueData, valueSizeInBytes);
void* L_13 = ___buffer0;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_14 = __this->___m_Ptr_1;
uint8_t* L_15;
L_15 = ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_14, NULL);
int32_t L_16 = V_0;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B(L_13, (void*)L_15, ((int64_t)L_16), NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC_AdjustorThunk (RuntimeObject* __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC(_thisAdjusted, ___buffer0, ___bufferSize1, method);
}
// System.String UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FC0D12F2282BBF3E1A56D6E94B7F937695F9EB3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* G_B5_0 = NULL;
{
// if (m_Ptr == null)
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
V_1 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001a;
}
}
{
// return "<null>";
V_2 = _stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1;
goto IL_00b6;
}
IL_001a:
{
// var actionName = action.actionMap != null ? $"{action.actionMap.name}/{action.name}" : action.name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2;
L_2 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
NullCheck(L_2);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3;
L_3 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_2, NULL);
if (L_3)
{
goto IL_0034;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4;
L_4 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_4, NULL);
G_B5_0 = L_5;
goto IL_0059;
}
IL_0034:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6;
L_6 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
NullCheck(L_6);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7;
L_7 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_6, NULL);
NullCheck(L_7);
String_t* L_8;
L_8 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_7, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9;
L_9 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
NullCheck(L_9);
String_t* L_10;
L_10 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_9, NULL);
String_t* L_11;
L_11 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_8, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_10, NULL);
G_B5_0 = L_11;
}
IL_0059:
{
V_0 = G_B5_0;
// return $"{{ action={actionName} phase={phase} time={time} control={control} value={ReadValueAsObject()} interaction={interaction} duration={duration} }}";
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_12;
String_t* L_14 = V_0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_14);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_13;
int32_t L_16;
L_16 = ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C(__this, NULL);
int32_t L_17 = L_16;
RuntimeObject* L_18 = Box(InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_15;
double L_20;
L_20 = ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1(__this, NULL);
double L_21 = L_20;
RuntimeObject* L_22 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_22);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_22);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_19;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_24;
L_24 = ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68(__this, NULL);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_23;
RuntimeObject* L_26;
L_26 = ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77(__this, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_26);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_25;
RuntimeObject* L_28;
L_28 = ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E(__this, NULL);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_28);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_28);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_27;
double L_30;
L_30 = ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF(__this, NULL);
double L_31 = L_30;
RuntimeObject* L_32 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_31);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_32);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_32);
String_t* L_33;
L_33 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteral6FC0D12F2282BBF3E1A56D6E94B7F937695F9EB3, L_29, NULL);
V_2 = L_33;
goto IL_00b6;
}
IL_00b6:
{
// }
String_t* L_34 = V_2;
return L_34;
}
}
IL2CPP_EXTERN_C String_t* ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
String_t* _returnValue;
_returnValue = ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60(_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
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_pinvoke(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
}
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_pinvoke_back(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke& marshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled)
{
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_pinvoke_cleanup(Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_com(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com& marshaled)
{
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
}
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_com_back(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com& marshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled)
{
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_com_cleanup(Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::.ctor(UnityEngine.InputSystem.Utilities.InputActionTrace)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___trace0, const RuntimeMethod* method)
{
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// m_Trace = trace;
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_0 = ___trace0;
__this->___m_Trace_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Trace_0), (void*)L_0);
// m_Buffer = (ActionEvent*)trace.m_EventBuffer.bufferPtr.data;
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_1 = ___trace0;
NullCheck(L_1);
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_2 = (&L_1->___m_EventBuffer_4);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3;
L_3 = InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB(L_2, NULL);
V_0 = L_3;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4;
L_4 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&V_0), NULL);
__this->___m_Buffer_1 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_4;
// m_EventCount = trace.m_EventBuffer.eventCount;
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_5 = ___trace0;
NullCheck(L_5);
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_6 = (&L_5->___m_EventBuffer_4);
int32_t L_7;
L_7 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline(L_6, NULL);
__this->___m_EventCount_2 = L_7;
// m_CurrentEvent = null;
__this->___m_CurrentEvent_3 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)((uintptr_t)0);
// m_CurrentIndex = 0;
__this->___m_CurrentIndex_4 = 0;
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63_AdjustorThunk (RuntimeObject* __this, InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___trace0, const RuntimeMethod* method)
{
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63(_thisAdjusted, ___trace0, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (m_CurrentIndex == m_EventCount)
int32_t L_0 = __this->___m_CurrentIndex_4;
int32_t L_1 = __this->___m_EventCount_2;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_008e;
}
IL_0017:
{
// if (m_CurrentEvent == null)
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_3 = __this->___m_CurrentEvent_3;
V_2 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0042;
}
}
{
// m_CurrentEvent = m_Buffer;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_5 = __this->___m_Buffer_1;
__this->___m_CurrentEvent_3 = L_5;
// return m_CurrentEvent != null;
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_6 = __this->___m_CurrentEvent_3;
V_1 = (bool)((((int32_t)((((intptr_t)L_6) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_008e;
}
IL_0042:
{
// Debug.Assert(m_CurrentEvent != null);
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_7 = __this->___m_CurrentEvent_3;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)((((intptr_t)L_7) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
// ++m_CurrentIndex;
int32_t L_8 = __this->___m_CurrentIndex_4;
__this->___m_CurrentIndex_4 = ((int32_t)il2cpp_codegen_add(L_8, 1));
// if (m_CurrentIndex == m_EventCount)
int32_t L_9 = __this->___m_CurrentIndex_4;
int32_t L_10 = __this->___m_EventCount_2;
V_3 = (bool)((((int32_t)L_9) == ((int32_t)L_10))? 1 : 0);
bool L_11 = V_3;
if (!L_11)
{
goto IL_0079;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_008e;
}
IL_0079:
{
// m_CurrentEvent = (ActionEvent*)InputEvent.GetNextInMemory((InputEvent*)m_CurrentEvent);
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_12 = __this->___m_CurrentEvent_3;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_13;
L_13 = InputEvent_GetNextInMemory_m236F5B3C61DB3F992C08B3A8366AE0BD9EDE2FAA((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_12, NULL);
__this->___m_CurrentEvent_3 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_13;
// return true;
V_1 = (bool)1;
goto IL_008e;
}
IL_008e:
{
// }
bool L_14 = V_1;
return L_14;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
bool _returnValue;
_returnValue = Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
{
{
// m_CurrentEvent = null;
__this->___m_CurrentEvent_3 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)((uintptr_t)0);
// m_CurrentIndex = 0;
__this->___m_CurrentIndex_4 = 0;
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65(_thisAdjusted, method);
}
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 V_1;
memset((&V_1), 0, sizeof(V_1));
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// var state = m_Trace.m_ActionMapStates[m_CurrentEvent->stateIndex];
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_0 = __this->___m_Trace_0;
NullCheck(L_0);
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_1 = (&L_0->___m_ActionMapStates_5);
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_2 = __this->___m_CurrentEvent_3;
int32_t L_3;
L_3 = ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_2, NULL);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4;
L_4 = InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE(L_1, L_3, InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var);
V_0 = L_4;
// return new ActionEventPtr
// {
// m_State = state,
// m_Ptr = m_CurrentEvent,
// };
il2cpp_codegen_initobj((&V_1), sizeof(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74));
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = V_0;
(&V_1)->___m_State_0 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_State_0), (void*)L_5);
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_6 = __this->___m_CurrentEvent_3;
(&V_1)->___m_Ptr_1 = L_6;
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_7 = V_1;
V_2 = L_7;
goto IL_003e;
}
IL_003e:
{
// }
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_8 = V_2;
return L_8;
}
}
IL2CPP_EXTERN_C ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 _returnValue;
_returnValue = Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E(_thisAdjusted, method);
return _returnValue;
}
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// object IEnumerator.Current => Current;
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_0;
L_0 = Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E(__this, NULL);
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_1 = L_0;
RuntimeObject* L_2 = Box(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC(_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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer::Compare(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1 (Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___x0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___y1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
{
// var lenx = x.sqrMagnitude;
float L_0;
L_0 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&___x0), NULL);
V_0 = L_0;
// var leny = y.sqrMagnitude;
float L_1;
L_1 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&___y1), NULL);
V_1 = L_1;
// if (lenx < leny)
float L_2 = V_0;
float L_3 = V_1;
V_2 = (bool)((((float)L_2) < ((float)L_3))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_001d;
}
}
{
// return -1;
V_3 = (-1);
goto IL_002f;
}
IL_001d:
{
// if (lenx > leny)
float L_5 = V_0;
float L_6 = V_1;
V_4 = (bool)((((float)L_5) > ((float)L_6))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_002b;
}
}
{
// return 1;
V_3 = 1;
goto IL_002f;
}
IL_002b:
{
// return 0;
V_3 = 0;
goto IL_002f;
}
IL_002f:
{
// }
int32_t L_8 = V_3;
return L_8;
}
}
IL2CPP_EXTERN_C int32_t Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___x0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___y1, const RuntimeMethod* method)
{
Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1(_thisAdjusted, ___x0, ___y1, 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.Int32 UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer::Compare(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39 (Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___x0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___y1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
{
// var lenx = x.sqrMagnitude;
float L_0;
L_0 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&___x0), NULL);
V_0 = L_0;
// var leny = y.sqrMagnitude;
float L_1;
L_1 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&___y1), NULL);
V_1 = L_1;
// if (lenx < leny)
float L_2 = V_0;
float L_3 = V_1;
V_2 = (bool)((((float)L_2) < ((float)L_3))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_001d;
}
}
{
// return -1;
V_3 = (-1);
goto IL_002f;
}
IL_001d:
{
// if (lenx > leny)
float L_5 = V_0;
float L_6 = V_1;
V_4 = (bool)((((float)L_5) > ((float)L_6))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_002b;
}
}
{
// return 1;
V_3 = 1;
goto IL_002f;
}
IL_002b:
{
// return 0;
V_3 = 0;
goto IL_002f;
}
IL_002f:
{
// }
int32_t L_8 = V_3;
return L_8;
}
}
IL2CPP_EXTERN_C int32_t Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___x0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___y1, const RuntimeMethod* method)
{
Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE*>(__this + _offset);
int32_t _returnValue;
_returnValue = Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39(_thisAdjusted, ___x0, ___y1, 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.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsProperIdentifier(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsProperIdentifier_mEBC6D46A0DB15BC083BB9811332E76CD53C2D6CC (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
int32_t G_B8_0 = 0;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_000f;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0068;
}
IL_000f:
{
// if (char.IsDigit(name[0]))
String_t* L_3 = ___name0;
NullCheck(L_3);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_4, NULL);
V_2 = L_5;
bool L_6 = V_2;
if (!L_6)
{
goto IL_0023;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0068;
}
IL_0023:
{
// for (var i = 0; i < name.Length; ++i)
V_3 = 0;
goto IL_0055;
}
IL_0027:
{
// var ch = name[i];
String_t* L_7 = ___name0;
int32_t L_8 = V_3;
NullCheck(L_7);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
V_4 = L_9;
// if (!char.IsLetterOrDigit(ch) && ch != '_')
Il2CppChar L_10 = V_4;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C(L_10, NULL);
if (L_11)
{
goto IL_0045;
}
}
{
Il2CppChar L_12 = V_4;
G_B8_0 = ((((int32_t)((((int32_t)L_12) == ((int32_t)((int32_t)95)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0046;
}
IL_0045:
{
G_B8_0 = 0;
}
IL_0046:
{
V_5 = (bool)G_B8_0;
bool L_13 = V_5;
if (!L_13)
{
goto IL_0050;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0068;
}
IL_0050:
{
// for (var i = 0; i < name.Length; ++i)
int32_t L_14 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0055:
{
// for (var i = 0; i < name.Length; ++i)
int32_t L_15 = V_3;
String_t* L_16 = ___name0;
NullCheck(L_16);
int32_t L_17;
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
V_6 = (bool)((((int32_t)L_15) < ((int32_t)L_17))? 1 : 0);
bool L_18 = V_6;
if (L_18)
{
goto IL_0027;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_0068;
}
IL_0068:
{
// }
bool L_19 = V_1;
return L_19;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsEmptyOrProperIdentifier(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsEmptyOrProperIdentifier_m95385E39253A8D353EA3560CE32B9BC7EAA738EF (String_t* ___name0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_000f;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_0018;
}
IL_000f:
{
// return IsProperIdentifier(name);
String_t* L_3 = ___name0;
bool L_4;
L_4 = CSharpCodeHelpers_IsProperIdentifier_mEBC6D46A0DB15BC083BB9811332E76CD53C2D6CC(L_3, NULL);
V_1 = L_4;
goto IL_0018;
}
IL_0018:
{
// }
bool L_5 = V_1;
return L_5;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsEmptyOrProperNamespaceName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsEmptyOrProperNamespaceName_m0235C1E2906D71F600E26122B077AA189B60A8C4 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CSharpCodeHelpers_IsProperIdentifier_mEBC6D46A0DB15BC083BB9811332E76CD53C2D6CC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_All_TisString_t_m08F59441A68F0EC7C93200AE6F9B0A8F749B9645_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_000f;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_002c;
}
IL_000f:
{
// return name.Split('.').All(IsProperIdentifier);
String_t* L_3 = ___name0;
NullCheck(L_3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4;
L_4 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_3, ((int32_t)46), 0, NULL);
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_5 = (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*)il2cpp_codegen_object_new(Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
NullCheck(L_5);
Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184(L_5, NULL, (intptr_t)((void*)CSharpCodeHelpers_IsProperIdentifier_mEBC6D46A0DB15BC083BB9811332E76CD53C2D6CC_RuntimeMethod_var), NULL);
bool L_6;
L_6 = Enumerable_All_TisString_t_m08F59441A68F0EC7C93200AE6F9B0A8F749B9645((RuntimeObject*)L_4, L_5, Enumerable_All_TisString_t_m08F59441A68F0EC7C93200AE6F9B0A8F749B9645_RuntimeMethod_var);
V_1 = L_6;
goto IL_002c;
}
IL_002c:
{
// }
bool L_7 = V_1;
return L_7;
}
}
// System.String UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::MakeIdentifier(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CSharpCodeHelpers_MakeIdentifier_m0E2083995B763A79F5EAC50D95E350A8E75E754C (String_t* ___name0, String_t* ___suffix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
StringBuilder_t* V_8 = NULL;
int32_t V_9 = 0;
Il2CppChar V_10 = 0x0;
bool V_11 = false;
bool V_12 = false;
String_t* V_13 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B17_0 = 0;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CSharpCodeHelpers_MakeIdentifier_m0E2083995B763A79F5EAC50D95E350A8E75E754C_RuntimeMethod_var)));
}
IL_0016:
{
// if (char.IsDigit(name[0]))
String_t* L_4 = ___name0;
NullCheck(L_4);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_5, NULL);
V_2 = L_6;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0033;
}
}
{
// name = "_" + name;
String_t* L_8 = ___name0;
String_t* L_9;
L_9 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_8, NULL);
___name0 = L_9;
}
IL_0033:
{
// var nameHasInvalidCharacters = false;
V_0 = (bool)0;
// for (var i = 0; i < name.Length; ++i)
V_3 = 0;
goto IL_0068;
}
IL_0039:
{
// var ch = name[i];
String_t* L_10 = ___name0;
int32_t L_11 = V_3;
NullCheck(L_10);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL);
V_4 = L_12;
// if (!char.IsLetterOrDigit(ch) && ch != '_')
Il2CppChar L_13 = V_4;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C(L_13, NULL);
if (L_14)
{
goto IL_0057;
}
}
{
Il2CppChar L_15 = V_4;
G_B8_0 = ((((int32_t)((((int32_t)L_15) == ((int32_t)((int32_t)95)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0058;
}
IL_0057:
{
G_B8_0 = 0;
}
IL_0058:
{
V_5 = (bool)G_B8_0;
bool L_16 = V_5;
if (!L_16)
{
goto IL_0063;
}
}
{
// nameHasInvalidCharacters = true;
V_0 = (bool)1;
// break;
goto IL_0077;
}
IL_0063:
{
// for (var i = 0; i < name.Length; ++i)
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0068:
{
// for (var i = 0; i < name.Length; ++i)
int32_t L_18 = V_3;
String_t* L_19 = ___name0;
NullCheck(L_19);
int32_t L_20;
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
V_6 = (bool)((((int32_t)L_18) < ((int32_t)L_20))? 1 : 0);
bool L_21 = V_6;
if (L_21)
{
goto IL_0039;
}
}
IL_0077:
{
// if (nameHasInvalidCharacters)
bool L_22 = V_0;
V_7 = L_22;
bool L_23 = V_7;
if (!L_23)
{
goto IL_00d9;
}
}
{
// var buffer = new StringBuilder();
StringBuilder_t* L_24 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_24);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_24, NULL);
V_8 = L_24;
// for (var i = 0; i < name.Length; ++i)
V_9 = 0;
goto IL_00bf;
}
IL_008b:
{
// var ch = name[i];
String_t* L_25 = ___name0;
int32_t L_26 = V_9;
NullCheck(L_25);
Il2CppChar L_27;
L_27 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, L_26, NULL);
V_10 = L_27;
// if (char.IsLetterOrDigit(ch) || ch == '_')
Il2CppChar L_28 = V_10;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_29;
L_29 = Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C(L_28, NULL);
if (L_29)
{
goto IL_00a7;
}
}
{
Il2CppChar L_30 = V_10;
G_B17_0 = ((((int32_t)L_30) == ((int32_t)((int32_t)95)))? 1 : 0);
goto IL_00a8;
}
IL_00a7:
{
G_B17_0 = 1;
}
IL_00a8:
{
V_11 = (bool)G_B17_0;
bool L_31 = V_11;
if (!L_31)
{
goto IL_00b8;
}
}
{
// buffer.Append(ch);
StringBuilder_t* L_32 = V_8;
Il2CppChar L_33 = V_10;
NullCheck(L_32);
StringBuilder_t* L_34;
L_34 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_32, L_33, NULL);
}
IL_00b8:
{
// for (var i = 0; i < name.Length; ++i)
int32_t L_35 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00bf:
{
// for (var i = 0; i < name.Length; ++i)
int32_t L_36 = V_9;
String_t* L_37 = ___name0;
NullCheck(L_37);
int32_t L_38;
L_38 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_37, NULL);
V_12 = (bool)((((int32_t)L_36) < ((int32_t)L_38))? 1 : 0);
bool L_39 = V_12;
if (L_39)
{
goto IL_008b;
}
}
{
// name = buffer.ToString();
StringBuilder_t* L_40 = V_8;
NullCheck(L_40);
String_t* L_41;
L_41 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40);
___name0 = L_41;
}
IL_00d9:
{
// return name + suffix;
String_t* L_42 = ___name0;
String_t* L_43 = ___suffix1;
String_t* L_44;
L_44 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_42, L_43, NULL);
V_13 = L_44;
goto IL_00e4;
}
IL_00e4:
{
// }
String_t* L_45 = V_13;
return L_45;
}
}
// System.String UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::MakeTypeName(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CSharpCodeHelpers_MakeTypeName_mCD011BCD7D8D47BD7DF92092E79AC178C6F48110 (String_t* ___name0, String_t* ___suffix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
Il2CppChar V_2 = 0x0;
String_t* V_3 = NULL;
{
// var symbolName = MakeIdentifier(name, suffix);
String_t* L_0 = ___name0;
String_t* L_1 = ___suffix1;
String_t* L_2;
L_2 = CSharpCodeHelpers_MakeIdentifier_m0E2083995B763A79F5EAC50D95E350A8E75E754C(L_0, L_1, NULL);
V_0 = L_2;
// if (char.IsLower(symbolName[0]))
String_t* L_3 = V_0;
NullCheck(L_3);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Char_IsLower_m30A84A53658D6250257BFD99051D4931916D5D91(L_4, NULL);
V_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_003a;
}
}
{
// symbolName = char.ToUpper(symbolName[0]) + symbolName.Substring(1);
String_t* L_7 = V_0;
NullCheck(L_7);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_9;
L_9 = Char_ToUpper_m3753B9BCD4A82C8B5D86D39D9B1B2D638B0AFE84(L_8, NULL);
V_2 = L_9;
String_t* L_10;
L_10 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_2), NULL);
String_t* L_11 = V_0;
NullCheck(L_11);
String_t* L_12;
L_12 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_11, 1, NULL);
String_t* L_13;
L_13 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_10, L_12, NULL);
V_0 = L_13;
}
IL_003a:
{
// return symbolName;
String_t* L_14 = V_0;
V_3 = L_14;
goto IL_003e;
}
IL_003e:
{
// }
String_t* L_15 = V_3;
return L_15;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>&,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_m0474E1EEBF6B8B6BA1F849BE6FDF25E56A1318C0 (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* ___callbacks0, String_t* ___callbackName1, RuntimeObject* ___context2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
Exception_t* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
// if (callbacks.length == 0)
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_0 = ___callbacks0;
int32_t L_1;
L_1 = CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7(L_0, CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
// return;
goto IL_00ac;
}
IL_0013:
{
// Profiler.BeginSample(callbackName);
String_t* L_3 = ___callbackName1;
Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline(L_3, NULL);
// callbacks.LockForChanges();
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_4 = ___callbacks0;
CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30(L_4, CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30_RuntimeMethod_var);
// for (var i = 0; i < callbacks.length; ++i)
V_1 = 0;
goto IL_0090;
}
IL_0025:
{
}
try
{// begin try (depth: 1)
// callbacks[i]();
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_5 = ___callbacks0;
int32_t L_6 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7;
L_7 = CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC(L_5, L_6, CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC_RuntimeMethod_var);
NullCheck(L_7);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_7, NULL);
goto IL_008b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0037;
}
throw e;
}
CATCH_0037:
{// begin catch(System.Exception)
{
// catch (Exception exception)
V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
// Debug.LogException(exception);
Exception_t* L_8 = V_2;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogException_m82E44FEC6B03BC34AFC2CAF6583051570C60CB9E(L_8, NULL);
// if (context != null)
RuntimeObject* L_9 = ___context2;
V_3 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_9) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_0067;
}
}
{
// Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'");
Exception_t* L_11 = V_2;
NullCheck(L_11);
Type_t* L_12;
L_12 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_11, NULL);
NullCheck(L_12);
String_t* L_13;
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12);
String_t* L_14 = ___callbackName1;
RuntimeObject* L_15 = ___context2;
String_t* L_16;
L_16 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), L_13, L_14, L_15, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_16, NULL);
goto IL_0088;
}
IL_0067:
{
// Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks");
Exception_t* L_17 = V_2;
NullCheck(L_17);
Type_t* L_18;
L_18 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_17, NULL);
NullCheck(L_18);
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18);
String_t* L_20 = ___callbackName1;
String_t* L_21;
L_21 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_21, NULL);
}
IL_0088:
{
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_008b;
}
}// end catch (depth: 1)
IL_008b:
{
// for (var i = 0; i < callbacks.length; ++i)
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0090:
{
// for (var i = 0; i < callbacks.length; ++i)
int32_t L_23 = V_1;
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_24 = ___callbacks0;
int32_t L_25;
L_25 = CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7(L_24, CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var);
V_4 = (bool)((((int32_t)L_23) < ((int32_t)L_25))? 1 : 0);
bool L_26 = V_4;
if (L_26)
{
goto IL_0025;
}
}
{
// callbacks.UnlockForChanges();
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_27 = ___callbacks0;
CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C(L_27, CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C_RuntimeMethod_var);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
}
IL_00ac:
{
// }
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.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::get_formatString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayStringFormatAttribute_get_formatString_mCB36763A3E35FBFF23E0010B14CCB693A8414519 (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, const RuntimeMethod* method)
{
{
// public string formatString { get; set; }
String_t* L_0 = __this->___U3CformatStringU3Ek__BackingField_0;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::set_formatString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74 (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string formatString { get; set; }
String_t* L_0 = ___value0;
__this->___U3CformatStringU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CformatStringU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute__ctor_mC349FD97DEB34649A75F8DBBFEE083263068F79A (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___formatString0, const RuntimeMethod* method)
{
{
// public DisplayStringFormatAttribute(string formatString)
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
// this.formatString = formatString;
String_t* L_0 = ___formatString0;
DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74_inline(__this, L_0, 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 UnityEngine.InputSystem.Utilities.ExceptionHelpers::IsExceptionIndicatingBugInCode(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExceptionHelpers_IsExceptionIndicatingBugInCode_m88F6D36A7B60C1692C1C0894311C704877D541F6 (Exception_t* ___exception0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC1A5988DB57C4AE9B6D0450E5469954931B125B);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// Debug.Assert(exception != null, "Exception is null");
Exception_t* L_0 = ___exception0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(Exception_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralAC1A5988DB57C4AE9B6D0450E5469954931B125B, NULL);
// return exception is NullReferenceException ||
// exception is IndexOutOfRangeException ||
// exception is ArgumentException;
Exception_t* L_1 = ___exception0;
if (((NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)IsInstClass((RuntimeObject*)L_1, NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)))
{
goto IL_002b;
}
}
{
Exception_t* L_2 = ___exception0;
if (((IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)IsInstSealed((RuntimeObject*)L_2, IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)))
{
goto IL_002b;
}
}
{
Exception_t* L_3 = ___exception0;
G_B4_0 = ((!(((RuntimeObject*)(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IsInstClass((RuntimeObject*)L_3, ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B4_0 = 1;
}
IL_002c:
{
V_0 = (bool)G_B4_0;
goto IL_002f;
}
IL_002f:
{
// }
bool L_4 = V_0;
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___code0, const RuntimeMethod* method)
{
{
// m_Code = code;
int32_t L_0 = ___code0;
__this->___m_Code_0 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_AdjustorThunk (RuntimeObject* __this, int32_t ___code0, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56(_thisAdjusted, ___code0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Char,System.Char,System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, Il2CppChar ___a0, Il2CppChar ___b1, Il2CppChar ___c2, Il2CppChar ___d3, const RuntimeMethod* method)
{
{
// m_Code = (a << 24) | (b << 16) | (c << 8) | d;
Il2CppChar L_0 = ___a0;
Il2CppChar L_1 = ___b1;
Il2CppChar L_2 = ___c2;
Il2CppChar L_3 = ___d3;
__this->___m_Code_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_0<<((int32_t)24)))|((int32_t)((int32_t)L_1<<((int32_t)16)))))|((int32_t)((int32_t)L_2<<8))))|(int32_t)L_3));
// }
return;
}
}
IL2CPP_EXTERN_C void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___a0, Il2CppChar ___b1, Il2CppChar ___c2, Il2CppChar ___d3, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F(_thisAdjusted, ___a0, ___b1, ___c2, ___d3, method);
}
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
Il2CppChar V_2 = 0x0;
Il2CppChar V_3 = 0x0;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
int32_t G_B5_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B16_0 = 0;
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED));
// if (str == null)
String_t* L_0 = ___str0;
V_5 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_5;
if (!L_1)
{
goto IL_001d;
}
}
{
// throw new ArgumentNullException(nameof(str));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_RuntimeMethod_var)));
}
IL_001d:
{
// var length = str.Length;
String_t* L_3 = ___str0;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
V_0 = L_4;
// if (length < 1 || length > 4)
int32_t L_5 = V_0;
if ((((int32_t)L_5) < ((int32_t)1)))
{
goto IL_002e;
}
}
{
int32_t L_6 = V_0;
G_B5_0 = ((((int32_t)L_6) > ((int32_t)4))? 1 : 0);
goto IL_002f;
}
IL_002e:
{
G_B5_0 = 1;
}
IL_002f:
{
V_6 = (bool)G_B5_0;
bool L_7 = V_6;
if (!L_7)
{
goto IL_0045;
}
}
{
// throw new ArgumentException("FourCC string must be one to four characters long!", nameof(str));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C2F23CF9F134EF43685EA06DC853A0223731752)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_RuntimeMethod_var)));
}
IL_0045:
{
// var a = str[0];
String_t* L_9 = ___str0;
NullCheck(L_9);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, 0, NULL);
V_1 = L_10;
// var b = length > 1 ? str[1] : ' ';
int32_t L_11 = V_0;
if ((((int32_t)L_11) > ((int32_t)1)))
{
goto IL_0055;
}
}
{
G_B10_0 = ((int32_t)32);
goto IL_005c;
}
IL_0055:
{
String_t* L_12 = ___str0;
NullCheck(L_12);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, 1, NULL);
G_B10_0 = ((int32_t)(L_13));
}
IL_005c:
{
V_2 = G_B10_0;
// var c = length > 2 ? str[2] : ' ';
int32_t L_14 = V_0;
if ((((int32_t)L_14) > ((int32_t)2)))
{
goto IL_0065;
}
}
{
G_B13_0 = ((int32_t)32);
goto IL_006c;
}
IL_0065:
{
String_t* L_15 = ___str0;
NullCheck(L_15);
Il2CppChar L_16;
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, 2, NULL);
G_B13_0 = ((int32_t)(L_16));
}
IL_006c:
{
V_3 = G_B13_0;
// var d = length > 3 ? str[3] : ' ';
int32_t L_17 = V_0;
if ((((int32_t)L_17) > ((int32_t)3)))
{
goto IL_0075;
}
}
{
G_B16_0 = ((int32_t)32);
goto IL_007c;
}
IL_0075:
{
String_t* L_18 = ___str0;
NullCheck(L_18);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, 3, NULL);
G_B16_0 = ((int32_t)(L_19));
}
IL_007c:
{
V_4 = G_B16_0;
// m_Code = (a << 24) | (b << 16) | (c << 8) | d;
Il2CppChar L_20 = V_1;
Il2CppChar L_21 = V_2;
Il2CppChar L_22 = V_3;
Il2CppChar L_23 = V_4;
__this->___m_Code_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_20<<((int32_t)24)))|((int32_t)((int32_t)L_21<<((int32_t)16)))))|((int32_t)((int32_t)L_22<<8))))|(int32_t)L_23));
// }
return;
}
}
IL2CPP_EXTERN_C void FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_AdjustorThunk (RuntimeObject* __this, String_t* ___str0, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201(_thisAdjusted, ___str0, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_op_Implicit_m754D657392DC63F1F125F3391002C84ABD26144A (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___fourCC0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return fourCC.m_Code;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___fourCC0;
int32_t L_1 = L_0.___m_Code_0;
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66 (int32_t ___i0, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new FourCC(i);
int32_t L_0 = ___i0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
memset((&L_1), 0, sizeof(L_1));
FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = V_0;
return L_2;
}
}
// System.String UnityEngine.InputSystem.Utilities.FourCC::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB85181E60EE966C0723560A806A877B03B115702);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return
// $"{(char) (m_Code >> 24)}{(char) ((m_Code & 0xff0000) >> 16)}{(char) ((m_Code & 0xff00) >> 8)}{(char) (m_Code & 0xff)}";
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
int32_t L_2 = __this->___m_Code_0;
Il2CppChar L_3 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(L_2>>((int32_t)24)))));
RuntimeObject* L_4 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
int32_t L_6 = __this->___m_Code_0;
Il2CppChar L_7 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_6&((int32_t)16711680)))>>((int32_t)16)))));
RuntimeObject* L_8 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_8);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
int32_t L_10 = __this->___m_Code_0;
Il2CppChar L_11 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_10&((int32_t)65280)))>>8))));
RuntimeObject* L_12 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
int32_t L_14 = __this->___m_Code_0;
Il2CppChar L_15 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(L_14&((int32_t)255)))));
RuntimeObject* L_16 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
String_t* L_17;
L_17 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralB85181E60EE966C0723560A806A877B03B115702, L_13, NULL);
V_0 = L_17;
goto IL_006a;
}
IL_006a:
{
// }
String_t* L_18 = V_0;
return L_18;
}
}
IL2CPP_EXTERN_C String_t* FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
String_t* _returnValue;
_returnValue = FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_Code == other.m_Code;
int32_t L_0 = __this->___m_Code_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ___other0;
int32_t L_2 = L_1.___m_Code_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0);
goto IL_0012;
}
IL_0012:
{
// }
bool L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C bool FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___other0, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
bool _returnValue;
_returnValue = FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
int32_t G_B5_0 = 0;
{
// if (ReferenceEquals(null, obj))
RuntimeObject* L_0 = ___obj0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0029;
}
IL_000d:
{
// return obj is FourCC cc && Equals(cc);
RuntimeObject* L_2 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
RuntimeObject* L_3 = ___obj0;
V_0 = ((*(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*)((FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*)(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*)UnBox(L_3, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var))));
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = V_0;
bool L_5;
L_5 = FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834(__this, L_4, NULL);
G_B5_0 = ((int32_t)(L_5));
goto IL_0026;
}
IL_0025:
{
G_B5_0 = 0;
}
IL_0026:
{
V_2 = (bool)G_B5_0;
goto IL_0029;
}
IL_0029:
{
// }
bool L_6 = V_2;
return L_6;
}
}
IL2CPP_EXTERN_C bool FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
bool _returnValue;
_returnValue = FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return m_Code;
int32_t L_0 = __this->___m_Code_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
int32_t _returnValue;
_returnValue = FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Equality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Equality_m1C2BB96D1AAB9E1D1B04D444F33C960D2502B674 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.m_Code == right.m_Code;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___left0;
int32_t L_1 = L_0.___m_Code_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ___right1;
int32_t L_3 = L_2.___m_Code_0;
V_0 = (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
goto IL_0012;
}
IL_0012:
{
// }
bool L_4 = V_0;
return L_4;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Inequality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.m_Code != right.m_Code;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___left0;
int32_t L_1 = L_0.___m_Code_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ___right1;
int32_t L_3 = L_2.___m_Code_0;
V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0015;
}
IL_0015:
{
// }
bool L_4 = V_0;
return L_4;
}
}
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::FromInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_FromInt32_m7A4AD8FB90F8F2F0739F674DAF51F23E1B4D1706 (int32_t ___i0, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return i;
int32_t L_0 = ___i0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
L_1 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(L_0, NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = V_0;
return L_2;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::ToInt32(UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_ToInt32_mAE33DD7F6FEC45D5CEDC4DEFC4F06535F26B0927 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___fourCC0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return fourCC.m_Code;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___fourCC0;
int32_t L_1 = L_0.___m_Code_0;
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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: UnityEngine.InputSystem.Utilities.InternedString
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled)
{
marshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_StringOriginalCase_0);
marshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_string(unmarshaled.___m_StringLowerCase_1);
}
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke_back(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled)
{
unmarshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_StringOriginalCase_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringOriginalCase_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_StringOriginalCase_0));
unmarshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_string_result(marshaled.___m_StringLowerCase_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringLowerCase_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_StringLowerCase_1));
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InternedString
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke_cleanup(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_StringOriginalCase_0);
marshaled.___m_StringOriginalCase_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_StringLowerCase_1);
marshaled.___m_StringLowerCase_1 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InternedString
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled)
{
marshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_StringOriginalCase_0);
marshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_StringLowerCase_1);
}
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com_back(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled)
{
unmarshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringOriginalCase_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringOriginalCase_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringOriginalCase_0));
unmarshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringLowerCase_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringLowerCase_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringLowerCase_1));
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InternedString
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com_cleanup(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_StringOriginalCase_0);
marshaled.___m_StringOriginalCase_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_StringLowerCase_1);
marshaled.___m_StringLowerCase_1 = NULL;
}
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
{
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
{
// public int length => m_StringLowerCase?.Length ?? 0;
String_t* L_0 = __this->___m_StringLowerCase_1;
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0012;
}
IL_000d:
{
NullCheck(G_B2_0);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(G_B2_0, NULL);
G_B3_0 = L_2;
}
IL_0012:
{
return G_B3_0;
}
}
IL2CPP_EXTERN_C int32_t InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
int32_t _returnValue;
_returnValue = InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (string.IsNullOrEmpty(text))
String_t* L_0 = ___text0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
// m_StringOriginalCase = null;
__this->___m_StringOriginalCase_0 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringOriginalCase_0), (void*)(String_t*)NULL);
// m_StringLowerCase = null;
__this->___m_StringLowerCase_1 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringLowerCase_1), (void*)(String_t*)NULL);
goto IL_0041;
}
IL_001d:
{
// m_StringOriginalCase = string.Intern(text);
String_t* L_3 = ___text0;
String_t* L_4;
L_4 = String_Intern_mF8CC2A80F26A43BC02DAFEDEDA3589F7CF3B1D28(L_3, NULL);
__this->___m_StringOriginalCase_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringOriginalCase_0), (void*)L_4);
// m_StringLowerCase = string.Intern(text.ToLower(CultureInfo.InvariantCulture));
String_t* L_5 = ___text0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
L_6 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_5);
String_t* L_7;
L_7 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_5, L_6, NULL);
String_t* L_8;
L_8 = String_Intern_mF8CC2A80F26A43BC02DAFEDEDA3589F7CF3B1D28(L_7, NULL);
__this->___m_StringLowerCase_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringLowerCase_1), (void*)L_8);
}
IL_0041:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935_AdjustorThunk (RuntimeObject* __this, String_t* ___text0, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935(_thisAdjusted, ___text0, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_StringLowerCase == null;
String_t* L_0 = __this->___m_StringLowerCase_1;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
// }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
bool _returnValue;
_returnValue = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// return m_StringLowerCase;
String_t* L_0 = __this->___m_StringLowerCase_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
String_t* L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
String_t* _returnValue;
_returnValue = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t G_B3_0 = 0;
{
// if (obj is InternedString other)
RuntimeObject* L_0 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)))
{
goto IL_0013;
}
}
{
RuntimeObject* L_1 = ___obj0;
V_0 = ((*(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)((InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)UnBox(L_1, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var))));
G_B3_0 = 1;
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 0;
}
IL_0014:
{
V_2 = (bool)G_B3_0;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0022;
}
}
{
// return Equals(other);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = V_0;
bool L_4;
L_4 = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8(__this, L_3, NULL);
V_3 = L_4;
goto IL_0069;
}
IL_0022:
{
// if (obj is string str)
RuntimeObject* L_5 = ___obj0;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var));
String_t* L_6 = V_1;
V_4 = (bool)((!(((RuntimeObject*)(String_t*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_0065;
}
}
{
// if (m_StringLowerCase == null)
String_t* L_8 = __this->___m_StringLowerCase_1;
V_5 = (bool)((((RuntimeObject*)(String_t*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_9 = V_5;
if (!L_9)
{
goto IL_004c;
}
}
{
// return string.IsNullOrEmpty(str);
String_t* L_10 = V_1;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
V_3 = L_11;
goto IL_0069;
}
IL_004c:
{
// return string.Equals(m_StringLowerCase, str.ToLower(CultureInfo.InvariantCulture));
String_t* L_12 = __this->___m_StringLowerCase_1;
String_t* L_13 = V_1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14;
L_14 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_13);
String_t* L_15;
L_15 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_13, L_14, NULL);
bool L_16;
L_16 = String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09(L_12, L_15, NULL);
V_3 = L_16;
goto IL_0069;
}
IL_0065:
{
// return false;
V_3 = (bool)0;
goto IL_0069;
}
IL_0069:
{
// }
bool L_17 = V_3;
return L_17;
}
}
IL2CPP_EXTERN_C bool InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
bool _returnValue;
_returnValue = InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return ReferenceEquals(m_StringLowerCase, other.m_StringLowerCase);
String_t* L_0 = __this->___m_StringLowerCase_1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___other0;
String_t* L_2 = L_1.___m_StringLowerCase_1;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_2))? 1 : 0);
goto IL_0012;
}
IL_0012:
{
// }
bool L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C bool InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___other0, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
bool _returnValue;
_returnValue = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::CompareTo(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___other0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return string.Compare(m_StringLowerCase, other.m_StringLowerCase,
// StringComparison.InvariantCultureIgnoreCase);
String_t* L_0 = __this->___m_StringLowerCase_1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___other0;
String_t* L_2 = L_1.___m_StringLowerCase_1;
int32_t L_3;
L_3 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_0, L_2, 3, NULL);
V_0 = L_3;
goto IL_0016;
}
IL_0016:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___other0, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
int32_t _returnValue;
_returnValue = InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_StringLowerCase == null)
String_t* L_0 = __this->___m_StringLowerCase_1;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return 0;
V_1 = 0;
goto IL_0020;
}
IL_0012:
{
// return m_StringLowerCase.GetHashCode();
String_t* L_2 = __this->___m_StringLowerCase_1;
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2);
V_1 = L_3;
goto IL_0020;
}
IL_0020:
{
// }
int32_t L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
int32_t _returnValue;
_returnValue = InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
// return m_StringOriginalCase ?? string.Empty;
String_t* L_0 = __this->___m_StringOriginalCase_0;
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0010;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
G_B2_0 = L_2;
}
IL_0010:
{
V_0 = G_B2_0;
goto IL_0013;
}
IL_0013:
{
// }
String_t* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
String_t* _returnValue;
_returnValue = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m8463DC02FB5C92B3CDBC8E5AA21C4A6AB5673CAF (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___a0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return a.Equals(b);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___b1;
bool L_1;
L_1 = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8((&___a0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_mFF328396439FC0F8DF47E7A6CB7634919412BD0A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___a0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !a.Equals(b);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___b1;
bool L_1;
L_1 = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8((&___a0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m3C105A41BB070B4EAF6DA95DECF4C20D7B68B06D (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___a0, String_t* ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return string.Compare(a.m_StringLowerCase, b.ToLower(CultureInfo.InvariantCulture),
// StringComparison.InvariantCultureIgnoreCase) == 0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___a0;
String_t* L_1 = L_0.___m_StringLowerCase_1;
String_t* L_2 = ___b1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
L_3 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_2);
String_t* L_4;
L_4 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_2, L_3, NULL);
int32_t L_5;
L_5 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_4, 3, NULL);
V_0 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
goto IL_001e;
}
IL_001e:
{
// }
bool L_6 = V_0;
return L_6;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_m67194951DF62F79AFB145549E8E9FDC5DB7D7221 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___a0, String_t* ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return string.Compare(a.m_StringLowerCase, b.ToLower(CultureInfo.InvariantCulture),
// StringComparison.InvariantCultureIgnoreCase) != 0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___a0;
String_t* L_1 = L_0.___m_StringLowerCase_1;
String_t* L_2 = ___b1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
L_3 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_2);
String_t* L_4;
L_4 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_2, L_3, NULL);
int32_t L_5;
L_5 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_4, 3, NULL);
V_0 = (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
goto IL_001e;
}
IL_001e:
{
// }
bool L_6 = V_0;
return L_6;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(System.String,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m83AFD5DE16AC1631E46F505A63D40316B997A2DC (String_t* ___a0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return string.Compare(a.ToLower(CultureInfo.InvariantCulture), b.m_StringLowerCase,
// StringComparison.InvariantCultureIgnoreCase) == 0;
String_t* L_0 = ___a0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_0);
String_t* L_2;
L_2 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_0, L_1, NULL);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = ___b1;
String_t* L_4 = L_3.___m_StringLowerCase_1;
int32_t L_5;
L_5 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_2, L_4, 3, NULL);
V_0 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
goto IL_001e;
}
IL_001e:
{
// }
bool L_6 = V_0;
return L_6;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(System.String,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_m5D539C0AFB23C08792C520C968BE04945E29B6C6 (String_t* ___a0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return string.Compare(a.ToLower(CultureInfo.InvariantCulture), b.m_StringLowerCase,
// StringComparison.InvariantCultureIgnoreCase) != 0;
String_t* L_0 = ___a0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_0);
String_t* L_2;
L_2 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_0, L_1, NULL);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = ___b1;
String_t* L_4 = L_3.___m_StringLowerCase_1;
int32_t L_5;
L_5 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_2, L_4, 3, NULL);
V_0 = (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
goto IL_001e;
}
IL_001e:
{
// }
bool L_6 = V_0;
return L_6;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_LessThan(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_LessThan_m35ED2DFA1E283F329596E143AA8B352D422A3FC3 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___left0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return string.Compare(left.m_StringLowerCase, right.m_StringLowerCase,
// StringComparison.InvariantCultureIgnoreCase) < 0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___left0;
String_t* L_1 = L_0.___m_StringLowerCase_1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___right1;
String_t* L_3 = L_2.___m_StringLowerCase_1;
int32_t L_4;
L_4 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_3, 3, NULL);
V_0 = (bool)((((int32_t)L_4) < ((int32_t)0))? 1 : 0);
goto IL_0019;
}
IL_0019:
{
// }
bool L_5 = V_0;
return L_5;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_GreaterThan(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_GreaterThan_m9C60B086323E0FEB4E1AB6572C372CB33F7A3B0B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___left0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return string.Compare(left.m_StringLowerCase, right.m_StringLowerCase,
// StringComparison.InvariantCultureIgnoreCase) > 0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___left0;
String_t* L_1 = L_0.___m_StringLowerCase_1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___right1;
String_t* L_3 = L_2.___m_StringLowerCase_1;
int32_t L_4;
L_4 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_3, 3, NULL);
V_0 = (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
goto IL_0019;
}
IL_0019:
{
// }
bool L_5 = V_0;
return L_5;
}
}
// System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___str0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// return str.ToString();
String_t* L_0;
L_0 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___str0), NULL);
V_0 = L_0;
goto IL_0011;
}
IL_0011:
{
// }
String_t* L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#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: UnityEngine.InputSystem.Utilities.JsonParser
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_pinvoke(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke& marshaled)
{
marshaled.___m_Text_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_Text_0);
marshaled.___m_Length_1 = unmarshaled.___m_Length_1;
marshaled.___m_Position_2 = unmarshaled.___m_Position_2;
marshaled.___m_MatchAnyElementInArray_3 = static_cast<int32_t>(unmarshaled.___m_MatchAnyElementInArray_3);
marshaled.___m_DryRun_4 = static_cast<int32_t>(unmarshaled.___m_DryRun_4);
}
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_pinvoke_back(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke& marshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled)
{
unmarshaled.___m_Text_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_Text_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Text_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Text_0));
int32_t unmarshaledm_Length_temp_1 = 0;
unmarshaledm_Length_temp_1 = marshaled.___m_Length_1;
unmarshaled.___m_Length_1 = unmarshaledm_Length_temp_1;
int32_t unmarshaledm_Position_temp_2 = 0;
unmarshaledm_Position_temp_2 = marshaled.___m_Position_2;
unmarshaled.___m_Position_2 = unmarshaledm_Position_temp_2;
bool unmarshaledm_MatchAnyElementInArray_temp_3 = false;
unmarshaledm_MatchAnyElementInArray_temp_3 = static_cast<bool>(marshaled.___m_MatchAnyElementInArray_3);
unmarshaled.___m_MatchAnyElementInArray_3 = unmarshaledm_MatchAnyElementInArray_temp_3;
bool unmarshaledm_DryRun_temp_4 = false;
unmarshaledm_DryRun_temp_4 = static_cast<bool>(marshaled.___m_DryRun_4);
unmarshaled.___m_DryRun_4 = unmarshaledm_DryRun_temp_4;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_pinvoke_cleanup(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_Text_0);
marshaled.___m_Text_0 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_com(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com& marshaled)
{
marshaled.___m_Text_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Text_0);
marshaled.___m_Length_1 = unmarshaled.___m_Length_1;
marshaled.___m_Position_2 = unmarshaled.___m_Position_2;
marshaled.___m_MatchAnyElementInArray_3 = static_cast<int32_t>(unmarshaled.___m_MatchAnyElementInArray_3);
marshaled.___m_DryRun_4 = static_cast<int32_t>(unmarshaled.___m_DryRun_4);
}
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_com_back(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com& marshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled)
{
unmarshaled.___m_Text_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Text_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Text_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Text_0));
int32_t unmarshaledm_Length_temp_1 = 0;
unmarshaledm_Length_temp_1 = marshaled.___m_Length_1;
unmarshaled.___m_Length_1 = unmarshaledm_Length_temp_1;
int32_t unmarshaledm_Position_temp_2 = 0;
unmarshaledm_Position_temp_2 = marshaled.___m_Position_2;
unmarshaled.___m_Position_2 = unmarshaledm_Position_temp_2;
bool unmarshaledm_MatchAnyElementInArray_temp_3 = false;
unmarshaledm_MatchAnyElementInArray_temp_3 = static_cast<bool>(marshaled.___m_MatchAnyElementInArray_3);
unmarshaled.___m_MatchAnyElementInArray_3 = unmarshaledm_MatchAnyElementInArray_temp_3;
bool unmarshaledm_DryRun_temp_4 = false;
unmarshaledm_DryRun_temp_4 = static_cast<bool>(marshaled.___m_DryRun_4);
unmarshaled.___m_DryRun_4 = unmarshaledm_DryRun_temp_4;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_com_cleanup(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Text_0);
marshaled.___m_Text_0 = NULL;
}
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___json0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6));
// if (json == null)
String_t* L_0 = ___json0;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
// throw new ArgumentNullException(nameof(json));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148_RuntimeMethod_var)));
}
IL_001b:
{
// m_Text = json;
String_t* L_3 = ___json0;
__this->___m_Text_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_0), (void*)L_3);
// m_Length = json.Length;
String_t* L_4 = ___json0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
__this->___m_Length_1 = L_5;
// }
return;
}
}
IL2CPP_EXTERN_C void JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148_AdjustorThunk (RuntimeObject* __this, String_t* ___json0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148(_thisAdjusted, ___json0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
{
{
// m_Position = 0;
__this->___m_Position_2 = 0;
// m_MatchAnyElementInArray = false;
__this->___m_MatchAnyElementInArray_3 = (bool)0;
// m_DryRun = false;
__this->___m_DryRun_4 = (bool)0;
// }
return;
}
}
IL2CPP_EXTERN_C void JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE(_thisAdjusted, method);
}
// System.String UnityEngine.InputSystem.Utilities.JsonParser::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
// if (m_Text != null)
String_t* L_0 = __this->___m_Text_0;
V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0037;
}
}
{
// return $"{m_Position}: {m_Text.Substring(m_Position)}";
int32_t L_2 = __this->___m_Position_2;
int32_t L_3 = L_2;
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
String_t* L_5 = __this->___m_Text_0;
int32_t L_6 = __this->___m_Position_2;
NullCheck(L_5);
String_t* L_7;
L_7 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_5, L_6, NULL);
String_t* L_8;
L_8 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD, L_4, L_7, NULL);
V_1 = L_8;
goto IL_004a;
}
IL_0037:
{
// return base.ToString();
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6 L_9 = (*(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*)__this);
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6 L_10 = L_9;
RuntimeObject* L_11 = Box(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_il2cpp_TypeInfo_var, &L_10);
String_t* L_12;
L_12 = ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_11, NULL);
V_1 = L_12;
goto IL_004a;
}
IL_004a:
{
// }
String_t* L_13 = V_1;
return L_13;
}
}
IL2CPP_EXTERN_C String_t* JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
String_t* _returnValue;
_returnValue = JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::NavigateToProperty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___path0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
Il2CppChar V_8 = 0x0;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
int32_t G_B13_0 = 0;
int32_t G_B25_0 = 0;
int32_t G_B27_0 = 0;
int32_t G_B51_0 = 0;
int32_t G_B55_0 = 0;
int32_t G_B60_0 = 0;
int32_t G_B66_0 = 0;
int32_t G_B73_0 = 0;
{
// if (string.IsNullOrEmpty(path))
String_t* L_0 = ___path0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(path));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var)));
}
IL_0016:
{
// var pathLength = path.Length;
String_t* L_4 = ___path0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
V_0 = L_5;
// var pathPosition = 0;
V_1 = 0;
// m_DryRun = true;
__this->___m_DryRun_4 = (bool)1;
// if (!ParseToken('{'))
bool L_6;
L_6 = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(__this, ((int32_t)123), NULL);
V_3 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_003d;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_003d:
{
goto IL_033a;
}
IL_0042:
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length)
int32_t L_8 = __this->___m_Position_2;
int32_t L_9 = __this->___m_Length_1;
V_6 = (bool)((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0);
bool L_10 = V_6;
if (!L_10)
{
goto IL_0066;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_0066:
{
// if (m_Text[m_Position] != '"')
String_t* L_11 = __this->___m_Text_0;
int32_t L_12 = __this->___m_Position_2;
NullCheck(L_11);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
V_7 = (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)((int32_t)34)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_14 = V_7;
if (!L_14)
{
goto IL_008c;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_008c:
{
// ++m_Position;
int32_t L_15 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
// var pathStartPosition = pathPosition;
int32_t L_16 = V_1;
V_5 = L_16;
goto IL_00f3;
}
IL_009f:
{
// var ch = path[pathPosition];
String_t* L_17 = ___path0;
int32_t L_18 = V_1;
NullCheck(L_17);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
V_8 = L_19;
// if (ch == '/' || ch == '[')
Il2CppChar L_20 = V_8;
if ((((int32_t)L_20) == ((int32_t)((int32_t)47))))
{
goto IL_00b7;
}
}
{
Il2CppChar L_21 = V_8;
G_B13_0 = ((((int32_t)L_21) == ((int32_t)((int32_t)91)))? 1 : 0);
goto IL_00b8;
}
IL_00b7:
{
G_B13_0 = 1;
}
IL_00b8:
{
V_9 = (bool)G_B13_0;
bool L_22 = V_9;
if (!L_22)
{
goto IL_00c0;
}
}
{
// break;
goto IL_00fd;
}
IL_00c0:
{
// if (m_Text[m_Position] != ch)
String_t* L_23 = __this->___m_Text_0;
int32_t L_24 = __this->___m_Position_2;
NullCheck(L_23);
Il2CppChar L_25;
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
Il2CppChar L_26 = V_8;
V_10 = (bool)((((int32_t)((((int32_t)L_25) == ((int32_t)L_26))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_27 = V_10;
if (!L_27)
{
goto IL_00e0;
}
}
{
// break;
goto IL_00fd;
}
IL_00e0:
{
// ++m_Position;
int32_t L_28 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_28, 1));
// ++pathPosition;
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00f3:
{
// while (pathPosition < pathLength)
int32_t L_30 = V_1;
int32_t L_31 = V_0;
V_11 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
bool L_32 = V_11;
if (L_32)
{
goto IL_009f;
}
}
IL_00fd:
{
// if (m_Position < m_Length && m_Text[m_Position] == '"' && (pathPosition >= pathLength || path[pathPosition] == '/' || path[pathPosition] == '['))
int32_t L_33 = __this->___m_Position_2;
int32_t L_34 = __this->___m_Length_1;
if ((((int32_t)L_33) >= ((int32_t)L_34)))
{
goto IL_013f;
}
}
{
String_t* L_35 = __this->___m_Text_0;
int32_t L_36 = __this->___m_Position_2;
NullCheck(L_35);
Il2CppChar L_37;
L_37 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_35, L_36, NULL);
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)34)))))
{
goto IL_013f;
}
}
{
int32_t L_38 = V_1;
int32_t L_39 = V_0;
if ((((int32_t)L_38) >= ((int32_t)L_39)))
{
goto IL_013c;
}
}
{
String_t* L_40 = ___path0;
int32_t L_41 = V_1;
NullCheck(L_40);
Il2CppChar L_42;
L_42 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_40, L_41, NULL);
if ((((int32_t)L_42) == ((int32_t)((int32_t)47))))
{
goto IL_013c;
}
}
{
String_t* L_43 = ___path0;
int32_t L_44 = V_1;
NullCheck(L_43);
Il2CppChar L_45;
L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_43, L_44, NULL);
G_B25_0 = ((((int32_t)L_45) == ((int32_t)((int32_t)91)))? 1 : 0);
goto IL_013d;
}
IL_013c:
{
G_B25_0 = 1;
}
IL_013d:
{
G_B27_0 = G_B25_0;
goto IL_0140;
}
IL_013f:
{
G_B27_0 = 0;
}
IL_0140:
{
V_12 = (bool)G_B27_0;
bool L_46 = V_12;
if (!L_46)
{
goto IL_0230;
}
}
{
// ++m_Position;
int32_t L_47 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_47, 1));
// if (!SkipToValue())
bool L_48;
L_48 = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(__this, NULL);
V_13 = (bool)((((int32_t)L_48) == ((int32_t)0))? 1 : 0);
bool L_49 = V_13;
if (!L_49)
{
goto IL_016f;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_016f:
{
// if (pathPosition >= pathLength)
int32_t L_50 = V_1;
int32_t L_51 = V_0;
V_14 = (bool)((((int32_t)((((int32_t)L_50) < ((int32_t)L_51))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_52 = V_14;
if (!L_52)
{
goto IL_0184;
}
}
{
// return true;
V_4 = (bool)1;
goto IL_035d;
}
IL_0184:
{
// if (path[pathPosition] == '/')
String_t* L_53 = ___path0;
int32_t L_54 = V_1;
NullCheck(L_53);
Il2CppChar L_55;
L_55 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_53, L_54, NULL);
V_15 = (bool)((((int32_t)L_55) == ((int32_t)((int32_t)47)))? 1 : 0);
bool L_56 = V_15;
if (!L_56)
{
goto IL_01b6;
}
}
{
// ++pathPosition;
int32_t L_57 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_57, 1));
// if (!ParseToken('{'))
bool L_58;
L_58 = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(__this, ((int32_t)123), NULL);
V_16 = (bool)((((int32_t)L_58) == ((int32_t)0))? 1 : 0);
bool L_59 = V_16;
if (!L_59)
{
goto IL_01b3;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_01b3:
{
goto IL_022a;
}
IL_01b6:
{
// else if (path[pathPosition] == '[')
String_t* L_60 = ___path0;
int32_t L_61 = V_1;
NullCheck(L_60);
Il2CppChar L_62;
L_62 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_60, L_61, NULL);
V_17 = (bool)((((int32_t)L_62) == ((int32_t)((int32_t)91)))? 1 : 0);
bool L_63 = V_17;
if (!L_63)
{
goto IL_022a;
}
}
{
// ++pathPosition;
int32_t L_64 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_64, 1));
// if (pathPosition == pathLength)
int32_t L_65 = V_1;
int32_t L_66 = V_0;
V_18 = (bool)((((int32_t)L_65) == ((int32_t)L_66))? 1 : 0);
bool L_67 = V_18;
if (!L_67)
{
goto IL_01ec;
}
}
{
// throw new ArgumentException("Malformed JSON property path: " + path, nameof(path));
String_t* L_68 = ___path0;
String_t* L_69;
L_69 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83839DD0CC86491E9EE1A2CCF5148C9E932F5608)), L_68, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_70 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_70);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_70, L_69, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var)));
}
IL_01ec:
{
// if (path[pathPosition] == ']')
String_t* L_71 = ___path0;
int32_t L_72 = V_1;
NullCheck(L_71);
Il2CppChar L_73;
L_73 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_71, L_72, NULL);
V_19 = (bool)((((int32_t)L_73) == ((int32_t)((int32_t)93)))? 1 : 0);
bool L_74 = V_19;
if (!L_74)
{
goto IL_021e;
}
}
{
// m_MatchAnyElementInArray = true;
__this->___m_MatchAnyElementInArray_3 = (bool)1;
// ++pathPosition;
int32_t L_75 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_75, 1));
// if (pathPosition == pathLength)
int32_t L_76 = V_1;
int32_t L_77 = V_0;
V_20 = (bool)((((int32_t)L_76) == ((int32_t)L_77))? 1 : 0);
bool L_78 = V_20;
if (!L_78)
{
goto IL_021b;
}
}
{
// return true;
V_4 = (bool)1;
goto IL_035d;
}
IL_021b:
{
goto IL_0229;
}
IL_021e:
{
// throw new NotImplementedException("Navigating to specific array element");
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_79 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_79);
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_79, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F3D23A5BEE3026A90ECAAAA0DE7001031E6CEB2)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var)));
}
IL_0229:
{
}
IL_022a:
{
goto IL_0339;
}
IL_0230:
{
// pathPosition = pathStartPosition;
int32_t L_80 = V_5;
V_1 = L_80;
goto IL_0244;
}
IL_0236:
{
// ++m_Position;
int32_t L_81 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_81, 1));
}
IL_0244:
{
// while (m_Position < m_Length && m_Text[m_Position] != '"')
int32_t L_82 = __this->___m_Position_2;
int32_t L_83 = __this->___m_Length_1;
if ((((int32_t)L_82) >= ((int32_t)L_83)))
{
goto IL_026c;
}
}
{
String_t* L_84 = __this->___m_Text_0;
int32_t L_85 = __this->___m_Position_2;
NullCheck(L_84);
Il2CppChar L_86;
L_86 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_84, L_85, NULL);
G_B51_0 = ((((int32_t)((((int32_t)L_86) == ((int32_t)((int32_t)34)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_026d;
}
IL_026c:
{
G_B51_0 = 0;
}
IL_026d:
{
V_21 = (bool)G_B51_0;
bool L_87 = V_21;
if (L_87)
{
goto IL_0236;
}
}
{
// if (m_Position == m_Length || m_Text[m_Position] != '"')
int32_t L_88 = __this->___m_Position_2;
int32_t L_89 = __this->___m_Length_1;
if ((((int32_t)L_88) == ((int32_t)L_89)))
{
goto IL_029b;
}
}
{
String_t* L_90 = __this->___m_Text_0;
int32_t L_91 = __this->___m_Position_2;
NullCheck(L_90);
Il2CppChar L_92;
L_92 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_90, L_91, NULL);
G_B55_0 = ((((int32_t)((((int32_t)L_92) == ((int32_t)((int32_t)34)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_029c;
}
IL_029b:
{
G_B55_0 = 1;
}
IL_029c:
{
V_22 = (bool)G_B55_0;
bool L_93 = V_22;
if (!L_93)
{
goto IL_02aa;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_02aa:
{
// ++m_Position;
int32_t L_94 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_94, 1));
// if (!SkipToValue() || !ParseValue())
bool L_95;
L_95 = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(__this, NULL);
if (!L_95)
{
goto IL_02cb;
}
}
{
bool L_96;
L_96 = JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD(__this, NULL);
G_B60_0 = ((((int32_t)L_96) == ((int32_t)0))? 1 : 0);
goto IL_02cc;
}
IL_02cb:
{
G_B60_0 = 1;
}
IL_02cc:
{
V_23 = (bool)G_B60_0;
bool L_97 = V_23;
if (!L_97)
{
goto IL_02da;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_02da:
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length || m_Text[m_Position] == '}' || m_Text[m_Position] != ',')
int32_t L_98 = __this->___m_Position_2;
int32_t L_99 = __this->___m_Length_1;
if ((((int32_t)L_98) == ((int32_t)L_99)))
{
goto IL_031e;
}
}
{
String_t* L_100 = __this->___m_Text_0;
int32_t L_101 = __this->___m_Position_2;
NullCheck(L_100);
Il2CppChar L_102;
L_102 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_100, L_101, NULL);
if ((((int32_t)L_102) == ((int32_t)((int32_t)125))))
{
goto IL_031e;
}
}
{
String_t* L_103 = __this->___m_Text_0;
int32_t L_104 = __this->___m_Position_2;
NullCheck(L_103);
Il2CppChar L_105;
L_105 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_103, L_104, NULL);
G_B66_0 = ((((int32_t)((((int32_t)L_105) == ((int32_t)((int32_t)44)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_031f;
}
IL_031e:
{
G_B66_0 = 1;
}
IL_031f:
{
V_24 = (bool)G_B66_0;
bool L_106 = V_24;
if (!L_106)
{
goto IL_032a;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_032a:
{
// ++m_Position;
int32_t L_107 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_107, 1));
}
IL_0339:
{
}
IL_033a:
{
// while (m_Position < m_Length && pathPosition < pathLength)
int32_t L_108 = __this->___m_Position_2;
int32_t L_109 = __this->___m_Length_1;
if ((((int32_t)L_108) >= ((int32_t)L_109)))
{
goto IL_034e;
}
}
{
int32_t L_110 = V_1;
int32_t L_111 = V_0;
G_B73_0 = ((((int32_t)L_110) < ((int32_t)L_111))? 1 : 0);
goto IL_034f;
}
IL_034e:
{
G_B73_0 = 0;
}
IL_034f:
{
V_25 = (bool)G_B73_0;
bool L_112 = V_25;
if (L_112)
{
goto IL_0042;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_035d;
}
IL_035d:
{
// }
bool L_113 = V_4;
return L_113;
}
}
IL2CPP_EXTERN_C bool JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_AdjustorThunk (RuntimeObject* __this, String_t* ___path0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0(_thisAdjusted, ___path0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::CurrentPropertyHasValueEqualTo(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___expectedValue0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* V_6 = NULL;
int32_t V_7 = 0;
bool V_8 = false;
int32_t G_B5_0 = 0;
int32_t G_B11_0 = 0;
{
// var savedPosition = m_Position;
int32_t L_0 = __this->___m_Position_2;
V_0 = L_0;
// m_DryRun = false;
__this->___m_DryRun_4 = (bool)0;
// if (!ParseValue(out var propertyValue))
bool L_1;
L_1 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_1), NULL);
V_3 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_3;
if (!L_2)
{
goto IL_002b;
}
}
{
// m_Position = savedPosition;
int32_t L_3 = V_0;
__this->___m_Position_2 = L_3;
// return false;
V_4 = (bool)0;
goto IL_0099;
}
IL_002b:
{
// m_Position = savedPosition;
int32_t L_4 = V_0;
__this->___m_Position_2 = L_4;
// var isMatch = false;
V_2 = (bool)0;
// if (propertyValue.type == JsonValueType.Array && m_MatchAnyElementInArray)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_5 = V_1;
int32_t L_6 = L_5.___type_0;
if ((!(((uint32_t)L_6) == ((uint32_t)5))))
{
goto IL_0045;
}
}
{
bool L_7 = __this->___m_MatchAnyElementInArray_3;
G_B5_0 = ((int32_t)(L_7));
goto IL_0046;
}
IL_0045:
{
G_B5_0 = 0;
}
IL_0046:
{
V_5 = (bool)G_B5_0;
bool L_8 = V_5;
if (!L_8)
{
goto IL_008a;
}
}
{
// var array = propertyValue.arrayValue;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_9 = V_1;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_10 = L_9.___arrayValue_5;
V_6 = L_10;
// for (var i = 0; !isMatch && i < array.Count; ++i)
V_7 = 0;
goto IL_0070;
}
IL_005a:
{
// isMatch = array[i] == expectedValue;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_11 = V_6;
int32_t L_12 = V_7;
NullCheck(L_11);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_13;
L_13 = List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD(L_11, L_12, List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_RuntimeMethod_var);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_14 = ___expectedValue0;
bool L_15;
L_15 = JsonValue_op_Equality_m80E7B250E886C27EA0F357CF76130109E2A4731C(L_13, L_14, NULL);
V_2 = L_15;
// for (var i = 0; !isMatch && i < array.Count; ++i)
int32_t L_16 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0070:
{
// for (var i = 0; !isMatch && i < array.Count; ++i)
bool L_17 = V_2;
if (L_17)
{
goto IL_0080;
}
}
{
int32_t L_18 = V_7;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_19 = V_6;
NullCheck(L_19);
int32_t L_20;
L_20 = List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_inline(L_19, List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_RuntimeMethod_var);
G_B11_0 = ((((int32_t)L_18) < ((int32_t)L_20))? 1 : 0);
goto IL_0081;
}
IL_0080:
{
G_B11_0 = 0;
}
IL_0081:
{
V_8 = (bool)G_B11_0;
bool L_21 = V_8;
if (L_21)
{
goto IL_005a;
}
}
{
goto IL_0094;
}
IL_008a:
{
// isMatch = propertyValue == expectedValue;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_22 = V_1;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_23 = ___expectedValue0;
bool L_24;
L_24 = JsonValue_op_Equality_m80E7B250E886C27EA0F357CF76130109E2A4731C(L_22, L_23, NULL);
V_2 = L_24;
}
IL_0094:
{
// return isMatch;
bool L_25 = V_2;
V_4 = L_25;
goto IL_0099;
}
IL_0099:
{
// }
bool L_26 = V_4;
return L_26;
}
}
IL2CPP_EXTERN_C bool JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___expectedValue0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD(_thisAdjusted, ___expectedValue0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseToken(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, Il2CppChar ___token0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length)
int32_t L_0 = __this->___m_Position_2;
int32_t L_1 = __this->___m_Length_1;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_001e;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0063;
}
IL_001e:
{
// if (m_Text[m_Position] != token)
String_t* L_3 = __this->___m_Text_0;
int32_t L_4 = __this->___m_Position_2;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
Il2CppChar L_6 = ___token0;
V_2 = (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_003d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0063;
}
IL_003d:
{
// ++m_Position;
int32_t L_8 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// return m_Position < m_Length;
int32_t L_9 = __this->___m_Position_2;
int32_t L_10 = __this->___m_Length_1;
V_1 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
goto IL_0063;
}
IL_0063:
{
// }
bool L_11 = V_1;
return L_11;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___token0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(_thisAdjusted, ___token0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
{
// return ParseValue(out var result);
bool L_0;
L_0 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_0), NULL);
V_1 = L_0;
goto IL_000c;
}
IL_000c:
{
// }
bool L_1 = V_1;
return L_1;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
Il2CppChar V_3 = 0x0;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___result0;
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length)
int32_t L_1 = __this->___m_Position_2;
int32_t L_2 = __this->___m_Length_1;
V_1 = (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_00e5;
}
IL_0028:
{
// var ch = m_Text[m_Position];
String_t* L_4 = __this->___m_Text_0;
int32_t L_5 = __this->___m_Position_2;
NullCheck(L_4);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
V_0 = L_6;
// switch (ch)
Il2CppChar L_7 = V_0;
V_4 = L_7;
Il2CppChar L_8 = V_4;
V_3 = L_8;
Il2CppChar L_9 = V_3;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)102)))))
{
goto IL_005a;
}
}
{
Il2CppChar L_10 = V_3;
if ((((int32_t)L_10) == ((int32_t)((int32_t)34))))
{
goto IL_006f;
}
}
{
goto IL_004c;
}
IL_004c:
{
Il2CppChar L_11 = V_3;
if ((((int32_t)L_11) == ((int32_t)((int32_t)91))))
{
goto IL_0082;
}
}
{
goto IL_0053;
}
IL_0053:
{
Il2CppChar L_12 = V_3;
if ((((int32_t)L_12) == ((int32_t)((int32_t)102))))
{
goto IL_00a8;
}
}
{
goto IL_00ce;
}
IL_005a:
{
Il2CppChar L_13 = V_3;
if ((((int32_t)L_13) == ((int32_t)((int32_t)110))))
{
goto IL_00bb;
}
}
{
goto IL_0061;
}
IL_0061:
{
Il2CppChar L_14 = V_3;
if ((((int32_t)L_14) == ((int32_t)((int32_t)116))))
{
goto IL_00a8;
}
}
{
goto IL_0068;
}
IL_0068:
{
Il2CppChar L_15 = V_3;
if ((((int32_t)L_15) == ((int32_t)((int32_t)123))))
{
goto IL_0095;
}
}
{
goto IL_00ce;
}
IL_006f:
{
// if (ParseStringValue(out result))
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_16 = ___result0;
bool L_17;
L_17 = JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE(__this, L_16, NULL);
V_5 = L_17;
bool L_18 = V_5;
if (!L_18)
{
goto IL_0080;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_00e5;
}
IL_0080:
{
// break;
goto IL_00e1;
}
IL_0082:
{
// if (ParseArrayValue(out result))
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_19 = ___result0;
bool L_20;
L_20 = JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE(__this, L_19, NULL);
V_6 = L_20;
bool L_21 = V_6;
if (!L_21)
{
goto IL_0093;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_00e5;
}
IL_0093:
{
// break;
goto IL_00e1;
}
IL_0095:
{
// if (ParseObjectValue(out result))
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_22 = ___result0;
bool L_23;
L_23 = JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA(__this, L_22, NULL);
V_7 = L_23;
bool L_24 = V_7;
if (!L_24)
{
goto IL_00a6;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_00e5;
}
IL_00a6:
{
// break;
goto IL_00e1;
}
IL_00a8:
{
// if (ParseBooleanValue(out result))
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_25 = ___result0;
bool L_26;
L_26 = JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3(__this, L_25, NULL);
V_8 = L_26;
bool L_27 = V_8;
if (!L_27)
{
goto IL_00b9;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_00e5;
}
IL_00b9:
{
// break;
goto IL_00e1;
}
IL_00bb:
{
// if (ParseNullValue(out result))
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_28 = ___result0;
bool L_29;
L_29 = JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C(__this, L_28, NULL);
V_9 = L_29;
bool L_30 = V_9;
if (!L_30)
{
goto IL_00cc;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_00e5;
}
IL_00cc:
{
// break;
goto IL_00e1;
}
IL_00ce:
{
// if (ParseNumber(out result))
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_31 = ___result0;
bool L_32;
L_32 = JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6(__this, L_31, NULL);
V_10 = L_32;
bool L_33 = V_10;
if (!L_33)
{
goto IL_00df;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_00e5;
}
IL_00df:
{
// break;
goto IL_00e1;
}
IL_00e1:
{
// return false;
V_2 = (bool)0;
goto IL_00e5;
}
IL_00e5:
{
// }
bool L_34 = V_2;
return L_34;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseStringValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_8;
memset((&V_8), 0, sizeof(V_8));
bool V_9 = false;
int32_t G_B3_0 = 0;
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___result0;
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length || m_Text[m_Position] != '"')
int32_t L_1 = __this->___m_Position_2;
int32_t L_2 = __this->___m_Length_1;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_0037;
}
}
{
String_t* L_3 = __this->___m_Text_0;
int32_t L_4 = __this->___m_Position_2;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
G_B3_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)((int32_t)34)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0038;
}
IL_0037:
{
G_B3_0 = 1;
}
IL_0038:
{
V_2 = (bool)G_B3_0;
bool L_6 = V_2;
if (!L_6)
{
goto IL_0043;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_012f;
}
IL_0043:
{
// ++m_Position;
int32_t L_7 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_7, 1));
// var startIndex = m_Position;
int32_t L_8 = __this->___m_Position_2;
V_0 = L_8;
// var hasEscapes = false;
V_1 = (bool)0;
goto IL_0114;
}
IL_005f:
{
// var ch = m_Text[m_Position];
String_t* L_9 = __this->___m_Text_0;
int32_t L_10 = __this->___m_Position_2;
NullCheck(L_9);
Il2CppChar L_11;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL);
V_4 = L_11;
// if (ch == '\\')
Il2CppChar L_12 = V_4;
V_5 = (bool)((((int32_t)L_12) == ((int32_t)((int32_t)92)))? 1 : 0);
bool L_13 = V_5;
if (!L_13)
{
goto IL_00ac;
}
}
{
// ++m_Position;
int32_t L_14 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
// if (m_Position == m_Length)
int32_t L_15 = __this->___m_Position_2;
int32_t L_16 = __this->___m_Length_1;
V_6 = (bool)((((int32_t)L_15) == ((int32_t)L_16))? 1 : 0);
bool L_17 = V_6;
if (!L_17)
{
goto IL_00a7;
}
}
{
// break;
goto IL_012b;
}
IL_00a7:
{
// hasEscapes = true;
V_1 = (bool)1;
goto IL_0105;
}
IL_00ac:
{
// else if (ch == '"')
Il2CppChar L_18 = V_4;
V_7 = (bool)((((int32_t)L_18) == ((int32_t)((int32_t)34)))? 1 : 0);
bool L_19 = V_7;
if (!L_19)
{
goto IL_0105;
}
}
{
// ++m_Position;
int32_t L_20 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
// result = new JsonString
// {
// text = new Substring(m_Text, startIndex, m_Position - startIndex - 1),
// hasEscapes = hasEscapes
// };
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_21 = ___result0;
il2cpp_codegen_initobj((&V_8), sizeof(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB));
String_t* L_22 = __this->___m_Text_0;
int32_t L_23 = V_0;
int32_t L_24 = __this->___m_Position_2;
int32_t L_25 = V_0;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_26;
memset((&L_26), 0, sizeof(L_26));
Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745((&L_26), L_22, L_23, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_24, L_25)), 1)), /*hidden argument*/NULL);
(&V_8)->___text_0 = L_26;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_8)->___text_0))->___m_String_0), (void*)NULL);
bool L_27 = V_1;
(&V_8)->___hasEscapes_1 = L_27;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_28 = V_8;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_29;
L_29 = JsonValue_op_Implicit_m685670597C7A2523870F60C2156A8F53EB9241B6(L_28, NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_21 = L_29;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_21)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_21)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_21)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_21)->___anyValue_7), (void*)NULL);
#endif
// return true;
V_3 = (bool)1;
goto IL_012f;
}
IL_0105:
{
// ++m_Position;
int32_t L_30 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_0114:
{
// while (m_Position < m_Length)
int32_t L_31 = __this->___m_Position_2;
int32_t L_32 = __this->___m_Length_1;
V_9 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
bool L_33 = V_9;
if (L_33)
{
goto IL_005f;
}
}
IL_012b:
{
// return false;
V_3 = (bool)0;
goto IL_012f;
}
IL_012f:
{
// }
bool L_34 = V_3;
return L_34;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseArrayValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_7;
memset((&V_7), 0, sizeof(V_7));
Il2CppChar V_8 = 0x0;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
int32_t G_B3_0 = 0;
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___result0;
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length || m_Text[m_Position] != '[')
int32_t L_1 = __this->___m_Position_2;
int32_t L_2 = __this->___m_Length_1;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_0037;
}
}
{
String_t* L_3 = __this->___m_Text_0;
int32_t L_4 = __this->___m_Position_2;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
G_B3_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)((int32_t)91)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0038;
}
IL_0037:
{
G_B3_0 = 1;
}
IL_0038:
{
V_1 = (bool)G_B3_0;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0043;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_01a5;
}
IL_0043:
{
// ++m_Position;
int32_t L_7 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_7, 1));
// if (m_Position == m_Length)
int32_t L_8 = __this->___m_Position_2;
int32_t L_9 = __this->___m_Length_1;
V_3 = (bool)((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_006a;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_01a5;
}
IL_006a:
{
// if (m_Text[m_Position] == ']')
String_t* L_11 = __this->___m_Text_0;
int32_t L_12 = __this->___m_Position_2;
NullCheck(L_11);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
V_4 = (bool)((((int32_t)L_13) == ((int32_t)((int32_t)93)))? 1 : 0);
bool L_14 = V_4;
if (!L_14)
{
goto IL_00b3;
}
}
{
// result = new JsonValue { type = JsonValueType.Array };
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_15 = ___result0;
il2cpp_codegen_initobj((&V_5), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_5)->___type_0 = 5;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_16 = V_5;
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_15 = L_16;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_15)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_15)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_15)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_15)->___anyValue_7), (void*)NULL);
#endif
// ++m_Position;
int32_t L_17 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
// return true;
V_2 = (bool)1;
goto IL_01a5;
}
IL_00b3:
{
// List<JsonValue> values = null;
V_0 = (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*)NULL;
// if (!m_DryRun)
bool L_18 = __this->___m_DryRun_4;
V_6 = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
bool L_19 = V_6;
if (!L_19)
{
goto IL_00ca;
}
}
{
// values = new List<JsonValue>();
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_20 = (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*)il2cpp_codegen_object_new(List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_il2cpp_TypeInfo_var);
NullCheck(L_20);
List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7(L_20, List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_RuntimeMethod_var);
V_0 = L_20;
}
IL_00ca:
{
goto IL_018a;
}
IL_00cf:
{
// if (!ParseValue(out var value))
bool L_21;
L_21 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_7), NULL);
V_9 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_9;
if (!L_22)
{
goto IL_00e8;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_01a5;
}
IL_00e8:
{
// if (!m_DryRun)
bool L_23 = __this->___m_DryRun_4;
V_10 = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
bool L_24 = V_10;
if (!L_24)
{
goto IL_0100;
}
}
{
// values.Add(value);
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_25 = V_0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_26 = V_7;
NullCheck(L_25);
List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_inline(L_25, L_26, List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_RuntimeMethod_var);
}
IL_0100:
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length)
int32_t L_27 = __this->___m_Position_2;
int32_t L_28 = __this->___m_Length_1;
V_11 = (bool)((((int32_t)L_27) == ((int32_t)L_28))? 1 : 0);
bool L_29 = V_11;
if (!L_29)
{
goto IL_0122;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_01a5;
}
IL_0122:
{
// var ch = m_Text[m_Position];
String_t* L_30 = __this->___m_Text_0;
int32_t L_31 = __this->___m_Position_2;
NullCheck(L_30);
Il2CppChar L_32;
L_32 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_30, L_31, NULL);
V_8 = L_32;
// if (ch == ']')
Il2CppChar L_33 = V_8;
V_12 = (bool)((((int32_t)L_33) == ((int32_t)((int32_t)93)))? 1 : 0);
bool L_34 = V_12;
if (!L_34)
{
goto IL_016f;
}
}
{
// ++m_Position;
int32_t L_35 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_35, 1));
// if (!m_DryRun)
bool L_36 = __this->___m_DryRun_4;
V_13 = (bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0);
bool L_37 = V_13;
if (!L_37)
{
goto IL_016b;
}
}
{
// result = values;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_38 = ___result0;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_39 = V_0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_40;
L_40 = JsonValue_op_Implicit_mBCD74B00B87471E1E5D7679B75C8FC0F70D9A9A2(L_39, NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_38 = L_40;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_38)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_38)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_38)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_38)->___anyValue_7), (void*)NULL);
#endif
}
IL_016b:
{
// return true;
V_2 = (bool)1;
goto IL_01a5;
}
IL_016f:
{
// if (ch == ',')
Il2CppChar L_41 = V_8;
V_14 = (bool)((((int32_t)L_41) == ((int32_t)((int32_t)44)))? 1 : 0);
bool L_42 = V_14;
if (!L_42)
{
goto IL_0189;
}
}
{
// ++m_Position;
int32_t L_43 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_43, 1));
}
IL_0189:
{
}
IL_018a:
{
// while (m_Position < m_Length)
int32_t L_44 = __this->___m_Position_2;
int32_t L_45 = __this->___m_Length_1;
V_15 = (bool)((((int32_t)L_44) < ((int32_t)L_45))? 1 : 0);
bool L_46 = V_15;
if (L_46)
{
goto IL_00cf;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_01a5;
}
IL_01a5:
{
// }
bool L_47 = V_2;
return L_47;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseObjectValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_3;
memset((&V_3), 0, sizeof(V_3));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_4;
memset((&V_4), 0, sizeof(V_4));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
int32_t G_B5_0 = 0;
int32_t G_B19_0 = 0;
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___result0;
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// if (!ParseToken('{'))
bool L_1;
L_1 = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(__this, ((int32_t)123), NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_001e;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_014d;
}
IL_001e:
{
// if (m_Position < m_Length && m_Text[m_Position] == '}')
int32_t L_3 = __this->___m_Position_2;
int32_t L_4 = __this->___m_Length_1;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_0043;
}
}
{
String_t* L_5 = __this->___m_Text_0;
int32_t L_6 = __this->___m_Position_2;
NullCheck(L_5);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL);
G_B5_0 = ((((int32_t)L_7) == ((int32_t)((int32_t)125)))? 1 : 0);
goto IL_0044;
}
IL_0043:
{
G_B5_0 = 0;
}
IL_0044:
{
V_2 = (bool)G_B5_0;
bool L_8 = V_2;
if (!L_8)
{
goto IL_0075;
}
}
{
// result = new JsonValue { type = JsonValueType.Object };
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_9 = ___result0;
il2cpp_codegen_initobj((&V_3), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_3)->___type_0 = 6;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_10 = V_3;
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_9 = L_10;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_9)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_9)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_9)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_9)->___anyValue_7), (void*)NULL);
#endif
// ++m_Position;
int32_t L_11 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
// return true;
V_1 = (bool)1;
goto IL_014d;
}
IL_0075:
{
goto IL_0132;
}
IL_007a:
{
// if (!ParseStringValue(out var propertyName))
bool L_12;
L_12 = JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE(__this, (&V_4), NULL);
V_6 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_6;
if (!L_13)
{
goto IL_0093;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_014d;
}
IL_0093:
{
// if (!SkipToValue())
bool L_14;
L_14 = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(__this, NULL);
V_7 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
bool L_15 = V_7;
if (!L_15)
{
goto IL_00a9;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_014d;
}
IL_00a9:
{
// if (!ParseValue(out var propertyValue))
bool L_16;
L_16 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_5), NULL);
V_8 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
bool L_17 = V_8;
if (!L_17)
{
goto IL_00c1;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_014d;
}
IL_00c1:
{
// if (!m_DryRun)
bool L_18 = __this->___m_DryRun_4;
V_9 = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
bool L_19 = V_9;
if (!L_19)
{
goto IL_00d6;
}
}
{
// throw new NotImplementedException();
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_20 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_20);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_20, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_RuntimeMethod_var)));
}
IL_00d6:
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position < m_Length && m_Text[m_Position] == '}')
int32_t L_21 = __this->___m_Position_2;
int32_t L_22 = __this->___m_Length_1;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_0102;
}
}
{
String_t* L_23 = __this->___m_Text_0;
int32_t L_24 = __this->___m_Position_2;
NullCheck(L_23);
Il2CppChar L_25;
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
G_B19_0 = ((((int32_t)L_25) == ((int32_t)((int32_t)125)))? 1 : 0);
goto IL_0103;
}
IL_0102:
{
G_B19_0 = 0;
}
IL_0103:
{
V_10 = (bool)G_B19_0;
bool L_26 = V_10;
if (!L_26)
{
goto IL_0131;
}
}
{
// if (!m_DryRun)
bool L_27 = __this->___m_DryRun_4;
V_11 = (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
bool L_28 = V_11;
if (!L_28)
{
goto IL_011f;
}
}
{
// throw new NotImplementedException();
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_29 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_29);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_RuntimeMethod_var)));
}
IL_011f:
{
// ++m_Position;
int32_t L_30 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_30, 1));
// return true;
V_1 = (bool)1;
goto IL_014d;
}
IL_0131:
{
}
IL_0132:
{
// while (m_Position < m_Length)
int32_t L_31 = __this->___m_Position_2;
int32_t L_32 = __this->___m_Length_1;
V_12 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
bool L_33 = V_12;
if (L_33)
{
goto IL_007a;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_014d;
}
IL_014d:
{
// }
bool L_34 = V_1;
return L_34;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNumber(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int64_t V_2 = 0;
double V_3 = 0.0;
double V_4 = 0.0;
int32_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
Il2CppChar V_10 = 0x0;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
Il2CppChar V_16 = 0x0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
int32_t V_21 = 0;
bool V_22 = false;
bool V_23 = false;
int32_t V_24 = 0;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
bool V_29 = false;
float V_30 = 0.0f;
bool V_31 = false;
bool V_32 = false;
int32_t G_B7_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B26_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B41_0 = 0;
int32_t G_B43_0 = 0;
int32_t G_B47_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B59_0 = 0;
int32_t G_B67_0 = 0;
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___result0;
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length)
int32_t L_1 = __this->___m_Position_2;
int32_t L_2 = __this->___m_Length_1;
V_6 = (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0);
bool L_3 = V_6;
if (!L_3)
{
goto IL_002b;
}
}
{
// return false;
V_7 = (bool)0;
goto IL_03e2;
}
IL_002b:
{
// var negative = false;
V_0 = (bool)0;
// var haveFractionalPart = false;
V_1 = (bool)0;
// var integralPart = 0L;
V_2 = ((int64_t)0);
// var fractionalPart = 0.0;
V_3 = (0.0);
// var fractionalDivisor = 10.0;
V_4 = (10.0);
// var exponent = 0;
V_5 = 0;
// if (m_Text[m_Position] == '-')
String_t* L_4 = __this->___m_Text_0;
int32_t L_5 = __this->___m_Position_2;
NullCheck(L_4);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
V_8 = (bool)((((int32_t)L_6) == ((int32_t)((int32_t)45)))? 1 : 0);
bool L_7 = V_8;
if (!L_7)
{
goto IL_0077;
}
}
{
// negative = true;
V_0 = (bool)1;
// ++m_Position;
int32_t L_8 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0077:
{
// if (m_Position == m_Length || !char.IsDigit(m_Text[m_Position]))
int32_t L_9 = __this->___m_Position_2;
int32_t L_10 = __this->___m_Length_1;
if ((((int32_t)L_9) == ((int32_t)L_10)))
{
goto IL_00a0;
}
}
{
String_t* L_11 = __this->___m_Text_0;
int32_t L_12 = __this->___m_Position_2;
NullCheck(L_11);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_13, NULL);
G_B7_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_00a1;
}
IL_00a0:
{
G_B7_0 = 1;
}
IL_00a1:
{
V_9 = (bool)G_B7_0;
bool L_15 = V_9;
if (!L_15)
{
goto IL_00af;
}
}
{
// return false;
V_7 = (bool)0;
goto IL_03e2;
}
IL_00af:
{
goto IL_0107;
}
IL_00b1:
{
// var ch = m_Text[m_Position];
String_t* L_16 = __this->___m_Text_0;
int32_t L_17 = __this->___m_Position_2;
NullCheck(L_16);
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_17, NULL);
V_10 = L_18;
// if (ch == '.')
Il2CppChar L_19 = V_10;
V_11 = (bool)((((int32_t)L_19) == ((int32_t)((int32_t)46)))? 1 : 0);
bool L_20 = V_11;
if (!L_20)
{
goto IL_00d3;
}
}
{
// break;
goto IL_011b;
}
IL_00d3:
{
// if (ch < '0' || ch > '9')
Il2CppChar L_21 = V_10;
if ((((int32_t)L_21) < ((int32_t)((int32_t)48))))
{
goto IL_00e1;
}
}
{
Il2CppChar L_22 = V_10;
G_B15_0 = ((((int32_t)L_22) > ((int32_t)((int32_t)57)))? 1 : 0);
goto IL_00e2;
}
IL_00e1:
{
G_B15_0 = 1;
}
IL_00e2:
{
V_12 = (bool)G_B15_0;
bool L_23 = V_12;
if (!L_23)
{
goto IL_00ea;
}
}
{
// break;
goto IL_011b;
}
IL_00ea:
{
// integralPart = integralPart * 10 + ch - '0';
int64_t L_24 = V_2;
Il2CppChar L_25 = V_10;
V_2 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(L_24, ((int64_t)((int32_t)10)))), ((int64_t)(uint64_t)L_25))), ((int64_t)((int32_t)48))));
// ++m_Position;
int32_t L_26 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_0107:
{
// while (m_Position < m_Length)
int32_t L_27 = __this->___m_Position_2;
int32_t L_28 = __this->___m_Length_1;
V_13 = (bool)((((int32_t)L_27) < ((int32_t)L_28))? 1 : 0);
bool L_29 = V_13;
if (L_29)
{
goto IL_00b1;
}
}
IL_011b:
{
// if (m_Position < m_Length && m_Text[m_Position] == '.')
int32_t L_30 = __this->___m_Position_2;
int32_t L_31 = __this->___m_Length_1;
if ((((int32_t)L_30) >= ((int32_t)L_31)))
{
goto IL_0140;
}
}
{
String_t* L_32 = __this->___m_Text_0;
int32_t L_33 = __this->___m_Position_2;
NullCheck(L_32);
Il2CppChar L_34;
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_33, NULL);
G_B22_0 = ((((int32_t)L_34) == ((int32_t)((int32_t)46)))? 1 : 0);
goto IL_0141;
}
IL_0140:
{
G_B22_0 = 0;
}
IL_0141:
{
V_14 = (bool)G_B22_0;
bool L_35 = V_14;
if (!L_35)
{
goto IL_01fe;
}
}
{
// haveFractionalPart = true;
V_1 = (bool)1;
// ++m_Position;
int32_t L_36 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_36, 1));
// if (m_Position == m_Length || !char.IsDigit(m_Text[m_Position]))
int32_t L_37 = __this->___m_Position_2;
int32_t L_38 = __this->___m_Length_1;
if ((((int32_t)L_37) == ((int32_t)L_38)))
{
goto IL_0184;
}
}
{
String_t* L_39 = __this->___m_Text_0;
int32_t L_40 = __this->___m_Position_2;
NullCheck(L_39);
Il2CppChar L_41;
L_41 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, L_40, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_42;
L_42 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_41, NULL);
G_B26_0 = ((((int32_t)L_42) == ((int32_t)0))? 1 : 0);
goto IL_0185;
}
IL_0184:
{
G_B26_0 = 1;
}
IL_0185:
{
V_15 = (bool)G_B26_0;
bool L_43 = V_15;
if (!L_43)
{
goto IL_0193;
}
}
{
// return false;
V_7 = (bool)0;
goto IL_03e2;
}
IL_0193:
{
goto IL_01e9;
}
IL_0195:
{
// var ch = m_Text[m_Position];
String_t* L_44 = __this->___m_Text_0;
int32_t L_45 = __this->___m_Position_2;
NullCheck(L_44);
Il2CppChar L_46;
L_46 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_44, L_45, NULL);
V_16 = L_46;
// if (ch < '0' || ch > '9')
Il2CppChar L_47 = V_16;
if ((((int32_t)L_47) < ((int32_t)((int32_t)48))))
{
goto IL_01b7;
}
}
{
Il2CppChar L_48 = V_16;
G_B32_0 = ((((int32_t)L_48) > ((int32_t)((int32_t)57)))? 1 : 0);
goto IL_01b8;
}
IL_01b7:
{
G_B32_0 = 1;
}
IL_01b8:
{
V_17 = (bool)G_B32_0;
bool L_49 = V_17;
if (!L_49)
{
goto IL_01c0;
}
}
{
// break;
goto IL_01fd;
}
IL_01c0:
{
// fractionalPart = (ch - '0') / fractionalDivisor + fractionalPart;
Il2CppChar L_50 = V_16;
double L_51 = V_4;
double L_52 = V_3;
V_3 = ((double)il2cpp_codegen_add(((double)(((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, ((int32_t)48))))/L_51)), L_52));
// fractionalDivisor *= 10;
double L_53 = V_4;
V_4 = ((double)il2cpp_codegen_multiply(L_53, (10.0)));
// ++m_Position;
int32_t L_54 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_54, 1));
}
IL_01e9:
{
// while (m_Position < m_Length)
int32_t L_55 = __this->___m_Position_2;
int32_t L_56 = __this->___m_Length_1;
V_18 = (bool)((((int32_t)L_55) < ((int32_t)L_56))? 1 : 0);
bool L_57 = V_18;
if (L_57)
{
goto IL_0195;
}
}
IL_01fd:
{
}
IL_01fe:
{
// if (m_Position < m_Length && (m_Text[m_Position] == 'e' || m_Text[m_Position] == 'E'))
int32_t L_58 = __this->___m_Position_2;
int32_t L_59 = __this->___m_Length_1;
if ((((int32_t)L_58) >= ((int32_t)L_59)))
{
goto IL_023b;
}
}
{
String_t* L_60 = __this->___m_Text_0;
int32_t L_61 = __this->___m_Position_2;
NullCheck(L_60);
Il2CppChar L_62;
L_62 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_60, L_61, NULL);
if ((((int32_t)L_62) == ((int32_t)((int32_t)101))))
{
goto IL_0238;
}
}
{
String_t* L_63 = __this->___m_Text_0;
int32_t L_64 = __this->___m_Position_2;
NullCheck(L_63);
Il2CppChar L_65;
L_65 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_63, L_64, NULL);
G_B41_0 = ((((int32_t)L_65) == ((int32_t)((int32_t)69)))? 1 : 0);
goto IL_0239;
}
IL_0238:
{
G_B41_0 = 1;
}
IL_0239:
{
G_B43_0 = G_B41_0;
goto IL_023c;
}
IL_023b:
{
G_B43_0 = 0;
}
IL_023c:
{
V_19 = (bool)G_B43_0;
bool L_66 = V_19;
if (!L_66)
{
goto IL_0350;
}
}
{
// ++m_Position;
int32_t L_67 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_67, 1));
// var isNegative = false;
V_20 = (bool)0;
// if (m_Position < m_Length && m_Text[m_Position] == '-')
int32_t L_68 = __this->___m_Position_2;
int32_t L_69 = __this->___m_Length_1;
if ((((int32_t)L_68) >= ((int32_t)L_69)))
{
goto IL_027c;
}
}
{
String_t* L_70 = __this->___m_Text_0;
int32_t L_71 = __this->___m_Position_2;
NullCheck(L_70);
Il2CppChar L_72;
L_72 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_70, L_71, NULL);
G_B47_0 = ((((int32_t)L_72) == ((int32_t)((int32_t)45)))? 1 : 0);
goto IL_027d;
}
IL_027c:
{
G_B47_0 = 0;
}
IL_027d:
{
V_22 = (bool)G_B47_0;
bool L_73 = V_22;
if (!L_73)
{
goto IL_0298;
}
}
{
// isNegative = true;
V_20 = (bool)1;
// ++m_Position;
int32_t L_74 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_74, 1));
goto IL_02d4;
}
IL_0298:
{
// else if (m_Position < m_Length && m_Text[m_Position] == '+')
int32_t L_75 = __this->___m_Position_2;
int32_t L_76 = __this->___m_Length_1;
if ((((int32_t)L_75) >= ((int32_t)L_76)))
{
goto IL_02bd;
}
}
{
String_t* L_77 = __this->___m_Text_0;
int32_t L_78 = __this->___m_Position_2;
NullCheck(L_77);
Il2CppChar L_79;
L_79 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_77, L_78, NULL);
G_B52_0 = ((((int32_t)L_79) == ((int32_t)((int32_t)43)))? 1 : 0);
goto IL_02be;
}
IL_02bd:
{
G_B52_0 = 0;
}
IL_02be:
{
V_23 = (bool)G_B52_0;
bool L_80 = V_23;
if (!L_80)
{
goto IL_02d4;
}
}
{
// ++m_Position;
int32_t L_81 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_81, 1));
}
IL_02d4:
{
// var multiplier = 1;
V_21 = 1;
goto IL_0314;
}
IL_02d9:
{
// var digit = m_Text[m_Position] - '0';
String_t* L_82 = __this->___m_Text_0;
int32_t L_83 = __this->___m_Position_2;
NullCheck(L_82);
Il2CppChar L_84;
L_84 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_82, L_83, NULL);
V_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, ((int32_t)48)));
// exponent *= multiplier;
int32_t L_85 = V_5;
int32_t L_86 = V_21;
V_5 = ((int32_t)il2cpp_codegen_multiply(L_85, L_86));
// exponent += digit;
int32_t L_87 = V_5;
int32_t L_88 = V_24;
V_5 = ((int32_t)il2cpp_codegen_add(L_87, L_88));
// multiplier *= 10;
int32_t L_89 = V_21;
V_21 = ((int32_t)il2cpp_codegen_multiply(L_89, ((int32_t)10)));
// ++m_Position;
int32_t L_90 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_90, 1));
}
IL_0314:
{
// while (m_Position < m_Length && char.IsDigit(m_Text[m_Position]))
int32_t L_91 = __this->___m_Position_2;
int32_t L_92 = __this->___m_Length_1;
if ((((int32_t)L_91) >= ((int32_t)L_92)))
{
goto IL_033a;
}
}
{
String_t* L_93 = __this->___m_Text_0;
int32_t L_94 = __this->___m_Position_2;
NullCheck(L_93);
Il2CppChar L_95;
L_95 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_93, L_94, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_96;
L_96 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_95, NULL);
G_B59_0 = ((int32_t)(L_96));
goto IL_033b;
}
IL_033a:
{
G_B59_0 = 0;
}
IL_033b:
{
V_25 = (bool)G_B59_0;
bool L_97 = V_25;
if (L_97)
{
goto IL_02d9;
}
}
{
// if (isNegative)
bool L_98 = V_20;
V_26 = L_98;
bool L_99 = V_26;
if (!L_99)
{
goto IL_034f;
}
}
{
// exponent *= -1;
int32_t L_100 = V_5;
V_5 = ((int32_t)il2cpp_codegen_multiply(L_100, (-1)));
}
IL_034f:
{
}
IL_0350:
{
// if (!m_DryRun)
bool L_101 = __this->___m_DryRun_4;
V_27 = (bool)((((int32_t)L_101) == ((int32_t)0))? 1 : 0);
bool L_102 = V_27;
if (!L_102)
{
goto IL_03dd;
}
}
{
// if (!haveFractionalPart && exponent == 0)
bool L_103 = V_1;
if (L_103)
{
goto IL_036a;
}
}
{
int32_t L_104 = V_5;
G_B67_0 = ((((int32_t)L_104) == ((int32_t)0))? 1 : 0);
goto IL_036b;
}
IL_036a:
{
G_B67_0 = 0;
}
IL_036b:
{
V_28 = (bool)G_B67_0;
bool L_105 = V_28;
if (!L_105)
{
goto IL_0397;
}
}
{
// if (negative)
bool L_106 = V_0;
V_29 = L_106;
bool L_107 = V_29;
if (!L_107)
{
goto IL_0388;
}
}
{
// result = -integralPart;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_108 = ___result0;
int64_t L_109 = V_2;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_110;
L_110 = JsonValue_op_Implicit_m8803181F1A232D7216BBDE5288863D9735692A4B(((-L_109)), NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_108 = L_110;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_108)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_108)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_108)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_108)->___anyValue_7), (void*)NULL);
#endif
goto IL_0394;
}
IL_0388:
{
// result = integralPart;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_111 = ___result0;
int64_t L_112 = V_2;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_113;
L_113 = JsonValue_op_Implicit_m8803181F1A232D7216BBDE5288863D9735692A4B(L_112, NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_111 = L_113;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_111)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_111)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_111)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_111)->___anyValue_7), (void*)NULL);
#endif
}
IL_0394:
{
goto IL_03dc;
}
IL_0397:
{
// if (negative)
bool L_114 = V_0;
V_31 = L_114;
bool L_115 = V_31;
if (!L_115)
{
goto IL_03a9;
}
}
{
// value = (float)-(integralPart + fractionalPart);
int64_t L_116 = V_2;
double L_117 = V_3;
V_30 = ((float)((-((double)il2cpp_codegen_add(((double)L_116), L_117)))));
goto IL_03b0;
}
IL_03a9:
{
// value = (float)(integralPart + fractionalPart);
int64_t L_118 = V_2;
double L_119 = V_3;
V_30 = ((float)((double)il2cpp_codegen_add(((double)L_118), L_119)));
}
IL_03b0:
{
// if (exponent != 0)
int32_t L_120 = V_5;
V_32 = (bool)((!(((uint32_t)L_120) <= ((uint32_t)0)))? 1 : 0);
bool L_121 = V_32;
if (!L_121)
{
goto IL_03cd;
}
}
{
// value *= Mathf.Pow(10, exponent);
float L_122 = V_30;
int32_t L_123 = V_5;
float L_124;
L_124 = powf((10.0f), ((float)L_123));
V_30 = ((float)il2cpp_codegen_multiply(L_122, L_124));
}
IL_03cd:
{
// result = value;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_125 = ___result0;
float L_126 = V_30;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_127;
L_127 = JsonValue_op_Implicit_mA318DD180A9C3F1477284EBEF3EABBED05795CD6(((double)L_126), NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_125 = L_127;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_125)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_125)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_125)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_125)->___anyValue_7), (void*)NULL);
#endif
}
IL_03dc:
{
}
IL_03dd:
{
// return true;
V_7 = (bool)1;
goto IL_03e2;
}
IL_03e2:
{
// }
bool L_128 = V_7;
return L_128;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseBooleanValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (SkipString("true"))
bool L_0;
L_0 = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(__this, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0028;
}
}
{
// result = true;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_2 = ___result0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_3;
L_3 = JsonValue_op_Implicit_m696035E7AFDB9A1BB68A6A5979534E4356D94409((bool)1, NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_2)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_2)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_2)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_2)->___anyValue_7), (void*)NULL);
#endif
// return true;
V_1 = (bool)1;
goto IL_0053;
}
IL_0028:
{
// if (SkipString("false"))
bool L_4;
L_4 = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(__this, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0048;
}
}
{
// result = false;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_6 = ___result0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_7;
L_7 = JsonValue_op_Implicit_m696035E7AFDB9A1BB68A6A5979534E4356D94409((bool)0, NULL);
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_6 = L_7;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_6)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_6)->___arrayValue_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_6)->___objectValue_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_6)->___anyValue_7), (void*)NULL);
#endif
// return true;
V_1 = (bool)1;
goto IL_0053;
}
IL_0048:
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_8 = ___result0;
il2cpp_codegen_initobj(L_8, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// return false;
V_1 = (bool)0;
goto IL_0053;
}
IL_0053:
{
// }
bool L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNullValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// result = default;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___result0;
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
// return SkipString("null");
bool L_1;
L_1 = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(__this, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL);
V_0 = L_1;
goto IL_0016;
}
IL_0016:
{
// }
bool L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C bool JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___result0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipToValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// if (m_Position == m_Length || m_Text[m_Position] != ':')
int32_t L_0 = __this->___m_Position_2;
int32_t L_1 = __this->___m_Length_1;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0030;
}
}
{
String_t* L_2 = __this->___m_Text_0;
int32_t L_3 = __this->___m_Position_2;
NullCheck(L_2);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
G_B3_0 = ((((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)58)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0031;
}
IL_0030:
{
G_B3_0 = 1;
}
IL_0031:
{
V_0 = (bool)G_B3_0;
bool L_5 = V_0;
if (!L_5)
{
goto IL_0039;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0052;
}
IL_0039:
{
// ++m_Position;
int32_t L_6 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// return true;
V_1 = (bool)1;
goto IL_0052;
}
IL_0052:
{
// }
bool L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C bool JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___text0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
{
// SkipWhitespace();
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
// var length = text.Length;
String_t* L_0 = ___text0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
V_0 = L_1;
// if (m_Position + length >= m_Length)
int32_t L_2 = __this->___m_Position_2;
int32_t L_3 = V_0;
int32_t L_4 = __this->___m_Length_1;
V_1 = (bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_2, L_3))) < ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_002a;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0079;
}
IL_002a:
{
// for (var i = 0; i < length; ++i)
V_3 = 0;
goto IL_005d;
}
IL_002e:
{
// if (m_Text[m_Position + i] != text[i])
String_t* L_6 = __this->___m_Text_0;
int32_t L_7 = __this->___m_Position_2;
int32_t L_8 = V_3;
NullCheck(L_6);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, ((int32_t)il2cpp_codegen_add(L_7, L_8)), NULL);
String_t* L_10 = ___text0;
int32_t L_11 = V_3;
NullCheck(L_10);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL);
V_4 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_0058;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0079;
}
IL_0058:
{
// for (var i = 0; i < length; ++i)
int32_t L_14 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_005d:
{
// for (var i = 0; i < length; ++i)
int32_t L_15 = V_3;
int32_t L_16 = V_0;
V_5 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_5;
if (L_17)
{
goto IL_002e;
}
}
{
// m_Position += length;
int32_t L_18 = __this->___m_Position_2;
int32_t L_19 = V_0;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_18, L_19));
// return true;
V_2 = (bool)1;
goto IL_0079;
}
IL_0079:
{
// }
bool L_20 = V_2;
return L_20;
}
}
IL2CPP_EXTERN_C bool JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426_AdjustorThunk (RuntimeObject* __this, String_t* ___text0, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(_thisAdjusted, ___text0, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::SkipWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B5_0 = 0;
{
goto IL_0011;
}
IL_0003:
{
// ++m_Position;
int32_t L_0 = __this->___m_Position_2;
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_0, 1));
}
IL_0011:
{
// while (m_Position < m_Length && char.IsWhiteSpace(m_Text[m_Position]))
int32_t L_1 = __this->___m_Position_2;
int32_t L_2 = __this->___m_Length_1;
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_0037;
}
}
{
String_t* L_3 = __this->___m_Text_0;
int32_t L_4 = __this->___m_Position_2;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_5, NULL);
G_B5_0 = ((int32_t)(L_6));
goto IL_0038;
}
IL_0037:
{
G_B5_0 = 0;
}
IL_0038:
{
V_0 = (bool)G_B5_0;
bool L_7 = V_0;
if (L_7)
{
goto IL_0003;
}
}
{
// }
return;
}
}
IL2CPP_EXTERN_C void JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(_thisAdjusted, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::get_isAtEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
{
{
// public bool isAtEnd => m_Position >= m_Length;
int32_t L_0 = __this->___m_Position_2;
int32_t L_1 = __this->___m_Length_1;
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
bool _returnValue;
_returnValue = JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658(_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
#ifdef __clang__
#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: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled)
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke(unmarshaled.___text_0, marshaled.___text_0);
marshaled.___hasEscapes_1 = static_cast<int32_t>(unmarshaled.___hasEscapes_1);
}
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled)
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 unmarshaledtext_temp_0;
memset((&unmarshaledtext_temp_0), 0, sizeof(unmarshaledtext_temp_0));
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_back(marshaled.___text_0, unmarshaledtext_temp_0);
unmarshaled.___text_0 = unmarshaledtext_temp_0;
Il2CppCodeGenWriteBarrier((void**)&(((&unmarshaled.___text_0))->___m_String_0), (void*)NULL);
bool unmarshaledhasEscapes_temp_1 = false;
unmarshaledhasEscapes_temp_1 = static_cast<bool>(marshaled.___hasEscapes_1);
unmarshaled.___hasEscapes_1 = unmarshaledhasEscapes_temp_1;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled)
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_cleanup(marshaled.___text_0);
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled)
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com(unmarshaled.___text_0, marshaled.___text_0);
marshaled.___hasEscapes_1 = static_cast<int32_t>(unmarshaled.___hasEscapes_1);
}
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled)
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 unmarshaledtext_temp_0;
memset((&unmarshaledtext_temp_0), 0, sizeof(unmarshaledtext_temp_0));
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_back(marshaled.___text_0, unmarshaledtext_temp_0);
unmarshaled.___text_0 = unmarshaledtext_temp_0;
Il2CppCodeGenWriteBarrier((void**)&(((&unmarshaled.___text_0))->___m_String_0), (void*)NULL);
bool unmarshaledhasEscapes_temp_1 = false;
unmarshaledhasEscapes_temp_1 = static_cast<bool>(marshaled.___hasEscapes_1);
unmarshaled.___hasEscapes_1 = unmarshaledhasEscapes_temp_1;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled)
{
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_cleanup(marshaled.___text_0);
}
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonString::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
String_t* V_3 = NULL;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
{
// if (!hasEscapes)
bool L_0 = __this->___hasEscapes_1;
V_2 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0022;
}
}
{
// return text.ToString();
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_2 = (&__this->___text_0);
String_t* L_3;
L_3 = Substring_ToString_m321AF6BA186DB01349CE3C710F1EA773D38FEF6D(L_2, NULL);
V_3 = L_3;
goto IL_009d;
}
IL_0022:
{
// var builder = new StringBuilder();
StringBuilder_t* L_4 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_4);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_4, NULL);
V_0 = L_4;
// var length = text.length;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_5 = (&__this->___text_0);
int32_t L_6;
L_6 = Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline(L_5, NULL);
V_1 = L_6;
// for (var i = 0; i < length; ++i)
V_4 = 0;
goto IL_0089;
}
IL_0039:
{
// var ch = text[i];
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_7 = (&__this->___text_0);
int32_t L_8 = V_4;
Il2CppChar L_9;
L_9 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_7, L_8, NULL);
V_5 = L_9;
// if (ch == '\\')
Il2CppChar L_10 = V_5;
V_6 = (bool)((((int32_t)L_10) == ((int32_t)((int32_t)92)))? 1 : 0);
bool L_11 = V_6;
if (!L_11)
{
goto IL_0079;
}
}
{
// ++i;
int32_t L_12 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_12, 1));
// if (i == length)
int32_t L_13 = V_4;
int32_t L_14 = V_1;
V_7 = (bool)((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0);
bool L_15 = V_7;
if (!L_15)
{
goto IL_0069;
}
}
{
// break;
goto IL_0094;
}
IL_0069:
{
// ch = text[i];
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_16 = (&__this->___text_0);
int32_t L_17 = V_4;
Il2CppChar L_18;
L_18 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_16, L_17, NULL);
V_5 = L_18;
}
IL_0079:
{
// builder.Append(ch);
StringBuilder_t* L_19 = V_0;
Il2CppChar L_20 = V_5;
NullCheck(L_19);
StringBuilder_t* L_21;
L_21 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_19, L_20, NULL);
// for (var i = 0; i < length; ++i)
int32_t L_22 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0089:
{
// for (var i = 0; i < length; ++i)
int32_t L_23 = V_4;
int32_t L_24 = V_1;
V_8 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
bool L_25 = V_8;
if (L_25)
{
goto IL_0039;
}
}
IL_0094:
{
// return builder.ToString();
StringBuilder_t* L_26 = V_0;
NullCheck(L_26);
String_t* L_27;
L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26);
V_3 = L_27;
goto IL_009d;
}
IL_009d:
{
// }
String_t* L_28 = V_3;
return L_28;
}
}
IL2CPP_EXTERN_C String_t* JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
String_t* _returnValue;
_returnValue = JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_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;
bool V_4 = false;
bool V_5 = false;
Il2CppChar V_6 = 0x0;
Il2CppChar V_7 = 0x0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t G_B17_0 = 0;
int32_t G_B21_0 = 0;
{
// if (hasEscapes == other.hasEscapes)
bool L_0 = __this->___hasEscapes_1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_1 = ___other0;
bool L_2 = L_1.___hasEscapes_1;
V_4 = (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0);
bool L_3 = V_4;
if (!L_3)
{
goto IL_0031;
}
}
{
// return Substring.Compare(text, other.text, StringComparison.InvariantCultureIgnoreCase) == 0;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_4 = __this->___text_0;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_5 = ___other0;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_6 = L_5.___text_0;
int32_t L_7;
L_7 = Substring_Compare_mFCC9A87C466F5D4045A5820A9203C3567A43B871(L_4, L_6, 3, NULL);
V_5 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
goto IL_011d;
}
IL_0031:
{
// var thisLength = text.length;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_8 = (&__this->___text_0);
int32_t L_9;
L_9 = Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline(L_8, NULL);
V_0 = L_9;
// var otherLength = other.text.length;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_10 = (&(&___other0)->___text_0);
int32_t L_11;
L_11 = Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline(L_10, NULL);
V_1 = L_11;
// int thisIndex = 0, otherIndex = 0;
V_2 = 0;
// int thisIndex = 0, otherIndex = 0;
V_3 = 0;
goto IL_00fa;
}
IL_0053:
{
// var thisChar = text[thisIndex];
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_12 = (&__this->___text_0);
int32_t L_13 = V_2;
Il2CppChar L_14;
L_14 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_12, L_13, NULL);
V_6 = L_14;
// var otherChar = other.text[otherIndex];
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_15 = (&(&___other0)->___text_0);
int32_t L_16 = V_3;
Il2CppChar L_17;
L_17 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_15, L_16, NULL);
V_7 = L_17;
// if (thisChar == '\\')
Il2CppChar L_18 = V_6;
V_8 = (bool)((((int32_t)L_18) == ((int32_t)((int32_t)92)))? 1 : 0);
bool L_19 = V_8;
if (!L_19)
{
goto IL_00a3;
}
}
{
// ++thisIndex;
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
// if (thisIndex == thisLength)
int32_t L_21 = V_2;
int32_t L_22 = V_0;
V_9 = (bool)((((int32_t)L_21) == ((int32_t)L_22))? 1 : 0);
bool L_23 = V_9;
if (!L_23)
{
goto IL_0094;
}
}
{
// return false;
V_5 = (bool)0;
goto IL_011d;
}
IL_0094:
{
// thisChar = text[thisIndex];
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_24 = (&__this->___text_0);
int32_t L_25 = V_2;
Il2CppChar L_26;
L_26 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_24, L_25, NULL);
V_6 = L_26;
}
IL_00a3:
{
// if (otherChar == '\\')
Il2CppChar L_27 = V_7;
V_10 = (bool)((((int32_t)L_27) == ((int32_t)((int32_t)92)))? 1 : 0);
bool L_28 = V_10;
if (!L_28)
{
goto IL_00d3;
}
}
{
// ++otherIndex;
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
// if (otherIndex == otherLength)
int32_t L_30 = V_3;
int32_t L_31 = V_1;
V_11 = (bool)((((int32_t)L_30) == ((int32_t)L_31))? 1 : 0);
bool L_32 = V_11;
if (!L_32)
{
goto IL_00c3;
}
}
{
// return false;
V_5 = (bool)0;
goto IL_011d;
}
IL_00c3:
{
// otherChar = other.text[otherIndex];
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_33 = (&(&___other0)->___text_0);
int32_t L_34 = V_3;
Il2CppChar L_35;
L_35 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_33, L_34, NULL);
V_7 = L_35;
}
IL_00d3:
{
// if (char.ToUpperInvariant(thisChar) != char.ToUpperInvariant(otherChar))
Il2CppChar L_36 = V_6;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_37;
L_37 = Char_ToUpperInvariant_m4A8EEECCB38A511AC2EE02680ED999CC48601D06(L_36, NULL);
Il2CppChar L_38 = V_7;
Il2CppChar L_39;
L_39 = Char_ToUpperInvariant_m4A8EEECCB38A511AC2EE02680ED999CC48601D06(L_38, NULL);
V_12 = (bool)((((int32_t)((((int32_t)L_37) == ((int32_t)L_39))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_40 = V_12;
if (!L_40)
{
goto IL_00f1;
}
}
{
// return false;
V_5 = (bool)0;
goto IL_011d;
}
IL_00f1:
{
// for (; thisIndex < thisLength && otherIndex < otherLength; ++thisIndex, ++otherIndex)
int32_t L_41 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_41, 1));
// for (; thisIndex < thisLength && otherIndex < otherLength; ++thisIndex, ++otherIndex)
int32_t L_42 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_00fa:
{
// for (; thisIndex < thisLength && otherIndex < otherLength; ++thisIndex, ++otherIndex)
int32_t L_43 = V_2;
int32_t L_44 = V_0;
if ((((int32_t)L_43) >= ((int32_t)L_44)))
{
goto IL_0104;
}
}
{
int32_t L_45 = V_3;
int32_t L_46 = V_1;
G_B17_0 = ((((int32_t)L_45) < ((int32_t)L_46))? 1 : 0);
goto IL_0105;
}
IL_0104:
{
G_B17_0 = 0;
}
IL_0105:
{
V_13 = (bool)G_B17_0;
bool L_47 = V_13;
if (L_47)
{
goto IL_0053;
}
}
{
// return thisIndex == thisLength && otherIndex == otherLength;
int32_t L_48 = V_2;
int32_t L_49 = V_0;
if ((!(((uint32_t)L_48) == ((uint32_t)L_49))))
{
goto IL_0118;
}
}
{
int32_t L_50 = V_3;
int32_t L_51 = V_1;
G_B21_0 = ((((int32_t)L_50) == ((int32_t)L_51))? 1 : 0);
goto IL_0119;
}
IL_0118:
{
G_B21_0 = 0;
}
IL_0119:
{
V_5 = (bool)G_B21_0;
goto IL_011d;
}
IL_011d:
{
// }
bool L_52 = V_5;
return L_52;
}
}
IL2CPP_EXTERN_C bool JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B_AdjustorThunk (RuntimeObject* __this, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___other0, const RuntimeMethod* method)
{
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
bool _returnValue;
_returnValue = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// return obj is JsonString other && Equals(other);
RuntimeObject* L_0 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___obj0;
V_0 = ((*(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*)((JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*)(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*)UnBox(L_1, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var))));
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_2 = V_0;
bool L_3;
L_3 = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B(__this, L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_1 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
// }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
bool _returnValue;
_returnValue = JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonString::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return (text.GetHashCode() * 397) ^ hasEscapes.GetHashCode();
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_0 = (&__this->___text_0);
int32_t L_1;
L_1 = Substring_GetHashCode_m68743D4DB46190219FCBA41BACC476D7083D5986(L_0, NULL);
bool* L_2 = (&__this->___hasEscapes_1);
int32_t L_3;
L_3 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_2, NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^L_3));
goto IL_0028;
}
IL_0028:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
int32_t _returnValue;
_returnValue = JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonString,UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___left0, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_0 = ___right1;
bool L_1;
L_1 = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Inequality(UnityEngine.InputSystem.Utilities.JsonParser/JsonString,UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_op_Inequality_mE5C6651A9A11A2433EF6E02590F73F41DC8BEE4C (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___left0, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_0 = ___right1;
bool L_1;
L_1 = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Implicit(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68 (String_t* ___str0, const RuntimeMethod* method)
{
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_0;
memset((&V_0), 0, sizeof(V_0));
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonString { text = str };
il2cpp_codegen_initobj((&V_0), sizeof(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB));
String_t* L_0 = ___str0;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_1;
L_1 = Substring_op_Implicit_mF41B9BD536475F42FFA830CC270D11453D7FEBE8(L_0, NULL);
(&V_0)->___text_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___text_0))->___m_String_0), (void*)NULL);
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_2 = V_0;
V_1 = L_2;
goto IL_001a;
}
IL_001a:
{
// }
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_3 = V_1;
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_pinvoke(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke& marshaled)
{
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
}
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_pinvoke_back(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke& marshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled)
{
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_pinvoke_cleanup(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_com(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com& marshaled)
{
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
}
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_com_back(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com& marshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled)
{
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_com_cleanup(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com& marshaled)
{
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
{
// switch (type)
int32_t L_0 = __this->___type_0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
{
case 0:
{
goto IL_0024;
}
case 1:
{
goto IL_003a;
}
case 2:
{
goto IL_002d;
}
case 3:
{
goto IL_0051;
}
}
}
{
goto IL_0065;
}
IL_0024:
{
// case JsonValueType.Bool: return boolValue;
bool L_3 = __this->___boolValue_1;
V_2 = L_3;
goto IL_0069;
}
IL_002d:
{
// case JsonValueType.Integer: return integerValue != 0;
int64_t L_4 = __this->___integerValue_3;
V_2 = (bool)((!(((uint64_t)L_4) <= ((uint64_t)((int64_t)0))))? 1 : 0);
goto IL_0069;
}
IL_003a:
{
// case JsonValueType.Real: return NumberHelpers.Approximately(0, realValue);
double L_5 = __this->___realValue_2;
bool L_6;
L_6 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline((0.0), L_5, NULL);
V_2 = L_6;
goto IL_0069;
}
IL_0051:
{
// case JsonValueType.String: return Convert.ToBoolean(ToString());
String_t* L_7;
L_7 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Convert_ToBoolean_mAA53666F188B002A52359F80BCD85F8E24B3A4AF(L_7, NULL);
V_2 = L_8;
goto IL_0069;
}
IL_0065:
{
// return default;
V_2 = (bool)0;
goto IL_0069;
}
IL_0069:
{
// }
bool L_9 = V_2;
return L_9;
}
}
IL2CPP_EXTERN_C bool JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
bool _returnValue;
_returnValue = JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C(_thisAdjusted, method);
return _returnValue;
}
// System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToInteger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int64_t V_2 = 0;
int32_t G_B5_0 = 0;
{
// switch (type)
int32_t L_0 = __this->___type_0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
{
case 0:
{
goto IL_0024;
}
case 1:
{
goto IL_003d;
}
case 2:
{
goto IL_0034;
}
case 3:
{
goto IL_0047;
}
}
}
{
goto IL_005b;
}
IL_0024:
{
// case JsonValueType.Bool: return boolValue ? 1 : 0;
bool L_3 = __this->___boolValue_1;
if (L_3)
{
goto IL_002f;
}
}
{
G_B5_0 = 0;
goto IL_0030;
}
IL_002f:
{
G_B5_0 = 1;
}
IL_0030:
{
V_2 = ((int64_t)G_B5_0);
goto IL_0060;
}
IL_0034:
{
// case JsonValueType.Integer: return integerValue;
int64_t L_4 = __this->___integerValue_3;
V_2 = L_4;
goto IL_0060;
}
IL_003d:
{
// case JsonValueType.Real: return (long)realValue;
double L_5 = __this->___realValue_2;
V_2 = il2cpp_codegen_cast_double_to_int<int64_t>(L_5);
goto IL_0060;
}
IL_0047:
{
// case JsonValueType.String: return Convert.ToInt64(ToString());
String_t* L_6;
L_6 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_7;
L_7 = Convert_ToInt64_m3B175EE996295999BF9495C4DB2CCD81680F1F49(L_6, NULL);
V_2 = L_7;
goto IL_0060;
}
IL_005b:
{
// return default;
V_2 = ((int64_t)0);
goto IL_0060;
}
IL_0060:
{
// }
int64_t L_8 = V_2;
return L_8;
}
}
IL2CPP_EXTERN_C int64_t JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
int64_t _returnValue;
_returnValue = JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToDouble()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
double V_2 = 0.0;
int32_t G_B5_0 = 0;
{
// switch (type)
int32_t L_0 = __this->___type_0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
{
case 0:
{
goto IL_0024;
}
case 1:
{
goto IL_003e;
}
case 2:
{
goto IL_0034;
}
case 3:
{
goto IL_0047;
}
}
}
{
goto IL_005c;
}
IL_0024:
{
// case JsonValueType.Bool: return boolValue ? 1 : 0;
bool L_3 = __this->___boolValue_1;
if (L_3)
{
goto IL_002f;
}
}
{
G_B5_0 = 0;
goto IL_0030;
}
IL_002f:
{
G_B5_0 = 1;
}
IL_0030:
{
V_2 = ((double)G_B5_0);
goto IL_0068;
}
IL_0034:
{
// case JsonValueType.Integer: return integerValue;
int64_t L_4 = __this->___integerValue_3;
V_2 = ((double)L_4);
goto IL_0068;
}
IL_003e:
{
// case JsonValueType.Real: return realValue;
double L_5 = __this->___realValue_2;
V_2 = L_5;
goto IL_0068;
}
IL_0047:
{
// case JsonValueType.String: return Convert.ToSingle(ToString());
String_t* L_6;
L_6 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
float L_7;
L_7 = Convert_ToSingle_m70256FFD080CBD85CC41D705DFCBC77EC433D4FD(L_6, NULL);
V_2 = ((double)L_7);
goto IL_0068;
}
IL_005c:
{
// return default;
V_2 = (0.0);
goto IL_0068;
}
IL_0068:
{
// }
double L_8 = V_2;
return L_8;
}
}
IL2CPP_EXTERN_C double JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
double _returnValue;
_returnValue = JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_mFB70EBFBD3728A1DDD9357C1D6AA060C969F797A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mDF4CA9B318EFFC96851DF091508CDAD7F1A67DBD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
String_t* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* G_B11_0 = NULL;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* G_B11_1 = NULL;
String_t* G_B11_2 = NULL;
String_t* G_B11_3 = NULL;
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* G_B10_0 = NULL;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* G_B10_1 = NULL;
String_t* G_B10_2 = NULL;
String_t* G_B10_3 = NULL;
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* G_B16_0 = NULL;
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* G_B16_1 = NULL;
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* G_B15_0 = NULL;
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* G_B15_1 = NULL;
{
// switch (type)
int32_t L_0 = __this->___type_0;
V_2 = L_0;
int32_t L_1 = V_2;
V_1 = L_1;
int32_t L_2 = V_1;
switch (L_2)
{
case 0:
{
goto IL_0035;
}
case 1:
{
goto IL_0040;
}
case 2:
{
goto IL_0067;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_007d;
}
case 5:
{
goto IL_0094;
}
case 6:
{
goto IL_00f7;
}
case 7:
{
goto IL_0156;
}
}
}
{
goto IL_0164;
}
IL_0035:
{
// case JsonValueType.None: return "null";
V_3 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
goto IL_0177;
}
IL_0040:
{
// case JsonValueType.Bool: return boolValue.ToString();
bool* L_3 = (&__this->___boolValue_1);
String_t* L_4;
L_4 = Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63(L_3, NULL);
V_3 = L_4;
goto IL_0177;
}
IL_0051:
{
// case JsonValueType.Integer: return integerValue.ToString(CultureInfo.InvariantCulture);
int64_t* L_5 = (&__this->___integerValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
L_6 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_7;
L_7 = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD(L_5, L_6, NULL);
V_3 = L_7;
goto IL_0177;
}
IL_0067:
{
// case JsonValueType.Real: return realValue.ToString(CultureInfo.InvariantCulture);
double* L_8 = (&__this->___realValue_2);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9;
L_9 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_10;
L_10 = Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357(L_8, L_9, NULL);
V_3 = L_10;
goto IL_0177;
}
IL_007d:
{
// case JsonValueType.String: return stringValue.ToString();
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* L_11 = (&__this->___stringValue_4);
String_t* L_12;
L_12 = JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A(L_11, NULL);
V_3 = L_12;
goto IL_0177;
}
IL_0094:
{
// if (arrayValue == null)
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_13 = __this->___arrayValue_5;
V_4 = (bool)((((RuntimeObject*)(List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*)L_13) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_14 = V_4;
if (!L_14)
{
goto IL_00ae;
}
}
{
// return "[]";
V_3 = _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
goto IL_0177;
}
IL_00ae:
{
// return $"[{string.Join(",", arrayValue.Select(x => x.ToString()))}]";
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_15 = __this->___arrayValue_5;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_16 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1;
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_17 = L_16;
G_B10_0 = L_17;
G_B10_1 = L_15;
G_B10_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
G_B10_3 = _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
if (L_17)
{
G_B11_0 = L_17;
G_B11_1 = L_15;
G_B11_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
G_B11_3 = _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
goto IL_00dd;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* L_18 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_19 = (Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C*)il2cpp_codegen_object_new(Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C_il2cpp_TypeInfo_var);
NullCheck(L_19);
Func_2__ctor_m93B1324D1EB6A7747895ADB6EE4E9614B65242C8(L_19, L_18, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC_RuntimeMethod_var), NULL);
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_20 = L_19;
((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1), (void*)L_20);
G_B11_0 = L_20;
G_B11_1 = G_B10_1;
G_B11_2 = G_B10_2;
G_B11_3 = G_B10_3;
}
IL_00dd:
{
RuntimeObject* L_21;
L_21 = Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_mFB70EBFBD3728A1DDD9357C1D6AA060C969F797A(G_B11_1, G_B11_0, Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_mFB70EBFBD3728A1DDD9357C1D6AA060C969F797A_RuntimeMethod_var);
String_t* L_22;
L_22 = String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632(G_B11_2, L_21, NULL);
String_t* L_23;
L_23 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(G_B11_3, L_22, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
V_3 = L_23;
goto IL_0177;
}
IL_00f7:
{
// if (objectValue == null)
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_24 = __this->___objectValue_6;
V_5 = (bool)((((RuntimeObject*)(Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E*)L_24) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_25 = V_5;
if (!L_25)
{
goto IL_010e;
}
}
{
// return "{}";
V_3 = _stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60;
goto IL_0177;
}
IL_010e:
{
// var elements = objectValue.Select(pair => $"\"{pair.Key}\" : \"{pair.Value}\"");
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_26 = __this->___objectValue_6;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_27 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2;
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_28 = L_27;
G_B15_0 = L_28;
G_B15_1 = L_26;
if (L_28)
{
G_B16_0 = L_28;
G_B16_1 = L_26;
goto IL_0133;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* L_29 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_30 = (Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011*)il2cpp_codegen_object_new(Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011_il2cpp_TypeInfo_var);
NullCheck(L_30);
Func_2__ctor_mAA7FA2F2C23C8067042DCB8C54E06779FA521265(L_30, L_29, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF_RuntimeMethod_var), NULL);
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_31 = L_30;
((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2), (void*)L_31);
G_B16_0 = L_31;
G_B16_1 = G_B15_1;
}
IL_0133:
{
RuntimeObject* L_32;
L_32 = Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mDF4CA9B318EFFC96851DF091508CDAD7F1A67DBD(G_B16_1, G_B16_0, Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mDF4CA9B318EFFC96851DF091508CDAD7F1A67DBD_RuntimeMethod_var);
V_0 = L_32;
// return $"{{{string.Join(",", elements)}}}";
RuntimeObject* L_33 = V_0;
String_t* L_34;
L_34 = String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_33, NULL);
String_t* L_35;
L_35 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, L_34, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
V_3 = L_35;
goto IL_0177;
}
IL_0156:
{
// case JsonValueType.Any: return anyValue.ToString();
RuntimeObject* L_36 = __this->___anyValue_7;
NullCheck(L_36);
String_t* L_37;
L_37 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36);
V_3 = L_37;
goto IL_0177;
}
IL_0164:
{
// return base.ToString();
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_38 = (*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)__this);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_39 = L_38;
RuntimeObject* L_40 = Box(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var, &L_39);
String_t* L_41;
L_41 = ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_40, NULL);
V_3 = L_41;
goto IL_0177;
}
IL_0177:
{
// }
String_t* L_42 = V_3;
return L_42;
}
}
IL2CPP_EXTERN_C String_t* JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
String_t* _returnValue;
_returnValue = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m696035E7AFDB9A1BB68A6A5979534E4356D94409 (bool ___val0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.Bool,
// boolValue = val
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 1;
bool L_0 = ___val0;
(&V_0)->___boolValue_1 = L_0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m8803181F1A232D7216BBDE5288863D9735692A4B (int64_t ___val0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.Integer,
// integerValue = val
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 3;
int64_t L_0 = ___val0;
(&V_0)->___integerValue_3 = L_0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mA318DD180A9C3F1477284EBEF3EABBED05795CD6 (double ___val0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.Real,
// realValue = val
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 2;
double L_0 = ___val0;
(&V_0)->___realValue_2 = L_0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m9501B58C15F82A3D105D3164E6CFAEE178521EF4 (String_t* ___str0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_1;
memset((&V_1), 0, sizeof(V_1));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// return new JsonValue
// {
// type = JsonValueType.String,
// stringValue = new JsonString { text = str }
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 4;
il2cpp_codegen_initobj((&V_1), sizeof(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB));
String_t* L_0 = ___str0;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_1;
L_1 = Substring_op_Implicit_mF41B9BD536475F42FFA830CC270D11453D7FEBE8(L_0, NULL);
(&V_1)->___text_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_1)->___text_0))->___m_String_0), (void*)NULL);
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_2 = V_1;
(&V_0)->___stringValue_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_3 = V_0;
V_2 = L_3;
goto IL_0032;
}
IL_0032:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_4 = V_2;
return L_4;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m685670597C7A2523870F60C2156A8F53EB9241B6 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___str0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.String,
// stringValue = str
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_0 = ___str0;
(&V_0)->___stringValue_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mBCD74B00B87471E1E5D7679B75C8FC0F70D9A9A2 (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___array0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.Array,
// arrayValue = array
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 5;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_0 = ___array0;
(&V_0)->___arrayValue_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___arrayValue_5), (void*)L_0);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mE180C1FB110EA7A0DDE8B57F9BD7B2A72076FA70 (Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___obj0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.Object,
// objectValue = obj
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 6;
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_0 = ___obj0;
(&V_0)->___objectValue_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___objectValue_6), (void*)L_0);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Enum)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mD82A1F33496C92144B05429B27116FB182E479A4 (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* ___val0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new JsonValue
// {
// type = JsonValueType.Any,
// anyValue = val
// };
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
(&V_0)->___type_0 = 7;
Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_0 = ___val0;
(&V_0)->___anyValue_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___anyValue_7), (void*)L_0);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
V_1 = L_1;
goto IL_001d;
}
IL_001d:
{
// }
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_1;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
{
// if (type == other.type)
int32_t L_0 = __this->___type_0;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = ___other0;
int32_t L_2 = L_1.___type_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_00c3;
}
}
{
// switch (type)
int32_t L_4 = __this->___type_0;
V_2 = L_4;
int32_t L_5 = V_2;
V_1 = L_5;
int32_t L_6 = V_1;
switch (L_6)
{
case 0:
{
goto IL_0048;
}
case 1:
{
goto IL_004f;
}
case 2:
{
goto IL_0077;
}
case 3:
{
goto IL_0063;
}
case 4:
{
goto IL_008b;
}
case 5:
{
goto IL_00a5;
}
case 6:
{
goto IL_009f;
}
case 7:
{
goto IL_00ab;
}
}
}
{
goto IL_00bf;
}
IL_0048:
{
// case JsonValueType.None: return true;
V_3 = (bool)1;
goto IL_0108;
}
IL_004f:
{
// case JsonValueType.Bool: return boolValue == other.boolValue;
bool L_7 = __this->___boolValue_1;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_8 = ___other0;
bool L_9 = L_8.___boolValue_1;
V_3 = (bool)((((int32_t)L_7) == ((int32_t)L_9))? 1 : 0);
goto IL_0108;
}
IL_0063:
{
// case JsonValueType.Integer: return integerValue == other.integerValue;
int64_t L_10 = __this->___integerValue_3;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_11 = ___other0;
int64_t L_12 = L_11.___integerValue_3;
V_3 = (bool)((((int64_t)L_10) == ((int64_t)L_12))? 1 : 0);
goto IL_0108;
}
IL_0077:
{
// case JsonValueType.Real: return NumberHelpers.Approximately(realValue, other.realValue);
double L_13 = __this->___realValue_2;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_14 = ___other0;
double L_15 = L_14.___realValue_2;
bool L_16;
L_16 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline(L_13, L_15, NULL);
V_3 = L_16;
goto IL_0108;
}
IL_008b:
{
// case JsonValueType.String: return stringValue == other.stringValue;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_17 = __this->___stringValue_4;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_18 = ___other0;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_19 = L_18.___stringValue_4;
bool L_20;
L_20 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_17, L_19, NULL);
V_3 = L_20;
goto IL_0108;
}
IL_009f:
{
// case JsonValueType.Object: throw new NotImplementedException();
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_21 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_21);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_21, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_RuntimeMethod_var)));
}
IL_00a5:
{
// case JsonValueType.Array: throw new NotImplementedException();
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_22 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_22);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_22, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_RuntimeMethod_var)));
}
IL_00ab:
{
// case JsonValueType.Any: return anyValue.Equals(other.anyValue);
RuntimeObject* L_23 = __this->___anyValue_7;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_24 = ___other0;
RuntimeObject* L_25 = L_24.___anyValue_7;
NullCheck(L_23);
bool L_26;
L_26 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_23, L_25);
V_3 = L_26;
goto IL_0108;
}
IL_00bf:
{
// return false;
V_3 = (bool)0;
goto IL_0108;
}
IL_00c3:
{
// if (anyValue != null)
RuntimeObject* L_27 = __this->___anyValue_7;
V_4 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_27) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_28 = V_4;
if (!L_28)
{
goto IL_00e1;
}
}
{
// return Equals(anyValue, other);
RuntimeObject* L_29 = __this->___anyValue_7;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_30 = ___other0;
bool L_31;
L_31 = JsonValue_Equals_m7A50439B63163A0C43941212686056E5259FDEF9(L_29, L_30, NULL);
V_3 = L_31;
goto IL_0108;
}
IL_00e1:
{
// if (other.anyValue != null)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_32 = ___other0;
RuntimeObject* L_33 = L_32.___anyValue_7;
V_5 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_33) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_34 = V_5;
if (!L_34)
{
goto IL_0104;
}
}
{
// return Equals(other.anyValue, this);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_35 = ___other0;
RuntimeObject* L_36 = L_35.___anyValue_7;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_37 = (*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)__this);
bool L_38;
L_38 = JsonValue_Equals_m7A50439B63163A0C43941212686056E5259FDEF9(L_36, L_37, NULL);
V_3 = L_38;
goto IL_0108;
}
IL_0104:
{
// return false;
V_3 = (bool)0;
goto IL_0108;
}
IL_0108:
{
// }
bool L_39 = V_3;
return L_39;
}
}
IL2CPP_EXTERN_C bool JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___other0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
bool _returnValue;
_returnValue = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m7A50439B63163A0C43941212686056E5259FDEF9 (RuntimeObject* ___obj0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
s_Il2CppMethodInitialized = true;
}
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* V_0 = NULL;
String_t* V_1 = NULL;
float V_2 = 0.0f;
double V_3 = 0.0;
int32_t V_4 = 0;
int64_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int64_t V_11 = 0;
double V_12 = 0.0;
int32_t V_13 = 0;
int32_t V_14 = 0;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
float V_19 = 0.0f;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
double V_23 = 0.0;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
int32_t V_27 = 0;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
int64_t V_31 = 0;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
bool V_38 = false;
int32_t G_B11_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B26_0 = 0;
int32_t G_B31_0 = 0;
int32_t G_B38_0 = 0;
int32_t G_B43_0 = 0;
int32_t G_B50_0 = 0;
int32_t G_B55_0 = 0;
int32_t G_B62_0 = 0;
int32_t G_B67_0 = 0;
int32_t G_B74_0 = 0;
int32_t G_B79_0 = 0;
int32_t G_B88_0 = 0;
int32_t G_B93_0 = 0;
{
// if (obj == null)
RuntimeObject* L_0 = ___obj0;
V_7 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_7;
if (!L_1)
{
goto IL_0013;
}
}
{
// return false;
V_8 = (bool)0;
goto IL_0462;
}
IL_0013:
{
// if (obj is Regex regex)
RuntimeObject* L_2 = ___obj0;
V_0 = ((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)IsInstClass((RuntimeObject*)L_2, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var));
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_3 = V_0;
V_9 = (bool)((!(((RuntimeObject*)(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_9;
if (!L_4)
{
goto IL_003e;
}
}
{
// return regex.IsMatch(value.ToString());
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_5 = V_0;
String_t* L_6;
L_6 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___value1), NULL);
NullCheck(L_5);
bool L_7;
L_7 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_5, L_6, NULL);
V_8 = L_7;
goto IL_0462;
}
IL_003e:
{
// if (obj is string str)
RuntimeObject* L_8 = ___obj0;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var));
String_t* L_9 = V_1;
V_10 = (bool)((!(((RuntimeObject*)(String_t*)L_9) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_10 = V_10;
if (!L_10)
{
goto IL_013f;
}
}
{
// switch (value.type)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_11 = ___value1;
int32_t L_12 = L_11.___type_0;
V_14 = L_12;
int32_t L_13 = V_14;
V_13 = L_13;
int32_t L_14 = V_13;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, 1)))
{
case 0:
{
goto IL_00d4;
}
case 1:
{
goto IL_00b3;
}
case 2:
{
goto IL_0095;
}
case 3:
{
goto IL_007d;
}
}
}
{
goto IL_013e;
}
IL_007d:
{
// case JsonValueType.String: return value.stringValue == str;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_15 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_16 = L_15.___stringValue_4;
String_t* L_17 = V_1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_18;
L_18 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(L_17, NULL);
bool L_19;
L_19 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_16, L_18, NULL);
V_8 = L_19;
goto IL_0462;
}
IL_0095:
{
// case JsonValueType.Integer: return long.TryParse(str, out var si) && si == value.integerValue;
String_t* L_20 = V_1;
bool L_21;
L_21 = Int64_TryParse_m61AAE5CC4A0B716556765798C22FE12D87554986(L_20, (&V_11), NULL);
if (!L_21)
{
goto IL_00ab;
}
}
{
int64_t L_22 = V_11;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_23 = ___value1;
int64_t L_24 = L_23.___integerValue_3;
G_B11_0 = ((((int64_t)L_22) == ((int64_t)L_24))? 1 : 0);
goto IL_00ac;
}
IL_00ab:
{
G_B11_0 = 0;
}
IL_00ac:
{
V_8 = (bool)G_B11_0;
goto IL_0462;
}
IL_00b3:
{
// return double.TryParse(str, out var sf) && NumberHelpers.Approximately(sf, value.realValue);
String_t* L_25 = V_1;
bool L_26;
L_26 = Double_TryParse_m6939FA2B8DCF60C46E0B859746DD9622450E7DD9(L_25, (&V_12), NULL);
if (!L_26)
{
goto IL_00cc;
}
}
{
double L_27 = V_12;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_28 = ___value1;
double L_29 = L_28.___realValue_2;
bool L_30;
L_30 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline(L_27, L_29, NULL);
G_B15_0 = ((int32_t)(L_30));
goto IL_00cd;
}
IL_00cc:
{
G_B15_0 = 0;
}
IL_00cd:
{
V_8 = (bool)G_B15_0;
goto IL_0462;
}
IL_00d4:
{
// if (value.boolValue)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_31 = ___value1;
bool L_32 = L_31.___boolValue_1;
V_15 = L_32;
bool L_33 = V_15;
if (!L_33)
{
goto IL_010f;
}
}
{
// return str == "True" || str == "true" || str == "1";
String_t* L_34 = V_1;
bool L_35;
L_35 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_34, _stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871, NULL);
if (L_35)
{
goto IL_0107;
}
}
{
String_t* L_36 = V_1;
bool L_37;
L_37 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_36, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
if (L_37)
{
goto IL_0107;
}
}
{
String_t* L_38 = V_1;
bool L_39;
L_39 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_38, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
G_B21_0 = ((int32_t)(L_39));
goto IL_0108;
}
IL_0107:
{
G_B21_0 = 1;
}
IL_0108:
{
V_8 = (bool)G_B21_0;
goto IL_0462;
}
IL_010f:
{
// return str == "False" || str == "false" || str == "0";
String_t* L_40 = V_1;
bool L_41;
L_41 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_40, _stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F, NULL);
if (L_41)
{
goto IL_0136;
}
}
{
String_t* L_42 = V_1;
bool L_43;
L_43 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_42, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
if (L_43)
{
goto IL_0136;
}
}
{
String_t* L_44 = V_1;
bool L_45;
L_45 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_44, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL);
G_B26_0 = ((int32_t)(L_45));
goto IL_0137;
}
IL_0136:
{
G_B26_0 = 1;
}
IL_0137:
{
V_8 = (bool)G_B26_0;
goto IL_0462;
}
IL_013e:
{
}
IL_013f:
{
// if (obj is float f)
RuntimeObject* L_46 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_46, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
{
goto IL_0151;
}
}
{
RuntimeObject* L_47 = ___obj0;
V_2 = ((*(float*)((float*)(float*)UnBox(L_47, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
G_B31_0 = 1;
goto IL_0152;
}
IL_0151:
{
G_B31_0 = 0;
}
IL_0152:
{
V_16 = (bool)G_B31_0;
bool L_48 = V_16;
if (!L_48)
{
goto IL_01b4;
}
}
{
// if (value.type == JsonValueType.Real)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_49 = ___value1;
int32_t L_50 = L_49.___type_0;
V_17 = (bool)((((int32_t)L_50) == ((int32_t)2))? 1 : 0);
bool L_51 = V_17;
if (!L_51)
{
goto IL_017c;
}
}
{
// return NumberHelpers.Approximately(f, value.realValue);
float L_52 = V_2;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_53 = ___value1;
double L_54 = L_53.___realValue_2;
bool L_55;
L_55 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline(((double)L_52), L_54, NULL);
V_8 = L_55;
goto IL_0462;
}
IL_017c:
{
// if (value.type == JsonValueType.String)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_56 = ___value1;
int32_t L_57 = L_56.___type_0;
V_18 = (bool)((((int32_t)L_57) == ((int32_t)4))? 1 : 0);
bool L_58 = V_18;
if (!L_58)
{
goto IL_01b3;
}
}
{
// return float.TryParse(value.ToString(), out var otherF) && Mathf.Approximately(f, otherF);
String_t* L_59;
L_59 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___value1), NULL);
bool L_60;
L_60 = Single_TryParse_mF23E88B4B12DDC9E82179BB2483A714005BF006F(L_59, (&V_19), NULL);
if (!L_60)
{
goto IL_01ab;
}
}
{
float L_61 = V_2;
float L_62 = V_19;
bool L_63;
L_63 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_61, L_62, NULL);
G_B38_0 = ((int32_t)(L_63));
goto IL_01ac;
}
IL_01ab:
{
G_B38_0 = 0;
}
IL_01ac:
{
V_8 = (bool)G_B38_0;
goto IL_0462;
}
IL_01b3:
{
}
IL_01b4:
{
// if (obj is double d)
RuntimeObject* L_64 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_64, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_01c6;
}
}
{
RuntimeObject* L_65 = ___obj0;
V_3 = ((*(double*)((double*)(double*)UnBox(L_65, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
G_B43_0 = 1;
goto IL_01c7;
}
IL_01c6:
{
G_B43_0 = 0;
}
IL_01c7:
{
V_20 = (bool)G_B43_0;
bool L_66 = V_20;
if (!L_66)
{
goto IL_0228;
}
}
{
// if (value.type == JsonValueType.Real)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_67 = ___value1;
int32_t L_68 = L_67.___type_0;
V_21 = (bool)((((int32_t)L_68) == ((int32_t)2))? 1 : 0);
bool L_69 = V_21;
if (!L_69)
{
goto IL_01f0;
}
}
{
// return NumberHelpers.Approximately(d, value.realValue);
double L_70 = V_3;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_71 = ___value1;
double L_72 = L_71.___realValue_2;
bool L_73;
L_73 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline(L_70, L_72, NULL);
V_8 = L_73;
goto IL_0462;
}
IL_01f0:
{
// if (value.type == JsonValueType.String)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_74 = ___value1;
int32_t L_75 = L_74.___type_0;
V_22 = (bool)((((int32_t)L_75) == ((int32_t)4))? 1 : 0);
bool L_76 = V_22;
if (!L_76)
{
goto IL_0227;
}
}
{
// return double.TryParse(value.ToString(), out var otherD) &&
// NumberHelpers.Approximately(d, otherD);
String_t* L_77;
L_77 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___value1), NULL);
bool L_78;
L_78 = Double_TryParse_m6939FA2B8DCF60C46E0B859746DD9622450E7DD9(L_77, (&V_23), NULL);
if (!L_78)
{
goto IL_021f;
}
}
{
double L_79 = V_3;
double L_80 = V_23;
bool L_81;
L_81 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline(L_79, L_80, NULL);
G_B50_0 = ((int32_t)(L_81));
goto IL_0220;
}
IL_021f:
{
G_B50_0 = 0;
}
IL_0220:
{
V_8 = (bool)G_B50_0;
goto IL_0462;
}
IL_0227:
{
}
IL_0228:
{
// if (obj is int i)
RuntimeObject* L_82 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_82, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_023b;
}
}
{
RuntimeObject* L_83 = ___obj0;
V_4 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_83, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
G_B55_0 = 1;
goto IL_023c;
}
IL_023b:
{
G_B55_0 = 0;
}
IL_023c:
{
V_24 = (bool)G_B55_0;
bool L_84 = V_24;
if (!L_84)
{
goto IL_029a;
}
}
{
// if (value.type == JsonValueType.Integer)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_85 = ___value1;
int32_t L_86 = L_85.___type_0;
V_25 = (bool)((((int32_t)L_86) == ((int32_t)3))? 1 : 0);
bool L_87 = V_25;
if (!L_87)
{
goto IL_0264;
}
}
{
// return i == value.integerValue;
int32_t L_88 = V_4;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_89 = ___value1;
int64_t L_90 = L_89.___integerValue_3;
V_8 = (bool)((((int64_t)((int64_t)L_88)) == ((int64_t)L_90))? 1 : 0);
goto IL_0462;
}
IL_0264:
{
// if (value.type == JsonValueType.String)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_91 = ___value1;
int32_t L_92 = L_91.___type_0;
V_26 = (bool)((((int32_t)L_92) == ((int32_t)4))? 1 : 0);
bool L_93 = V_26;
if (!L_93)
{
goto IL_0299;
}
}
{
// return int.TryParse(value.ToString(), out var otherI) && i == otherI;
String_t* L_94;
L_94 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___value1), NULL);
bool L_95;
L_95 = Int32_TryParse_mFC6BFCB86964E2BCA4052155B10983837A695EA4(L_94, (&V_27), NULL);
if (!L_95)
{
goto IL_0291;
}
}
{
int32_t L_96 = V_4;
int32_t L_97 = V_27;
G_B62_0 = ((((int32_t)L_96) == ((int32_t)L_97))? 1 : 0);
goto IL_0292;
}
IL_0291:
{
G_B62_0 = 0;
}
IL_0292:
{
V_8 = (bool)G_B62_0;
goto IL_0462;
}
IL_0299:
{
}
IL_029a:
{
// if (obj is long l)
RuntimeObject* L_98 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_98, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
{
goto IL_02ad;
}
}
{
RuntimeObject* L_99 = ___obj0;
V_5 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_99, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
G_B67_0 = 1;
goto IL_02ae;
}
IL_02ad:
{
G_B67_0 = 0;
}
IL_02ae:
{
V_28 = (bool)G_B67_0;
bool L_100 = V_28;
if (!L_100)
{
goto IL_030b;
}
}
{
// if (value.type == JsonValueType.Integer)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_101 = ___value1;
int32_t L_102 = L_101.___type_0;
V_29 = (bool)((((int32_t)L_102) == ((int32_t)3))? 1 : 0);
bool L_103 = V_29;
if (!L_103)
{
goto IL_02d5;
}
}
{
// return l == value.integerValue;
int64_t L_104 = V_5;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_105 = ___value1;
int64_t L_106 = L_105.___integerValue_3;
V_8 = (bool)((((int64_t)L_104) == ((int64_t)L_106))? 1 : 0);
goto IL_0462;
}
IL_02d5:
{
// if (value.type == JsonValueType.String)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_107 = ___value1;
int32_t L_108 = L_107.___type_0;
V_30 = (bool)((((int32_t)L_108) == ((int32_t)4))? 1 : 0);
bool L_109 = V_30;
if (!L_109)
{
goto IL_030a;
}
}
{
// return long.TryParse(value.ToString(), out var otherL) && l == otherL;
String_t* L_110;
L_110 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___value1), NULL);
bool L_111;
L_111 = Int64_TryParse_m61AAE5CC4A0B716556765798C22FE12D87554986(L_110, (&V_31), NULL);
if (!L_111)
{
goto IL_0302;
}
}
{
int64_t L_112 = V_5;
int64_t L_113 = V_31;
G_B74_0 = ((((int64_t)L_112) == ((int64_t)L_113))? 1 : 0);
goto IL_0303;
}
IL_0302:
{
G_B74_0 = 0;
}
IL_0303:
{
V_8 = (bool)G_B74_0;
goto IL_0462;
}
IL_030a:
{
}
IL_030b:
{
// if (obj is bool b)
RuntimeObject* L_114 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_114, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_031e;
}
}
{
RuntimeObject* L_115 = ___obj0;
V_6 = ((*(bool*)((bool*)(bool*)UnBox(L_115, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
G_B79_0 = 1;
goto IL_031f;
}
IL_031e:
{
G_B79_0 = 0;
}
IL_031f:
{
V_32 = (bool)G_B79_0;
bool L_116 = V_32;
if (!L_116)
{
goto IL_03fc;
}
}
{
// if (value.type == JsonValueType.Bool)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_117 = ___value1;
int32_t L_118 = L_117.___type_0;
V_33 = (bool)((((int32_t)L_118) == ((int32_t)1))? 1 : 0);
bool L_119 = V_33;
if (!L_119)
{
goto IL_0349;
}
}
{
// return b == value.boolValue;
bool L_120 = V_6;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_121 = ___value1;
bool L_122 = L_121.___boolValue_1;
V_8 = (bool)((((int32_t)L_120) == ((int32_t)L_122))? 1 : 0);
goto IL_0462;
}
IL_0349:
{
// if (value.type == JsonValueType.String)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_123 = ___value1;
int32_t L_124 = L_123.___type_0;
V_34 = (bool)((((int32_t)L_124) == ((int32_t)4))? 1 : 0);
bool L_125 = V_34;
if (!L_125)
{
goto IL_03fb;
}
}
{
// if (b)
bool L_126 = V_6;
V_35 = L_126;
bool L_127 = V_35;
if (!L_127)
{
goto IL_03b1;
}
}
{
// return value.stringValue == "true" || value.stringValue == "True" ||
// value.stringValue == "1";
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_128 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_129 = L_128.___stringValue_4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_130;
L_130 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
bool L_131;
L_131 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_129, L_130, NULL);
if (L_131)
{
goto IL_03a9;
}
}
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_132 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_133 = L_132.___stringValue_4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_134;
L_134 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(_stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871, NULL);
bool L_135;
L_135 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_133, L_134, NULL);
if (L_135)
{
goto IL_03a9;
}
}
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_136 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_137 = L_136.___stringValue_4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_138;
L_138 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
bool L_139;
L_139 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_137, L_138, NULL);
G_B88_0 = ((int32_t)(L_139));
goto IL_03aa;
}
IL_03a9:
{
G_B88_0 = 1;
}
IL_03aa:
{
V_8 = (bool)G_B88_0;
goto IL_0462;
}
IL_03b1:
{
// return value.stringValue == "false" || value.stringValue == "False" ||
// value.stringValue == "0";
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_140 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_141 = L_140.___stringValue_4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_142;
L_142 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
bool L_143;
L_143 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_141, L_142, NULL);
if (L_143)
{
goto IL_03f6;
}
}
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_144 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_145 = L_144.___stringValue_4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_146;
L_146 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(_stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F, NULL);
bool L_147;
L_147 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_145, L_146, NULL);
if (L_147)
{
goto IL_03f6;
}
}
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_148 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_149 = L_148.___stringValue_4;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_150;
L_150 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL);
bool L_151;
L_151 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_149, L_150, NULL);
G_B93_0 = ((int32_t)(L_151));
goto IL_03f7;
}
IL_03f6:
{
G_B93_0 = 1;
}
IL_03f7:
{
V_8 = (bool)G_B93_0;
goto IL_0462;
}
IL_03fb:
{
}
IL_03fc:
{
// if (obj is Enum)
RuntimeObject* L_152 = ___obj0;
V_36 = (bool)((!(((RuntimeObject*)(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)IsInstClass((RuntimeObject*)L_152, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_153 = V_36;
if (!L_153)
{
goto IL_045d;
}
}
{
// if (value.type == JsonValueType.Integer)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_154 = ___value1;
int32_t L_155 = L_154.___type_0;
V_37 = (bool)((((int32_t)L_155) == ((int32_t)3))? 1 : 0);
bool L_156 = V_37;
if (!L_156)
{
goto IL_042d;
}
}
{
// return Convert.ToInt64(obj) == value.integerValue;
RuntimeObject* L_157 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_158;
L_158 = Convert_ToInt64_mC34CCA8720E7032D4CFA51E522DB99EC6F07F16D(L_157, NULL);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_159 = ___value1;
int64_t L_160 = L_159.___integerValue_3;
V_8 = (bool)((((int64_t)L_158) == ((int64_t)L_160))? 1 : 0);
goto IL_0462;
}
IL_042d:
{
// if (value.type == JsonValueType.String)
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_161 = ___value1;
int32_t L_162 = L_161.___type_0;
V_38 = (bool)((((int32_t)L_162) == ((int32_t)4))? 1 : 0);
bool L_163 = V_38;
if (!L_163)
{
goto IL_045c;
}
}
{
// return value.stringValue == Enum.GetName(obj.GetType(), obj);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_164 = ___value1;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_165 = L_164.___stringValue_4;
RuntimeObject* L_166 = ___obj0;
NullCheck(L_166);
Type_t* L_167;
L_167 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_166, NULL);
RuntimeObject* L_168 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
String_t* L_169;
L_169 = Enum_GetName_m4979EACFA1491E66FBCAD1DFDD78B5A678111E41(L_167, L_168, NULL);
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_170;
L_170 = JsonString_op_Implicit_mDB63AF6E384FEA926E7F039CBA137EF871B99E68(L_169, NULL);
bool L_171;
L_171 = JsonString_op_Equality_mA19E99251444BC1DFF548390B5C4AE6973E5E1E5(L_165, L_170, NULL);
V_8 = L_171;
goto IL_0462;
}
IL_045c:
{
}
IL_045d:
{
// return false;
V_8 = (bool)0;
goto IL_0462;
}
IL_0462:
{
// }
bool L_172 = V_8;
return L_172;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
// return obj is JsonValue other && Equals(other);
RuntimeObject* L_0 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_1 = ___obj0;
V_0 = ((*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)UnBox(L_1, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var))));
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_0;
bool L_3;
L_3 = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56(__this, L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_1 = (bool)G_B3_0;
goto IL_001d;
}
IL_001d:
{
// }
bool L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C bool JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
bool _returnValue;
_returnValue = JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
{
// var hashCode = (int)type;
int32_t L_0 = __this->___type_0;
V_0 = L_0;
// hashCode = (hashCode * 397) ^ boolValue.GetHashCode();
int32_t L_1 = V_0;
bool* L_2 = (&__this->___boolValue_1);
int32_t L_3;
L_3 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_2, NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^L_3));
// hashCode = (hashCode * 397) ^ realValue.GetHashCode();
int32_t L_4 = V_0;
double* L_5 = (&__this->___realValue_2);
int32_t L_6;
L_6 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_5, NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_4, ((int32_t)397)))^L_6));
// hashCode = (hashCode * 397) ^ integerValue.GetHashCode();
int32_t L_7 = V_0;
int64_t* L_8 = (&__this->___integerValue_3);
int32_t L_9;
L_9 = Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496(L_8, NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)397)))^L_9));
// hashCode = (hashCode * 397) ^ stringValue.GetHashCode();
int32_t L_10 = V_0;
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* L_11 = (&__this->___stringValue_4);
int32_t L_12;
L_12 = JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5(L_11, NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)397)))^L_12));
// hashCode = (hashCode * 397) ^ (arrayValue != null ? arrayValue.GetHashCode() : 0);
int32_t L_13 = V_0;
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_14 = __this->___arrayValue_5;
G_B1_0 = ((int32_t)il2cpp_codegen_multiply(L_13, ((int32_t)397)));
if (L_14)
{
G_B2_0 = ((int32_t)il2cpp_codegen_multiply(L_13, ((int32_t)397)));
goto IL_0071;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_007c;
}
IL_0071:
{
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_15 = __this->___arrayValue_5;
NullCheck(L_15);
int32_t L_16;
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15);
G_B3_0 = L_16;
G_B3_1 = G_B2_0;
}
IL_007c:
{
V_0 = ((int32_t)(G_B3_1^G_B3_0));
// hashCode = (hashCode * 397) ^ (objectValue != null ? objectValue.GetHashCode() : 0);
int32_t L_17 = V_0;
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_18 = __this->___objectValue_6;
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(L_17, ((int32_t)397)));
if (L_18)
{
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(L_17, ((int32_t)397)));
goto IL_0090;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_009b;
}
IL_0090:
{
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_19 = __this->___objectValue_6;
NullCheck(L_19);
int32_t L_20;
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_19);
G_B6_0 = L_20;
G_B6_1 = G_B5_0;
}
IL_009b:
{
V_0 = ((int32_t)(G_B6_1^G_B6_0));
// hashCode = (hashCode * 397) ^ (anyValue != null ? anyValue.GetHashCode() : 0);
int32_t L_21 = V_0;
RuntimeObject* L_22 = __this->___anyValue_7;
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(L_21, ((int32_t)397)));
if (L_22)
{
G_B8_0 = ((int32_t)il2cpp_codegen_multiply(L_21, ((int32_t)397)));
goto IL_00af;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_00ba;
}
IL_00af:
{
RuntimeObject* L_23 = __this->___anyValue_7;
NullCheck(L_23);
int32_t L_24;
L_24 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_23);
G_B9_0 = L_24;
G_B9_1 = G_B8_0;
}
IL_00ba:
{
V_0 = ((int32_t)(G_B9_1^G_B9_0));
// return hashCode;
int32_t L_25 = V_0;
V_1 = L_25;
goto IL_00c0;
}
IL_00c0:
{
// }
int32_t L_26 = V_1;
return L_26;
}
}
IL2CPP_EXTERN_C int32_t JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
int32_t _returnValue;
_returnValue = JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_op_Equality_m80E7B250E886C27EA0F357CF76130109E2A4731C (JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___left0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_0 = ___right1;
bool L_1;
L_1 = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Inequality(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_op_Inequality_m6136CD882774D4BAC969CF3209751AC2E0D9E3A2 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___left0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_0 = ___right1;
bool L_1;
L_1 = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m34E308A107EAABB21D9584BF374E34E2E1213BB9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* L_0 = (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740*)il2cpp_codegen_object_new(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mF5FDEAE943A79ACEDDBD71C7BB62786CC89BEAB6(L_0, NULL);
((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5FDEAE943A79ACEDDBD71C7BB62786CC89BEAB6 (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<ToString>b__11_0(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___x0, const RuntimeMethod* method)
{
{
// return $"[{string.Join(",", arrayValue.Select(x => x.ToString()))}]";
String_t* L_0;
L_0 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___x0), NULL);
return L_0;
}
}
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<ToString>b__11_1(System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8 ___pair0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral987DBAD62F58327E403CC7854409712A13BD33B8);
s_Il2CppMethodInitialized = true;
}
{
// var elements = objectValue.Select(pair => $"\"{pair.Key}\" : \"{pair.Value}\"");
String_t* L_0;
L_0 = KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_inline((&___pair0), KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_RuntimeMethod_var);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1;
L_1 = KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_inline((&___pair0), KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_RuntimeMethod_var);
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = L_1;
RuntimeObject* L_3 = Box(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var, &L_2);
String_t* L_4;
L_4 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral987DBAD62F58327E403CC7854409712A13BD33B8, L_0, L_3, NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::Compare(System.Void*,System.Void*,UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_Compare_mBCEE258B6CE41B6C02D571AB1639C1975F05A2D9 (void* ___ptr10, void* ___ptr21, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___region2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (region.sizeInBits == 1)
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_0 = ___region2;
uint32_t L_1 = L_0.___sizeInBits_1;
V_0 = (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_002b;
}
}
{
// return ReadSingleBit(ptr1, region.bitOffset) == ReadSingleBit(ptr2, region.bitOffset);
void* L_3 = ___ptr10;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_4 = ___region2;
uint32_t L_5 = L_4.___bitOffset_0;
bool L_6;
L_6 = MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7(L_3, L_5, NULL);
void* L_7 = ___ptr21;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_8 = ___region2;
uint32_t L_9 = L_8.___bitOffset_0;
bool L_10;
L_10 = MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7(L_7, L_9, NULL);
V_1 = (bool)((((int32_t)L_6) == ((int32_t)L_10))? 1 : 0);
goto IL_0043;
}
IL_002b:
{
// return MemCmpBitRegion(ptr1, ptr2, region.bitOffset, region.sizeInBits);
void* L_11 = ___ptr10;
void* L_12 = ___ptr21;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_13 = ___region2;
uint32_t L_14 = L_13.___bitOffset_0;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_15 = ___region2;
uint32_t L_16 = L_15.___sizeInBits_1;
bool L_17;
L_17 = MemoryHelpers_MemCmpBitRegion_m3DA9A26EA034F79165261FA5A998DC3A181222E3(L_11, L_12, L_14, L_16, (void*)((uintptr_t)0), NULL);
V_1 = L_17;
goto IL_0043;
}
IL_0043:
{
// }
bool L_18 = V_1;
return L_18;
}
}
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ComputeFollowingByteOffset(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ComputeFollowingByteOffset_mB0217E2687666185FC02B749941DACACA1C1CF44 (uint32_t ___byteOffset0, uint32_t ___sizeInBits1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int64_t G_B2_0 = 0;
int64_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int64_t G_B3_1 = 0;
{
// return (uint)(byteOffset + sizeInBits / 8 + (sizeInBits % 8 > 0 ? 1 : 0));
uint32_t L_0 = ___byteOffset0;
uint32_t L_1 = ___sizeInBits1;
uint32_t L_2 = ___sizeInBits1;
G_B1_0 = ((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)8))))));
if ((!(((uint32_t)((int32_t)((uint32_t)(int32_t)L_2%(uint32_t)(int32_t)8))) <= ((uint32_t)0))))
{
G_B2_0 = ((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)8))))));
goto IL_0010;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0011:
{
V_0 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_add(G_B3_1, ((int64_t)G_B3_0))));
goto IL_0017;
}
IL_0017:
{
// }
uint32_t L_3 = V_0;
return L_3;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteSingleBit(System.Void*,System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteSingleBit_m72417937A056A756E474BC8D72A84C45B4DEA1E8 (void* ___ptr0, uint32_t ___bitOffset1, bool ___value2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
bool V_1 = false;
{
// var byteOffset = bitOffset >> 3;
uint32_t L_0 = ___bitOffset1;
V_0 = ((int32_t)((uint32_t)L_0>>3));
// bitOffset &= 7;
uint32_t L_1 = ___bitOffset1;
___bitOffset1 = ((int32_t)((int32_t)L_1&7));
// if (value)
bool L_2 = ___value2;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0021;
}
}
{
// *((byte*)ptr + byteOffset) |= (byte)(1U << (int)bitOffset);
void* L_4 = ___ptr0;
uint32_t L_5 = V_0;
void* L_6 = ((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5)));
int32_t L_7 = *((uint8_t*)L_6);
uint32_t L_8 = ___bitOffset1;
*((int8_t*)L_6) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_7|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)((int32_t)L_8&((int32_t)31)))))))));
goto IL_0032;
}
IL_0021:
{
// *((byte*)ptr + byteOffset) &= (byte)~(1U << (int)bitOffset);
void* L_9 = ___ptr0;
uint32_t L_10 = V_0;
void* L_11 = ((void*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((uintptr_t)L_10)));
int32_t L_12 = *((uint8_t*)L_11);
uint32_t L_13 = ___bitOffset1;
*((int8_t*)L_11) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_12&((int32_t)(uint8_t)((~((int32_t)(1<<((int32_t)((int32_t)L_13&((int32_t)31)))))))))));
}
IL_0032:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7 (void* ___ptr0, uint32_t ___bitOffset1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
bool V_1 = false;
{
// var byteOffset = bitOffset >> 3;
uint32_t L_0 = ___bitOffset1;
V_0 = ((int32_t)((uint32_t)L_0>>3));
// bitOffset &= 7;
uint32_t L_1 = ___bitOffset1;
___bitOffset1 = ((int32_t)((int32_t)L_1&7));
// return (*((byte*)ptr + byteOffset) & (1U << (int)bitOffset)) != 0;
void* L_2 = ___ptr0;
uint32_t L_3 = V_0;
int32_t L_4 = *((uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((uintptr_t)L_3))));
uint32_t L_5 = ___bitOffset1;
V_1 = (bool)((!(((uint32_t)((int32_t)(L_4&((int32_t)(1<<((int32_t)((int32_t)L_5&((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0);
goto IL_001c;
}
IL_001c:
{
// }
bool L_6 = V_1;
return L_6;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCpyBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemCpyBitRegion_mEB77C08864260696B35791FFE2C4E7B20F9F3911 (void* ___destination0, void* ___source1, uint32_t ___bitOffset2, uint32_t ___bitCount3, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
bool V_4 = false;
uint32_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
int32_t V_12 = 0;
{
// var destPtr = (byte*)destination;
void* L_0 = ___destination0;
V_0 = (uint8_t*)L_0;
// var sourcePtr = (byte*)source;
void* L_1 = ___source1;
V_1 = (uint8_t*)L_1;
// if (bitOffset >= 8)
uint32_t L_2 = ___bitOffset2;
V_4 = (bool)((((int32_t)((!(((uint32_t)L_2) >= ((uint32_t)8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_4;
if (!L_3)
{
goto IL_002a;
}
}
{
// var skipBytes = bitOffset / 8;
uint32_t L_4 = ___bitOffset2;
V_5 = ((int32_t)((uint32_t)(int32_t)L_4/(uint32_t)(int32_t)8));
// destPtr += skipBytes;
uint8_t* L_5 = V_0;
uint32_t L_6 = V_5;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((uintptr_t)L_6)));
// sourcePtr += skipBytes;
uint8_t* L_7 = V_1;
uint32_t L_8 = V_5;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((uintptr_t)L_8)));
// bitOffset %= 8;
uint32_t L_9 = ___bitOffset2;
___bitOffset2 = ((int32_t)((uint32_t)(int32_t)L_9%(uint32_t)(int32_t)8));
}
IL_002a:
{
// if (bitOffset > 0)
uint32_t L_10 = ___bitOffset2;
V_6 = (bool)((!(((uint32_t)L_10) <= ((uint32_t)0)))? 1 : 0);
bool L_11 = V_6;
if (!L_11)
{
goto IL_0096;
}
}
{
// var byteMask = 0xFF << (int)bitOffset;
uint32_t L_12 = ___bitOffset2;
V_7 = ((int32_t)(((int32_t)255)<<((int32_t)((int32_t)L_12&((int32_t)31)))));
// if (bitCount + bitOffset < 8)
uint32_t L_13 = ___bitCount3;
uint32_t L_14 = ___bitOffset2;
V_8 = (bool)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) >= ((uint32_t)8)))? 1 : 0);
bool L_15 = V_8;
if (!L_15)
{
goto IL_0060;
}
}
{
// byteMask &= 0xFF >> (int)(8 - (bitCount + bitOffset));
int32_t L_16 = V_7;
uint32_t L_17 = ___bitCount3;
uint32_t L_18 = ___bitOffset2;
V_7 = ((int32_t)(L_16&((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))))&((int32_t)31)))))));
}
IL_0060:
{
// *destPtr = (byte)(((*destPtr & ~byteMask) | (*sourcePtr & byteMask)) & 0xFF);
uint8_t* L_19 = V_0;
uint8_t* L_20 = V_0;
int32_t L_21 = *((uint8_t*)L_20);
int32_t L_22 = V_7;
uint8_t* L_23 = V_1;
int32_t L_24 = *((uint8_t*)L_23);
int32_t L_25 = V_7;
*((int8_t*)L_19) = (int8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)(((int32_t)(L_21&((~L_22))))|((int32_t)(L_24&L_25))))&((int32_t)255))));
// if (bitCount + bitOffset <= 8)
uint32_t L_26 = ___bitCount3;
uint32_t L_27 = ___bitOffset2;
V_9 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))) <= ((uint32_t)8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_28 = V_9;
if (!L_28)
{
goto IL_0086;
}
}
{
// return;
goto IL_00ee;
}
IL_0086:
{
// ++destPtr;
uint8_t* L_29 = V_0;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, 1));
// ++sourcePtr;
uint8_t* L_30 = V_1;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, 1));
// bitCount -= 8 - bitOffset;
uint32_t L_31 = ___bitCount3;
uint32_t L_32 = ___bitOffset2;
___bitCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, ((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_32))));
}
IL_0096:
{
// var byteCount = bitCount / 8;
uint32_t L_33 = ___bitCount3;
V_2 = ((int32_t)((uint32_t)(int32_t)L_33/(uint32_t)(int32_t)8));
// if (byteCount >= 1)
uint32_t L_34 = V_2;
V_10 = (bool)((((int32_t)((!(((uint32_t)L_34) >= ((uint32_t)1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_35 = V_10;
if (!L_35)
{
goto IL_00b1;
}
}
{
// UnsafeUtility.MemCpy(destPtr, sourcePtr, byteCount);
uint8_t* L_36 = V_0;
uint8_t* L_37 = V_1;
uint32_t L_38 = V_2;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_36, (void*)L_37, ((int64_t)(uint64_t)L_38), NULL);
}
IL_00b1:
{
// var remainingBitCount = bitCount % 8;
uint32_t L_39 = ___bitCount3;
V_3 = ((int32_t)((uint32_t)(int32_t)L_39%(uint32_t)(int32_t)8));
// if (remainingBitCount > 0)
uint32_t L_40 = V_3;
V_11 = (bool)((!(((uint32_t)L_40) <= ((uint32_t)0)))? 1 : 0);
bool L_41 = V_11;
if (!L_41)
{
goto IL_00ee;
}
}
{
// destPtr += byteCount;
uint8_t* L_42 = V_0;
uint32_t L_43 = V_2;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((uintptr_t)L_43)));
// sourcePtr += byteCount;
uint8_t* L_44 = V_1;
uint32_t L_45 = V_2;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((uintptr_t)L_45)));
// var byteMask = 0xFF >> (int)(8 - remainingBitCount);
uint32_t L_46 = V_3;
V_12 = ((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_46))&((int32_t)31)))));
// *destPtr = (byte)(((*destPtr & ~byteMask) | (*sourcePtr & byteMask)) & 0xFF);
uint8_t* L_47 = V_0;
uint8_t* L_48 = V_0;
int32_t L_49 = *((uint8_t*)L_48);
int32_t L_50 = V_12;
uint8_t* L_51 = V_1;
int32_t L_52 = *((uint8_t*)L_51);
int32_t L_53 = V_12;
*((int8_t*)L_47) = (int8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)(((int32_t)(L_49&((~L_50))))|((int32_t)(L_52&L_53))))&((int32_t)255))));
}
IL_00ee:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCmpBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_MemCmpBitRegion_m3DA9A26EA034F79165261FA5A998DC3A181222E3 (void* ___ptr10, void* ___ptr21, uint32_t ___bitOffset2, uint32_t ___bitCount3, void* ___mask4, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
uint32_t V_3 = 0;
uint32_t V_4 = 0;
bool V_5 = false;
uint32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
int32_t V_19 = 0;
uint8_t V_20 = 0x0;
uint8_t V_21 = 0x0;
uint8_t V_22 = 0x0;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
int32_t V_27 = 0;
int32_t V_28 = 0;
int32_t V_29 = 0;
bool V_30 = false;
bool V_31 = false;
{
// var bytePtr1 = (byte*)ptr1;
void* L_0 = ___ptr10;
V_0 = (uint8_t*)L_0;
// var bytePtr2 = (byte*)ptr2;
void* L_1 = ___ptr21;
V_1 = (uint8_t*)L_1;
// var maskPtr = (byte*)mask;
void* L_2 = ___mask4;
V_2 = (uint8_t*)L_2;
// if (bitOffset >= 8)
uint32_t L_3 = ___bitOffset2;
V_5 = (bool)((((int32_t)((!(((uint32_t)L_3) >= ((uint32_t)8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_5;
if (!L_4)
{
goto IL_0041;
}
}
{
// var skipBytes = bitOffset / 8;
uint32_t L_5 = ___bitOffset2;
V_6 = ((int32_t)((uint32_t)(int32_t)L_5/(uint32_t)(int32_t)8));
// bytePtr1 += skipBytes;
uint8_t* L_6 = V_0;
uint32_t L_7 = V_6;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((uintptr_t)L_7)));
// bytePtr2 += skipBytes;
uint8_t* L_8 = V_1;
uint32_t L_9 = V_6;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((uintptr_t)L_9)));
// if (maskPtr != null)
uint8_t* L_10 = V_2;
V_7 = (bool)((((int32_t)((((intptr_t)L_10) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_11 = V_7;
if (!L_11)
{
goto IL_003b;
}
}
{
// maskPtr += skipBytes;
uint8_t* L_12 = V_2;
uint32_t L_13 = V_6;
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((uintptr_t)L_13)));
}
IL_003b:
{
// bitOffset %= 8;
uint32_t L_14 = ___bitOffset2;
___bitOffset2 = ((int32_t)((uint32_t)(int32_t)L_14%(uint32_t)(int32_t)8));
}
IL_0041:
{
// if (bitOffset > 0)
uint32_t L_15 = ___bitOffset2;
V_8 = (bool)((!(((uint32_t)L_15) <= ((uint32_t)0)))? 1 : 0);
bool L_16 = V_8;
if (!L_16)
{
goto IL_00e1;
}
}
{
// var byteMask = 0xFF << (int)bitOffset;
uint32_t L_17 = ___bitOffset2;
V_9 = ((int32_t)(((int32_t)255)<<((int32_t)((int32_t)L_17&((int32_t)31)))));
// if (bitCount + bitOffset < 8)
uint32_t L_18 = ___bitCount3;
uint32_t L_19 = ___bitOffset2;
V_12 = (bool)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))) >= ((uint32_t)8)))? 1 : 0);
bool L_20 = V_12;
if (!L_20)
{
goto IL_007a;
}
}
{
// byteMask &= 0xFF >> (int)(8 - (bitCount + bitOffset));
int32_t L_21 = V_9;
uint32_t L_22 = ___bitCount3;
uint32_t L_23 = ___bitOffset2;
V_9 = ((int32_t)(L_21&((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))))&((int32_t)31)))))));
}
IL_007a:
{
// if (maskPtr != null)
uint8_t* L_24 = V_2;
V_13 = (bool)((((int32_t)((((intptr_t)L_24) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_25 = V_13;
if (!L_25)
{
goto IL_0095;
}
}
{
// byteMask &= *maskPtr;
int32_t L_26 = V_9;
uint8_t* L_27 = V_2;
int32_t L_28 = *((uint8_t*)L_27);
V_9 = ((int32_t)(L_26&L_28));
// ++maskPtr;
uint8_t* L_29 = V_2;
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, 1));
}
IL_0095:
{
// var byte1 = *bytePtr1 & byteMask;
uint8_t* L_30 = V_0;
int32_t L_31 = *((uint8_t*)L_30);
int32_t L_32 = V_9;
V_10 = ((int32_t)(L_31&L_32));
// var byte2 = *bytePtr2 & byteMask;
uint8_t* L_33 = V_1;
int32_t L_34 = *((uint8_t*)L_33);
int32_t L_35 = V_9;
V_11 = ((int32_t)(L_34&L_35));
// if (byte1 != byte2)
int32_t L_36 = V_10;
int32_t L_37 = V_11;
V_14 = (bool)((((int32_t)((((int32_t)L_36) == ((int32_t)L_37))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_38 = V_14;
if (!L_38)
{
goto IL_00ba;
}
}
{
// return false;
V_15 = (bool)0;
goto IL_01d9;
}
IL_00ba:
{
// if (bitCount + bitOffset <= 8)
uint32_t L_39 = ___bitCount3;
uint32_t L_40 = ___bitOffset2;
V_16 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40))) <= ((uint32_t)8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_41 = V_16;
if (!L_41)
{
goto IL_00d1;
}
}
{
// return true;
V_15 = (bool)1;
goto IL_01d9;
}
IL_00d1:
{
// ++bytePtr1;
uint8_t* L_42 = V_0;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, 1));
// ++bytePtr2;
uint8_t* L_43 = V_1;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, 1));
// bitCount -= 8 - bitOffset;
uint32_t L_44 = ___bitCount3;
uint32_t L_45 = ___bitOffset2;
___bitCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, ((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_45))));
}
IL_00e1:
{
// var byteCount = bitCount / 8;
uint32_t L_46 = ___bitCount3;
V_3 = ((int32_t)((uint32_t)(int32_t)L_46/(uint32_t)(int32_t)8));
// if (byteCount >= 1)
uint32_t L_47 = V_3;
V_17 = (bool)((((int32_t)((!(((uint32_t)L_47) >= ((uint32_t)1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_48 = V_17;
if (!L_48)
{
goto IL_016b;
}
}
{
// if (maskPtr != null)
uint8_t* L_49 = V_2;
V_18 = (bool)((((int32_t)((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_50 = V_18;
if (!L_50)
{
goto IL_0151;
}
}
{
// for (var i = 0; i < byteCount; ++i)
V_19 = 0;
goto IL_0141;
}
IL_0107:
{
// var byte1 = bytePtr1[i];
uint8_t* L_51 = V_0;
int32_t L_52 = V_19;
int32_t L_53 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_51, L_52)));
V_20 = (uint8_t)L_53;
// var byte2 = bytePtr2[i];
uint8_t* L_54 = V_1;
int32_t L_55 = V_19;
int32_t L_56 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, L_55)));
V_21 = (uint8_t)L_56;
// var byteMask = maskPtr[i];
uint8_t* L_57 = V_2;
int32_t L_58 = V_19;
int32_t L_59 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_57, L_58)));
V_22 = (uint8_t)L_59;
// if ((byte1 & byteMask) != (byte2 & byteMask))
uint8_t L_60 = V_20;
uint8_t L_61 = V_22;
uint8_t L_62 = V_21;
uint8_t L_63 = V_22;
V_23 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_60&(int32_t)L_61))) == ((int32_t)((int32_t)((int32_t)L_62&(int32_t)L_63))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_64 = V_23;
if (!L_64)
{
goto IL_013a;
}
}
{
// return false;
V_15 = (bool)0;
goto IL_01d9;
}
IL_013a:
{
// for (var i = 0; i < byteCount; ++i)
int32_t L_65 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add(L_65, 1));
}
IL_0141:
{
// for (var i = 0; i < byteCount; ++i)
int32_t L_66 = V_19;
uint32_t L_67 = V_3;
V_24 = (bool)((((int64_t)((int64_t)L_66)) < ((int64_t)((int64_t)(uint64_t)L_67)))? 1 : 0);
bool L_68 = V_24;
if (L_68)
{
goto IL_0107;
}
}
{
goto IL_016a;
}
IL_0151:
{
// if (UnsafeUtility.MemCmp(bytePtr1, bytePtr2, byteCount) != 0)
uint8_t* L_69 = V_0;
uint8_t* L_70 = V_1;
uint32_t L_71 = V_3;
int32_t L_72;
L_72 = UnsafeUtility_MemCmp_mB5CB8C7A8AD66A3B48114DB7DBCF3BEE80046689((void*)L_69, (void*)L_70, ((int64_t)(uint64_t)L_71), NULL);
V_25 = (bool)((!(((uint32_t)L_72) <= ((uint32_t)0)))? 1 : 0);
bool L_73 = V_25;
if (!L_73)
{
goto IL_0169;
}
}
{
// return false;
V_15 = (bool)0;
goto IL_01d9;
}
IL_0169:
{
}
IL_016a:
{
}
IL_016b:
{
// var remainingBitCount = bitCount % 8;
uint32_t L_74 = ___bitCount3;
V_4 = ((int32_t)((uint32_t)(int32_t)L_74%(uint32_t)(int32_t)8));
// if (remainingBitCount > 0)
uint32_t L_75 = V_4;
V_26 = (bool)((!(((uint32_t)L_75) <= ((uint32_t)0)))? 1 : 0);
bool L_76 = V_26;
if (!L_76)
{
goto IL_01d4;
}
}
{
// bytePtr1 += byteCount;
uint8_t* L_77 = V_0;
uint32_t L_78 = V_3;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, (intptr_t)((uintptr_t)L_78)));
// bytePtr2 += byteCount;
uint8_t* L_79 = V_1;
uint32_t L_80 = V_3;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, (intptr_t)((uintptr_t)L_80)));
// var byteMask = 0xFF >> (int)(8 - remainingBitCount);
uint32_t L_81 = V_4;
V_27 = ((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_81))&((int32_t)31)))));
// if (maskPtr != null)
uint8_t* L_82 = V_2;
V_30 = (bool)((((int32_t)((((intptr_t)L_82) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_83 = V_30;
if (!L_83)
{
goto IL_01b1;
}
}
{
// maskPtr += byteCount;
uint8_t* L_84 = V_2;
uint32_t L_85 = V_3;
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_84, (intptr_t)((uintptr_t)L_85)));
// byteMask &= *maskPtr;
int32_t L_86 = V_27;
uint8_t* L_87 = V_2;
int32_t L_88 = *((uint8_t*)L_87);
V_27 = ((int32_t)(L_86&L_88));
}
IL_01b1:
{
// var byte1 = *bytePtr1 & byteMask;
uint8_t* L_89 = V_0;
int32_t L_90 = *((uint8_t*)L_89);
int32_t L_91 = V_27;
V_28 = ((int32_t)(L_90&L_91));
// var byte2 = *bytePtr2 & byteMask;
uint8_t* L_92 = V_1;
int32_t L_93 = *((uint8_t*)L_92);
int32_t L_94 = V_27;
V_29 = ((int32_t)(L_93&L_94));
// if (byte1 != byte2)
int32_t L_95 = V_28;
int32_t L_96 = V_29;
V_31 = (bool)((((int32_t)((((int32_t)L_95) == ((int32_t)L_96))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_97 = V_31;
if (!L_97)
{
goto IL_01d3;
}
}
{
// return false;
V_15 = (bool)0;
goto IL_01d9;
}
IL_01d3:
{
}
IL_01d4:
{
// return true;
V_15 = (bool)1;
goto IL_01d9;
}
IL_01d9:
{
// }
bool L_98 = V_15;
return L_98;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemSet(System.Void*,System.Int32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemSet_m6EFB1B081D81491C0F720487BAEF4F764D27CE23 (void* ___destination0, int32_t ___numBytes1, uint8_t ___value2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// var to = (byte*)destination;
void* L_0 = ___destination0;
V_0 = (uint8_t*)L_0;
// var pos = 0;
V_1 = 0;
goto IL_0027;
}
IL_0008:
{
// *(uint*)&to[pos] = ((uint)value << 24) | ((uint)value << 16) | ((uint)value << 8) | value;
uint8_t* L_1 = V_0;
int32_t L_2 = V_1;
uint8_t L_3 = ___value2;
uint8_t L_4 = ___value2;
uint8_t L_5 = ___value2;
uint8_t L_6 = ___value2;
*((int32_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_2)))) = (int32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_3<<((int32_t)24)))|((int32_t)((int32_t)L_4<<((int32_t)16)))))|((int32_t)((int32_t)L_5<<8))))|(int32_t)L_6));
// numBytes -= 4;
int32_t L_7 = ___numBytes1;
___numBytes1 = ((int32_t)il2cpp_codegen_subtract(L_7, 4));
// pos += 4;
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 4));
}
IL_0027:
{
// while (numBytes >= 4)
int32_t L_9 = ___numBytes1;
V_2 = (bool)((((int32_t)((((int32_t)L_9) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_10 = V_2;
if (L_10)
{
goto IL_0008;
}
}
{
goto IL_0044;
}
IL_0034:
{
// to[pos] = value;
uint8_t* L_11 = V_0;
int32_t L_12 = V_1;
uint8_t L_13 = ___value2;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, L_12))) = (int8_t)L_13;
// numBytes -= 1;
int32_t L_14 = ___numBytes1;
___numBytes1 = ((int32_t)il2cpp_codegen_subtract(L_14, 1));
// pos += 1;
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0044:
{
// while (numBytes > 0)
int32_t L_16 = ___numBytes1;
V_3 = (bool)((((int32_t)L_16) > ((int32_t)0))? 1 : 0);
bool L_17 = V_3;
if (L_17)
{
goto IL_0034;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCpyMasked(System.Void*,System.Void*,System.Int32,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemCpyMasked_m60B18115D808A25370BBC0E20C8F43B6B2B54C4A (void* ___destination0, void* ___source1, int32_t ___numBytes2, void* ___mask3, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
{
// var from = (byte*)source;
void* L_0 = ___source1;
V_0 = (uint8_t*)L_0;
// var to = (byte*)destination;
void* L_1 = ___destination0;
V_1 = (uint8_t*)L_1;
// var bits = (byte*)mask;
void* L_2 = ___mask3;
V_2 = (uint8_t*)L_2;
// var pos = 0;
V_3 = 0;
goto IL_0033;
}
IL_000c:
{
// *(uint*)(to + pos) &= ~*(uint*)(bits + pos); // Preserve unmasked bits.
uint8_t* L_3 = V_1;
int32_t L_4 = V_3;
uint8_t* L_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, L_4));
int32_t L_6 = *((uint32_t*)L_5);
uint8_t* L_7 = V_2;
int32_t L_8 = V_3;
int32_t L_9 = *((uint32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, L_8)));
*((int32_t*)L_5) = (int32_t)((int32_t)(L_6&((~L_9))));
// *(uint*)(to + pos) |= *(uint*)(from + pos) & *(uint*)(bits + pos); // Copy masked bits.
uint8_t* L_10 = V_1;
int32_t L_11 = V_3;
uint8_t* L_12 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, L_11));
int32_t L_13 = *((uint32_t*)L_12);
uint8_t* L_14 = V_0;
int32_t L_15 = V_3;
int32_t L_16 = *((uint32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, L_15)));
uint8_t* L_17 = V_2;
int32_t L_18 = V_3;
int32_t L_19 = *((uint32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, L_18)));
*((int32_t*)L_12) = (int32_t)((int32_t)(L_13|((int32_t)(L_16&L_19))));
// numBytes -= 4;
int32_t L_20 = ___numBytes2;
___numBytes2 = ((int32_t)il2cpp_codegen_subtract(L_20, 4));
// pos += 4;
int32_t L_21 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_21, 4));
}
IL_0033:
{
// while (numBytes >= 4)
int32_t L_22 = ___numBytes2;
V_4 = (bool)((((int32_t)((((int32_t)L_22) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_23 = V_4;
if (L_23)
{
goto IL_000c;
}
}
{
goto IL_006f;
}
IL_0042:
{
// to[pos] &= (byte)~bits[pos]; // Preserve unmasked bits.
uint8_t* L_24 = V_1;
int32_t L_25 = V_3;
uint8_t* L_26 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, L_25));
int32_t L_27 = *((uint8_t*)L_26);
uint8_t* L_28 = V_2;
int32_t L_29 = V_3;
int32_t L_30 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, L_29)));
*((int8_t*)L_26) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_27&((int32_t)(uint8_t)((~L_30))))));
// to[pos] |= (byte)(from[pos] & bits[pos]); // Copy masked bits.
uint8_t* L_31 = V_1;
int32_t L_32 = V_3;
uint8_t* L_33 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, L_32));
int32_t L_34 = *((uint8_t*)L_33);
uint8_t* L_35 = V_0;
int32_t L_36 = V_3;
int32_t L_37 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, L_36)));
uint8_t* L_38 = V_2;
int32_t L_39 = V_3;
int32_t L_40 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, L_39)));
*((int8_t*)L_33) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_34|((int32_t)(uint8_t)((int32_t)(L_37&L_40))))));
// numBytes -= 1;
int32_t L_41 = ___numBytes2;
___numBytes2 = ((int32_t)il2cpp_codegen_subtract(L_41, 1));
// pos += 1;
int32_t L_42 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_006f:
{
// while (numBytes > 0)
int32_t L_43 = ___numBytes2;
V_5 = (bool)((((int32_t)L_43) > ((int32_t)0))? 1 : 0);
bool L_44 = V_5;
if (L_44)
{
goto IL_0042;
}
}
{
// }
return;
}
}
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsUInt(System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
uint8_t V_6 = 0x0;
uint32_t V_7 = 0;
uint32_t V_8 = 0;
bool V_9 = false;
uint16_t V_10 = 0;
uint32_t V_11 = 0;
bool V_12 = false;
uint32_t V_13 = 0;
uint32_t V_14 = 0;
{
// if (ptr == null)
void* L_0 = ___ptr0;
V_0 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// throw new ArgumentNullException(nameof(ptr));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372_RuntimeMethod_var)));
}
IL_0015:
{
// if (bitCount > sizeof(int) * 8)
uint32_t L_3 = ___bitCount2;
V_1 = (bool)((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)32))))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002e;
}
}
{
// throw new ArgumentException("Trying to read more than 32 bits as int", nameof(bitCount));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDF05D6B6E6126A0DECDC059BD62C0F5CE4939F7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372_RuntimeMethod_var)));
}
IL_002e:
{
// if (bitOffset > 32)
uint32_t L_6 = ___bitOffset1;
V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)32))))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0051;
}
}
{
// var newBitOffset = (int)bitOffset % 32;
uint32_t L_8 = ___bitOffset1;
V_3 = ((int32_t)((int32_t)L_8%((int32_t)32)));
// var intOffset = ((int)bitOffset - newBitOffset) / 32;
uint32_t L_9 = ___bitOffset1;
int32_t L_10 = V_3;
V_4 = ((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, L_10))/((int32_t)32)));
// ptr = (byte*)ptr + (intOffset * 4);
void* L_11 = ___ptr0;
int32_t L_12 = V_4;
___ptr0 = ((void*)il2cpp_codegen_add((intptr_t)L_11, ((int32_t)il2cpp_codegen_multiply(L_12, 4))));
// bitOffset = (uint)newBitOffset;
int32_t L_13 = V_3;
___bitOffset1 = L_13;
}
IL_0051:
{
// if (bitOffset + bitCount <= 8)
uint32_t L_14 = ___bitOffset1;
uint32_t L_15 = ___bitCount2;
V_5 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))) <= ((uint32_t)8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_16 = V_5;
if (!L_16)
{
goto IL_0086;
}
}
{
// var value = *(byte*)ptr;
void* L_17 = ___ptr0;
int32_t L_18 = *((uint8_t*)L_17);
V_6 = (uint8_t)L_18;
// value >>= (int)bitOffset;
uint8_t L_19 = V_6;
uint32_t L_20 = ___bitOffset1;
V_6 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_19>>((int32_t)((int32_t)L_20&((int32_t)31))))));
// var mask = 0xFFu >> (8 - (int)bitCount);
uint32_t L_21 = ___bitCount2;
V_7 = ((int32_t)((uint32_t)((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_21))&((int32_t)31)))));
// return value & mask;
uint8_t L_22 = V_6;
uint32_t L_23 = V_7;
V_8 = ((int32_t)((int32_t)L_22&(int32_t)L_23));
goto IL_00fa;
}
IL_0086:
{
// if (bitOffset + bitCount <= 16)
uint32_t L_24 = ___bitOffset1;
uint32_t L_25 = ___bitCount2;
V_9 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))) <= ((uint32_t)((int32_t)16))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_26 = V_9;
if (!L_26)
{
goto IL_00bd;
}
}
{
// var value = *(ushort*)ptr;
void* L_27 = ___ptr0;
int32_t L_28 = *((uint16_t*)L_27);
V_10 = (uint16_t)L_28;
// value >>= (int)bitOffset;
uint16_t L_29 = V_10;
uint32_t L_30 = ___bitOffset1;
V_10 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_29>>((int32_t)((int32_t)L_30&((int32_t)31))))));
// var mask = 0xFFFFu >> (16 - (int)bitCount);
uint32_t L_31 = ___bitCount2;
V_11 = ((int32_t)((uint32_t)((int32_t)65535)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)16), (int32_t)L_31))&((int32_t)31)))));
// return value & mask;
uint16_t L_32 = V_10;
uint32_t L_33 = V_11;
V_8 = ((int32_t)((int32_t)L_32&(int32_t)L_33));
goto IL_00fa;
}
IL_00bd:
{
// if (bitOffset + bitCount <= 32)
uint32_t L_34 = ___bitOffset1;
uint32_t L_35 = ___bitCount2;
V_12 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))) <= ((uint32_t)((int32_t)32))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_36 = V_12;
if (!L_36)
{
goto IL_00ef;
}
}
{
// var value = *(uint*)ptr;
void* L_37 = ___ptr0;
int32_t L_38 = *((uint32_t*)L_37);
V_13 = L_38;
// value >>= (int)bitOffset;
uint32_t L_39 = V_13;
uint32_t L_40 = ___bitOffset1;
V_13 = ((int32_t)((uint32_t)L_39>>((int32_t)((int32_t)L_40&((int32_t)31)))));
// var mask = 0xFFFFFFFFu >> (32 - (int)bitCount);
uint32_t L_41 = ___bitCount2;
V_14 = ((int32_t)((uint32_t)(-1)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), (int32_t)L_41))&((int32_t)31)))));
// return value & mask;
uint32_t L_42 = V_13;
uint32_t L_43 = V_14;
V_8 = ((int32_t)((int32_t)L_42&(int32_t)L_43));
goto IL_00fa;
}
IL_00ef:
{
// throw new NotImplementedException("Reading int straddling int boundary");
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_44 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_44);
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB65E0CD2222920FEF0AACB2070F5069A00A0F5E8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372_RuntimeMethod_var)));
}
IL_00fa:
{
// }
uint32_t L_45 = V_8;
return L_45;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, uint32_t ___value3, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
uint8_t V_3 = 0x0;
uint32_t V_4 = 0;
bool V_5 = false;
uint16_t V_6 = 0;
uint32_t V_7 = 0;
bool V_8 = false;
uint32_t V_9 = 0;
uint32_t V_10 = 0;
{
// if (ptr == null)
void* L_0 = ___ptr0;
V_0 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// throw new ArgumentNullException(nameof(ptr));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1_RuntimeMethod_var)));
}
IL_0015:
{
// if (bitCount > sizeof(int) * 8)
uint32_t L_3 = ___bitCount2;
V_1 = (bool)((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)32))))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002e;
}
}
{
// throw new ArgumentException("Trying to write more than 32 bits as int", nameof(bitCount));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54CB7DB750CFD4A202F28E9FE615FE000E19EE4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1_RuntimeMethod_var)));
}
IL_002e:
{
// if (bitOffset + bitCount <= 8)
uint32_t L_6 = ___bitOffset1;
uint32_t L_7 = ___bitCount2;
V_2 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))) <= ((uint32_t)8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_006a;
}
}
{
// var byteValue = (byte)value;
uint32_t L_9 = ___value3;
V_3 = (uint8_t)((int32_t)(uint8_t)L_9);
// byteValue <<= (int)bitOffset;
uint8_t L_10 = V_3;
uint32_t L_11 = ___bitOffset1;
V_3 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_10<<((int32_t)((int32_t)L_11&((int32_t)31))))));
// var mask = ~((0xFFU >> (8 - (int)bitCount)) << (int)bitOffset);
uint32_t L_12 = ___bitCount2;
uint32_t L_13 = ___bitOffset1;
V_4 = ((~((int32_t)(((int32_t)((uint32_t)((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_12))&((int32_t)31)))))<<((int32_t)((int32_t)L_13&((int32_t)31)))))));
// *(byte*)ptr = (byte)((*(byte*)ptr & mask) | byteValue);
void* L_14 = ___ptr0;
void* L_15 = ___ptr0;
int32_t L_16 = *((uint8_t*)L_15);
uint32_t L_17 = V_4;
uint8_t L_18 = V_3;
*((int8_t*)L_14) = (int8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)(L_16&(int32_t)L_17))|(int32_t)L_18)));
// return;
goto IL_00f0;
}
IL_006a:
{
// if (bitOffset + bitCount <= 16)
uint32_t L_19 = ___bitOffset1;
uint32_t L_20 = ___bitCount2;
V_5 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))) <= ((uint32_t)((int32_t)16))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_21 = V_5;
if (!L_21)
{
goto IL_00ab;
}
}
{
// var ushortValue = (ushort)value;
uint32_t L_22 = ___value3;
V_6 = (uint16_t)((int32_t)(uint16_t)L_22);
// ushortValue <<= (int)bitOffset;
uint16_t L_23 = V_6;
uint32_t L_24 = ___bitOffset1;
V_6 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_23<<((int32_t)((int32_t)L_24&((int32_t)31))))));
// var mask = ~((0xFFFFU >> (16 - (int)bitCount)) << (int)bitOffset);
uint32_t L_25 = ___bitCount2;
uint32_t L_26 = ___bitOffset1;
V_7 = ((~((int32_t)(((int32_t)((uint32_t)((int32_t)65535)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)16), (int32_t)L_25))&((int32_t)31)))))<<((int32_t)((int32_t)L_26&((int32_t)31)))))));
// *(ushort*)ptr = (ushort)((*(ushort*)ptr & mask) | ushortValue);
void* L_27 = ___ptr0;
void* L_28 = ___ptr0;
int32_t L_29 = *((uint16_t*)L_28);
uint32_t L_30 = V_7;
uint16_t L_31 = V_6;
*((int16_t*)L_27) = (int16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_29&(int32_t)L_30))|(int32_t)L_31)));
// return;
goto IL_00f0;
}
IL_00ab:
{
// if (bitOffset + bitCount <= 32)
uint32_t L_32 = ___bitOffset1;
uint32_t L_33 = ___bitCount2;
V_8 = (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33))) <= ((uint32_t)((int32_t)32))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_34 = V_8;
if (!L_34)
{
goto IL_00e5;
}
}
{
// var uintValue = (uint)value;
uint32_t L_35 = ___value3;
V_9 = L_35;
// uintValue <<= (int)bitOffset;
uint32_t L_36 = V_9;
uint32_t L_37 = ___bitOffset1;
V_9 = ((int32_t)((int32_t)L_36<<((int32_t)((int32_t)L_37&((int32_t)31)))));
// var mask = ~((0xFFFFFFFFU >> (32 - (int)bitCount)) << (int)bitOffset);
uint32_t L_38 = ___bitCount2;
uint32_t L_39 = ___bitOffset1;
V_10 = ((~((int32_t)(((int32_t)((uint32_t)(-1)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), (int32_t)L_38))&((int32_t)31)))))<<((int32_t)((int32_t)L_39&((int32_t)31)))))));
// *(uint*)ptr = (*(uint*)ptr & mask) | uintValue;
void* L_40 = ___ptr0;
void* L_41 = ___ptr0;
int32_t L_42 = *((uint32_t*)L_41);
uint32_t L_43 = V_10;
uint32_t L_44 = V_9;
*((int32_t*)L_40) = (int32_t)((int32_t)(((int32_t)(L_42&(int32_t)L_43))|(int32_t)L_44));
// return;
goto IL_00f0;
}
IL_00e5:
{
// throw new NotImplementedException("Writing int straddling int boundary");
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_45 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_45);
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ABFF555F317FC3F90BBC08DF52BDDE6D0E06A6C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1_RuntimeMethod_var)));
}
IL_00f0:
{
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadTwosComplementMultipleBitsAsInt(System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryHelpers_ReadTwosComplementMultipleBitsAsInt_mB0AB893D0AC02FFFEAB0FC75EDD35BC066982779 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return (int)ReadMultipleBitsAsUInt(ptr, bitOffset, bitCount);
void* L_0 = ___ptr0;
uint32_t L_1 = ___bitOffset1;
uint32_t L_2 = ___bitCount2;
uint32_t L_3;
L_3 = MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372(L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_000c;
}
IL_000c:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteIntAsTwosComplementMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteIntAsTwosComplementMultipleBits_m77F4B9156CD68AD1EEB25BCFA2BBF6E37C0EE3A5 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, int32_t ___value3, const RuntimeMethod* method)
{
{
// WriteUIntAsMultipleBits(ptr, bitOffset, bitCount, (uint)value);
void* L_0 = ___ptr0;
uint32_t L_1 = ___bitOffset1;
uint32_t L_2 = ___bitCount2;
int32_t L_3 = ___value3;
MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1(L_0, L_1, L_2, L_3, NULL);
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadExcessKMultipleBitsAsInt(System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryHelpers_ReadExcessKMultipleBitsAsInt_mC65E2E3D527FAF013C46CB07C493DD2A50665F5E (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
int32_t V_2 = 0;
{
// var value = (long)ReadMultipleBitsAsUInt(ptr, bitOffset, bitCount);
void* L_0 = ___ptr0;
uint32_t L_1 = ___bitOffset1;
uint32_t L_2 = ___bitCount2;
uint32_t L_3;
L_3 = MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372(L_0, L_1, L_2, NULL);
V_0 = ((int64_t)(uint64_t)L_3);
// var halfMax = (long)((1UL << (int)bitCount) / 2);
uint32_t L_4 = ___bitCount2;
V_1 = ((int64_t)((uint64_t)(int64_t)((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_4&((int32_t)63)))))/(uint64_t)(int64_t)((int64_t)2)));
// return (int)(value - halfMax);
int64_t L_5 = V_0;
int64_t L_6 = V_1;
V_2 = ((int32_t)((int64_t)il2cpp_codegen_subtract(L_5, L_6)));
goto IL_001d;
}
IL_001d:
{
// }
int32_t L_7 = V_2;
return L_7;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteIntAsExcessKMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteIntAsExcessKMultipleBits_mF0914A0EF7957DADD474BB81AF82475BA276CE26 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, int32_t ___value3, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
{
// var halfMax = (long)((1UL << (int)bitCount) / 2);
uint32_t L_0 = ___bitCount2;
V_0 = ((int64_t)((uint64_t)(int64_t)((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_0&((int32_t)63)))))/(uint64_t)(int64_t)((int64_t)2)));
// var unsignedValue = halfMax + value;
int64_t L_1 = V_0;
int32_t L_2 = ___value3;
V_1 = ((int64_t)il2cpp_codegen_add(L_1, ((int64_t)L_2)));
// WriteUIntAsMultipleBits(ptr, bitOffset, bitCount, (uint)unsignedValue);
void* L_3 = ___ptr0;
uint32_t L_4 = ___bitOffset1;
uint32_t L_5 = ___bitCount2;
int64_t L_6 = V_1;
MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1(L_3, L_4, L_5, ((int32_t)(uint32_t)L_6), NULL);
// }
return;
}
}
// System.Single UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsNormalizedUInt(System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mF125690DC9531D9E74F7AA00FF4F0CED6A361CF7 (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
float V_2 = 0.0f;
{
// var uintValue = ReadMultipleBitsAsUInt(ptr, bitOffset, bitCount);
void* L_0 = ___ptr0;
uint32_t L_1 = ___bitOffset1;
uint32_t L_2 = ___bitCount2;
uint32_t L_3;
L_3 = MemoryHelpers_ReadMultipleBitsAsUInt_mBB8B2A2D706732249E25C026A06203BE1FDC0372(L_0, L_1, L_2, NULL);
V_0 = L_3;
// var maxValue = (uint)((1UL << (int)bitCount) - 1);
uint32_t L_4 = ___bitCount2;
V_1 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_4&((int32_t)63))))), ((int64_t)1))));
// return NumberHelpers.UIntToNormalizedFloat(uintValue, 0, maxValue);
uint32_t L_5 = V_0;
uint32_t L_6 = V_1;
float L_7;
L_7 = NumberHelpers_UIntToNormalizedFloat_m302B1379117FEDC56095650462521DEF0252181A_inline(L_5, 0, L_6, NULL);
V_2 = L_7;
goto IL_0021;
}
IL_0021:
{
// }
float L_8 = V_2;
return L_8;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteNormalizedUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteNormalizedUIntAsMultipleBits_m168F7AD897757CDF75BC9EF50182863A6EB79DEB (void* ___ptr0, uint32_t ___bitOffset1, uint32_t ___bitCount2, float ___value3, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
{
// var maxValue = (uint)((1UL << (int)bitCount) - 1);
uint32_t L_0 = ___bitCount2;
V_0 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_0&((int32_t)63))))), ((int64_t)1))));
// var uintValue = NumberHelpers.NormalizedFloatToUInt(value, 0, maxValue);
float L_1 = ___value3;
uint32_t L_2 = V_0;
uint32_t L_3;
L_3 = NumberHelpers_NormalizedFloatToUInt_m795050CA5FDE0362A04ECF58DE3A64EA0F3140BA_inline(L_1, 0, L_2, NULL);
V_1 = L_3;
// WriteUIntAsMultipleBits(ptr, bitOffset, bitCount, uintValue);
void* L_4 = ___ptr0;
uint32_t L_5 = ___bitOffset1;
uint32_t L_6 = ___bitCount2;
uint32_t L_7 = V_1;
MemoryHelpers_WriteUIntAsMultipleBits_mF4BF6072D41C4CBC06769DFC6AAF1CEE329ED8E1(L_4, L_5, L_6, L_7, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::SetBitsInBuffer(System.Void*,System.Int32,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_SetBitsInBuffer_m63BC8538DBC53F4AD4222BB1563091187A5FBAC6 (void* ___buffer0, int32_t ___byteOffset1, int32_t ___bitOffset2, int32_t ___sizeInBits3, bool ___value4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
uint8_t V_14 = 0x0;
bool V_15 = false;
uint8_t* G_B20_0 = NULL;
uint8_t* G_B19_0 = NULL;
int32_t G_B21_0 = 0;
uint8_t* G_B21_1 = NULL;
{
// if (buffer == null)
void* L_0 = ___buffer0;
V_2 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_001a;
}
}
{
// throw new ArgumentException("A buffer must be provided to apply the bitmask on", nameof(buffer));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECC1D48B6BB2E7B927244EEB11BCE99D76615A27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m63BC8538DBC53F4AD4222BB1563091187A5FBAC6_RuntimeMethod_var)));
}
IL_001a:
{
// if (sizeInBits < 0)
int32_t L_3 = ___sizeInBits3;
V_3 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_0032;
}
}
{
// throw new ArgumentException("Negative sizeInBits", nameof(sizeInBits));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1AFC65BE2583BD07D830AD871E78B5B10E8C8C9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDB92930DB8178029CF3942AC114F0E09724E568)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m63BC8538DBC53F4AD4222BB1563091187A5FBAC6_RuntimeMethod_var)));
}
IL_0032:
{
// if (bitOffset < 0)
int32_t L_6 = ___bitOffset2;
V_4 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_004c;
}
}
{
// throw new ArgumentException("Negative bitOffset", nameof(bitOffset));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2827257F729202A8D898EFBF55E3E8B46CCBDF4C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral839ED47AB1A82E25028246BC8D7318A261BFF05C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m63BC8538DBC53F4AD4222BB1563091187A5FBAC6_RuntimeMethod_var)));
}
IL_004c:
{
// if (byteOffset < 0)
int32_t L_9 = ___byteOffset1;
V_5 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0);
bool L_10 = V_5;
if (!L_10)
{
goto IL_0066;
}
}
{
// throw new ArgumentException("Negative byteOffset", nameof(byteOffset));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_11 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_11);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB5CDAFD76F649736CB6FDF4120DDCD4B7F848E4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m63BC8538DBC53F4AD4222BB1563091187A5FBAC6_RuntimeMethod_var)));
}
IL_0066:
{
// if (bitOffset >= 8)
int32_t L_12 = ___bitOffset2;
V_6 = (bool)((((int32_t)((((int32_t)L_12) < ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_13 = V_6;
if (!L_13)
{
goto IL_0085;
}
}
{
// var skipBytes = bitOffset / 8;
int32_t L_14 = ___bitOffset2;
V_7 = ((int32_t)(L_14/8));
// byteOffset += skipBytes;
int32_t L_15 = ___byteOffset1;
int32_t L_16 = V_7;
___byteOffset1 = ((int32_t)il2cpp_codegen_add(L_15, L_16));
// bitOffset %= 8;
int32_t L_17 = ___bitOffset2;
___bitOffset2 = ((int32_t)(L_17%8));
}
IL_0085:
{
// var bytePos = (byte*)buffer + byteOffset;
void* L_18 = ___buffer0;
int32_t L_19 = ___byteOffset1;
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_18, L_19));
// var sizeRemainingInBits = sizeInBits;
int32_t L_20 = ___sizeInBits3;
V_1 = L_20;
// if (bitOffset != 0)
int32_t L_21 = ___bitOffset2;
V_8 = (bool)((!(((uint32_t)L_21) <= ((uint32_t)0)))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_00eb;
}
}
{
// var mask = 0xFF << bitOffset;
int32_t L_23 = ___bitOffset2;
V_9 = ((int32_t)(((int32_t)255)<<((int32_t)(L_23&((int32_t)31)))));
// if (sizeRemainingInBits + bitOffset < 8)
int32_t L_24 = V_1;
int32_t L_25 = ___bitOffset2;
V_10 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_24, L_25))) < ((int32_t)8))? 1 : 0);
bool L_26 = V_10;
if (!L_26)
{
goto IL_00c3;
}
}
{
// mask &= 0xFF >> (8 - (sizeRemainingInBits + bitOffset));
int32_t L_27 = V_9;
int32_t L_28 = V_1;
int32_t L_29 = ___bitOffset2;
V_9 = ((int32_t)(L_27&((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, ((int32_t)il2cpp_codegen_add(L_28, L_29))))&((int32_t)31)))))));
}
IL_00c3:
{
// if (value)
bool L_30 = ___value4;
V_11 = L_30;
bool L_31 = V_11;
if (!L_31)
{
goto IL_00d6;
}
}
{
// *bytePos |= (byte)mask;
uint8_t* L_32 = V_0;
uint8_t* L_33 = L_32;
int32_t L_34 = *((uint8_t*)L_33);
int32_t L_35 = V_9;
*((int8_t*)L_33) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_34|((int32_t)(uint8_t)L_35))));
goto IL_00e0;
}
IL_00d6:
{
// *bytePos &= (byte)~mask;
uint8_t* L_36 = V_0;
uint8_t* L_37 = L_36;
int32_t L_38 = *((uint8_t*)L_37);
int32_t L_39 = V_9;
*((int8_t*)L_37) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_38&((int32_t)(uint8_t)((~L_39))))));
}
IL_00e0:
{
// ++bytePos;
uint8_t* L_40 = V_0;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, 1));
// sizeRemainingInBits -= 8 - bitOffset;
int32_t L_41 = V_1;
int32_t L_42 = ___bitOffset2;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_41, ((int32_t)il2cpp_codegen_subtract(8, L_42))));
}
IL_00eb:
{
goto IL_0105;
}
IL_00ed:
{
// *bytePos = value ? (byte)0xFF : (byte)0;
uint8_t* L_43 = V_0;
bool L_44 = ___value4;
G_B19_0 = L_43;
if (L_44)
{
G_B20_0 = L_43;
goto IL_00f6;
}
}
{
G_B21_0 = 0;
G_B21_1 = G_B19_0;
goto IL_00fb;
}
IL_00f6:
{
G_B21_0 = ((int32_t)255);
G_B21_1 = G_B20_0;
}
IL_00fb:
{
*((int8_t*)G_B21_1) = (int8_t)G_B21_0;
// ++bytePos;
uint8_t* L_45 = V_0;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, 1));
// sizeRemainingInBits -= 8;
int32_t L_46 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_46, 8));
}
IL_0105:
{
// while (sizeRemainingInBits >= 8)
int32_t L_47 = V_1;
V_12 = (bool)((((int32_t)((((int32_t)L_47) < ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_48 = V_12;
if (L_48)
{
goto IL_00ed;
}
}
{
// if (sizeRemainingInBits > 0)
int32_t L_49 = V_1;
V_13 = (bool)((((int32_t)L_49) > ((int32_t)0))? 1 : 0);
bool L_50 = V_13;
if (!L_50)
{
goto IL_0149;
}
}
{
// var mask = (byte)(0xFF >> 8 - sizeRemainingInBits);
int32_t L_51 = V_1;
V_14 = (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, L_51))&((int32_t)31))))));
// if (value)
bool L_52 = ___value4;
V_15 = L_52;
bool L_53 = V_15;
if (!L_53)
{
goto IL_013e;
}
}
{
// *bytePos |= mask;
uint8_t* L_54 = V_0;
uint8_t* L_55 = L_54;
int32_t L_56 = *((uint8_t*)L_55);
uint8_t L_57 = V_14;
*((int8_t*)L_55) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_56|(int32_t)L_57)));
goto IL_0148;
}
IL_013e:
{
// *bytePos &= (byte)~mask;
uint8_t* L_58 = V_0;
uint8_t* L_59 = L_58;
int32_t L_60 = *((uint8_t*)L_59);
uint8_t L_61 = V_14;
*((int8_t*)L_59) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_60&((int32_t)(uint8_t)((~L_61))))));
}
IL_0148:
{
}
IL_0149:
{
// Debug.Assert(bytePos <= (byte*)buffer +
// ComputeFollowingByteOffset((uint)byteOffset, (uint)bitOffset + (uint)sizeInBits));
uint8_t* L_62 = V_0;
void* L_63 = ___buffer0;
int32_t L_64 = ___byteOffset1;
int32_t L_65 = ___bitOffset2;
int32_t L_66 = ___sizeInBits3;
uint32_t L_67;
L_67 = MemoryHelpers_ComputeFollowingByteOffset_mB0217E2687666185FC02B749941DACACA1C1CF44(L_64, ((int32_t)il2cpp_codegen_add(L_65, L_66)), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)((!(((uintptr_t)L_62) <= ((uintptr_t)((void*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((uintptr_t)L_67))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
// }
return;
}
}
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::AlignNatural(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_AlignNatural_m9124F4174CDAAF0633327792FA665983B7775FA3 (uint32_t ___offset0, uint32_t ___sizeInBytes1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
uint32_t V_1 = 0;
{
// var alignment = Math.Min(8, sizeInBytes);
uint32_t L_0 = ___sizeInBytes1;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
uint32_t L_1;
L_1 = Math_Min_m1C7DD94B2E3BECC3C15A8B6899E88178DC539397(8, L_0, NULL);
V_0 = L_1;
// return offset.AlignToMultipleOf(alignment);
uint32_t L_2 = ___offset0;
uint32_t L_3 = V_0;
uint32_t L_4;
L_4 = NumberHelpers_AlignToMultipleOf_mEB8F85FE2BA604AC7B15C1FA171ECDF1A5D107C2_inline(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0013;
}
IL_0013:
{
// }
uint32_t L_5 = V_1;
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.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, const RuntimeMethod* method)
{
{
// public bool isEmpty => sizeInBits == 0;
uint32_t L_0 = __this->___sizeInBits_1;
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
bool _returnValue;
_returnValue = BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___bitOffset0, uint32_t ___sizeInBits1, const RuntimeMethod* method)
{
{
// this.bitOffset = bitOffset;
uint32_t L_0 = ___bitOffset0;
__this->___bitOffset_0 = L_0;
// this.sizeInBits = sizeInBits;
uint32_t L_1 = ___sizeInBits1;
__this->___sizeInBits_1 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA_AdjustorThunk (RuntimeObject* __this, uint32_t ___bitOffset0, uint32_t ___sizeInBits1, const RuntimeMethod* method)
{
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA(_thisAdjusted, ___bitOffset0, ___sizeInBits1, method);
}
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___byteOffset0, uint32_t ___bitOffset1, uint32_t ___sizeInBits2, const RuntimeMethod* method)
{
{
// this.bitOffset = byteOffset * 8 + bitOffset;
uint32_t L_0 = ___byteOffset0;
uint32_t L_1 = ___bitOffset1;
__this->___bitOffset_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, 8)), (int32_t)L_1));
// this.sizeInBits = sizeInBits;
uint32_t L_2 = ___sizeInBits2;
__this->___sizeInBits_1 = L_2;
// }
return;
}
}
IL2CPP_EXTERN_C void BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4_AdjustorThunk (RuntimeObject* __this, uint32_t ___byteOffset0, uint32_t ___bitOffset1, uint32_t ___sizeInBits2, const RuntimeMethod* method)
{
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4(_thisAdjusted, ___byteOffset0, ___bitOffset1, ___sizeInBits2, method);
}
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::Overlap(UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_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;
bool V_4 = false;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C V_5;
memset((&V_5), 0, sizeof(V_5));
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t G_B3_0 = 0;
{
// var thisEnd = bitOffset + sizeInBits;
uint32_t L_0 = __this->___bitOffset_0;
uint32_t L_1 = __this->___sizeInBits_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// var otherEnd = other.bitOffset + other.sizeInBits;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_2 = ___other0;
uint32_t L_3 = L_2.___bitOffset_0;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_4 = ___other0;
uint32_t L_5 = L_4.___sizeInBits_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5));
// if (thisEnd <= other.bitOffset || otherEnd <= bitOffset)
uint32_t L_6 = V_0;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_7 = ___other0;
uint32_t L_8 = L_7.___bitOffset_0;
if ((!(((uint32_t)L_6) > ((uint32_t)L_8))))
{
goto IL_0034;
}
}
{
uint32_t L_9 = V_1;
uint32_t L_10 = __this->___bitOffset_0;
G_B3_0 = ((((int32_t)((!(((uint32_t)L_9) <= ((uint32_t)L_10)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0035;
}
IL_0034:
{
G_B3_0 = 1;
}
IL_0035:
{
V_4 = (bool)G_B3_0;
bool L_11 = V_4;
if (!L_11)
{
goto IL_0049;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_5), sizeof(BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C));
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_12 = V_5;
V_6 = L_12;
goto IL_0070;
}
IL_0049:
{
// var end = Math.Min(thisEnd, otherEnd);
uint32_t L_13 = V_0;
uint32_t L_14 = V_1;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
uint32_t L_15;
L_15 = Math_Min_m1C7DD94B2E3BECC3C15A8B6899E88178DC539397(L_13, L_14, NULL);
V_2 = L_15;
// var start = Math.Max(bitOffset, other.bitOffset);
uint32_t L_16 = __this->___bitOffset_0;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_17 = ___other0;
uint32_t L_18 = L_17.___bitOffset_0;
uint32_t L_19;
L_19 = Math_Max_mA38EFCCC7E58F8BEEDE1A9F63123302D634E001A(L_16, L_18, NULL);
V_3 = L_19;
// return new BitRegion(start, end - start);
uint32_t L_20 = V_3;
uint32_t L_21 = V_2;
uint32_t L_22 = V_3;
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_23;
memset((&L_23), 0, sizeof(L_23));
BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA((&L_23), L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL);
V_6 = L_23;
goto IL_0070;
}
IL_0070:
{
// }
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_24 = V_6;
return L_24;
}
}
IL2CPP_EXTERN_C BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E_AdjustorThunk (RuntimeObject* __this, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___other0, const RuntimeMethod* method)
{
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C _returnValue;
_returnValue = BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E(_thisAdjusted, ___other0, 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
#ifdef __clang__
#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: UnityEngine.InputSystem.Utilities.NameAndParameters
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_pinvoke(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke& marshaled)
{
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
}
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_pinvoke_back(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke& marshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled)
{
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_pinvoke_cleanup(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_com(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com& marshaled)
{
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
}
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_com_back(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com& marshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled)
{
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_com_cleanup(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com& marshaled)
{
}
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
String_t* _returnValue;
_returnValue = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = ___value0;
__this->___U3CnameU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public ReadOnlyArray<NamedValue> parameters { get; set; }
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_EXTERN_C ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 _returnValue;
_returnValue = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___value0, const RuntimeMethod* method)
{
{
// public ReadOnlyArray<NamedValue> parameters { get; set; }
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = ___value0;
__this->___U3CparametersU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
return;
}
}
IL2CPP_EXTERN_C void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_AdjustorThunk (RuntimeObject* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___value0, const RuntimeMethod* method)
{
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_m2069FAA5648E9050AAAB5EBCB7E7BE5A25E7969A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisString_t_mCD2BC789CBFF834E06F00948FC47E15E720936DC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
String_t* G_B4_2 = NULL;
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
{
// if (parameters.Count == 0)
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0;
L_0 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline(__this, NULL);
V_2 = L_0;
int32_t L_1;
L_1 = ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline((&V_2), ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_001f;
}
}
{
// return name;
String_t* L_3;
L_3 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline(__this, NULL);
V_3 = L_3;
goto IL_0077;
}
IL_001f:
{
// var parameterString = string.Join(NamedValue.Separator, parameters.Select(x => x.ToString()).ToArray());
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_4;
L_4 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline(__this, NULL);
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_5 = L_4;
RuntimeObject* L_6 = Box(ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var, &L_5);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_7 = ((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9__8_0_1;
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_8 = L_7;
G_B3_0 = L_8;
G_B3_1 = L_6;
G_B3_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
if (L_8)
{
G_B4_0 = L_8;
G_B4_1 = L_6;
G_B4_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
goto IL_004e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* L_9 = ((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_10 = (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*)il2cpp_codegen_object_new(Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var);
NullCheck(L_10);
Func_2__ctor_m1760CA39C91164A1A82D79789B1D78B9AE623321(L_10, L_9, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E_RuntimeMethod_var), NULL);
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_11 = L_10;
((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9__8_0_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9__8_0_1), (void*)L_11);
G_B4_0 = L_11;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_004e:
{
RuntimeObject* L_12;
L_12 = Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_m2069FAA5648E9050AAAB5EBCB7E7BE5A25E7969A((RuntimeObject*)G_B4_1, G_B4_0, Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_m2069FAA5648E9050AAAB5EBCB7E7BE5A25E7969A_RuntimeMethod_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13;
L_13 = Enumerable_ToArray_TisString_t_mCD2BC789CBFF834E06F00948FC47E15E720936DC(L_12, Enumerable_ToArray_TisString_t_mCD2BC789CBFF834E06F00948FC47E15E720936DC_RuntimeMethod_var);
String_t* L_14;
L_14 = String_Join_mE405D676C6881553258F8BAD40A20B462D611068(G_B4_2, L_13, NULL);
V_0 = L_14;
// return $"{name}({parameterString})";
String_t* L_15;
L_15 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline(__this, NULL);
String_t* L_16 = V_0;
String_t* L_17;
L_17 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(L_15, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_16, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
V_3 = L_17;
goto IL_0077;
}
IL_0077:
{
// }
String_t* L_18 = V_3;
return L_18;
}
}
IL2CPP_EXTERN_C String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
String_t* _returnValue;
_returnValue = NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012(_thisAdjusted, method);
return _returnValue;
}
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameAndParameters_ParseMultiple_mFBFEBD45DB299128EC5E49F052B21921046110D1 (String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
{
// List<NameAndParameters> list = null;
V_0 = (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*)NULL;
// if (!ParseMultiple(text, ref list))
String_t* L_0 = ___text0;
bool L_1;
L_1 = NameAndParameters_ParseMultiple_m5C6E458816CCA0ECDD2A4120FA8908A0090AE72A(L_0, (&V_0), NULL);
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_001a;
}
}
{
// return Enumerable.Empty<NameAndParameters>();
RuntimeObject* L_3;
L_3 = Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_inline(Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_RuntimeMethod_var);
V_2 = L_3;
goto IL_001e;
}
IL_001a:
{
// return list;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_4 = V_0;
V_2 = L_4;
goto IL_001e;
}
IL_001e:
{
// }
RuntimeObject* L_5 = V_2;
return L_5;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String,System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameAndParameters_ParseMultiple_m5C6E458816CCA0ECDD2A4120FA8908A0090AE72A (String_t* ___text0, List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** ___list1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
{
// text = text.Trim();
String_t* L_0 = ___text0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_0, NULL);
___text0 = L_1;
// if (string.IsNullOrEmpty(text))
String_t* L_2 = ___text0;
bool L_3;
L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL);
V_2 = L_3;
bool L_4 = V_2;
if (!L_4)
{
goto IL_0017;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_005d;
}
IL_0017:
{
// if (list == null)
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_5 = ___list1;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_6 = *((List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43**)L_5);
V_4 = (bool)((((RuntimeObject*)(List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_002b;
}
}
{
// list = new List<NameAndParameters>();
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_8 = ___list1;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_9 = (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*)il2cpp_codegen_object_new(List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_il2cpp_TypeInfo_var);
NullCheck(L_9);
List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082(L_9, List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_RuntimeMethod_var);
*((RuntimeObject**)L_8) = (RuntimeObject*)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_9);
goto IL_0033;
}
IL_002b:
{
// list.Clear();
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_10 = ___list1;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_11 = *((List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43**)L_10);
NullCheck(L_11);
List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_inline(L_11, List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_RuntimeMethod_var);
}
IL_0033:
{
// var index = 0;
V_0 = 0;
// var textLength = text.Length;
String_t* L_12 = ___text0;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
V_1 = L_13;
goto IL_004f;
}
IL_003e:
{
// list.Add(ParseNameAndParameters(text, ref index));
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_14 = ___list1;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_15 = *((List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43**)L_14);
String_t* L_16 = ___text0;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_17;
L_17 = NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2(L_16, (&V_0), (bool)0, NULL);
NullCheck(L_15);
List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_inline(L_15, L_17, List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_RuntimeMethod_var);
}
IL_004f:
{
// while (index < textLength)
int32_t L_18 = V_0;
int32_t L_19 = V_1;
V_5 = (bool)((((int32_t)L_18) < ((int32_t)L_19))? 1 : 0);
bool L_20 = V_5;
if (L_20)
{
goto IL_003e;
}
}
{
// return true;
V_3 = (bool)1;
goto IL_005d;
}
IL_005d:
{
// }
bool L_21 = V_3;
return L_21;
}
}
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::ParseName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ParseName_mD3F2BC0009AB84E1438B1CFE23666E0599B91456 (String_t* ___text0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
{
// if (text == null)
String_t* L_0 = ___text0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(text));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_ParseName_mD3F2BC0009AB84E1438B1CFE23666E0599B91456_RuntimeMethod_var)));
}
IL_0014:
{
// var index = 0;
V_0 = 0;
// return ParseNameAndParameters(text, ref index, true).name;
String_t* L_3 = ___text0;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_4;
L_4 = NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2(L_3, (&V_0), (bool)1, NULL);
V_2 = L_4;
String_t* L_5;
L_5 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_2), NULL);
V_3 = L_5;
goto IL_002a;
}
IL_002a:
{
// }
String_t* L_6 = V_3;
return L_6;
}
}
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387 (String_t* ___text0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (text == null)
String_t* L_0 = ___text0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(text));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387_RuntimeMethod_var)));
}
IL_0014:
{
// var index = 0;
V_0 = 0;
// return ParseNameAndParameters(text, ref index);
String_t* L_3 = ___text0;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_4;
L_4 = NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2(L_3, (&V_0), (bool)0, NULL);
V_2 = L_4;
goto IL_0022;
}
IL_0022:
{
// }
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_5 = V_2;
return L_5;
}
}
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::ParseNameAndParameters(System.String,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2 (String_t* ___text0, int32_t* ___index1, bool ___nameOnly2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_3 = NULL;
bool V_4 = false;
Il2CppChar V_5 = 0x0;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_10;
memset((&V_10), 0, sizeof(V_10));
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_11;
memset((&V_11), 0, sizeof(V_11));
bool V_12 = false;
bool V_13 = false;
int32_t V_14 = 0;
String_t* V_15 = NULL;
bool V_16 = false;
bool V_17 = false;
int32_t G_B5_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B24_0 = 0;
int32_t G_B28_0 = 0;
int32_t G_B36_0 = 0;
int32_t G_B38_0 = 0;
{
// var textLength = text.Length;
String_t* L_0 = ___text0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
V_0 = L_1;
goto IL_0010;
}
IL_000a:
{
// ++index;
int32_t* L_2 = ___index1;
int32_t* L_3 = ___index1;
int32_t L_4 = *((int32_t*)L_3);
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0010:
{
// while (index < textLength && char.IsWhiteSpace(text[index]))
int32_t* L_5 = ___index1;
int32_t L_6 = *((int32_t*)L_5);
int32_t L_7 = V_0;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_0024;
}
}
{
String_t* L_8 = ___text0;
int32_t* L_9 = ___index1;
int32_t L_10 = *((int32_t*)L_9);
NullCheck(L_8);
Il2CppChar L_11;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_10, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_11, NULL);
G_B5_0 = ((int32_t)(L_12));
goto IL_0025;
}
IL_0024:
{
G_B5_0 = 0;
}
IL_0025:
{
V_4 = (bool)G_B5_0;
bool L_13 = V_4;
if (L_13)
{
goto IL_000a;
}
}
{
// var nameStart = index;
int32_t* L_14 = ___index1;
int32_t L_15 = *((int32_t*)L_14);
V_1 = L_15;
goto IL_0069;
}
IL_0030:
{
// var nextChar = text[index];
String_t* L_16 = ___text0;
int32_t* L_17 = ___index1;
int32_t L_18 = *((int32_t*)L_17);
NullCheck(L_16);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_18, NULL);
V_5 = L_19;
// if (nextChar == '(' || nextChar == NamedValue.Separator[0] || char.IsWhiteSpace(nextChar))
Il2CppChar L_20 = V_5;
if ((((int32_t)L_20) == ((int32_t)((int32_t)40))))
{
goto IL_0059;
}
}
{
Il2CppChar L_21 = V_5;
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
Il2CppChar L_22;
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
if ((((int32_t)L_21) == ((int32_t)L_22)))
{
goto IL_0059;
}
}
{
Il2CppChar L_23 = V_5;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_24;
L_24 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_23, NULL);
G_B11_0 = ((int32_t)(L_24));
goto IL_005a;
}
IL_0059:
{
G_B11_0 = 1;
}
IL_005a:
{
V_6 = (bool)G_B11_0;
bool L_25 = V_6;
if (!L_25)
{
goto IL_0062;
}
}
{
// break;
goto IL_0074;
}
IL_0062:
{
// ++index;
int32_t* L_26 = ___index1;
int32_t* L_27 = ___index1;
int32_t L_28 = *((int32_t*)L_27);
*((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_0069:
{
// while (index < textLength)
int32_t* L_29 = ___index1;
int32_t L_30 = *((int32_t*)L_29);
int32_t L_31 = V_0;
V_7 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
bool L_32 = V_7;
if (L_32)
{
goto IL_0030;
}
}
IL_0074:
{
// if (index - nameStart == 0)
int32_t* L_33 = ___index1;
int32_t L_34 = *((int32_t*)L_33);
int32_t L_35 = V_1;
V_8 = (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_34, L_35))) == ((int32_t)0))? 1 : 0);
bool L_36 = V_8;
if (!L_36)
{
goto IL_009d;
}
}
{
// throw new ArgumentException($"Expecting name at position {nameStart} in '{text}'", nameof(text));
int32_t L_37 = V_1;
int32_t L_38 = L_37;
RuntimeObject* L_39 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_38);
String_t* L_40 = ___text0;
String_t* L_41;
L_41 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56DC1334C5CEAADD03E7FF275D3A349AB0EEE957)), L_39, L_40, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_42 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_42);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_42, L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2_RuntimeMethod_var)));
}
IL_009d:
{
// var name = text.Substring(nameStart, index - nameStart);
String_t* L_43 = ___text0;
int32_t L_44 = V_1;
int32_t* L_45 = ___index1;
int32_t L_46 = *((int32_t*)L_45);
int32_t L_47 = V_1;
NullCheck(L_43);
String_t* L_48;
L_48 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_43, L_44, ((int32_t)il2cpp_codegen_subtract(L_46, L_47)), NULL);
V_2 = L_48;
// if (nameOnly)
bool L_49 = ___nameOnly2;
V_9 = L_49;
bool L_50 = V_9;
if (!L_50)
{
goto IL_00ca;
}
}
{
// return new NameAndParameters {name = name};
il2cpp_codegen_initobj((&V_10), sizeof(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01));
String_t* L_51 = V_2;
NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline((&V_10), L_51, NULL);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_52 = V_10;
V_11 = L_52;
goto IL_01b6;
}
IL_00ca:
{
goto IL_00d2;
}
IL_00cc:
{
// ++index;
int32_t* L_53 = ___index1;
int32_t* L_54 = ___index1;
int32_t L_55 = *((int32_t*)L_54);
*((int32_t*)L_53) = (int32_t)((int32_t)il2cpp_codegen_add(L_55, 1));
}
IL_00d2:
{
// while (index < textLength && char.IsWhiteSpace(text[index]))
int32_t* L_56 = ___index1;
int32_t L_57 = *((int32_t*)L_56);
int32_t L_58 = V_0;
if ((((int32_t)L_57) >= ((int32_t)L_58)))
{
goto IL_00e6;
}
}
{
String_t* L_59 = ___text0;
int32_t* L_60 = ___index1;
int32_t L_61 = *((int32_t*)L_60);
NullCheck(L_59);
Il2CppChar L_62;
L_62 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_59, L_61, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_63;
L_63 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_62, NULL);
G_B24_0 = ((int32_t)(L_63));
goto IL_00e7;
}
IL_00e6:
{
G_B24_0 = 0;
}
IL_00e7:
{
V_12 = (bool)G_B24_0;
bool L_64 = V_12;
if (L_64)
{
goto IL_00cc;
}
}
{
// NamedValue[] parameters = null;
V_3 = (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)NULL;
// if (index < textLength && text[index] == '(')
int32_t* L_65 = ___index1;
int32_t L_66 = *((int32_t*)L_65);
int32_t L_67 = V_0;
if ((((int32_t)L_66) >= ((int32_t)L_67)))
{
goto IL_0102;
}
}
{
String_t* L_68 = ___text0;
int32_t* L_69 = ___index1;
int32_t L_70 = *((int32_t*)L_69);
NullCheck(L_68);
Il2CppChar L_71;
L_71 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_68, L_70, NULL);
G_B28_0 = ((((int32_t)L_71) == ((int32_t)((int32_t)40)))? 1 : 0);
goto IL_0103;
}
IL_0102:
{
G_B28_0 = 0;
}
IL_0103:
{
V_13 = (bool)G_B28_0;
bool L_72 = V_13;
if (!L_72)
{
goto IL_0162;
}
}
{
// ++index;
int32_t* L_73 = ___index1;
int32_t* L_74 = ___index1;
int32_t L_75 = *((int32_t*)L_74);
*((int32_t*)L_73) = (int32_t)((int32_t)il2cpp_codegen_add(L_75, 1));
// var closeParenIndex = text.IndexOf(')', index);
String_t* L_76 = ___text0;
int32_t* L_77 = ___index1;
int32_t L_78 = *((int32_t*)L_77);
NullCheck(L_76);
int32_t L_79;
L_79 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_76, ((int32_t)41), L_78, NULL);
V_14 = L_79;
// if (closeParenIndex == -1)
int32_t L_80 = V_14;
V_16 = (bool)((((int32_t)L_80) == ((int32_t)(-1)))? 1 : 0);
bool L_81 = V_16;
if (!L_81)
{
goto IL_0144;
}
}
{
// throw new ArgumentException($"Expecting ')' after '(' at position {index} in '{text}'", nameof(text));
int32_t* L_82 = ___index1;
int32_t L_83 = *((int32_t*)L_82);
int32_t L_84 = L_83;
RuntimeObject* L_85 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_84);
String_t* L_86 = ___text0;
String_t* L_87;
L_87 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF46630882423754260B554C455FED6E45684A334)), L_85, L_86, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_88 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_88);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_88, L_87, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_ParseNameAndParameters_mB4FE86A03B1DF3825B275B3C308C0FFE93F6E3E2_RuntimeMethod_var)));
}
IL_0144:
{
// var parameterString = text.Substring(index, closeParenIndex - index);
String_t* L_89 = ___text0;
int32_t* L_90 = ___index1;
int32_t L_91 = *((int32_t*)L_90);
int32_t L_92 = V_14;
int32_t* L_93 = ___index1;
int32_t L_94 = *((int32_t*)L_93);
NullCheck(L_89);
String_t* L_95;
L_95 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_89, L_91, ((int32_t)il2cpp_codegen_subtract(L_92, L_94)), NULL);
V_15 = L_95;
// parameters = NamedValue.ParseMultiple(parameterString);
String_t* L_96 = V_15;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_97;
L_97 = NamedValue_ParseMultiple_m971D3A7CEAD54134A7C715D9A3A6E3101D4D60D6(L_96, NULL);
V_3 = L_97;
// index = closeParenIndex + 1;
int32_t* L_98 = ___index1;
int32_t L_99 = V_14;
*((int32_t*)L_98) = (int32_t)((int32_t)il2cpp_codegen_add(L_99, 1));
}
IL_0162:
{
// if (index < textLength && (text[index] == ',' || text[index] == InputBinding.Separator))
int32_t* L_100 = ___index1;
int32_t L_101 = *((int32_t*)L_100);
int32_t L_102 = V_0;
if ((((int32_t)L_101) >= ((int32_t)L_102)))
{
goto IL_0184;
}
}
{
String_t* L_103 = ___text0;
int32_t* L_104 = ___index1;
int32_t L_105 = *((int32_t*)L_104);
NullCheck(L_103);
Il2CppChar L_106;
L_106 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_103, L_105, NULL);
if ((((int32_t)L_106) == ((int32_t)((int32_t)44))))
{
goto IL_0181;
}
}
{
String_t* L_107 = ___text0;
int32_t* L_108 = ___index1;
int32_t L_109 = *((int32_t*)L_108);
NullCheck(L_107);
Il2CppChar L_110;
L_110 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_107, L_109, NULL);
G_B36_0 = ((((int32_t)L_110) == ((int32_t)((int32_t)59)))? 1 : 0);
goto IL_0182;
}
IL_0181:
{
G_B36_0 = 1;
}
IL_0182:
{
G_B38_0 = G_B36_0;
goto IL_0185;
}
IL_0184:
{
G_B38_0 = 0;
}
IL_0185:
{
V_17 = (bool)G_B38_0;
bool L_111 = V_17;
if (!L_111)
{
goto IL_0191;
}
}
{
// ++index;
int32_t* L_112 = ___index1;
int32_t* L_113 = ___index1;
int32_t L_114 = *((int32_t*)L_113);
*((int32_t*)L_112) = (int32_t)((int32_t)il2cpp_codegen_add(L_114, 1));
}
IL_0191:
{
// return new NameAndParameters {name = name, parameters = new ReadOnlyArray<NamedValue>(parameters)};
il2cpp_codegen_initobj((&V_10), sizeof(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01));
String_t* L_115 = V_2;
NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline((&V_10), L_115, NULL);
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_116 = V_3;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_117;
memset((&L_117), 0, sizeof(L_117));
ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261((&L_117), L_116, /*hidden argument*/ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline((&V_10), L_117, NULL);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_118 = V_10;
V_11 = L_118;
goto IL_01b6;
}
IL_01b6:
{
// }
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_119 = V_11;
return L_119;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mE683E93888A1E2461BE697592F5978A41C2C3C68 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* L_0 = (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3*)il2cpp_codegen_object_new(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m486D1911DD41BBA08431CC7989B715D329BE10F4(L_0, NULL);
((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m486D1911DD41BBA08431CC7989B715D329BE10F4 (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::<ToString>b__8_0(UnityEngine.InputSystem.Utilities.NamedValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___x0, const RuntimeMethod* method)
{
{
// var parameterString = string.Join(NamedValue.Separator, parameters.Select(x => x.ToString()).ToArray());
String_t* L_0;
L_0 = NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF((&___x0), NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_pinvoke(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke& marshaled)
{
marshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_string(unmarshaled.___U3CnameU3Ek__BackingField_1);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke(unmarshaled.___U3CvalueU3Ek__BackingField_2, marshaled.___U3CvalueU3Ek__BackingField_2);
}
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_pinvoke_back(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke& marshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled)
{
unmarshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_string_result(marshaled.___U3CnameU3Ek__BackingField_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___U3CnameU3Ek__BackingField_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___U3CnameU3Ek__BackingField_1));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 unmarshaledU3CvalueU3Ek__BackingField_temp_1;
memset((&unmarshaledU3CvalueU3Ek__BackingField_temp_1), 0, sizeof(unmarshaledU3CvalueU3Ek__BackingField_temp_1));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_back(marshaled.___U3CvalueU3Ek__BackingField_2, unmarshaledU3CvalueU3Ek__BackingField_temp_1);
unmarshaled.___U3CvalueU3Ek__BackingField_2 = unmarshaledU3CvalueU3Ek__BackingField_temp_1;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_pinvoke_cleanup(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___U3CnameU3Ek__BackingField_1);
marshaled.___U3CnameU3Ek__BackingField_1 = NULL;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_cleanup(marshaled.___U3CvalueU3Ek__BackingField_2);
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_com(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com& marshaled)
{
marshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___U3CnameU3Ek__BackingField_1);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com(unmarshaled.___U3CvalueU3Ek__BackingField_2, marshaled.___U3CvalueU3Ek__BackingField_2);
}
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_com_back(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com& marshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled)
{
unmarshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___U3CnameU3Ek__BackingField_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___U3CnameU3Ek__BackingField_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___U3CnameU3Ek__BackingField_1));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 unmarshaledU3CvalueU3Ek__BackingField_temp_1;
memset((&unmarshaledU3CvalueU3Ek__BackingField_temp_1), 0, sizeof(unmarshaledU3CvalueU3Ek__BackingField_temp_1));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_back(marshaled.___U3CvalueU3Ek__BackingField_2, unmarshaledU3CvalueU3Ek__BackingField_temp_1);
unmarshaled.___U3CvalueU3Ek__BackingField_2 = unmarshaledU3CvalueU3Ek__BackingField_temp_1;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_com_cleanup(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___U3CnameU3Ek__BackingField_1);
marshaled.___U3CnameU3Ek__BackingField_1 = NULL;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_cleanup(marshaled.___U3CvalueU3Ek__BackingField_2);
}
// System.String UnityEngine.InputSystem.Utilities.NamedValue::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
String_t* _returnValue;
_returnValue = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = ___value0;
__this->___U3CnameU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
{
// public PrimitiveValue value { get; set; }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CvalueU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
_returnValue = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_value(UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value0, const RuntimeMethod* method)
{
{
// public PrimitiveValue value { get; set; }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___value0;
__this->___U3CvalueU3Ek__BackingField_2 = L_0;
return;
}
}
IL2CPP_EXTERN_C void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline(_thisAdjusted, ___value0, method);
}
// System.TypeCode UnityEngine.InputSystem.Utilities.NamedValue::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public TypeCode type => value.type;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0;
L_0 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
int32_t _returnValue;
_returnValue = NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ConvertTo(System.TypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, int32_t ___type0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_0;
memset((&V_0), 0, sizeof(V_0));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_1;
memset((&V_1), 0, sizeof(V_1));
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_2;
memset((&V_2), 0, sizeof(V_2));
{
// return new NamedValue
// {
// name = name,
// value = value.ConvertTo(type)
// };
il2cpp_codegen_initobj((&V_0), sizeof(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED));
String_t* L_0;
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline((&V_0), L_0, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
L_1 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
V_1 = L_1;
int32_t L_2 = ___type0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3;
L_3 = PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC((&V_1), L_2, NULL);
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline((&V_0), L_3, NULL);
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_4 = V_0;
V_2 = L_4;
goto IL_0032;
}
IL_0032:
{
// }
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_5 = V_2;
return L_5;
}
}
IL2CPP_EXTERN_C NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40_AdjustorThunk (RuntimeObject* __this, int32_t ___type0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED _returnValue;
_returnValue = NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40(_thisAdjusted, ___type0, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.Utilities.NamedValue::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return $"{name}={value}";
String_t* L_0;
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
L_1 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = L_1;
RuntimeObject* L_3 = Box(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var, &L_2);
String_t* L_4;
L_4 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A, L_0, L_3, NULL);
V_0 = L_4;
goto IL_001f;
}
IL_001f:
{
// }
String_t* L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C String_t* NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
String_t* _returnValue;
_returnValue = NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(UnityEngine.InputSystem.Utilities.NamedValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// return string.Equals(name, other.name, StringComparison.InvariantCultureIgnoreCase)
// && value == other.value;
String_t* L_0;
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
String_t* L_1;
L_1 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline((&___other0), NULL);
bool L_2;
L_2 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_0, L_1, 3, NULL);
if (!L_2)
{
goto IL_002a;
}
}
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3;
L_3 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_4;
L_4 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline((&___other0), NULL);
bool L_5;
L_5 = PrimitiveValue_op_Equality_m7302829D9B08F45AAE8DC6769D05A99332AB8BD5(L_3, L_4, NULL);
G_B3_0 = ((int32_t)(L_5));
goto IL_002b;
}
IL_002a:
{
G_B3_0 = 0;
}
IL_002b:
{
V_0 = (bool)G_B3_0;
goto IL_002e;
}
IL_002e:
{
// }
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE_AdjustorThunk (RuntimeObject* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___other0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
bool _returnValue;
_returnValue = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
int32_t G_B5_0 = 0;
{
// if (ReferenceEquals(null, obj))
RuntimeObject* L_0 = ___obj0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0029;
}
IL_000d:
{
// return obj is NamedValue parameterValue && Equals(parameterValue);
RuntimeObject* L_2 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
RuntimeObject* L_3 = ___obj0;
V_0 = ((*(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*)((NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*)(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*)UnBox(L_3, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var))));
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_4 = V_0;
bool L_5;
L_5 = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE(__this, L_4, NULL);
G_B5_0 = ((int32_t)(L_5));
goto IL_0026;
}
IL_0025:
{
G_B5_0 = 0;
}
IL_0026:
{
V_2 = (bool)G_B5_0;
goto IL_0029;
}
IL_0029:
{
// }
bool L_6 = V_2;
return L_6;
}
}
IL2CPP_EXTERN_C bool NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
bool _returnValue;
_returnValue = NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.NamedValue::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
{
// var hashCode = (name != null ? name.GetHashCode() : 0);
String_t* L_0;
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
if (L_0)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0018;
}
IL_000d:
{
String_t* L_1;
L_1 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
G_B3_0 = L_2;
}
IL_0018:
{
V_0 = G_B3_0;
// hashCode = (hashCode * 397) ^ value.GetHashCode();
int32_t L_3 = V_0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_4;
L_4 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
V_1 = L_4;
int32_t L_5;
L_5 = PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03((&V_1), NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)))^L_5));
// return hashCode;
int32_t L_6 = V_0;
V_2 = L_6;
goto IL_003a;
}
IL_003a:
{
// }
int32_t L_7 = V_2;
return L_7;
}
}
IL2CPP_EXTERN_C int32_t NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
int32_t _returnValue;
_returnValue = NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::op_Equality(UnityEngine.InputSystem.Utilities.NamedValue,UnityEngine.InputSystem.Utilities.NamedValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_op_Equality_m1611A4C50D5D9827BD1436A3EE395AA704C2D79C (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___left0, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_0 = ___right1;
bool L_1;
L_1 = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::op_Inequality(UnityEngine.InputSystem.Utilities.NamedValue,UnityEngine.InputSystem.Utilities.NamedValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_op_Inequality_mE1B789A6AE5559698121C54C61B33C9CA2202045 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___left0, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_0 = ___right1;
bool L_1;
L_1 = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.NamedValue[] UnityEngine.InputSystem.Utilities.NamedValue::ParseMultiple(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* NamedValue_ParseMultiple_m971D3A7CEAD54134A7C715D9A3A6E3101D4D60D6 (String_t* ___parameterString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_5 = NULL;
int32_t V_6 = 0;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
{
// if (parameterString == null)
String_t* L_0 = ___parameterString0;
V_3 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(parameterString));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB6E3483767DC97FB906FC81A895DF7885AB011C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamedValue_ParseMultiple_m971D3A7CEAD54134A7C715D9A3A6E3101D4D60D6_RuntimeMethod_var)));
}
IL_0014:
{
// parameterString = parameterString.Trim();
String_t* L_3 = ___parameterString0;
NullCheck(L_3);
String_t* L_4;
L_4 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_3, NULL);
___parameterString0 = L_4;
// if (string.IsNullOrEmpty(parameterString))
String_t* L_5 = ___parameterString0;
bool L_6;
L_6 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_5, NULL);
V_4 = L_6;
bool L_7 = V_4;
if (!L_7)
{
goto IL_002d;
}
}
{
// return null;
V_5 = (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)NULL;
goto IL_007b;
}
IL_002d:
{
// var parameterCount = parameterString.CountOccurrences(Separator[0]) + 1;
String_t* L_8 = ___parameterString0;
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
int32_t L_10;
L_10 = StringHelpers_CountOccurrences_m485223946390513026A0930FCD96D4D27B931A53(L_8, L_9, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
// var parameters = new NamedValue[parameterCount];
int32_t L_11 = V_0;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_12 = (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)(NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)SZArrayNew(NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_1 = L_12;
// var index = 0;
V_2 = 0;
// for (var i = 0; i < parameterCount; ++i)
V_6 = 0;
goto IL_006b;
}
IL_004f:
{
// var parameter = ParseParameter(parameterString, ref index);
String_t* L_13 = ___parameterString0;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_14;
L_14 = NamedValue_ParseParameter_mE750CB8EAC57BE52D2759483CE95859B98875C07(L_13, (&V_2), NULL);
V_7 = L_14;
// parameters[i] = parameter;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_15 = V_1;
int32_t L_16 = V_6;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_17 = V_7;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED)L_17);
// for (var i = 0; i < parameterCount; ++i)
int32_t L_18 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_006b:
{
// for (var i = 0; i < parameterCount; ++i)
int32_t L_19 = V_6;
int32_t L_20 = V_0;
V_8 = (bool)((((int32_t)L_19) < ((int32_t)L_20))? 1 : 0);
bool L_21 = V_8;
if (L_21)
{
goto IL_004f;
}
}
{
// return parameters;
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_22 = V_1;
V_5 = L_22;
goto IL_007b;
}
IL_007b:
{
// }
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_23 = V_5;
return L_23;
}
}
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_Parse_m23BB5684DC282982BB7CC9C9BDA8DBFCA91ACCE2 (String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_1;
memset((&V_1), 0, sizeof(V_1));
{
// var index = 0;
V_0 = 0;
// return ParseParameter(str, ref index);
String_t* L_0 = ___str0;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_1;
L_1 = NamedValue_ParseParameter_mE750CB8EAC57BE52D2759483CE95859B98875C07(L_0, (&V_0), NULL);
V_1 = L_1;
goto IL_000e;
}
IL_000e:
{
// }
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ParseParameter(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ParseParameter_mE750CB8EAC57BE52D2759483CE95859B98875C07 (String_t* ___parameterString0, int32_t* ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
String_t* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_14;
memset((&V_14), 0, sizeof(V_14));
int32_t G_B5_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B24_0 = 0;
int32_t G_B31_0 = 0;
int32_t G_B38_0 = 0;
int32_t G_B40_0 = 0;
int32_t G_B45_0 = 0;
{
// var parameter = new NamedValue();
il2cpp_codegen_initobj((&V_0), sizeof(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED));
// var parameterStringLength = parameterString.Length;
String_t* L_0 = ___parameterString0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
V_1 = L_1;
goto IL_0018;
}
IL_0012:
{
// ++index;
int32_t* L_2 = ___index1;
int32_t* L_3 = ___index1;
int32_t L_4 = *((int32_t*)L_3);
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0018:
{
// while (index < parameterStringLength && char.IsWhiteSpace(parameterString[index]))
int32_t* L_5 = ___index1;
int32_t L_6 = *((int32_t*)L_5);
int32_t L_7 = V_1;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_002c;
}
}
{
String_t* L_8 = ___parameterString0;
int32_t* L_9 = ___index1;
int32_t L_10 = *((int32_t*)L_9);
NullCheck(L_8);
Il2CppChar L_11;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_10, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_11, NULL);
G_B5_0 = ((int32_t)(L_12));
goto IL_002d;
}
IL_002c:
{
G_B5_0 = 0;
}
IL_002d:
{
V_3 = (bool)G_B5_0;
bool L_13 = V_3;
if (L_13)
{
goto IL_0012;
}
}
{
// var nameStart = index;
int32_t* L_14 = ___index1;
int32_t L_15 = *((int32_t*)L_14);
V_2 = L_15;
goto IL_006f;
}
IL_0036:
{
// var nextChar = parameterString[index];
String_t* L_16 = ___parameterString0;
int32_t* L_17 = ___index1;
int32_t L_18 = *((int32_t*)L_17);
NullCheck(L_16);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_18, NULL);
V_4 = L_19;
// if (nextChar == '=' || nextChar == Separator[0] || char.IsWhiteSpace(nextChar))
Il2CppChar L_20 = V_4;
if ((((int32_t)L_20) == ((int32_t)((int32_t)61))))
{
goto IL_005f;
}
}
{
Il2CppChar L_21 = V_4;
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
Il2CppChar L_22;
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
if ((((int32_t)L_21) == ((int32_t)L_22)))
{
goto IL_005f;
}
}
{
Il2CppChar L_23 = V_4;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_24;
L_24 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_23, NULL);
G_B11_0 = ((int32_t)(L_24));
goto IL_0060;
}
IL_005f:
{
G_B11_0 = 1;
}
IL_0060:
{
V_5 = (bool)G_B11_0;
bool L_25 = V_5;
if (!L_25)
{
goto IL_0068;
}
}
{
// break;
goto IL_007a;
}
IL_0068:
{
// ++index;
int32_t* L_26 = ___index1;
int32_t* L_27 = ___index1;
int32_t L_28 = *((int32_t*)L_27);
*((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_006f:
{
// while (index < parameterStringLength)
int32_t* L_29 = ___index1;
int32_t L_30 = *((int32_t*)L_29);
int32_t L_31 = V_1;
V_6 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
bool L_32 = V_6;
if (L_32)
{
goto IL_0036;
}
}
IL_007a:
{
// parameter.name = parameterString.Substring(nameStart, index - nameStart);
String_t* L_33 = ___parameterString0;
int32_t L_34 = V_2;
int32_t* L_35 = ___index1;
int32_t L_36 = *((int32_t*)L_35);
int32_t L_37 = V_2;
NullCheck(L_33);
String_t* L_38;
L_38 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_33, L_34, ((int32_t)il2cpp_codegen_subtract(L_36, L_37)), NULL);
NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline((&V_0), L_38, NULL);
goto IL_0095;
}
IL_008f:
{
// ++index;
int32_t* L_39 = ___index1;
int32_t* L_40 = ___index1;
int32_t L_41 = *((int32_t*)L_40);
*((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add(L_41, 1));
}
IL_0095:
{
// while (index < parameterStringLength && char.IsWhiteSpace(parameterString[index]))
int32_t* L_42 = ___index1;
int32_t L_43 = *((int32_t*)L_42);
int32_t L_44 = V_1;
if ((((int32_t)L_43) >= ((int32_t)L_44)))
{
goto IL_00a9;
}
}
{
String_t* L_45 = ___parameterString0;
int32_t* L_46 = ___index1;
int32_t L_47 = *((int32_t*)L_46);
NullCheck(L_45);
Il2CppChar L_48;
L_48 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_45, L_47, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_49;
L_49 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_48, NULL);
G_B20_0 = ((int32_t)(L_49));
goto IL_00aa;
}
IL_00a9:
{
G_B20_0 = 0;
}
IL_00aa:
{
V_7 = (bool)G_B20_0;
bool L_50 = V_7;
if (L_50)
{
goto IL_008f;
}
}
{
// if (index == parameterStringLength || parameterString[index] != '=')
int32_t* L_51 = ___index1;
int32_t L_52 = *((int32_t*)L_51);
int32_t L_53 = V_1;
if ((((int32_t)L_52) == ((int32_t)L_53)))
{
goto IL_00c6;
}
}
{
String_t* L_54 = ___parameterString0;
int32_t* L_55 = ___index1;
int32_t L_56 = *((int32_t*)L_55);
NullCheck(L_54);
Il2CppChar L_57;
L_57 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_54, L_56, NULL);
G_B24_0 = ((((int32_t)((((int32_t)L_57) == ((int32_t)((int32_t)61)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00c7;
}
IL_00c6:
{
G_B24_0 = 1;
}
IL_00c7:
{
V_8 = (bool)G_B24_0;
bool L_58 = V_8;
if (!L_58)
{
goto IL_00e2;
}
}
{
// parameter.value = true;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_59;
L_59 = PrimitiveValue_op_Implicit_m4393C6F25CE81CD9B42E0DA522596339222ADC5A((bool)1, NULL);
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline((&V_0), L_59, NULL);
goto IL_016d;
}
IL_00e2:
{
// ++index; // Skip over '='.
int32_t* L_60 = ___index1;
int32_t* L_61 = ___index1;
int32_t L_62 = *((int32_t*)L_61);
*((int32_t*)L_60) = (int32_t)((int32_t)il2cpp_codegen_add(L_62, 1));
goto IL_00f1;
}
IL_00eb:
{
// ++index;
int32_t* L_63 = ___index1;
int32_t* L_64 = ___index1;
int32_t L_65 = *((int32_t*)L_64);
*((int32_t*)L_63) = (int32_t)((int32_t)il2cpp_codegen_add(L_65, 1));
}
IL_00f1:
{
// while (index < parameterStringLength && char.IsWhiteSpace(parameterString[index]))
int32_t* L_66 = ___index1;
int32_t L_67 = *((int32_t*)L_66);
int32_t L_68 = V_1;
if ((((int32_t)L_67) >= ((int32_t)L_68)))
{
goto IL_0105;
}
}
{
String_t* L_69 = ___parameterString0;
int32_t* L_70 = ___index1;
int32_t L_71 = *((int32_t*)L_70);
NullCheck(L_69);
Il2CppChar L_72;
L_72 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_69, L_71, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_73;
L_73 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_72, NULL);
G_B31_0 = ((int32_t)(L_73));
goto IL_0106;
}
IL_0105:
{
G_B31_0 = 0;
}
IL_0106:
{
V_11 = (bool)G_B31_0;
bool L_74 = V_11;
if (L_74)
{
goto IL_00eb;
}
}
{
// var valueStart = index;
int32_t* L_75 = ___index1;
int32_t L_76 = *((int32_t*)L_75);
V_9 = L_76;
goto IL_0118;
}
IL_0112:
{
// ++index;
int32_t* L_77 = ___index1;
int32_t* L_78 = ___index1;
int32_t L_79 = *((int32_t*)L_78);
*((int32_t*)L_77) = (int32_t)((int32_t)il2cpp_codegen_add(L_79, 1));
}
IL_0118:
{
// while (index < parameterStringLength &&
// !(parameterString[index] == Separator[0] || char.IsWhiteSpace(parameterString[index])))
int32_t* L_80 = ___index1;
int32_t L_81 = *((int32_t*)L_80);
int32_t L_82 = V_1;
if ((((int32_t)L_81) >= ((int32_t)L_82)))
{
goto IL_0147;
}
}
{
String_t* L_83 = ___parameterString0;
int32_t* L_84 = ___index1;
int32_t L_85 = *((int32_t*)L_84);
NullCheck(L_83);
Il2CppChar L_86;
L_86 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_83, L_85, NULL);
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
Il2CppChar L_87;
L_87 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
if ((((int32_t)L_86) == ((int32_t)L_87)))
{
goto IL_0144;
}
}
{
String_t* L_88 = ___parameterString0;
int32_t* L_89 = ___index1;
int32_t L_90 = *((int32_t*)L_89);
NullCheck(L_88);
Il2CppChar L_91;
L_91 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_88, L_90, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_92;
L_92 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_91, NULL);
G_B38_0 = ((((int32_t)L_92) == ((int32_t)0))? 1 : 0);
goto IL_0145;
}
IL_0144:
{
G_B38_0 = 0;
}
IL_0145:
{
G_B40_0 = G_B38_0;
goto IL_0148;
}
IL_0147:
{
G_B40_0 = 0;
}
IL_0148:
{
V_12 = (bool)G_B40_0;
bool L_93 = V_12;
if (L_93)
{
goto IL_0112;
}
}
{
// var value = parameterString.Substring(valueStart, index - valueStart);
String_t* L_94 = ___parameterString0;
int32_t L_95 = V_9;
int32_t* L_96 = ___index1;
int32_t L_97 = *((int32_t*)L_96);
int32_t L_98 = V_9;
NullCheck(L_94);
String_t* L_99;
L_99 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_94, L_95, ((int32_t)il2cpp_codegen_subtract(L_97, L_98)), NULL);
V_10 = L_99;
// parameter.value = PrimitiveValue.FromString(value);
String_t* L_100 = V_10;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_101;
L_101 = PrimitiveValue_FromString_m1F5A710EA3CC1AAD392438F088BE3745BFB69B4E(L_100, NULL);
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline((&V_0), L_101, NULL);
}
IL_016d:
{
// if (index < parameterStringLength && parameterString[index] == Separator[0])
int32_t* L_102 = ___index1;
int32_t L_103 = *((int32_t*)L_102);
int32_t L_104 = V_1;
if ((((int32_t)L_103) >= ((int32_t)L_104)))
{
goto IL_0189;
}
}
{
String_t* L_105 = ___parameterString0;
int32_t* L_106 = ___index1;
int32_t L_107 = *((int32_t*)L_106);
NullCheck(L_105);
Il2CppChar L_108;
L_108 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_105, L_107, NULL);
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
Il2CppChar L_109;
L_109 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
G_B45_0 = ((((int32_t)L_108) == ((int32_t)L_109))? 1 : 0);
goto IL_018a;
}
IL_0189:
{
G_B45_0 = 0;
}
IL_018a:
{
V_13 = (bool)G_B45_0;
bool L_110 = V_13;
if (!L_110)
{
goto IL_0196;
}
}
{
// ++index;
int32_t* L_111 = ___index1;
int32_t* L_112 = ___index1;
int32_t L_113 = *((int32_t*)L_112);
*((int32_t*)L_111) = (int32_t)((int32_t)il2cpp_codegen_add(L_113, 1));
}
IL_0196:
{
// return parameter;
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_114 = V_0;
V_14 = L_114;
goto IL_019b;
}
IL_019b:
{
// }
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_115 = V_14;
return L_115;
}
}
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyToObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
FieldInfo_t* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_5;
memset((&V_5), 0, sizeof(V_5));
{
// if (instance == null)
RuntimeObject* L_0 = ___instance0;
V_3 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new System.ArgumentNullException(nameof(instance));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_RuntimeMethod_var)));
}
IL_0014:
{
// var instanceType = instance.GetType();
RuntimeObject* L_3 = ___instance0;
NullCheck(L_3);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
V_0 = L_4;
// var field = instanceType.GetField(name,
// BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
Type_t* L_5 = V_0;
String_t* L_6;
L_6 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
NullCheck(L_5);
FieldInfo_t* L_7;
L_7 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(87 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_5, L_6, ((int32_t)53));
V_1 = L_7;
// if (field == null)
FieldInfo_t* L_8 = V_1;
bool L_9;
L_9 = FieldInfo_op_Equality_m7EF1C2E8785AE9589DE1B96CB6B2EBF633404FA2(L_8, (FieldInfo_t*)NULL, NULL);
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_0077;
}
}
{
// throw new ArgumentException(
// $"Cannot find public field '{name}' in '{instanceType.Name}' (while trying to apply parameter)", nameof(instance));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01)));
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
String_t* L_14;
L_14 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_14);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_13;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB621DC24FF3E939648E534699890E09840B21334)));
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB621DC24FF3E939648E534699890E09840B21334)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
Type_t* L_17 = V_0;
NullCheck(L_17);
String_t* L_18;
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_18);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_16;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF)));
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF)));
String_t* L_20;
L_20 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_19, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_21 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_21);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_21, L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_RuntimeMethod_var)));
}
IL_0077:
{
// var fieldTypeCode = Type.GetTypeCode(field.FieldType);
FieldInfo_t* L_22 = V_1;
NullCheck(L_22);
Type_t* L_23;
L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_22);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
int32_t L_24;
L_24 = Type_GetTypeCode_m98820B2A4DCAA218E805D4773E2D0A33AFDF7192(L_23, NULL);
V_2 = L_24;
// field.SetValue(instance, value.ConvertTo(fieldTypeCode).ToObject());
FieldInfo_t* L_25 = V_1;
RuntimeObject* L_26 = ___instance0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_27;
L_27 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
V_5 = L_27;
int32_t L_28 = V_2;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_29;
L_29 = PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC((&V_5), L_28, NULL);
V_5 = L_29;
RuntimeObject* L_30;
L_30 = PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979((&V_5), NULL);
NullCheck(L_25);
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(L_25, L_26, L_30, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___instance0, const RuntimeMethod* method)
{
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD(_thisAdjusted, ___instance0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberHelpers_AlignToMultipleOf_mC0AB871E2290467B6E6661572B87E57888FB36E0 (int32_t ___number0, int32_t ___alignment1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
// var remainder = number % alignment;
int32_t L_0 = ___number0;
int32_t L_1 = ___alignment1;
V_0 = ((int32_t)(L_0%L_1));
// if (remainder == 0)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0011;
}
}
{
// return number;
int32_t L_4 = ___number0;
V_2 = L_4;
goto IL_0019;
}
IL_0011:
{
// return number + alignment - remainder;
int32_t L_5 = ___number0;
int32_t L_6 = ___alignment1;
int32_t L_7 = V_0;
V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_5, L_6)), L_7));
goto IL_0019;
}
IL_0019:
{
// }
int32_t L_8 = V_2;
return L_8;
}
}
// System.Int64 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.Int64,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NumberHelpers_AlignToMultipleOf_m645FD7986206E11C0148F37E59E84ADB693022D3 (int64_t ___number0, int64_t ___alignment1, const RuntimeMethod* method)
{
int64_t V_0 = 0;
bool V_1 = false;
int64_t V_2 = 0;
{
// var remainder = number % alignment;
int64_t L_0 = ___number0;
int64_t L_1 = ___alignment1;
V_0 = ((int64_t)(L_0%L_1));
// if (remainder == 0)
int64_t L_2 = V_0;
V_1 = (bool)((((int64_t)L_2) == ((int64_t)((int64_t)0)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0012;
}
}
{
// return number;
int64_t L_4 = ___number0;
V_2 = L_4;
goto IL_001a;
}
IL_0012:
{
// return number + alignment - remainder;
int64_t L_5 = ___number0;
int64_t L_6 = ___alignment1;
int64_t L_7 = V_0;
V_2 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(L_5, L_6)), L_7));
goto IL_001a;
}
IL_001a:
{
// }
int64_t L_8 = V_2;
return L_8;
}
}
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_mEB8F85FE2BA604AC7B15C1FA171ECDF1A5D107C2 (uint32_t ___number0, uint32_t ___alignment1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
bool V_1 = false;
uint32_t V_2 = 0;
{
// var remainder = number % alignment;
uint32_t L_0 = ___number0;
uint32_t L_1 = ___alignment1;
V_0 = ((int32_t)((uint32_t)(int32_t)L_0%(uint32_t)(int32_t)L_1));
// if (remainder == 0)
uint32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0011;
}
}
{
// return number;
uint32_t L_4 = ___number0;
V_2 = L_4;
goto IL_0019;
}
IL_0011:
{
// return number + alignment - remainder;
uint32_t L_5 = ___number0;
uint32_t L_6 = ___alignment1;
uint32_t L_7 = V_0;
V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7));
goto IL_0019;
}
IL_0019:
{
// }
uint32_t L_8 = V_2;
return L_8;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.NumberHelpers::Approximately(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F (double ___a0, double ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return Math.Abs(b - a) < Math.Max(1E-06 * Math.Max(Math.Abs(a), Math.Abs(b)), double.Epsilon * 8);
double L_0 = ___b1;
double L_1 = ___a0;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_2;
L_2 = fabs(((double)il2cpp_codegen_subtract(L_0, L_1)));
double L_3 = ___a0;
double L_4;
L_4 = fabs(L_3);
double L_5 = ___b1;
double L_6;
L_6 = fabs(L_5);
double L_7;
L_7 = Math_Max_mD1AD971AB9981B8A59BC5B5BEB7DD6A5A5E82AD6(L_4, L_6, NULL);
double L_8;
L_8 = Math_Max_mD1AD971AB9981B8A59BC5B5BEB7DD6A5A5E82AD6(((double)il2cpp_codegen_multiply((9.9999999999999995E-07), L_7)), (3.9525251667299724E-323), NULL);
V_0 = (bool)((((double)L_2) < ((double)L_8))? 1 : 0);
goto IL_0037;
}
IL_0037:
{
// }
bool L_9 = V_0;
return L_9;
}
}
// System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::IntToNormalizedFloat(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NumberHelpers_IntToNormalizedFloat_m88973EB41AFB18D1A6900335248F3D77BBD2F1BC (int32_t ___value0, int32_t ___minValue1, int32_t ___maxValue2, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
bool V_2 = false;
{
// if (value <= minValue)
int32_t L_0 = ___value0;
int32_t L_1 = ___minValue1;
V_0 = (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0014;
}
}
{
// return 0.0f;
V_1 = (0.0f);
goto IL_0036;
}
IL_0014:
{
// if (value >= maxValue)
int32_t L_3 = ___value0;
int32_t L_4 = ___maxValue2;
V_2 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_0027;
}
}
{
// return 1.0f;
V_1 = (1.0f);
goto IL_0036;
}
IL_0027:
{
// return (float)(((double)value - minValue) / ((double)maxValue - minValue));
int32_t L_6 = ___value0;
int32_t L_7 = ___minValue1;
int32_t L_8 = ___maxValue2;
int32_t L_9 = ___minValue1;
V_1 = ((float)((double)(((double)il2cpp_codegen_subtract(((double)L_6), ((double)L_7)))/((double)il2cpp_codegen_subtract(((double)L_8), ((double)L_9))))));
goto IL_0036;
}
IL_0036:
{
// }
float L_10 = V_1;
return L_10;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToInt(System.Single,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberHelpers_NormalizedFloatToInt_m888111D2E0E7975BB3D997A149A157E3A5AD2D50 (float ___value0, int32_t ___intMinValue1, int32_t ___intMaxValue2, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
{
// if (value <= 0.0f)
float L_0 = ___value0;
V_0 = (bool)((((int32_t)((!(((float)L_0) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// return intMinValue;
int32_t L_2 = ___intMinValue1;
V_1 = L_2;
goto IL_0036;
}
IL_0014:
{
// if (value >= 1.0f)
float L_3 = ___value0;
V_2 = (bool)((((int32_t)((!(((float)L_3) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0027;
}
}
{
// return intMaxValue;
int32_t L_5 = ___intMaxValue2;
V_1 = L_5;
goto IL_0036;
}
IL_0027:
{
// return (int)(value * ((double)intMaxValue - intMinValue) + intMinValue);
float L_6 = ___value0;
int32_t L_7 = ___intMaxValue2;
int32_t L_8 = ___intMinValue1;
int32_t L_9 = ___intMinValue1;
V_1 = il2cpp_codegen_cast_double_to_int<int32_t>(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_6), ((double)il2cpp_codegen_subtract(((double)L_7), ((double)L_8))))), ((double)L_9))));
goto IL_0036;
}
IL_0036:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
// System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::UIntToNormalizedFloat(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m302B1379117FEDC56095650462521DEF0252181A (uint32_t ___value0, uint32_t ___minValue1, uint32_t ___maxValue2, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
bool V_2 = false;
{
// if (value <= minValue)
uint32_t L_0 = ___value0;
uint32_t L_1 = ___minValue1;
V_0 = (bool)((((int32_t)((!(((uint32_t)L_0) <= ((uint32_t)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0014;
}
}
{
// return 0.0f;
V_1 = (0.0f);
goto IL_003a;
}
IL_0014:
{
// if (value >= maxValue)
uint32_t L_3 = ___value0;
uint32_t L_4 = ___maxValue2;
V_2 = (bool)((((int32_t)((!(((uint32_t)L_3) >= ((uint32_t)L_4)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_0027;
}
}
{
// return 1.0f;
V_1 = (1.0f);
goto IL_003a;
}
IL_0027:
{
// return (float)(((double)value - minValue) / ((double)maxValue - minValue));
uint32_t L_6 = ___value0;
uint32_t L_7 = ___minValue1;
uint32_t L_8 = ___maxValue2;
uint32_t L_9 = ___minValue1;
V_1 = ((float)((double)(((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_6)), ((double)((double)(uint32_t)L_7))))/((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_8)), ((double)((double)(uint32_t)L_9)))))));
goto IL_003a;
}
IL_003a:
{
// }
float L_10 = V_1;
return L_10;
}
}
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToUInt(System.Single,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m795050CA5FDE0362A04ECF58DE3A64EA0F3140BA (float ___value0, uint32_t ___uintMinValue1, uint32_t ___uintMaxValue2, const RuntimeMethod* method)
{
bool V_0 = false;
uint32_t V_1 = 0;
bool V_2 = false;
{
// if (value <= 0.0f)
float L_0 = ___value0;
V_0 = (bool)((((int32_t)((!(((float)L_0) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// return uintMinValue;
uint32_t L_2 = ___uintMinValue1;
V_1 = L_2;
goto IL_0039;
}
IL_0014:
{
// if (value >= 1.0f)
float L_3 = ___value0;
V_2 = (bool)((((int32_t)((!(((float)L_3) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0027;
}
}
{
// return uintMaxValue;
uint32_t L_5 = ___uintMaxValue2;
V_1 = L_5;
goto IL_0039;
}
IL_0027:
{
// return (uint)(value * ((double)uintMaxValue - uintMinValue) + uintMinValue);
float L_6 = ___value0;
uint32_t L_7 = ___uintMaxValue2;
uint32_t L_8 = ___uintMinValue1;
uint32_t L_9 = ___uintMinValue1;
V_1 = il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_6), ((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_7)), ((double)((double)(uint32_t)L_8)))))), ((double)((double)(uint32_t)L_9)))));
goto IL_0039;
}
IL_0039:
{
// }
uint32_t L_10 = V_1;
return L_10;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::.ctor(System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>,System.Type,UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDeviceEventObservable__ctor_mB1C31FA7E513DB5D377B8F95AB66DBA80A0B2EFC (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* __this, RuntimeObject* ___source0, Type_t* ___deviceType1, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device2, const RuntimeMethod* method)
{
{
// public ForDeviceEventObservable(IObservable<InputEventPtr> source, Type deviceType, InputDevice device)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_Source = source;
RuntimeObject* L_0 = ___source0;
__this->___m_Source_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Source_0), (void*)L_0);
// m_DeviceType = deviceType;
Type_t* L_1 = ___deviceType1;
__this->___m_DeviceType_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceType_2), (void*)L_1);
// m_Device = device;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = ___device2;
__this->___m_Device_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Device_1), (void*)L_2);
// }
return;
}
}
// System.IDisposable UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::Subscribe(System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ForDeviceEventObservable_Subscribe_m478F0C0639A1439EFC21B70553AC31A7D8432556 (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* __this, RuntimeObject* ___observer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
// return m_Source.Subscribe(new ForDevice(m_DeviceType, m_Device, observer));
RuntimeObject* L_0 = __this->___m_Source_0;
Type_t* L_1 = __this->___m_DeviceType_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = __this->___m_Device_1;
RuntimeObject* L_3 = ___observer0;
ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* L_4 = (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E*)il2cpp_codegen_object_new(ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E_il2cpp_TypeInfo_var);
NullCheck(L_4);
ForDevice__ctor_m06C106C1F6C25A151D081C6E95036B949644C27D(L_4, L_1, L_2, L_3, NULL);
NullCheck(L_0);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.IDisposable System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>::Subscribe(System.IObserver`1<T>) */, IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A_il2cpp_TypeInfo_var, L_0, L_4);
V_0 = L_5;
goto IL_0021;
}
IL_0021:
{
// }
RuntimeObject* L_6 = V_0;
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::.ctor(System.Type,UnityEngine.InputSystem.InputDevice,System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice__ctor_m06C106C1F6C25A151D081C6E95036B949644C27D (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, Type_t* ___deviceType0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, RuntimeObject* ___observer2, const RuntimeMethod* method)
{
{
// public ForDevice(Type deviceType, InputDevice device, IObserver<InputEventPtr> observer)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_Device = device;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device1;
__this->___m_Device_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Device_1), (void*)L_0);
// m_DeviceType = deviceType;
Type_t* L_1 = ___deviceType0;
__this->___m_DeviceType_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceType_2), (void*)L_1);
// m_Observer = observer;
RuntimeObject* L_2 = ___observer2;
__this->___m_Observer_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Observer_0), (void*)L_2);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::OnCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice_OnCompleted_m2336A2BBAD2244737E9B625386CBD59082492FA1 (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::OnError(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice_OnError_m31319CC442A62986154C491733D75112C8B9CF1F (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, Exception_t* ___error0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Debug.LogException(error);
Exception_t* L_0 = ___error0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogException_m82E44FEC6B03BC34AFC2CAF6583051570C60CB9E(L_0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::OnNext(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice_OnNext_m84DA1DF865B5E459A1DAB9E1AE0D2F5A1883BF49 (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B9_0 = 0;
{
// if (m_DeviceType != null)
Type_t* L_0 = __this->___m_DeviceType_2;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_0, (Type_t*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_003f;
}
}
{
// var device = InputSystem.GetDeviceById(value.deviceId);
int32_t L_3;
L_3 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___value0), NULL);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4;
L_4 = InputSystem_GetDeviceById_m0EC67530A5BB503DD302D95F1F48808D14DA3976(L_3, NULL);
V_1 = L_4;
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5 = V_1;
V_2 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_0029;
}
}
{
// return;
goto IL_0076;
}
IL_0029:
{
// if (!m_DeviceType.IsInstanceOfType(device))
Type_t* L_7 = __this->___m_DeviceType_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8 = V_1;
NullCheck(L_7);
bool L_9;
L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8);
V_3 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_003e;
}
}
{
// return;
goto IL_0076;
}
IL_003e:
{
}
IL_003f:
{
// if (m_Device != null && value.deviceId != m_Device.deviceId)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_11 = __this->___m_Device_1;
if (!L_11)
{
goto IL_0060;
}
}
{
int32_t L_12;
L_12 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___value0), NULL);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13 = __this->___m_Device_1;
NullCheck(L_13);
int32_t L_14;
L_14 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_13, NULL);
G_B9_0 = ((((int32_t)((((int32_t)L_12) == ((int32_t)L_14))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0061;
}
IL_0060:
{
G_B9_0 = 0;
}
IL_0061:
{
V_4 = (bool)G_B9_0;
bool L_15 = V_4;
if (!L_15)
{
goto IL_0069;
}
}
{
// return;
goto IL_0076;
}
IL_0069:
{
// m_Observer.OnNext(value);
RuntimeObject* L_16 = __this->___m_Observer_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_17 = ___value0;
NullCheck(L_16);
InterfaceActionInvoker1< InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 >::Invoke(0 /* System.Void System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>::OnNext(T) */, IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var, L_16, L_17);
}
IL_0076:
{
// }
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.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr> UnityEngine.InputSystem.Utilities.Observable::ForDevice(System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>,UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_ForDevice_m9BD86A8DFED84AB793727516533F066446727739 (RuntimeObject* ___source0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
{
// if (source == null)
RuntimeObject* L_0 = ___source0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(source));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_ForDevice_m9BD86A8DFED84AB793727516533F066446727739_RuntimeMethod_var)));
}
IL_0014:
{
// return new ForDeviceEventObservable(source, null, device);
RuntimeObject* L_3 = ___source0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___device1;
ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* L_5 = (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889*)il2cpp_codegen_object_new(ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889_il2cpp_TypeInfo_var);
NullCheck(L_5);
ForDeviceEventObservable__ctor_mB1C31FA7E513DB5D377B8F95AB66DBA80A0B2EFC(L_5, L_3, (Type_t*)NULL, L_4, NULL);
V_1 = L_5;
goto IL_001f;
}
IL_001f:
{
// }
RuntimeObject* L_6 = V_1;
return L_6;
}
}
#ifdef __clang__
#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: UnityEngine.InputSystem.Utilities.PrimitiveValue
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled)
{
marshaled.___m_Type_0 = unmarshaled.___m_Type_0;
marshaled.___m_BoolValue_1 = static_cast<int32_t>(unmarshaled.___m_BoolValue_1);
marshaled.___m_CharValue_2 = static_cast<uint8_t>(unmarshaled.___m_CharValue_2);
marshaled.___m_ByteValue_3 = unmarshaled.___m_ByteValue_3;
marshaled.___m_SByteValue_4 = unmarshaled.___m_SByteValue_4;
marshaled.___m_ShortValue_5 = unmarshaled.___m_ShortValue_5;
marshaled.___m_UShortValue_6 = unmarshaled.___m_UShortValue_6;
marshaled.___m_IntValue_7 = unmarshaled.___m_IntValue_7;
marshaled.___m_UIntValue_8 = unmarshaled.___m_UIntValue_8;
marshaled.___m_LongValue_9 = unmarshaled.___m_LongValue_9;
marshaled.___m_ULongValue_10 = unmarshaled.___m_ULongValue_10;
marshaled.___m_FloatValue_11 = unmarshaled.___m_FloatValue_11;
marshaled.___m_DoubleValue_12 = unmarshaled.___m_DoubleValue_12;
}
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled)
{
int32_t unmarshaledm_Type_temp_0 = 0;
unmarshaledm_Type_temp_0 = marshaled.___m_Type_0;
unmarshaled.___m_Type_0 = unmarshaledm_Type_temp_0;
bool unmarshaledm_BoolValue_temp_1 = false;
unmarshaledm_BoolValue_temp_1 = static_cast<bool>(marshaled.___m_BoolValue_1);
unmarshaled.___m_BoolValue_1 = unmarshaledm_BoolValue_temp_1;
Il2CppChar unmarshaledm_CharValue_temp_2 = 0x0;
unmarshaledm_CharValue_temp_2 = static_cast<Il2CppChar>(marshaled.___m_CharValue_2);
unmarshaled.___m_CharValue_2 = unmarshaledm_CharValue_temp_2;
uint8_t unmarshaledm_ByteValue_temp_3 = 0x0;
unmarshaledm_ByteValue_temp_3 = marshaled.___m_ByteValue_3;
unmarshaled.___m_ByteValue_3 = unmarshaledm_ByteValue_temp_3;
int8_t unmarshaledm_SByteValue_temp_4 = 0x0;
unmarshaledm_SByteValue_temp_4 = marshaled.___m_SByteValue_4;
unmarshaled.___m_SByteValue_4 = unmarshaledm_SByteValue_temp_4;
int16_t unmarshaledm_ShortValue_temp_5 = 0;
unmarshaledm_ShortValue_temp_5 = marshaled.___m_ShortValue_5;
unmarshaled.___m_ShortValue_5 = unmarshaledm_ShortValue_temp_5;
uint16_t unmarshaledm_UShortValue_temp_6 = 0;
unmarshaledm_UShortValue_temp_6 = marshaled.___m_UShortValue_6;
unmarshaled.___m_UShortValue_6 = unmarshaledm_UShortValue_temp_6;
int32_t unmarshaledm_IntValue_temp_7 = 0;
unmarshaledm_IntValue_temp_7 = marshaled.___m_IntValue_7;
unmarshaled.___m_IntValue_7 = unmarshaledm_IntValue_temp_7;
uint32_t unmarshaledm_UIntValue_temp_8 = 0;
unmarshaledm_UIntValue_temp_8 = marshaled.___m_UIntValue_8;
unmarshaled.___m_UIntValue_8 = unmarshaledm_UIntValue_temp_8;
int64_t unmarshaledm_LongValue_temp_9 = 0;
unmarshaledm_LongValue_temp_9 = marshaled.___m_LongValue_9;
unmarshaled.___m_LongValue_9 = unmarshaledm_LongValue_temp_9;
uint64_t unmarshaledm_ULongValue_temp_10 = 0;
unmarshaledm_ULongValue_temp_10 = marshaled.___m_ULongValue_10;
unmarshaled.___m_ULongValue_10 = unmarshaledm_ULongValue_temp_10;
float unmarshaledm_FloatValue_temp_11 = 0.0f;
unmarshaledm_FloatValue_temp_11 = marshaled.___m_FloatValue_11;
unmarshaled.___m_FloatValue_11 = unmarshaledm_FloatValue_temp_11;
double unmarshaledm_DoubleValue_temp_12 = 0.0;
unmarshaledm_DoubleValue_temp_12 = marshaled.___m_DoubleValue_12;
unmarshaled.___m_DoubleValue_12 = unmarshaledm_DoubleValue_temp_12;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled)
{
marshaled.___m_Type_0 = unmarshaled.___m_Type_0;
marshaled.___m_BoolValue_1 = static_cast<int32_t>(unmarshaled.___m_BoolValue_1);
marshaled.___m_CharValue_2 = static_cast<uint8_t>(unmarshaled.___m_CharValue_2);
marshaled.___m_ByteValue_3 = unmarshaled.___m_ByteValue_3;
marshaled.___m_SByteValue_4 = unmarshaled.___m_SByteValue_4;
marshaled.___m_ShortValue_5 = unmarshaled.___m_ShortValue_5;
marshaled.___m_UShortValue_6 = unmarshaled.___m_UShortValue_6;
marshaled.___m_IntValue_7 = unmarshaled.___m_IntValue_7;
marshaled.___m_UIntValue_8 = unmarshaled.___m_UIntValue_8;
marshaled.___m_LongValue_9 = unmarshaled.___m_LongValue_9;
marshaled.___m_ULongValue_10 = unmarshaled.___m_ULongValue_10;
marshaled.___m_FloatValue_11 = unmarshaled.___m_FloatValue_11;
marshaled.___m_DoubleValue_12 = unmarshaled.___m_DoubleValue_12;
}
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled)
{
int32_t unmarshaledm_Type_temp_0 = 0;
unmarshaledm_Type_temp_0 = marshaled.___m_Type_0;
unmarshaled.___m_Type_0 = unmarshaledm_Type_temp_0;
bool unmarshaledm_BoolValue_temp_1 = false;
unmarshaledm_BoolValue_temp_1 = static_cast<bool>(marshaled.___m_BoolValue_1);
unmarshaled.___m_BoolValue_1 = unmarshaledm_BoolValue_temp_1;
Il2CppChar unmarshaledm_CharValue_temp_2 = 0x0;
unmarshaledm_CharValue_temp_2 = static_cast<Il2CppChar>(marshaled.___m_CharValue_2);
unmarshaled.___m_CharValue_2 = unmarshaledm_CharValue_temp_2;
uint8_t unmarshaledm_ByteValue_temp_3 = 0x0;
unmarshaledm_ByteValue_temp_3 = marshaled.___m_ByteValue_3;
unmarshaled.___m_ByteValue_3 = unmarshaledm_ByteValue_temp_3;
int8_t unmarshaledm_SByteValue_temp_4 = 0x0;
unmarshaledm_SByteValue_temp_4 = marshaled.___m_SByteValue_4;
unmarshaled.___m_SByteValue_4 = unmarshaledm_SByteValue_temp_4;
int16_t unmarshaledm_ShortValue_temp_5 = 0;
unmarshaledm_ShortValue_temp_5 = marshaled.___m_ShortValue_5;
unmarshaled.___m_ShortValue_5 = unmarshaledm_ShortValue_temp_5;
uint16_t unmarshaledm_UShortValue_temp_6 = 0;
unmarshaledm_UShortValue_temp_6 = marshaled.___m_UShortValue_6;
unmarshaled.___m_UShortValue_6 = unmarshaledm_UShortValue_temp_6;
int32_t unmarshaledm_IntValue_temp_7 = 0;
unmarshaledm_IntValue_temp_7 = marshaled.___m_IntValue_7;
unmarshaled.___m_IntValue_7 = unmarshaledm_IntValue_temp_7;
uint32_t unmarshaledm_UIntValue_temp_8 = 0;
unmarshaledm_UIntValue_temp_8 = marshaled.___m_UIntValue_8;
unmarshaled.___m_UIntValue_8 = unmarshaledm_UIntValue_temp_8;
int64_t unmarshaledm_LongValue_temp_9 = 0;
unmarshaledm_LongValue_temp_9 = marshaled.___m_LongValue_9;
unmarshaled.___m_LongValue_9 = unmarshaledm_LongValue_temp_9;
uint64_t unmarshaledm_ULongValue_temp_10 = 0;
unmarshaledm_ULongValue_temp_10 = marshaled.___m_ULongValue_10;
unmarshaled.___m_ULongValue_10 = unmarshaledm_ULongValue_temp_10;
float unmarshaledm_FloatValue_temp_11 = 0.0f;
unmarshaledm_FloatValue_temp_11 = marshaled.___m_FloatValue_11;
unmarshaled.___m_FloatValue_11 = unmarshaledm_FloatValue_temp_11;
double unmarshaledm_DoubleValue_temp_12 = 0.0;
unmarshaledm_DoubleValue_temp_12 = marshaled.___m_DoubleValue_12;
unmarshaled.___m_DoubleValue_12 = unmarshaledm_DoubleValue_temp_12;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled)
{
}
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
{
// public TypeCode type => m_Type;
int32_t L_0 = __this->___m_Type_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int32_t _returnValue;
_returnValue = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
{
// public bool isEmpty => type == TypeCode.Empty;
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
bool _returnValue;
_returnValue = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, bool ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Boolean;
__this->___m_Type_0 = 3;
// m_BoolValue = value;
bool L_0 = ___value0;
__this->___m_BoolValue_1 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Char;
__this->___m_Type_0 = 4;
// m_CharValue = value;
Il2CppChar L_0 = ___value0;
__this->___m_CharValue_2 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint8_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Byte;
__this->___m_Type_0 = 6;
// m_ByteValue = value;
uint8_t L_0 = ___value0;
__this->___m_ByteValue_3 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4_AdjustorThunk (RuntimeObject* __this, uint8_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int8_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.SByte;
__this->___m_Type_0 = 5;
// m_SByteValue = value;
int8_t L_0 = ___value0;
__this->___m_SByteValue_4 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7_AdjustorThunk (RuntimeObject* __this, int8_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int16_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Int16;
__this->___m_Type_0 = 7;
// m_ShortValue = value;
int16_t L_0 = ___value0;
__this->___m_ShortValue_5 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211_AdjustorThunk (RuntimeObject* __this, int16_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.UInt16;
__this->___m_Type_0 = 8;
// m_UShortValue = value;
uint16_t L_0 = ___value0;
__this->___m_UShortValue_6 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C_AdjustorThunk (RuntimeObject* __this, uint16_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Int32;
__this->___m_Type_0 = ((int32_t)9);
// m_IntValue = value;
int32_t L_0 = ___value0;
__this->___m_IntValue_7 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.UInt32;
__this->___m_Type_0 = ((int32_t)10);
// m_UIntValue = value;
uint32_t L_0 = ___value0;
__this->___m_UIntValue_8 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int64_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Int64;
__this->___m_Type_0 = ((int32_t)11);
// m_LongValue = value;
int64_t L_0 = ___value0;
__this->___m_LongValue_9 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB_AdjustorThunk (RuntimeObject* __this, int64_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.UInt64;
__this->___m_Type_0 = ((int32_t)12);
// m_ULongValue = value;
uint64_t L_0 = ___value0;
__this->___m_ULongValue_10 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6_AdjustorThunk (RuntimeObject* __this, uint64_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, float ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Single;
__this->___m_Type_0 = ((int32_t)13);
// m_FloatValue = value;
float L_0 = ___value0;
__this->___m_FloatValue_11 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, double ___value0, const RuntimeMethod* method)
{
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
// m_Type = TypeCode.Double;
__this->___m_Type_0 = ((int32_t)14);
// m_DoubleValue = value;
double L_0 = ___value0;
__this->___m_DoubleValue_12 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::ConvertTo(System.TypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___type0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_2;
memset((&V_2), 0, sizeof(V_2));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// switch (type)
int32_t L_0 = ___type0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0112;
}
case 1:
{
goto IL_011e;
}
case 2:
{
goto IL_011e;
}
case 3:
{
goto IL_004c;
}
case 4:
{
goto IL_005e;
}
case 5:
{
goto IL_0082;
}
case 6:
{
goto IL_0070;
}
case 7:
{
goto IL_0094;
}
case 8:
{
goto IL_00c7;
}
case 9:
{
goto IL_00a6;
}
case 10:
{
goto IL_00d6;
}
case 11:
{
goto IL_00b8;
}
case 12:
{
goto IL_00e5;
}
case 13:
{
goto IL_00f4;
}
case 14:
{
goto IL_0103;
}
}
}
{
goto IL_011e;
}
IL_004c:
{
// case TypeCode.Boolean: return ToBoolean();
bool L_3;
L_3 = PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_4;
L_4 = PrimitiveValue_op_Implicit_m4393C6F25CE81CD9B42E0DA522596339222ADC5A(L_3, NULL);
V_2 = L_4;
goto IL_0139;
}
IL_005e:
{
// case TypeCode.Char: return ToChar();
Il2CppChar L_5;
L_5 = PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_6;
L_6 = PrimitiveValue_op_Implicit_mB7C95E793A64E00E82802DE37F3AE8778691498B(L_5, NULL);
V_2 = L_6;
goto IL_0139;
}
IL_0070:
{
// case TypeCode.Byte: return ToByte();
uint8_t L_7;
L_7 = PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_8;
L_8 = PrimitiveValue_op_Implicit_mEDEC47B660DAF7F226F19431CA21445637A7EE19(L_7, NULL);
V_2 = L_8;
goto IL_0139;
}
IL_0082:
{
// case TypeCode.SByte: return ToSByte();
int8_t L_9;
L_9 = PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_10;
L_10 = PrimitiveValue_op_Implicit_m6BC3A0CEC20C264FF552FEBBD8337E92273CE6E9(L_9, NULL);
V_2 = L_10;
goto IL_0139;
}
IL_0094:
{
// case TypeCode.Int16: return ToInt16();
int16_t L_11;
L_11 = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_12;
L_12 = PrimitiveValue_op_Implicit_m12C5F8C36A0C56674E54D78012FC6F4356CE00CC(L_11, NULL);
V_2 = L_12;
goto IL_0139;
}
IL_00a6:
{
// case TypeCode.Int32: return ToInt32();
int32_t L_13;
L_13 = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_14;
L_14 = PrimitiveValue_op_Implicit_m85AEA8DB8205EE124E0C444E17A6DE9C5D18677D(L_13, NULL);
V_2 = L_14;
goto IL_0139;
}
IL_00b8:
{
// case TypeCode.Int64: return ToInt64();
int64_t L_15;
L_15 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_16;
L_16 = PrimitiveValue_op_Implicit_m5AE7B84A2BD1BB1A5F6F1890A196DAA1DA260E20(L_15, NULL);
V_2 = L_16;
goto IL_0139;
}
IL_00c7:
{
// case TypeCode.UInt16: return ToInt16();
int16_t L_17;
L_17 = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_18;
L_18 = PrimitiveValue_op_Implicit_m12C5F8C36A0C56674E54D78012FC6F4356CE00CC(L_17, NULL);
V_2 = L_18;
goto IL_0139;
}
IL_00d6:
{
// case TypeCode.UInt32: return ToInt32();
int32_t L_19;
L_19 = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_20;
L_20 = PrimitiveValue_op_Implicit_m85AEA8DB8205EE124E0C444E17A6DE9C5D18677D(L_19, NULL);
V_2 = L_20;
goto IL_0139;
}
IL_00e5:
{
// case TypeCode.UInt64: return ToUInt64();
uint64_t L_21;
L_21 = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_22;
L_22 = PrimitiveValue_op_Implicit_mA6FA3D63D6C15F03E81698BFC7E7DDF19568F1FD(L_21, NULL);
V_2 = L_22;
goto IL_0139;
}
IL_00f4:
{
// case TypeCode.Single: return ToSingle();
float L_23;
L_23 = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_24;
L_24 = PrimitiveValue_op_Implicit_m2E37FE97D7684B627489F765FC9BE697C08A7120(L_23, NULL);
V_2 = L_24;
goto IL_0139;
}
IL_0103:
{
// case TypeCode.Double: return ToDouble();
double L_25;
L_25 = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(__this, (RuntimeObject*)NULL, NULL);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_26;
L_26 = PrimitiveValue_op_Implicit_m2833030448A5E70B4233D23F0724AC116009DE1C(L_25, NULL);
V_2 = L_26;
goto IL_0139;
}
IL_0112:
{
// case TypeCode.Empty: return new PrimitiveValue();
il2cpp_codegen_initobj((&V_3), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_27 = V_3;
V_2 = L_27;
goto IL_0139;
}
IL_011e:
{
// throw new ArgumentException($"Don't know how to convert PrimitiveValue to '{type}'", nameof(type));
int32_t L_28 = ___type0;
int32_t L_29 = L_28;
RuntimeObject* L_30 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var)), &L_29);
String_t* L_31;
L_31 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79C1B6CFD2183A83DF9782EDEF015695F7D164DB)), L_30, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_32 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_32);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_32, L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC_RuntimeMethod_var)));
}
IL_0139:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_33 = V_2;
return L_33;
}
}
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC_AdjustorThunk (RuntimeObject* __this, int32_t ___type0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
_returnValue = PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC(_thisAdjusted, ___type0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___other0, const RuntimeMethod* method)
{
void* V_0 = NULL;
void* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
{
// if (m_Type != other.m_Type)
int32_t L_0 = __this->___m_Type_0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1 = ___other0;
int32_t L_2 = L_1.___m_Type_0;
V_2 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_001a;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0042;
}
IL_001a:
{
// var thisValuePtr = UnsafeUtility.AddressOf(ref m_DoubleValue);
double* L_4 = (&__this->___m_DoubleValue_12);
void* L_5;
L_5 = il2cpp_codegen_unsafe_cast(L_4);
V_0 = L_5;
// var otherValuePtr = UnsafeUtility.AddressOf(ref other.m_DoubleValue);
double* L_6 = (&(&___other0)->___m_DoubleValue_12);
void* L_7;
L_7 = il2cpp_codegen_unsafe_cast(L_6);
V_1 = L_7;
// return UnsafeUtility.MemCmp(thisValuePtr, otherValuePtr, sizeof(double)) == 0;
void* L_8 = V_0;
void* L_9 = V_1;
int32_t L_10;
L_10 = UnsafeUtility_MemCmp_mB5CB8C7A8AD66A3B48114DB7DBCF3BEE80046689(L_8, L_9, ((int64_t)8), NULL);
V_3 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
goto IL_0042;
}
IL_0042:
{
// }
bool L_11 = V_3;
return L_11;
}
}
IL2CPP_EXTERN_C bool PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___other0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
bool _returnValue;
_returnValue = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B5_0 = 0;
int32_t G_B20_0 = 0;
{
// if (ReferenceEquals(null, obj))
RuntimeObject* L_0 = ___obj0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0010;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_00ae;
}
IL_0010:
{
// if (obj is PrimitiveValue value)
RuntimeObject* L_2 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var)))
{
goto IL_0022;
}
}
{
RuntimeObject* L_3 = ___obj0;
V_0 = ((*(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*)((PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*)(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*)UnBox(L_3, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var))));
G_B5_0 = 1;
goto IL_0023;
}
IL_0022:
{
G_B5_0 = 0;
}
IL_0023:
{
V_3 = (bool)G_B5_0;
bool L_4 = V_3;
if (!L_4)
{
goto IL_0031;
}
}
{
// return Equals(value);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_5 = V_0;
bool L_6;
L_6 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632(__this, L_5, NULL);
V_2 = L_6;
goto IL_00ae;
}
IL_0031:
{
// if (obj is bool || obj is char || obj is byte || obj is sbyte || obj is short
// || obj is ushort || obj is int || obj is uint || obj is long || obj is ulong
// || obj is float || obj is double)
RuntimeObject* L_7 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_8 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_8, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_9 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_10 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_10, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_11 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_11, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_12 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_13 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_13, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_14 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_14, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_15 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_15, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_16 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_17 = ___obj0;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_17, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
{
goto IL_0094;
}
}
{
RuntimeObject* L_18 = ___obj0;
G_B20_0 = ((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_18, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_0095;
}
IL_0094:
{
G_B20_0 = 1;
}
IL_0095:
{
V_4 = (bool)G_B20_0;
bool L_19 = V_4;
if (!L_19)
{
goto IL_00aa;
}
}
{
// return Equals(FromObject(obj));
RuntimeObject* L_20 = ___obj0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_21;
L_21 = PrimitiveValue_FromObject_mF4A66499A9D89718F0069F7187644B790057A67B(L_20, NULL);
bool L_22;
L_22 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632(__this, L_21, NULL);
V_2 = L_22;
goto IL_00ae;
}
IL_00aa:
{
// return false;
V_2 = (bool)0;
goto IL_00ae;
}
IL_00ae:
{
// }
bool L_23 = V_2;
return L_23;
}
}
IL2CPP_EXTERN_C bool PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
bool _returnValue;
_returnValue = PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Equality(UnityEngine.InputSystem.Utilities.PrimitiveValue,UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_op_Equality_m7302829D9B08F45AAE8DC6769D05A99332AB8BD5 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___left0, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___right1;
bool L_1;
L_1 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Inequality(UnityEngine.InputSystem.Utilities.PrimitiveValue,UnityEngine.InputSystem.Utilities.PrimitiveValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_op_Inequality_m401FFC25B5C907EAA920D9DF29B8E9E721DAC3D4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___left0, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___right1;
bool L_1;
L_1 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
double* V_0 = NULL;
double* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
double* L_0 = (&__this->___m_DoubleValue_12);
V_1 = L_0;
// fixed(double* valuePtr = &m_DoubleValue)
double* L_1 = V_1;
V_0 = (double*)((uintptr_t)L_1);
// var hashCode = m_Type.GetHashCode();
int32_t* L_2 = (&__this->___m_Type_0);
int32_t L_3;
L_3 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((int32_t*)L_2, NULL);
V_2 = L_3;
// hashCode = (hashCode * 397) ^ valuePtr->GetHashCode();
int32_t L_4 = V_2;
double* L_5 = V_0;
int32_t L_6;
L_6 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline((double*)L_5, NULL);
V_2 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_4, ((int32_t)397)))^L_6));
// return hashCode;
int32_t L_7 = V_2;
V_3 = L_7;
goto IL_0032;
}
IL_0032:
{
// }
int32_t L_8 = V_3;
return L_8;
}
}
IL2CPP_EXTERN_C int32_t PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int32_t _returnValue;
_returnValue = PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
String_t* G_B5_0 = NULL;
{
// switch (type)
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0047;
}
case 1:
{
goto IL_0061;
}
case 2:
{
goto IL_009c;
}
case 3:
{
goto IL_0081;
}
case 4:
{
goto IL_00b7;
}
case 5:
{
goto IL_00d2;
}
case 6:
{
goto IL_00ed;
}
case 7:
{
goto IL_0108;
}
case 8:
{
goto IL_0120;
}
case 9:
{
goto IL_0138;
}
case 10:
{
goto IL_0150;
}
case 11:
{
goto IL_0168;
}
}
}
{
goto IL_0180;
}
IL_0047:
{
// return m_BoolValue ? "true" : "false";
bool L_3 = __this->___m_BoolValue_1;
if (L_3)
{
goto IL_0056;
}
}
{
G_B5_0 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
goto IL_005b;
}
IL_0056:
{
G_B5_0 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
}
IL_005b:
{
V_2 = G_B5_0;
goto IL_0188;
}
IL_0061:
{
// return $"'{m_CharValue.ToString()}'";
Il2CppChar* L_4 = (&__this->___m_CharValue_2);
String_t* L_5;
L_5 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_4, NULL);
String_t* L_6;
L_6 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, L_5, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
V_2 = L_6;
goto IL_0188;
}
IL_0081:
{
// return m_ByteValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
uint8_t* L_7 = (&__this->___m_ByteValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8;
L_8 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_8);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9;
L_9 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_8);
String_t* L_10;
L_10 = Byte_ToString_m3F9787FE9A306FE63F388635DEE2733F91588A86(L_7, L_9, NULL);
V_2 = L_10;
goto IL_0188;
}
IL_009c:
{
// return m_SByteValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
int8_t* L_11 = (&__this->___m_SByteValue_4);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
L_12 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_12);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_13;
L_13 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_12);
String_t* L_14;
L_14 = SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E(L_11, L_13, NULL);
V_2 = L_14;
goto IL_0188;
}
IL_00b7:
{
// return m_ShortValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
int16_t* L_15 = (&__this->___m_ShortValue_5);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16;
L_16 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_16);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17;
L_17 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_16);
String_t* L_18;
L_18 = Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3(L_15, L_17, NULL);
V_2 = L_18;
goto IL_0188;
}
IL_00d2:
{
// return m_UShortValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
uint16_t* L_19 = (&__this->___m_UShortValue_6);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20;
L_20 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_20);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_21;
L_21 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_20);
String_t* L_22;
L_22 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_19, L_21, NULL);
V_2 = L_22;
goto IL_0188;
}
IL_00ed:
{
// return m_IntValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
int32_t* L_23 = (&__this->___m_IntValue_7);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24;
L_24 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_24);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25;
L_25 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_24);
String_t* L_26;
L_26 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B(L_23, L_25, NULL);
V_2 = L_26;
goto IL_0188;
}
IL_0108:
{
// return m_UIntValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
uint32_t* L_27 = (&__this->___m_UIntValue_8);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28;
L_28 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_28);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_29;
L_29 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_28);
String_t* L_30;
L_30 = UInt32_ToString_m5A3136A9B92E1A5285D56349AD71B4075BD254AC(L_27, L_29, NULL);
V_2 = L_30;
goto IL_0188;
}
IL_0120:
{
// return m_LongValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
int64_t* L_31 = (&__this->___m_LongValue_9);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_32;
L_32 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_32);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33;
L_33 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_32);
String_t* L_34;
L_34 = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD(L_31, L_33, NULL);
V_2 = L_34;
goto IL_0188;
}
IL_0138:
{
// return m_ULongValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
uint64_t* L_35 = (&__this->___m_ULongValue_10);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_36;
L_36 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_36);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_37;
L_37 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_36);
String_t* L_38;
L_38 = UInt64_ToString_mCDDACF05D6B5B3ECB10B1FEEE58ED3407973E7A7(L_35, L_37, NULL);
V_2 = L_38;
goto IL_0188;
}
IL_0150:
{
// return m_FloatValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
float* L_39 = (&__this->___m_FloatValue_11);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_40;
L_40 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_40);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_41;
L_41 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_40);
String_t* L_42;
L_42 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A(L_39, L_41, NULL);
V_2 = L_42;
goto IL_0188;
}
IL_0168:
{
// return m_DoubleValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
double* L_43 = (&__this->___m_DoubleValue_12);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_44;
L_44 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_44);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_45;
L_45 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_44);
String_t* L_46;
L_46 = Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357(L_43, L_45, NULL);
V_2 = L_46;
goto IL_0188;
}
IL_0180:
{
// return string.Empty;
String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_2 = L_47;
goto IL_0188;
}
IL_0188:
{
// }
String_t* L_48 = V_2;
return L_48;
}
}
IL2CPP_EXTERN_C String_t* PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
String_t* _returnValue;
_returnValue = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromString_m1F5A710EA3CC1AAD392438F088BE3745BFB69B4E (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral902EE46ED529FAA3EB512845B29D79D32C9E2180);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
bool V_1 = false;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_2;
memset((&V_2), 0, sizeof(V_2));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
double V_7 = 0.0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
String_t* V_11 = NULL;
int64_t V_12 = 0;
bool V_13 = false;
bool V_14 = false;
int32_t G_B11_0 = 0;
{
// if (string.IsNullOrEmpty(value))
String_t* L_0 = ___value0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_001a;
}
}
{
// return new PrimitiveValue();
il2cpp_codegen_initobj((&V_2), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3 = V_2;
V_3 = L_3;
goto IL_013b;
}
IL_001a:
{
// if (value.Equals("true", StringComparison.InvariantCultureIgnoreCase))
String_t* L_4 = ___value0;
NullCheck(L_4);
bool L_5;
L_5 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_4, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, 3, NULL);
V_4 = L_5;
bool L_6 = V_4;
if (!L_6)
{
goto IL_0038;
}
}
{
// return new PrimitiveValue(true);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_7;
memset((&L_7), 0, sizeof(L_7));
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_7), (bool)1, /*hidden argument*/NULL);
V_3 = L_7;
goto IL_013b;
}
IL_0038:
{
// if (value.Equals("false", StringComparison.InvariantCultureIgnoreCase))
String_t* L_8 = ___value0;
NullCheck(L_8);
bool L_9;
L_9 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_8, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, 3, NULL);
V_5 = L_9;
bool L_10 = V_5;
if (!L_10)
{
goto IL_0056;
}
}
{
// return new PrimitiveValue(false);
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_11;
memset((&L_11), 0, sizeof(L_11));
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_11), (bool)0, /*hidden argument*/NULL);
V_3 = L_11;
goto IL_013b;
}
IL_0056:
{
// if (value.Contains('.') || value.Contains("e") || value.Contains("E") ||
// value.Contains("infinity", StringComparison.InvariantCultureIgnoreCase))
String_t* L_12 = ___value0;
NullCheck(L_12);
bool L_13;
L_13 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_12, ((int32_t)46), NULL);
if (L_13)
{
goto IL_0088;
}
}
{
String_t* L_14 = ___value0;
NullCheck(L_14);
bool L_15;
L_15 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_14, _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53, NULL);
if (L_15)
{
goto IL_0088;
}
}
{
String_t* L_16 = ___value0;
NullCheck(L_16);
bool L_17;
L_17 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_16, _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D, NULL);
if (L_17)
{
goto IL_0088;
}
}
{
String_t* L_18 = ___value0;
NullCheck(L_18);
bool L_19;
L_19 = String_Contains_m7A165D1B2CDCE967F4522BA710CE7FA05EFA2982(L_18, _stringLiteral902EE46ED529FAA3EB512845B29D79D32C9E2180, 3, NULL);
G_B11_0 = ((int32_t)(L_19));
goto IL_0089;
}
IL_0088:
{
G_B11_0 = 1;
}
IL_0089:
{
V_6 = (bool)G_B11_0;
bool L_20 = V_6;
if (!L_20)
{
goto IL_00b6;
}
}
{
// if (double.TryParse(value, NumberStyles.Float, CultureInfo.InvariantCulture, out var doubleResult))
String_t* L_21 = ___value0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22;
L_22 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
bool L_23;
L_23 = Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718(L_21, ((int32_t)167), L_22, (&V_7), NULL);
V_8 = L_23;
bool L_24 = V_8;
if (!L_24)
{
goto IL_00b5;
}
}
{
// return new PrimitiveValue(doubleResult);
double L_25 = V_7;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_26;
memset((&L_26), 0, sizeof(L_26));
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_26), L_25, /*hidden argument*/NULL);
V_3 = L_26;
goto IL_013b;
}
IL_00b5:
{
}
IL_00b6:
{
// if (long.TryParse(value, NumberStyles.Integer, CultureInfo.InvariantCulture, out var longResult))
String_t* L_27 = ___value0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28;
L_28 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
bool L_29;
L_29 = Int64_TryParse_m280F0E3C898A7C3A57F35E3B136D4BFACE12122A(L_27, 7, L_28, (&V_0), NULL);
V_9 = L_29;
bool L_30 = V_9;
if (!L_30)
{
goto IL_00d4;
}
}
{
// return new PrimitiveValue(longResult);
int64_t L_31 = V_0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_32;
memset((&L_32), 0, sizeof(L_32));
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_32), L_31, /*hidden argument*/NULL);
V_3 = L_32;
goto IL_013b;
}
IL_00d4:
{
// if (value.IndexOf("0x", StringComparison.InvariantCultureIgnoreCase) != -1)
String_t* L_33 = ___value0;
NullCheck(L_33);
int32_t L_34;
L_34 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_33, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 3, NULL);
V_10 = (bool)((((int32_t)((((int32_t)L_34) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_35 = V_10;
if (!L_35)
{
goto IL_0135;
}
}
{
// var hexDigits = value.TrimStart();
String_t* L_36 = ___value0;
NullCheck(L_36);
String_t* L_37;
L_37 = String_TrimStart_m69C2400B208C8F3D1DE6A3E24B4A1095F2B8EDEA(L_36, NULL);
V_11 = L_37;
// if (hexDigits.StartsWith("0x"))
String_t* L_38 = V_11;
NullCheck(L_38);
bool L_39;
L_39 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_38, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, NULL);
V_13 = L_39;
bool L_40 = V_13;
if (!L_40)
{
goto IL_0111;
}
}
{
// hexDigits = hexDigits.Substring(2);
String_t* L_41 = V_11;
NullCheck(L_41);
String_t* L_42;
L_42 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_41, 2, NULL);
V_11 = L_42;
}
IL_0111:
{
// if (long.TryParse(hexDigits, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out var hexResult))
String_t* L_43 = V_11;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_44;
L_44 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
bool L_45;
L_45 = Int64_TryParse_m280F0E3C898A7C3A57F35E3B136D4BFACE12122A(L_43, ((int32_t)515), L_44, (&V_12), NULL);
V_14 = L_45;
bool L_46 = V_14;
if (!L_46)
{
goto IL_0134;
}
}
{
// return new PrimitiveValue(hexResult);
int64_t L_47 = V_12;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_48;
memset((&L_48), 0, sizeof(L_48));
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_48), L_47, /*hidden argument*/NULL);
V_3 = L_48;
goto IL_013b;
}
IL_0134:
{
}
IL_0135:
{
// throw new NotImplementedException();
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_49 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_49);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_49, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_FromString_m1F5A710EA3CC1AAD392438F088BE3745BFB69B4E_RuntimeMethod_var)));
}
IL_013b:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_50 = V_3;
return L_50;
}
}
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return type;
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int32_t _returnValue;
_returnValue = PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
{
// switch (type)
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0047;
}
case 1:
{
goto IL_0053;
}
case 2:
{
goto IL_0071;
}
case 3:
{
goto IL_0062;
}
case 4:
{
goto IL_007d;
}
case 5:
{
goto IL_0089;
}
case 6:
{
goto IL_0095;
}
case 7:
{
goto IL_00a1;
}
case 8:
{
goto IL_00ad;
}
case 9:
{
goto IL_00ba;
}
case 10:
{
goto IL_00c7;
}
case 11:
{
goto IL_00dd;
}
}
}
{
goto IL_00f4;
}
IL_0047:
{
// return m_BoolValue;
bool L_3 = __this->___m_BoolValue_1;
V_2 = L_3;
goto IL_00f8;
}
IL_0053:
{
// return m_CharValue != default;
Il2CppChar L_4 = __this->___m_CharValue_2;
V_2 = (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_0062:
{
// return m_ByteValue != default;
uint8_t L_5 = __this->___m_ByteValue_3;
V_2 = (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_0071:
{
// return m_SByteValue != default;
int8_t L_6 = __this->___m_SByteValue_4;
V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_007d:
{
// return m_ShortValue != default;
int16_t L_7 = __this->___m_ShortValue_5;
V_2 = (bool)((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_0089:
{
// return m_UShortValue != default;
uint16_t L_8 = __this->___m_UShortValue_6;
V_2 = (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_0095:
{
// return m_IntValue != default;
int32_t L_9 = __this->___m_IntValue_7;
V_2 = (bool)((!(((uint32_t)L_9) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_00a1:
{
// return m_UIntValue != default;
uint32_t L_10 = __this->___m_UIntValue_8;
V_2 = (bool)((!(((uint32_t)L_10) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f8;
}
IL_00ad:
{
// return m_LongValue != default;
int64_t L_11 = __this->___m_LongValue_9;
V_2 = (bool)((!(((uint64_t)L_11) <= ((uint64_t)((int64_t)0))))? 1 : 0);
goto IL_00f8;
}
IL_00ba:
{
// return m_ULongValue != default;
uint64_t L_12 = __this->___m_ULongValue_10;
V_2 = (bool)((!(((uint64_t)L_12) <= ((uint64_t)((int64_t)0))))? 1 : 0);
goto IL_00f8;
}
IL_00c7:
{
// return !Mathf.Approximately(m_FloatValue, default);
float L_13 = __this->___m_FloatValue_11;
bool L_14;
L_14 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_13, (0.0f), NULL);
V_2 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_00f8;
}
IL_00dd:
{
// return NumberHelpers.Approximately(m_DoubleValue, default);
double L_15 = __this->___m_DoubleValue_12;
bool L_16;
L_16 = NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline(L_15, (0.0), NULL);
V_2 = L_16;
goto IL_00f8;
}
IL_00f4:
{
// return default;
V_2 = (bool)0;
goto IL_00f8;
}
IL_00f8:
{
// }
bool L_17 = V_2;
return L_17;
}
}
IL2CPP_EXTERN_C bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
bool _returnValue;
_returnValue = PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
// return (byte)ToInt64(provider);
RuntimeObject* L_0 = ___provider0;
int64_t L_1;
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
V_0 = (uint8_t)((int32_t)(uint8_t)L_1);
goto IL_000c;
}
IL_000c:
{
// }
uint8_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
uint8_t _returnValue;
_returnValue = PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
// switch (type)
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_0018;
}
}
{
goto IL_0010;
}
IL_0010:
{
int32_t L_3 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7))) > ((uint32_t)5))))
{
goto IL_0021;
}
}
{
goto IL_002c;
}
IL_0018:
{
// return m_CharValue;
Il2CppChar L_4 = __this->___m_CharValue_2;
V_2 = L_4;
goto IL_0030;
}
IL_0021:
{
// return (char)ToInt64(provider);
RuntimeObject* L_5 = ___provider0;
int64_t L_6;
L_6 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_5, NULL);
V_2 = ((int32_t)(uint16_t)L_6);
goto IL_0030;
}
IL_002c:
{
// return default;
V_2 = 0;
goto IL_0030;
}
IL_0030:
{
// }
Il2CppChar L_7 = V_2;
return L_7;
}
}
IL2CPP_EXTERN_C Il2CppChar PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
Il2CppChar _returnValue;
_returnValue = PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.DateTime UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
// throw new NotSupportedException("Converting PrimitiveValue to DateTime");
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5681935D66AB8593B023866BB591CB9750FDD261)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
_returnValue = PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Decimal UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new decimal(ToDouble(provider));
RuntimeObject* L_0 = ___provider0;
double L_1;
L_1 = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(__this, L_0, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2;
memset((&L_2), 0, sizeof(L_2));
Decimal__ctor_m2AFBFBDD82F6CD8204054A0EB305CB412055A555((&L_2), L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
// }
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
_returnValue = PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
double V_3 = 0.0;
{
// switch (type)
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0047;
}
case 1:
{
goto IL_006c;
}
case 2:
{
goto IL_0080;
}
case 3:
{
goto IL_0076;
}
case 4:
{
goto IL_008a;
}
case 5:
{
goto IL_0094;
}
case 6:
{
goto IL_009e;
}
case 7:
{
goto IL_00a8;
}
case 8:
{
goto IL_00b3;
}
case 9:
{
goto IL_00bd;
}
case 10:
{
goto IL_00c8;
}
case 11:
{
goto IL_00d2;
}
}
}
{
goto IL_00db;
}
IL_0047:
{
// if (m_BoolValue)
bool L_3 = __this->___m_BoolValue_1;
V_2 = L_3;
bool L_4 = V_2;
if (!L_4)
{
goto IL_0060;
}
}
{
// return 1;
V_3 = (1.0);
goto IL_00e7;
}
IL_0060:
{
// return 0;
V_3 = (0.0);
goto IL_00e7;
}
IL_006c:
{
// return m_CharValue;
Il2CppChar L_5 = __this->___m_CharValue_2;
V_3 = ((double)L_5);
goto IL_00e7;
}
IL_0076:
{
// return m_ByteValue;
uint8_t L_6 = __this->___m_ByteValue_3;
V_3 = ((double)L_6);
goto IL_00e7;
}
IL_0080:
{
// return m_SByteValue;
int8_t L_7 = __this->___m_SByteValue_4;
V_3 = ((double)L_7);
goto IL_00e7;
}
IL_008a:
{
// return m_ShortValue;
int16_t L_8 = __this->___m_ShortValue_5;
V_3 = ((double)L_8);
goto IL_00e7;
}
IL_0094:
{
// return m_UShortValue;
uint16_t L_9 = __this->___m_UShortValue_6;
V_3 = ((double)L_9);
goto IL_00e7;
}
IL_009e:
{
// return m_IntValue;
int32_t L_10 = __this->___m_IntValue_7;
V_3 = ((double)L_10);
goto IL_00e7;
}
IL_00a8:
{
// return m_UIntValue;
uint32_t L_11 = __this->___m_UIntValue_8;
V_3 = ((double)((double)(uint32_t)L_11));
goto IL_00e7;
}
IL_00b3:
{
// return m_LongValue;
int64_t L_12 = __this->___m_LongValue_9;
V_3 = ((double)L_12);
goto IL_00e7;
}
IL_00bd:
{
// return m_ULongValue;
uint64_t L_13 = __this->___m_ULongValue_10;
V_3 = ((double)((double)(uint64_t)L_13));
goto IL_00e7;
}
IL_00c8:
{
// return m_FloatValue;
float L_14 = __this->___m_FloatValue_11;
V_3 = ((double)L_14);
goto IL_00e7;
}
IL_00d2:
{
// return m_DoubleValue;
double L_15 = __this->___m_DoubleValue_12;
V_3 = L_15;
goto IL_00e7;
}
IL_00db:
{
// return default;
V_3 = (0.0);
goto IL_00e7;
}
IL_00e7:
{
// }
double L_16 = V_3;
return L_16;
}
}
IL2CPP_EXTERN_C double PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
double _returnValue;
_returnValue = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int16_t V_0 = 0;
{
// return (short)ToInt64(provider);
RuntimeObject* L_0 = ___provider0;
int64_t L_1;
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
V_0 = ((int16_t)L_1);
goto IL_000c;
}
IL_000c:
{
// }
int16_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int16_t _returnValue;
_returnValue = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return (int)ToInt64(provider);
RuntimeObject* L_0 = ___provider0;
int64_t L_1;
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
V_0 = ((int32_t)L_1);
goto IL_000c;
}
IL_000c:
{
// }
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int32_t _returnValue;
_returnValue = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
int64_t V_3 = 0;
{
// switch (type)
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0047;
}
case 1:
{
goto IL_005b;
}
case 2:
{
goto IL_006f;
}
case 3:
{
goto IL_0065;
}
case 4:
{
goto IL_0079;
}
case 5:
{
goto IL_0083;
}
case 6:
{
goto IL_008d;
}
case 7:
{
goto IL_0097;
}
case 8:
{
goto IL_00a1;
}
case 9:
{
goto IL_00aa;
}
case 10:
{
goto IL_00b3;
}
case 11:
{
goto IL_00bd;
}
}
}
{
goto IL_00c7;
}
IL_0047:
{
// if (m_BoolValue)
bool L_3 = __this->___m_BoolValue_1;
V_2 = L_3;
bool L_4 = V_2;
if (!L_4)
{
goto IL_0056;
}
}
{
// return 1;
V_3 = ((int64_t)1);
goto IL_00cc;
}
IL_0056:
{
// return 0;
V_3 = ((int64_t)0);
goto IL_00cc;
}
IL_005b:
{
// return m_CharValue;
Il2CppChar L_5 = __this->___m_CharValue_2;
V_3 = ((int64_t)(uint64_t)L_5);
goto IL_00cc;
}
IL_0065:
{
// return m_ByteValue;
uint8_t L_6 = __this->___m_ByteValue_3;
V_3 = ((int64_t)(uint64_t)L_6);
goto IL_00cc;
}
IL_006f:
{
// return m_SByteValue;
int8_t L_7 = __this->___m_SByteValue_4;
V_3 = ((int64_t)L_7);
goto IL_00cc;
}
IL_0079:
{
// return m_ShortValue;
int16_t L_8 = __this->___m_ShortValue_5;
V_3 = ((int64_t)L_8);
goto IL_00cc;
}
IL_0083:
{
// return m_UShortValue;
uint16_t L_9 = __this->___m_UShortValue_6;
V_3 = ((int64_t)(uint64_t)L_9);
goto IL_00cc;
}
IL_008d:
{
// return m_IntValue;
int32_t L_10 = __this->___m_IntValue_7;
V_3 = ((int64_t)L_10);
goto IL_00cc;
}
IL_0097:
{
// return m_UIntValue;
uint32_t L_11 = __this->___m_UIntValue_8;
V_3 = ((int64_t)(uint64_t)L_11);
goto IL_00cc;
}
IL_00a1:
{
// return m_LongValue;
int64_t L_12 = __this->___m_LongValue_9;
V_3 = L_12;
goto IL_00cc;
}
IL_00aa:
{
// return (long)m_ULongValue;
uint64_t L_13 = __this->___m_ULongValue_10;
V_3 = L_13;
goto IL_00cc;
}
IL_00b3:
{
// return (long)m_FloatValue;
float L_14 = __this->___m_FloatValue_11;
V_3 = il2cpp_codegen_cast_double_to_int<int64_t>(L_14);
goto IL_00cc;
}
IL_00bd:
{
// return (long)m_DoubleValue;
double L_15 = __this->___m_DoubleValue_12;
V_3 = il2cpp_codegen_cast_double_to_int<int64_t>(L_15);
goto IL_00cc;
}
IL_00c7:
{
// return default;
V_3 = ((int64_t)0);
goto IL_00cc;
}
IL_00cc:
{
// }
int64_t L_16 = V_3;
return L_16;
}
}
IL2CPP_EXTERN_C int64_t PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int64_t _returnValue;
_returnValue = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t V_0 = 0x0;
{
// return (sbyte)ToInt64(provider);
RuntimeObject* L_0 = ___provider0;
int64_t L_1;
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
V_0 = ((int8_t)L_1);
goto IL_000c;
}
IL_000c:
{
// }
int8_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
int8_t _returnValue;
_returnValue = PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return (float)ToDouble(provider);
RuntimeObject* L_0 = ___provider0;
double L_1;
L_1 = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(__this, L_0, NULL);
V_0 = ((float)L_1);
goto IL_000c;
}
IL_000c:
{
// }
float L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
float _returnValue;
_returnValue = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// return ToString();
String_t* L_0;
L_0 = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707(__this, NULL);
V_0 = L_0;
goto IL_0010;
}
IL_0010:
{
// }
String_t* L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C String_t* PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
String_t* _returnValue;
_returnValue = PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Type_t* ___conversionType0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
// throw new NotSupportedException();
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C RuntimeObject* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42_AdjustorThunk (RuntimeObject* __this, Type_t* ___conversionType0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42(_thisAdjusted, ___conversionType0, ___provider1, method);
return _returnValue;
}
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
// return (ushort)ToUInt64();
uint64_t L_0;
L_0 = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(__this, (RuntimeObject*)NULL, NULL);
V_0 = (uint16_t)((int32_t)(uint16_t)L_0);
goto IL_000c;
}
IL_000c:
{
// }
uint16_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
uint16_t _returnValue;
_returnValue = PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
// return (uint)ToUInt64();
uint64_t L_0;
L_0 = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(__this, (RuntimeObject*)NULL, NULL);
V_0 = ((int32_t)(uint32_t)L_0);
goto IL_000c;
}
IL_000c:
{
// }
uint32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
uint32_t _returnValue;
_returnValue = PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
uint64_t V_3 = 0;
{
// switch (type)
int32_t L_0;
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0047;
}
case 1:
{
goto IL_005b;
}
case 2:
{
goto IL_006f;
}
case 3:
{
goto IL_0065;
}
case 4:
{
goto IL_0079;
}
case 5:
{
goto IL_0083;
}
case 6:
{
goto IL_008d;
}
case 7:
{
goto IL_0097;
}
case 8:
{
goto IL_00a1;
}
case 9:
{
goto IL_00aa;
}
case 10:
{
goto IL_00b3;
}
case 11:
{
goto IL_00bd;
}
}
}
{
goto IL_00c7;
}
IL_0047:
{
// if (m_BoolValue)
bool L_3 = __this->___m_BoolValue_1;
V_2 = L_3;
bool L_4 = V_2;
if (!L_4)
{
goto IL_0056;
}
}
{
// return 1;
V_3 = ((int64_t)1);
goto IL_00cc;
}
IL_0056:
{
// return 0;
V_3 = ((int64_t)0);
goto IL_00cc;
}
IL_005b:
{
// return m_CharValue;
Il2CppChar L_5 = __this->___m_CharValue_2;
V_3 = ((int64_t)(uint64_t)L_5);
goto IL_00cc;
}
IL_0065:
{
// return m_ByteValue;
uint8_t L_6 = __this->___m_ByteValue_3;
V_3 = ((int64_t)(uint64_t)L_6);
goto IL_00cc;
}
IL_006f:
{
// return (ulong)m_SByteValue;
int8_t L_7 = __this->___m_SByteValue_4;
V_3 = ((int64_t)L_7);
goto IL_00cc;
}
IL_0079:
{
// return (ulong)m_ShortValue;
int16_t L_8 = __this->___m_ShortValue_5;
V_3 = ((int64_t)L_8);
goto IL_00cc;
}
IL_0083:
{
// return m_UShortValue;
uint16_t L_9 = __this->___m_UShortValue_6;
V_3 = ((int64_t)(uint64_t)L_9);
goto IL_00cc;
}
IL_008d:
{
// return (ulong)m_IntValue;
int32_t L_10 = __this->___m_IntValue_7;
V_3 = ((int64_t)L_10);
goto IL_00cc;
}
IL_0097:
{
// return m_UIntValue;
uint32_t L_11 = __this->___m_UIntValue_8;
V_3 = ((int64_t)(uint64_t)L_11);
goto IL_00cc;
}
IL_00a1:
{
// return (ulong)m_LongValue;
int64_t L_12 = __this->___m_LongValue_9;
V_3 = L_12;
goto IL_00cc;
}
IL_00aa:
{
// return m_ULongValue;
uint64_t L_13 = __this->___m_ULongValue_10;
V_3 = L_13;
goto IL_00cc;
}
IL_00b3:
{
// return (ulong)m_FloatValue;
float L_14 = __this->___m_FloatValue_11;
V_3 = il2cpp_codegen_cast_floating_point<uint64_t, int64_t, float>(L_14);
goto IL_00cc;
}
IL_00bd:
{
// return (ulong)m_DoubleValue;
double L_15 = __this->___m_DoubleValue_12;
V_3 = il2cpp_codegen_cast_floating_point<uint64_t, int64_t, double>(L_15);
goto IL_00cc;
}
IL_00c7:
{
// return default;
V_3 = ((int64_t)0);
goto IL_00cc;
}
IL_00cc:
{
// }
uint64_t L_16 = V_3;
return L_16;
}
}
IL2CPP_EXTERN_C uint64_t PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
uint64_t _returnValue;
_returnValue = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(_thisAdjusted, ___provider0, method);
return _returnValue;
}
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
{
// switch (m_Type)
int32_t L_0 = __this->___m_Type_0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0047;
}
case 1:
{
goto IL_0058;
}
case 2:
{
goto IL_007a;
}
case 3:
{
goto IL_0069;
}
case 4:
{
goto IL_0088;
}
case 5:
{
goto IL_0096;
}
case 6:
{
goto IL_00a4;
}
case 7:
{
goto IL_00b2;
}
case 8:
{
goto IL_00c0;
}
case 9:
{
goto IL_00ce;
}
case 10:
{
goto IL_00dc;
}
case 11:
{
goto IL_00ea;
}
}
}
{
goto IL_00f8;
}
IL_0047:
{
// case TypeCode.Boolean: return m_BoolValue;
bool L_3 = __this->___m_BoolValue_1;
bool L_4 = L_3;
RuntimeObject* L_5 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_4);
V_2 = L_5;
goto IL_00fc;
}
IL_0058:
{
// case TypeCode.Char: return m_CharValue;
Il2CppChar L_6 = __this->___m_CharValue_2;
Il2CppChar L_7 = L_6;
RuntimeObject* L_8 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_7);
V_2 = L_8;
goto IL_00fc;
}
IL_0069:
{
// case TypeCode.Byte: return m_ByteValue;
uint8_t L_9 = __this->___m_ByteValue_3;
uint8_t L_10 = L_9;
RuntimeObject* L_11 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_10);
V_2 = L_11;
goto IL_00fc;
}
IL_007a:
{
// case TypeCode.SByte: return m_SByteValue;
int8_t L_12 = __this->___m_SByteValue_4;
int8_t L_13 = L_12;
RuntimeObject* L_14 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_13);
V_2 = L_14;
goto IL_00fc;
}
IL_0088:
{
// case TypeCode.Int16: return m_ShortValue;
int16_t L_15 = __this->___m_ShortValue_5;
int16_t L_16 = L_15;
RuntimeObject* L_17 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_16);
V_2 = L_17;
goto IL_00fc;
}
IL_0096:
{
// case TypeCode.UInt16: return m_UShortValue;
uint16_t L_18 = __this->___m_UShortValue_6;
uint16_t L_19 = L_18;
RuntimeObject* L_20 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_19);
V_2 = L_20;
goto IL_00fc;
}
IL_00a4:
{
// case TypeCode.Int32: return m_IntValue;
int32_t L_21 = __this->___m_IntValue_7;
int32_t L_22 = L_21;
RuntimeObject* L_23 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_22);
V_2 = L_23;
goto IL_00fc;
}
IL_00b2:
{
// case TypeCode.UInt32: return m_UIntValue;
uint32_t L_24 = __this->___m_UIntValue_8;
uint32_t L_25 = L_24;
RuntimeObject* L_26 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_25);
V_2 = L_26;
goto IL_00fc;
}
IL_00c0:
{
// case TypeCode.Int64: return m_LongValue;
int64_t L_27 = __this->___m_LongValue_9;
int64_t L_28 = L_27;
RuntimeObject* L_29 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_28);
V_2 = L_29;
goto IL_00fc;
}
IL_00ce:
{
// case TypeCode.UInt64: return m_ULongValue;
uint64_t L_30 = __this->___m_ULongValue_10;
uint64_t L_31 = L_30;
RuntimeObject* L_32 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_31);
V_2 = L_32;
goto IL_00fc;
}
IL_00dc:
{
// case TypeCode.Single: return m_FloatValue;
float L_33 = __this->___m_FloatValue_11;
float L_34 = L_33;
RuntimeObject* L_35 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_34);
V_2 = L_35;
goto IL_00fc;
}
IL_00ea:
{
// case TypeCode.Double: return m_DoubleValue;
double L_36 = __this->___m_DoubleValue_12;
double L_37 = L_36;
RuntimeObject* L_38 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_37);
V_2 = L_38;
goto IL_00fc;
}
IL_00f8:
{
// default: return null;
V_2 = NULL;
goto IL_00fc;
}
IL_00fc:
{
// }
RuntimeObject* L_39 = V_2;
return L_39;
}
}
IL2CPP_EXTERN_C RuntimeObject* PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromObject_mF4A66499A9D89718F0069F7187644B790057A67B (RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
Il2CppChar V_2 = 0x0;
uint8_t V_3 = 0x0;
int8_t V_4 = 0x0;
int16_t V_5 = 0;
uint16_t V_6 = 0;
int32_t V_7 = 0;
uint32_t V_8 = 0;
int64_t V_9 = 0;
uint64_t V_10 = 0;
float V_11 = 0.0f;
double V_12 = 0.0;
bool V_13 = false;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_14;
memset((&V_14), 0, sizeof(V_14));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_15;
memset((&V_15), 0, sizeof(V_15));
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
bool V_29 = false;
Type_t* V_30 = NULL;
int32_t V_31 = 0;
int32_t V_32 = 0;
int32_t V_33 = 0;
int32_t G_B7_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B27_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B37_0 = 0;
int32_t G_B42_0 = 0;
int32_t G_B47_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B57_0 = 0;
int32_t G_B62_0 = 0;
{
// if (value == null)
RuntimeObject* L_0 = ___value0;
V_13 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_13;
if (!L_1)
{
goto IL_001c;
}
}
{
// return new PrimitiveValue();
il2cpp_codegen_initobj((&V_14), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_14;
V_15 = L_2;
goto IL_0302;
}
IL_001c:
{
// if (value is string stringValue)
RuntimeObject* L_3 = ___value0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var));
String_t* L_4 = V_0;
V_16 = (bool)((!(((RuntimeObject*)(String_t*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_16;
if (!L_5)
{
goto IL_003a;
}
}
{
// return FromString(stringValue);
String_t* L_6 = V_0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_7;
L_7 = PrimitiveValue_FromString_m1F5A710EA3CC1AAD392438F088BE3745BFB69B4E(L_6, NULL);
V_15 = L_7;
goto IL_0302;
}
IL_003a:
{
// if (value is bool b)
RuntimeObject* L_8 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_8, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_004c;
}
}
{
RuntimeObject* L_9 = ___value0;
V_1 = ((*(bool*)((bool*)(bool*)UnBox(L_9, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
G_B7_0 = 1;
goto IL_004d;
}
IL_004c:
{
G_B7_0 = 0;
}
IL_004d:
{
V_17 = (bool)G_B7_0;
bool L_10 = V_17;
if (!L_10)
{
goto IL_0060;
}
}
{
// return new PrimitiveValue(b);
bool L_11 = V_1;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_12;
memset((&L_12), 0, sizeof(L_12));
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_12), L_11, /*hidden argument*/NULL);
V_15 = L_12;
goto IL_0302;
}
IL_0060:
{
// if (value is char ch)
RuntimeObject* L_13 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_13, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))
{
goto IL_0072;
}
}
{
RuntimeObject* L_14 = ___value0;
V_2 = ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_14, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))));
G_B12_0 = 1;
goto IL_0073;
}
IL_0072:
{
G_B12_0 = 0;
}
IL_0073:
{
V_18 = (bool)G_B12_0;
bool L_15 = V_18;
if (!L_15)
{
goto IL_0086;
}
}
{
// return new PrimitiveValue(ch);
Il2CppChar L_16 = V_2;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_17;
memset((&L_17), 0, sizeof(L_17));
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091((&L_17), L_16, /*hidden argument*/NULL);
V_15 = L_17;
goto IL_0302;
}
IL_0086:
{
// if (value is byte bt)
RuntimeObject* L_18 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_18, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))
{
goto IL_0098;
}
}
{
RuntimeObject* L_19 = ___value0;
V_3 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_19, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))));
G_B17_0 = 1;
goto IL_0099;
}
IL_0098:
{
G_B17_0 = 0;
}
IL_0099:
{
V_19 = (bool)G_B17_0;
bool L_20 = V_19;
if (!L_20)
{
goto IL_00ac;
}
}
{
// return new PrimitiveValue(bt);
uint8_t L_21 = V_3;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_22;
memset((&L_22), 0, sizeof(L_22));
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_22), L_21, /*hidden argument*/NULL);
V_15 = L_22;
goto IL_0302;
}
IL_00ac:
{
// if (value is sbyte sbt)
RuntimeObject* L_23 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_23, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
{
goto IL_00bf;
}
}
{
RuntimeObject* L_24 = ___value0;
V_4 = ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_24, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))));
G_B22_0 = 1;
goto IL_00c0;
}
IL_00bf:
{
G_B22_0 = 0;
}
IL_00c0:
{
V_20 = (bool)G_B22_0;
bool L_25 = V_20;
if (!L_25)
{
goto IL_00d4;
}
}
{
// return new PrimitiveValue(sbt);
int8_t L_26 = V_4;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_27;
memset((&L_27), 0, sizeof(L_27));
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_27), L_26, /*hidden argument*/NULL);
V_15 = L_27;
goto IL_0302;
}
IL_00d4:
{
// if (value is short s)
RuntimeObject* L_28 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_28, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
{
goto IL_00e7;
}
}
{
RuntimeObject* L_29 = ___value0;
V_5 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_29, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))));
G_B27_0 = 1;
goto IL_00e8;
}
IL_00e7:
{
G_B27_0 = 0;
}
IL_00e8:
{
V_21 = (bool)G_B27_0;
bool L_30 = V_21;
if (!L_30)
{
goto IL_00fc;
}
}
{
// return new PrimitiveValue(s);
int16_t L_31 = V_5;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_32;
memset((&L_32), 0, sizeof(L_32));
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_32), L_31, /*hidden argument*/NULL);
V_15 = L_32;
goto IL_0302;
}
IL_00fc:
{
// if (value is ushort us)
RuntimeObject* L_33 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_33, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))
{
goto IL_010f;
}
}
{
RuntimeObject* L_34 = ___value0;
V_6 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_34, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))));
G_B32_0 = 1;
goto IL_0110;
}
IL_010f:
{
G_B32_0 = 0;
}
IL_0110:
{
V_22 = (bool)G_B32_0;
bool L_35 = V_22;
if (!L_35)
{
goto IL_0124;
}
}
{
// return new PrimitiveValue(us);
uint16_t L_36 = V_6;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_37;
memset((&L_37), 0, sizeof(L_37));
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_37), L_36, /*hidden argument*/NULL);
V_15 = L_37;
goto IL_0302;
}
IL_0124:
{
// if (value is int i)
RuntimeObject* L_38 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_38, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_0137;
}
}
{
RuntimeObject* L_39 = ___value0;
V_7 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_39, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
G_B37_0 = 1;
goto IL_0138;
}
IL_0137:
{
G_B37_0 = 0;
}
IL_0138:
{
V_23 = (bool)G_B37_0;
bool L_40 = V_23;
if (!L_40)
{
goto IL_014c;
}
}
{
// return new PrimitiveValue(i);
int32_t L_41 = V_7;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_42;
memset((&L_42), 0, sizeof(L_42));
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_42), L_41, /*hidden argument*/NULL);
V_15 = L_42;
goto IL_0302;
}
IL_014c:
{
// if (value is uint ui)
RuntimeObject* L_43 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_43, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))
{
goto IL_015f;
}
}
{
RuntimeObject* L_44 = ___value0;
V_8 = ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_44, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))));
G_B42_0 = 1;
goto IL_0160;
}
IL_015f:
{
G_B42_0 = 0;
}
IL_0160:
{
V_24 = (bool)G_B42_0;
bool L_45 = V_24;
if (!L_45)
{
goto IL_0174;
}
}
{
// return new PrimitiveValue(ui);
uint32_t L_46 = V_8;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_47;
memset((&L_47), 0, sizeof(L_47));
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_47), L_46, /*hidden argument*/NULL);
V_15 = L_47;
goto IL_0302;
}
IL_0174:
{
// if (value is long l)
RuntimeObject* L_48 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_48, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
{
goto IL_0187;
}
}
{
RuntimeObject* L_49 = ___value0;
V_9 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_49, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
G_B47_0 = 1;
goto IL_0188;
}
IL_0187:
{
G_B47_0 = 0;
}
IL_0188:
{
V_25 = (bool)G_B47_0;
bool L_50 = V_25;
if (!L_50)
{
goto IL_019c;
}
}
{
// return new PrimitiveValue(l);
int64_t L_51 = V_9;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_52;
memset((&L_52), 0, sizeof(L_52));
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_52), L_51, /*hidden argument*/NULL);
V_15 = L_52;
goto IL_0302;
}
IL_019c:
{
// if (value is ulong ul)
RuntimeObject* L_53 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_53, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))
{
goto IL_01af;
}
}
{
RuntimeObject* L_54 = ___value0;
V_10 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_54, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))));
G_B52_0 = 1;
goto IL_01b0;
}
IL_01af:
{
G_B52_0 = 0;
}
IL_01b0:
{
V_26 = (bool)G_B52_0;
bool L_55 = V_26;
if (!L_55)
{
goto IL_01c4;
}
}
{
// return new PrimitiveValue(ul);
uint64_t L_56 = V_10;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_57;
memset((&L_57), 0, sizeof(L_57));
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_57), L_56, /*hidden argument*/NULL);
V_15 = L_57;
goto IL_0302;
}
IL_01c4:
{
// if (value is float f)
RuntimeObject* L_58 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_58, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
{
goto IL_01d7;
}
}
{
RuntimeObject* L_59 = ___value0;
V_11 = ((*(float*)((float*)(float*)UnBox(L_59, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
G_B57_0 = 1;
goto IL_01d8;
}
IL_01d7:
{
G_B57_0 = 0;
}
IL_01d8:
{
V_27 = (bool)G_B57_0;
bool L_60 = V_27;
if (!L_60)
{
goto IL_01ec;
}
}
{
// return new PrimitiveValue(f);
float L_61 = V_11;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_62;
memset((&L_62), 0, sizeof(L_62));
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246((&L_62), L_61, /*hidden argument*/NULL);
V_15 = L_62;
goto IL_0302;
}
IL_01ec:
{
// if (value is double d)
RuntimeObject* L_63 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_63, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_01ff;
}
}
{
RuntimeObject* L_64 = ___value0;
V_12 = ((*(double*)((double*)(double*)UnBox(L_64, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
G_B62_0 = 1;
goto IL_0200;
}
IL_01ff:
{
G_B62_0 = 0;
}
IL_0200:
{
V_28 = (bool)G_B62_0;
bool L_65 = V_28;
if (!L_65)
{
goto IL_0214;
}
}
{
// return new PrimitiveValue(d);
double L_66 = V_12;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_67;
memset((&L_67), 0, sizeof(L_67));
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_67), L_66, /*hidden argument*/NULL);
V_15 = L_67;
goto IL_0302;
}
IL_0214:
{
// if (value is Enum)
RuntimeObject* L_68 = ___value0;
V_29 = (bool)((!(((RuntimeObject*)(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)IsInstClass((RuntimeObject*)L_68, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_69 = V_29;
if (!L_69)
{
goto IL_02ec;
}
}
{
// var underlyingType = value.GetType().GetEnumUnderlyingType();
RuntimeObject* L_70 = ___value0;
NullCheck(L_70);
Type_t* L_71;
L_71 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_70, NULL);
NullCheck(L_71);
Type_t* L_72;
L_72 = VirtualFuncInvoker0< Type_t* >::Invoke(120 /* System.Type System.Type::GetEnumUnderlyingType() */, L_71);
V_30 = L_72;
// var underlyingTypeCode = Type.GetTypeCode(underlyingType);
Type_t* L_73 = V_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
int32_t L_74;
L_74 = Type_GetTypeCode_m98820B2A4DCAA218E805D4773E2D0A33AFDF7192(L_73, NULL);
V_31 = L_74;
// switch (underlyingTypeCode)
int32_t L_75 = V_31;
V_33 = L_75;
int32_t L_76 = V_33;
V_32 = L_76;
int32_t L_77 = V_32;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_77, 5)))
{
case 0:
{
goto IL_0282;
}
case 1:
{
goto IL_0270;
}
case 2:
{
goto IL_0291;
}
case 3:
{
goto IL_02be;
}
case 4:
{
goto IL_02a0;
}
case 5:
{
goto IL_02cd;
}
case 6:
{
goto IL_02af;
}
case 7:
{
goto IL_02dc;
}
}
}
{
goto IL_02eb;
}
IL_0270:
{
// case TypeCode.Byte: return new PrimitiveValue((byte)value);
RuntimeObject* L_78 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_79;
memset((&L_79), 0, sizeof(L_79));
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_79), ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_78, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_79;
goto IL_0302;
}
IL_0282:
{
// case TypeCode.SByte: return new PrimitiveValue((sbyte)value);
RuntimeObject* L_80 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_81;
memset((&L_81), 0, sizeof(L_81));
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_81), ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_80, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_81;
goto IL_0302;
}
IL_0291:
{
// case TypeCode.Int16: return new PrimitiveValue((short)value);
RuntimeObject* L_82 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_83;
memset((&L_83), 0, sizeof(L_83));
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_83), ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_82, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_83;
goto IL_0302;
}
IL_02a0:
{
// case TypeCode.Int32: return new PrimitiveValue((int)value);
RuntimeObject* L_84 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_85;
memset((&L_85), 0, sizeof(L_85));
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_85), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_84, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_85;
goto IL_0302;
}
IL_02af:
{
// case TypeCode.Int64: return new PrimitiveValue((long)value);
RuntimeObject* L_86 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_87;
memset((&L_87), 0, sizeof(L_87));
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_87), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_86, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_87;
goto IL_0302;
}
IL_02be:
{
// case TypeCode.UInt16: return new PrimitiveValue((ushort)value);
RuntimeObject* L_88 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_89;
memset((&L_89), 0, sizeof(L_89));
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_89), ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_88, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_89;
goto IL_0302;
}
IL_02cd:
{
// case TypeCode.UInt32: return new PrimitiveValue((uint)value);
RuntimeObject* L_90 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_91;
memset((&L_91), 0, sizeof(L_91));
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_91), ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_90, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_91;
goto IL_0302;
}
IL_02dc:
{
// case TypeCode.UInt64: return new PrimitiveValue((ulong)value);
RuntimeObject* L_92 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_93;
memset((&L_93), 0, sizeof(L_93));
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_93), ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_92, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_15 = L_93;
goto IL_0302;
}
IL_02eb:
{
}
IL_02ec:
{
// throw new ArgumentException($"Cannot convert '{value}' to primitive value", nameof(value));
RuntimeObject* L_94 = ___value0;
String_t* L_95;
L_95 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EAE5465A186BC02355FB1EAAFD1F8D6C78CAC09)), L_94, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_96 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_96);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_96, L_95, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_FromObject_mF4A66499A9D89718F0069F7187644B790057A67B_RuntimeMethod_var)));
}
IL_0302:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_97 = V_15;
return L_97;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m4393C6F25CE81CD9B42E0DA522596339222ADC5A (bool ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
bool L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mB7C95E793A64E00E82802DE37F3AE8778691498B (Il2CppChar ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
Il2CppChar L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mEDEC47B660DAF7F226F19431CA21445637A7EE19 (uint8_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint8_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m6BC3A0CEC20C264FF552FEBBD8337E92273CE6E9 (int8_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int8_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m12C5F8C36A0C56674E54D78012FC6F4356CE00CC (int16_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int16_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mDB970E9F2F9032299DBD30D4842AA860E2566D80 (uint16_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint16_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m85AEA8DB8205EE124E0C444E17A6DE9C5D18677D (int32_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int32_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mDB0FD011C0532A74ABD3277D848C662A7205D151 (uint32_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint32_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5AE7B84A2BD1BB1A5F6F1890A196DAA1DA260E20 (int64_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int64_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mA6FA3D63D6C15F03E81698BFC7E7DDF19568F1FD (uint64_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint64_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m2E37FE97D7684B627489F765FC9BE697C08A7120 (float ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
float L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m2833030448A5E70B4233D23F0724AC116009DE1C (double ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
double L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromBoolean(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromBoolean_mEAD0016E6D8F6F9AA5FAC95633A021D3AFCB9DE3 (bool ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
bool L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromChar_m0CDBD1D32B5D97F4A7E58B1CA093258C77FF9705 (Il2CppChar ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
Il2CppChar L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromByte(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromByte_m249DEA3FAEBA5B4A05C72162ACB08AB9D9DFD1E6 (uint8_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint8_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromSByte(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromSByte_m83B42B6406E9BE2CC60D60859E96AB9D36424857 (int8_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int8_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromInt16(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromInt16_m615F9BA690C7CAA2ABD6FF8F606EE49FF98D2AA4 (int16_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int16_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromUInt16(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromUInt16_m2B7DBB0F99362FC5033E4ECE0D83B857817270E1 (uint16_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint16_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromInt32_mD4EDE41ACE65021E02944D23AD4A8D0E4D632A66 (int32_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int32_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromUInt32(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromUInt32_m49C706B13CA141A0DCAFA2888197C2E3669B5BC6 (uint32_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint32_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromInt64_m166BB6E2309A6F1E90EF958EFE45D3FD8360D62D (int64_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
int64_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromUInt64_m0BC22D2B33985388CA8208275DC3AB475D9FD1D0 (uint64_t ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
uint64_t L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromSingle(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromSingle_m55BC6C485B55AC6461B6853CCBF5436EBFD96878 (float ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
float L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromDouble_mF1EB571CD5004233BB853FD1055FE2DE35C6A745 (double ___value0, const RuntimeMethod* method)
{
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new PrimitiveValue(value);
double L_0 = ___value0;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
memset((&L_1), 0, sizeof(L_1));
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::Escape(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Escape_mD2BB213057152EFAB8AD0B19241ADEFDF9B94F52 (String_t* ___str0, String_t* ___chars1, String_t* ___replacements2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
StringBuilder_t* V_1 = NULL;
bool V_2 = false;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
bool V_7 = false;
bool V_8 = false;
String_t* V_9 = NULL;
int32_t V_10 = 0;
Il2CppChar V_11 = 0x0;
int32_t V_12 = 0;
bool V_13 = false;
{
// if (str == null)
String_t* L_0 = ___str0;
V_2 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0010;
}
}
{
// return null;
V_3 = (String_t*)NULL;
goto IL_00cc;
}
IL_0010:
{
// var hasCharacterThatNeedsEscaping = false;
V_0 = (bool)0;
// foreach (var ch in str)
String_t* L_2 = ___str0;
V_4 = L_2;
V_5 = 0;
goto IL_0041;
}
IL_001b:
{
// foreach (var ch in str)
String_t* L_3 = V_4;
int32_t L_4 = V_5;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
V_6 = L_5;
// if (chars.Contains(ch))
String_t* L_6 = ___chars1;
Il2CppChar L_7 = V_6;
NullCheck(L_6);
bool L_8;
L_8 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_6, L_7, NULL);
V_7 = L_8;
bool L_9 = V_7;
if (!L_9)
{
goto IL_003a;
}
}
{
// hasCharacterThatNeedsEscaping = true;
V_0 = (bool)1;
// break;
goto IL_004c;
}
IL_003a:
{
int32_t L_10 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_0041:
{
// foreach (var ch in str)
int32_t L_11 = V_5;
String_t* L_12 = V_4;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
if ((((int32_t)L_11) < ((int32_t)L_13)))
{
goto IL_001b;
}
}
IL_004c:
{
// if (!hasCharacterThatNeedsEscaping)
bool L_14 = V_0;
V_8 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
bool L_15 = V_8;
if (!L_15)
{
goto IL_005a;
}
}
{
// return str;
String_t* L_16 = ___str0;
V_3 = L_16;
goto IL_00cc;
}
IL_005a:
{
// var builder = new StringBuilder();
StringBuilder_t* L_17 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_17);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_17, NULL);
V_1 = L_17;
// foreach (var ch in str)
String_t* L_18 = ___str0;
V_9 = L_18;
V_10 = 0;
goto IL_00b8;
}
IL_0069:
{
// foreach (var ch in str)
String_t* L_19 = V_9;
int32_t L_20 = V_10;
NullCheck(L_19);
Il2CppChar L_21;
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_19, L_20, NULL);
V_11 = L_21;
// var index = chars.IndexOf(ch);
String_t* L_22 = ___chars1;
Il2CppChar L_23 = V_11;
NullCheck(L_22);
int32_t L_24;
L_24 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_22, L_23, NULL);
V_12 = L_24;
// if (index == -1)
int32_t L_25 = V_12;
V_13 = (bool)((((int32_t)L_25) == ((int32_t)(-1)))? 1 : 0);
bool L_26 = V_13;
if (!L_26)
{
goto IL_0097;
}
}
{
// builder.Append(ch);
StringBuilder_t* L_27 = V_1;
Il2CppChar L_28 = V_11;
NullCheck(L_27);
StringBuilder_t* L_29;
L_29 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_27, L_28, NULL);
goto IL_00b1;
}
IL_0097:
{
// builder.Append('\\');
StringBuilder_t* L_30 = V_1;
NullCheck(L_30);
StringBuilder_t* L_31;
L_31 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_30, ((int32_t)92), NULL);
// builder.Append(replacements[index]);
StringBuilder_t* L_32 = V_1;
String_t* L_33 = ___replacements2;
int32_t L_34 = V_12;
NullCheck(L_33);
Il2CppChar L_35;
L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, L_34, NULL);
NullCheck(L_32);
StringBuilder_t* L_36;
L_36 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_32, L_35, NULL);
}
IL_00b1:
{
int32_t L_37 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_37, 1));
}
IL_00b8:
{
// foreach (var ch in str)
int32_t L_38 = V_10;
String_t* L_39 = V_9;
NullCheck(L_39);
int32_t L_40;
L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL);
if ((((int32_t)L_38) < ((int32_t)L_40)))
{
goto IL_0069;
}
}
{
// return builder.ToString();
StringBuilder_t* L_41 = V_1;
NullCheck(L_41);
String_t* L_42;
L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41);
V_3 = L_42;
goto IL_00cc;
}
IL_00cc:
{
// }
String_t* L_43 = V_3;
return L_43;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::Unescape(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Unescape_mDDBA18CDE91DB1EBDC752A8B0D475DBA8E8232B5 (String_t* ___str0, String_t* ___chars1, String_t* ___replacements2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
int32_t G_B8_0 = 0;
{
// if (str == null)
String_t* L_0 = ___str0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0010;
}
}
{
// return str;
String_t* L_2 = ___str0;
V_2 = L_2;
goto IL_00cb;
}
IL_0010:
{
// if (!str.Contains('\\'))
String_t* L_3 = ___str0;
NullCheck(L_3);
bool L_4;
L_4 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_3, ((int32_t)92), NULL);
V_3 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0026;
}
}
{
// return str;
String_t* L_6 = ___str0;
V_2 = L_6;
goto IL_00cb;
}
IL_0026:
{
// var builder = new StringBuilder();
StringBuilder_t* L_7 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_7);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_7, NULL);
V_0 = L_7;
// for (var i = 0; i < str.Length; ++i)
V_4 = 0;
goto IL_00af;
}
IL_0031:
{
// var ch = str[i];
String_t* L_8 = ___str0;
int32_t L_9 = V_4;
NullCheck(L_8);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
V_5 = L_10;
// if (ch == '\\' && i < str.Length - 2)
Il2CppChar L_11 = V_5;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92)))))
{
goto IL_0050;
}
}
{
int32_t L_12 = V_4;
String_t* L_13 = ___str0;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
G_B8_0 = ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_14, 2))))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B8_0 = 0;
}
IL_0051:
{
V_6 = (bool)G_B8_0;
bool L_15 = V_6;
if (!L_15)
{
goto IL_009d;
}
}
{
// ++i;
int32_t L_16 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_16, 1));
// ch = str[i];
String_t* L_17 = ___str0;
int32_t L_18 = V_4;
NullCheck(L_17);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
V_5 = L_19;
// var index = chars.IndexOf(ch);
String_t* L_20 = ___chars1;
Il2CppChar L_21 = V_5;
NullCheck(L_20);
int32_t L_22;
L_22 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_20, L_21, NULL);
V_7 = L_22;
// if (index != -1)
int32_t L_23 = V_7;
V_8 = (bool)((((int32_t)((((int32_t)L_23) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_24 = V_8;
if (!L_24)
{
goto IL_0091;
}
}
{
// builder.Append(replacements[index]);
StringBuilder_t* L_25 = V_0;
String_t* L_26 = ___replacements2;
int32_t L_27 = V_7;
NullCheck(L_26);
Il2CppChar L_28;
L_28 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_26, L_27, NULL);
NullCheck(L_25);
StringBuilder_t* L_29;
L_29 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_25, L_28, NULL);
goto IL_009a;
}
IL_0091:
{
// builder.Append(ch);
StringBuilder_t* L_30 = V_0;
Il2CppChar L_31 = V_5;
NullCheck(L_30);
StringBuilder_t* L_32;
L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_30, L_31, NULL);
}
IL_009a:
{
goto IL_00a8;
}
IL_009d:
{
// builder.Append(ch);
StringBuilder_t* L_33 = V_0;
Il2CppChar L_34 = V_5;
NullCheck(L_33);
StringBuilder_t* L_35;
L_35 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_33, L_34, NULL);
}
IL_00a8:
{
// for (var i = 0; i < str.Length; ++i)
int32_t L_36 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_00af:
{
// for (var i = 0; i < str.Length; ++i)
int32_t L_37 = V_4;
String_t* L_38 = ___str0;
NullCheck(L_38);
int32_t L_39;
L_39 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_38, NULL);
V_9 = (bool)((((int32_t)L_37) < ((int32_t)L_39))? 1 : 0);
bool L_40 = V_9;
if (L_40)
{
goto IL_0031;
}
}
{
// return builder.ToString();
StringBuilder_t* L_41 = V_0;
NullCheck(L_41);
String_t* L_42;
L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41);
V_2 = L_42;
goto IL_00cb;
}
IL_00cb:
{
// }
String_t* L_43 = V_2;
return L_43;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::Contains(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_Contains_m5D993022A7FC32409BE5A636EBD583C55379E3D3 (String_t* ___str0, Il2CppChar ___ch1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (str == null)
String_t* L_0 = ___str0;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_001d;
}
IL_000d:
{
// return str.IndexOf(ch) != -1;
String_t* L_2 = ___str0;
Il2CppChar L_3 = ___ch1;
NullCheck(L_2);
int32_t L_4;
L_4 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_2, L_3, NULL);
V_1 = (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_001d;
}
IL_001d:
{
// }
bool L_5 = V_1;
return L_5;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::Contains(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_Contains_m9C55A48F8671E0AB9482438FF8E56B92C169C7DC (String_t* ___str0, String_t* ___text1, int32_t ___comparison2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (str == null)
String_t* L_0 = ___str0;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_001e;
}
IL_000d:
{
// return str.IndexOf(text, comparison) != -1;
String_t* L_2 = ___str0;
String_t* L_3 = ___text1;
int32_t L_4 = ___comparison2;
NullCheck(L_2);
int32_t L_5;
L_5 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_2, L_3, L_4, NULL);
V_1 = (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_001e;
}
IL_001e:
{
// }
bool L_6 = V_1;
return L_6;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::GetPlural(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_GetPlural_m4CB230BE6402CFCF8FFF545981325D1A713DCAEE (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3775297E15AD530F68BA7AF3896E3A261B24AD81);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628D1F19515023762299C5A2AF8A34A399049CE6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82BA8BFC18D84C67108B27396795EDFAEE187B83);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE7D042A807341C354F398C43F38F92D9AFDAA21);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE71910C7E19B0D89B96AF6011CDFDAF6EA1CF1C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
{
// if (str == null)
String_t* L_0 = ___str0;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(str));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_GetPlural_m4CB230BE6402CFCF8FFF545981325D1A713DCAEE_RuntimeMethod_var)));
}
IL_0014:
{
// switch (str)
String_t* L_3 = ___str0;
V_2 = L_3;
String_t* L_4 = V_2;
V_1 = L_4;
String_t* L_5 = V_1;
bool L_6;
L_6 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_5, _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7, NULL);
if (L_6)
{
goto IL_004e;
}
}
{
String_t* L_7 = V_1;
bool L_8;
L_8 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_7, _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE, NULL);
if (L_8)
{
goto IL_0056;
}
}
{
String_t* L_9 = V_1;
bool L_10;
L_10 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_9, _stringLiteralEE71910C7E19B0D89B96AF6011CDFDAF6EA1CF1C, NULL);
if (L_10)
{
goto IL_005e;
}
}
{
String_t* L_11 = V_1;
bool L_12;
L_12 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_11, _stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B, NULL);
if (L_12)
{
goto IL_0066;
}
}
{
goto IL_006e;
}
IL_004e:
{
// case "Mouse": return "Mice";
V_3 = _stringLiteral628D1F19515023762299C5A2AF8A34A399049CE6;
goto IL_007c;
}
IL_0056:
{
// case "mouse": return "mice";
V_3 = _stringLiteral3775297E15AD530F68BA7AF3896E3A261B24AD81;
goto IL_007c;
}
IL_005e:
{
// case "Axis": return "Axes";
V_3 = _stringLiteralDE7D042A807341C354F398C43F38F92D9AFDAA21;
goto IL_007c;
}
IL_0066:
{
// case "axis": return "axes";
V_3 = _stringLiteral82BA8BFC18D84C67108B27396795EDFAEE187B83;
goto IL_007c;
}
IL_006e:
{
// return str + 's';
String_t* L_13 = ___str0;
String_t* L_14;
L_14 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_13, _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465, NULL);
V_3 = L_14;
goto IL_007c;
}
IL_007c:
{
// }
String_t* L_15 = V_3;
return L_15;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::NicifyMemorySize(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_NicifyMemorySize_mC012EDBA6D457B27DF6053AA28BD42019AE55A27 (int64_t ___numBytes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C62C7650E13E5763946286B7B28B980E977B33C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28F49FF685EF5968942FC2C44FA5408C4659B72C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7720D93C700AB5486B175C224CEF31CC1C99380B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B5D0E6F79C8EDF1FD287D9EBCA6E2CBBA34F67);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int64_t V_1 = 0;
float V_2 = 0.0f;
String_t* V_3 = NULL;
bool V_4 = false;
int64_t V_5 = 0;
float V_6 = 0.0f;
bool V_7 = false;
int64_t V_8 = 0;
float V_9 = 0.0f;
{
// if (numBytes > 1024 * 1024 * 1024)
int64_t L_0 = ___numBytes0;
V_0 = (bool)((((int64_t)L_0) > ((int64_t)((int64_t)((int32_t)1073741824))))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0041;
}
}
{
// var gb = numBytes / (1024 * 1024 * 1024);
int64_t L_2 = ___numBytes0;
V_1 = ((int64_t)(L_2/((int64_t)((int32_t)1073741824))));
// var remainder = (numBytes % (1024 * 1024 * 1024)) / 1.0f;
int64_t L_3 = ___numBytes0;
V_2 = ((float)(((float)((int64_t)(L_3%((int64_t)((int32_t)1073741824)))))/(1.0f)));
// return $"{gb + remainder} GB";
int64_t L_4 = V_1;
float L_5 = V_2;
float L_6 = ((float)il2cpp_codegen_add(((float)L_4), L_5));
RuntimeObject* L_7 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_6);
String_t* L_8;
L_8 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral88B5D0E6F79C8EDF1FD287D9EBCA6E2CBBA34F67, L_7, NULL);
V_3 = L_8;
goto IL_00da;
}
IL_0041:
{
// if (numBytes > 1024 * 1024)
int64_t L_9 = ___numBytes0;
V_4 = (bool)((((int64_t)L_9) > ((int64_t)((int64_t)((int32_t)1048576))))? 1 : 0);
bool L_10 = V_4;
if (!L_10)
{
goto IL_0084;
}
}
{
// var mb = numBytes / (1024 * 1024);
int64_t L_11 = ___numBytes0;
V_5 = ((int64_t)(L_11/((int64_t)((int32_t)1048576))));
// var remainder = (numBytes % (1024 * 1024)) / 1.0f;
int64_t L_12 = ___numBytes0;
V_6 = ((float)(((float)((int64_t)(L_12%((int64_t)((int32_t)1048576)))))/(1.0f)));
// return $"{mb + remainder} MB";
int64_t L_13 = V_5;
float L_14 = V_6;
float L_15 = ((float)il2cpp_codegen_add(((float)L_13), L_14));
RuntimeObject* L_16 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_15);
String_t* L_17;
L_17 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral7720D93C700AB5486B175C224CEF31CC1C99380B, L_16, NULL);
V_3 = L_17;
goto IL_00da;
}
IL_0084:
{
// if (numBytes > 1024)
int64_t L_18 = ___numBytes0;
V_7 = (bool)((((int64_t)L_18) > ((int64_t)((int64_t)((int32_t)1024))))? 1 : 0);
bool L_19 = V_7;
if (!L_19)
{
goto IL_00c7;
}
}
{
// var kb = numBytes / 1024;
int64_t L_20 = ___numBytes0;
V_8 = ((int64_t)(L_20/((int64_t)((int32_t)1024))));
// var remainder = (numBytes % 1024) / 1.0f;
int64_t L_21 = ___numBytes0;
V_9 = ((float)(((float)((int64_t)(L_21%((int64_t)((int32_t)1024)))))/(1.0f)));
// return $"{kb + remainder} KB";
int64_t L_22 = V_8;
float L_23 = V_9;
float L_24 = ((float)il2cpp_codegen_add(((float)L_22), L_23));
RuntimeObject* L_25 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_24);
String_t* L_26;
L_26 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral28F49FF685EF5968942FC2C44FA5408C4659B72C, L_25, NULL);
V_3 = L_26;
goto IL_00da;
}
IL_00c7:
{
// return $"{numBytes} Bytes";
int64_t L_27 = ___numBytes0;
int64_t L_28 = L_27;
RuntimeObject* L_29 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_28);
String_t* L_30;
L_30 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral1C62C7650E13E5763946286B7B28B980E977B33C, L_29, NULL);
V_3 = L_30;
goto IL_00da;
}
IL_00da:
{
// }
String_t* L_31 = V_3;
return L_31;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::FromNicifiedMemorySize(System.String,System.Int64&,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_FromNicifiedMemorySize_mEA59C2F74385D588769B6C64394046B4442F3F46 (String_t* ___text0, int64_t* ___result1, int64_t ___defaultMultiplier2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1E972CD03013DE732424893507C3C55D004E089);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
{
// text = text.Trim();
String_t* L_0 = ___text0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_0, NULL);
___text0 = L_1;
// var multiplier = defaultMultiplier;
int64_t L_2 = ___defaultMultiplier2;
V_0 = L_2;
// if (text.EndsWith("MB", StringComparison.InvariantCultureIgnoreCase))
String_t* L_3 = ___text0;
NullCheck(L_3);
bool L_4;
L_4 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_3, _stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826, 3, NULL);
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_003a;
}
}
{
// multiplier = 1024 * 1024;
V_0 = ((int64_t)((int32_t)1048576));
// text = text.Substring(0, text.Length - 2);
String_t* L_6 = ___text0;
String_t* L_7 = ___text0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
NullCheck(L_6);
String_t* L_9;
L_9 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_6, 0, ((int32_t)il2cpp_codegen_subtract(L_8, 2)), NULL);
___text0 = L_9;
goto IL_00c5;
}
IL_003a:
{
// else if (text.EndsWith("GB", StringComparison.InvariantCultureIgnoreCase))
String_t* L_10 = ___text0;
NullCheck(L_10);
bool L_11;
L_11 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_10, _stringLiteralF1E972CD03013DE732424893507C3C55D004E089, 3, NULL);
V_3 = L_11;
bool L_12 = V_3;
if (!L_12)
{
goto IL_0066;
}
}
{
// multiplier = 1024 * 1024 * 1024;
V_0 = ((int64_t)((int32_t)1073741824));
// text = text.Substring(0, text.Length - 2);
String_t* L_13 = ___text0;
String_t* L_14 = ___text0;
NullCheck(L_14);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
NullCheck(L_13);
String_t* L_16;
L_16 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_13, 0, ((int32_t)il2cpp_codegen_subtract(L_15, 2)), NULL);
___text0 = L_16;
goto IL_00c5;
}
IL_0066:
{
// else if (text.EndsWith("KB", StringComparison.InvariantCultureIgnoreCase))
String_t* L_17 = ___text0;
NullCheck(L_17);
bool L_18;
L_18 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_17, _stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248, 3, NULL);
V_4 = L_18;
bool L_19 = V_4;
if (!L_19)
{
goto IL_0094;
}
}
{
// multiplier = 1024;
V_0 = ((int64_t)((int32_t)1024));
// text = text.Substring(0, text.Length - 2);
String_t* L_20 = ___text0;
String_t* L_21 = ___text0;
NullCheck(L_21);
int32_t L_22;
L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL);
NullCheck(L_20);
String_t* L_23;
L_23 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_20, 0, ((int32_t)il2cpp_codegen_subtract(L_22, 2)), NULL);
___text0 = L_23;
goto IL_00c5;
}
IL_0094:
{
// else if (text.EndsWith("Bytes", StringComparison.InvariantCultureIgnoreCase))
String_t* L_24 = ___text0;
NullCheck(L_24);
bool L_25;
L_25 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_24, _stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC, 3, NULL);
V_5 = L_25;
bool L_26 = V_5;
if (!L_26)
{
goto IL_00c5;
}
}
{
// multiplier = 1;
V_0 = ((int64_t)1);
// text = text.Substring(0, text.Length - "Bytes".Length);
String_t* L_27 = ___text0;
String_t* L_28 = ___text0;
NullCheck(L_28);
int32_t L_29;
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
NullCheck(_stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC);
int32_t L_30;
L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC, NULL);
NullCheck(L_27);
String_t* L_31;
L_31 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_27, 0, ((int32_t)il2cpp_codegen_subtract(L_29, L_30)), NULL);
___text0 = L_31;
}
IL_00c5:
{
// if (!long.TryParse(text, out var num))
String_t* L_32 = ___text0;
bool L_33;
L_33 = Int64_TryParse_m61AAE5CC4A0B716556765798C22FE12D87554986(L_32, (&V_1), NULL);
V_6 = (bool)((((int32_t)L_33) == ((int32_t)0))? 1 : 0);
bool L_34 = V_6;
if (!L_34)
{
goto IL_00e0;
}
}
{
// result = default;
int64_t* L_35 = ___result1;
*((int64_t*)L_35) = (int64_t)((int64_t)0);
// return false;
V_7 = (bool)0;
goto IL_00ea;
}
IL_00e0:
{
// result = num * multiplier;
int64_t* L_36 = ___result1;
int64_t L_37 = V_1;
int64_t L_38 = V_0;
*((int64_t*)L_36) = (int64_t)((int64_t)il2cpp_codegen_multiply(L_37, L_38));
// return true;
V_7 = (bool)1;
goto IL_00ea;
}
IL_00ea:
{
// }
bool L_39 = V_7;
return L_39;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers::CountOccurrences(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringHelpers_CountOccurrences_m485223946390513026A0930FCD96D4D27B931A53 (String_t* ___str0, Il2CppChar ___ch1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
{
// if (str == null)
String_t* L_0 = ___str0;
V_3 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_000e;
}
}
{
// return 0;
V_4 = 0;
goto IL_004c;
}
IL_000e:
{
// var length = str.Length;
String_t* L_2 = ___str0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
V_0 = L_3;
// var index = 0;
V_1 = 0;
// var count = 0;
V_2 = 0;
goto IL_003d;
}
IL_001b:
{
// var nextIndex = str.IndexOf(ch, index);
String_t* L_4 = ___str0;
Il2CppChar L_5 = ___ch1;
int32_t L_6 = V_1;
NullCheck(L_4);
int32_t L_7;
L_7 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_4, L_5, L_6, NULL);
V_5 = L_7;
// if (nextIndex == -1)
int32_t L_8 = V_5;
V_6 = (bool)((((int32_t)L_8) == ((int32_t)(-1)))? 1 : 0);
bool L_9 = V_6;
if (!L_9)
{
goto IL_0033;
}
}
{
// break;
goto IL_0047;
}
IL_0033:
{
// ++count;
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
// index = nextIndex + 1;
int32_t L_11 = V_5;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003d:
{
// while (index < length)
int32_t L_12 = V_1;
int32_t L_13 = V_0;
V_7 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_7;
if (L_14)
{
goto IL_001b;
}
}
IL_0047:
{
// return count;
int32_t L_15 = V_2;
V_4 = L_15;
goto IL_004c;
}
IL_004c:
{
// }
int32_t L_16 = V_4;
return L_16;
}
}
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.Substring> UnityEngine.InputSystem.Utilities.StringHelpers::Tokenize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringHelpers_Tokenize_m0DB91EEE81E2ACA60384590296350A052A770CA1 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_0 = (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B*)il2cpp_codegen_object_new(U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CTokenizeU3Ed__8__ctor_mFCB5DCEF9B0F44B630C8C831ADC12246A0CA2785(L_0, ((int32_t)-2), NULL);
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_1 = L_0;
String_t* L_2 = ___str0;
NullCheck(L_1);
L_1->___U3CU3E3__str_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E3__str_4), (void*)L_2);
return L_1;
}
}
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.Utilities.StringHelpers::Split(System.String,System.Func`2<System.Char,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringHelpers_Split_m0063E0616208E7EBA9D0787DB8281CF36BD29AEF (String_t* ___str0, Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___predicate1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_0 = (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF*)il2cpp_codegen_object_new(U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CSplitU3Ed__9__ctor_m531A6132094F2E8117F46518BCD07DBECF2F8B60(L_0, ((int32_t)-2), NULL);
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_1 = L_0;
String_t* L_2 = ___str0;
NullCheck(L_1);
L_1->___U3CU3E3__str_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E3__str_4), (void*)L_2);
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_3 = L_1;
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_4 = ___predicate1;
NullCheck(L_3);
L_3->___U3CU3E3__predicate_6 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___U3CU3E3__predicate_6), (void*)L_4);
return L_3;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::CharacterSeparatedListsHaveAtLeastOneCommonElement(System.String,System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64 (String_t* ___firstList0, String_t* ___secondList1, Il2CppChar ___separator2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
int32_t V_15 = 0;
int32_t V_16 = 0;
bool V_17 = false;
int32_t V_18 = 0;
Il2CppChar V_19 = 0x0;
Il2CppChar V_20 = 0x0;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
int32_t G_B12_0 = 0;
int32_t G_B21_0 = 0;
{
// if (firstList == null)
String_t* L_0 = ___firstList0;
V_3 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(firstList));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54955F5500C6186211E2357D711CD0C3E4017D6B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64_RuntimeMethod_var)));
}
IL_0014:
{
// if (secondList == null)
String_t* L_3 = ___secondList1;
V_4 = (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_4;
if (!L_4)
{
goto IL_0029;
}
}
{
// throw new ArgumentNullException(nameof(secondList));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFDA33CEC1161BE8CA5B06D2480EA1925FA4ACBE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64_RuntimeMethod_var)));
}
IL_0029:
{
// var indexInFirst = 0;
V_0 = 0;
// var lengthOfFirst = firstList.Length;
String_t* L_6 = ___firstList0;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
V_1 = L_7;
// var lengthOfSecond = secondList.Length;
String_t* L_8 = ___secondList1;
NullCheck(L_8);
int32_t L_9;
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
V_2 = L_9;
goto IL_0165;
}
IL_003e:
{
// if (firstList[indexInFirst] == separator)
String_t* L_10 = ___firstList0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL);
Il2CppChar L_13 = ___separator2;
V_8 = (bool)((((int32_t)L_12) == ((int32_t)L_13))? 1 : 0);
bool L_14 = V_8;
if (!L_14)
{
goto IL_0053;
}
}
{
// ++indexInFirst;
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0053:
{
// var endIndexInFirst = indexInFirst + 1;
int32_t L_16 = V_0;
V_5 = ((int32_t)il2cpp_codegen_add(L_16, 1));
goto IL_0060;
}
IL_005a:
{
// ++endIndexInFirst;
int32_t L_17 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0060:
{
// while (endIndexInFirst < lengthOfFirst && firstList[endIndexInFirst] != separator)
int32_t L_18 = V_5;
int32_t L_19 = V_1;
if ((((int32_t)L_18) >= ((int32_t)L_19)))
{
goto IL_0075;
}
}
{
String_t* L_20 = ___firstList0;
int32_t L_21 = V_5;
NullCheck(L_20);
Il2CppChar L_22;
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL);
Il2CppChar L_23 = ___separator2;
G_B12_0 = ((((int32_t)((((int32_t)L_22) == ((int32_t)L_23))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0076;
}
IL_0075:
{
G_B12_0 = 0;
}
IL_0076:
{
V_9 = (bool)G_B12_0;
bool L_24 = V_9;
if (L_24)
{
goto IL_005a;
}
}
{
// var lengthOfCurrentInFirst = endIndexInFirst - indexInFirst;
int32_t L_25 = V_5;
int32_t L_26 = V_0;
V_6 = ((int32_t)il2cpp_codegen_subtract(L_25, L_26));
// var indexInSecond = 0;
V_7 = 0;
goto IL_0151;
}
IL_008a:
{
// if (secondList[indexInSecond] == separator)
String_t* L_27 = ___secondList1;
int32_t L_28 = V_7;
NullCheck(L_27);
Il2CppChar L_29;
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, L_28, NULL);
Il2CppChar L_30 = ___separator2;
V_12 = (bool)((((int32_t)L_29) == ((int32_t)L_30))? 1 : 0);
bool L_31 = V_12;
if (!L_31)
{
goto IL_00a2;
}
}
{
// ++indexInSecond;
int32_t L_32 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_32, 1));
}
IL_00a2:
{
// var endIndexInSecond = indexInSecond + 1;
int32_t L_33 = V_7;
V_10 = ((int32_t)il2cpp_codegen_add(L_33, 1));
goto IL_00b0;
}
IL_00aa:
{
// ++endIndexInSecond;
int32_t L_34 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00b0:
{
// while (endIndexInSecond < lengthOfSecond && secondList[endIndexInSecond] != separator)
int32_t L_35 = V_10;
int32_t L_36 = V_2;
if ((((int32_t)L_35) >= ((int32_t)L_36)))
{
goto IL_00c5;
}
}
{
String_t* L_37 = ___secondList1;
int32_t L_38 = V_10;
NullCheck(L_37);
Il2CppChar L_39;
L_39 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_37, L_38, NULL);
Il2CppChar L_40 = ___separator2;
G_B21_0 = ((((int32_t)((((int32_t)L_39) == ((int32_t)L_40))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00c6;
}
IL_00c5:
{
G_B21_0 = 0;
}
IL_00c6:
{
V_13 = (bool)G_B21_0;
bool L_41 = V_13;
if (L_41)
{
goto IL_00aa;
}
}
{
// var lengthOfCurrentInSecond = endIndexInSecond - indexInSecond;
int32_t L_42 = V_10;
int32_t L_43 = V_7;
V_11 = ((int32_t)il2cpp_codegen_subtract(L_42, L_43));
// if (lengthOfCurrentInFirst == lengthOfCurrentInSecond)
int32_t L_44 = V_6;
int32_t L_45 = V_11;
V_14 = (bool)((((int32_t)L_44) == ((int32_t)L_45))? 1 : 0);
bool L_46 = V_14;
if (!L_46)
{
goto IL_014a;
}
}
{
// var startIndexInFirst = indexInFirst;
int32_t L_47 = V_0;
V_15 = L_47;
// var startIndexInSecond = indexInSecond;
int32_t L_48 = V_7;
V_16 = L_48;
// var isMatch = true;
V_17 = (bool)1;
// for (var i = 0; i < lengthOfCurrentInFirst; ++i)
V_18 = 0;
goto IL_0130;
}
IL_00ef:
{
// var first = firstList[startIndexInFirst + i];
String_t* L_49 = ___firstList0;
int32_t L_50 = V_15;
int32_t L_51 = V_18;
NullCheck(L_49);
Il2CppChar L_52;
L_52 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_49, ((int32_t)il2cpp_codegen_add(L_50, L_51)), NULL);
V_19 = L_52;
// var second = secondList[startIndexInSecond + i];
String_t* L_53 = ___secondList1;
int32_t L_54 = V_16;
int32_t L_55 = V_18;
NullCheck(L_53);
Il2CppChar L_56;
L_56 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_53, ((int32_t)il2cpp_codegen_add(L_54, L_55)), NULL);
V_20 = L_56;
// if (char.ToLower(first) != char.ToLower(second))
Il2CppChar L_57 = V_19;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
Il2CppChar L_58;
L_58 = Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957(L_57, NULL);
Il2CppChar L_59 = V_20;
Il2CppChar L_60;
L_60 = Char_ToLower_m643675C4A50AD39A7BE3F5C3F40A1BFD547FF957(L_59, NULL);
V_21 = (bool)((((int32_t)((((int32_t)L_58) == ((int32_t)L_60))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_61 = V_21;
if (!L_61)
{
goto IL_0129;
}
}
{
// isMatch = false;
V_17 = (bool)0;
// break;
goto IL_013c;
}
IL_0129:
{
// for (var i = 0; i < lengthOfCurrentInFirst; ++i)
int32_t L_62 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add(L_62, 1));
}
IL_0130:
{
// for (var i = 0; i < lengthOfCurrentInFirst; ++i)
int32_t L_63 = V_18;
int32_t L_64 = V_6;
V_22 = (bool)((((int32_t)L_63) < ((int32_t)L_64))? 1 : 0);
bool L_65 = V_22;
if (L_65)
{
goto IL_00ef;
}
}
IL_013c:
{
// if (isMatch)
bool L_66 = V_17;
V_23 = L_66;
bool L_67 = V_23;
if (!L_67)
{
goto IL_0149;
}
}
{
// return true;
V_24 = (bool)1;
goto IL_0177;
}
IL_0149:
{
}
IL_014a:
{
// indexInSecond = endIndexInSecond + 1;
int32_t L_68 = V_10;
V_7 = ((int32_t)il2cpp_codegen_add(L_68, 1));
}
IL_0151:
{
// while (indexInSecond < lengthOfSecond)
int32_t L_69 = V_7;
int32_t L_70 = V_2;
V_25 = (bool)((((int32_t)L_69) < ((int32_t)L_70))? 1 : 0);
bool L_71 = V_25;
if (L_71)
{
goto IL_008a;
}
}
{
// indexInFirst = endIndexInFirst + 1;
int32_t L_72 = V_5;
V_0 = ((int32_t)il2cpp_codegen_add(L_72, 1));
}
IL_0165:
{
// while (indexInFirst < lengthOfFirst)
int32_t L_73 = V_0;
int32_t L_74 = V_1;
V_26 = (bool)((((int32_t)L_73) < ((int32_t)L_74))? 1 : 0);
bool L_75 = V_26;
if (L_75)
{
goto IL_003e;
}
}
{
// return false;
V_24 = (bool)0;
goto IL_0177;
}
IL_0177:
{
// }
bool L_76 = V_24;
return L_76;
}
}
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers::ParseInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringHelpers_ParseInt_mB95AEABFD82573FF6B676B7E046EE88E209B2438 (String_t* ___str0, int32_t ___pos1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
int32_t G_B4_0 = 0;
{
// var multiply = 1;
V_0 = 1;
// var result = 0;
V_1 = 0;
// var length = str.Length;
String_t* L_0 = ___str0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
V_2 = L_1;
goto IL_0045;
}
IL_000e:
{
// var ch = str[pos];
String_t* L_2 = ___str0;
int32_t L_3 = ___pos1;
NullCheck(L_2);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
V_3 = L_4;
// var digit = ch - '0';
Il2CppChar L_5 = V_3;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, ((int32_t)48)));
// if (digit < 0 || digit > 9)
int32_t L_6 = V_4;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_002a;
}
}
{
int32_t L_7 = V_4;
G_B4_0 = ((((int32_t)L_7) > ((int32_t)((int32_t)9)))? 1 : 0);
goto IL_002b;
}
IL_002a:
{
G_B4_0 = 1;
}
IL_002b:
{
V_5 = (bool)G_B4_0;
bool L_8 = V_5;
if (!L_8)
{
goto IL_0033;
}
}
{
// break;
goto IL_004f;
}
IL_0033:
{
// result = result * multiply + digit;
int32_t L_9 = V_1;
int32_t L_10 = V_0;
int32_t L_11 = V_4;
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_9, L_10)), L_11));
// multiply *= 10;
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply(L_12, ((int32_t)10)));
// ++pos;
int32_t L_13 = ___pos1;
___pos1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0045:
{
// while (pos < length)
int32_t L_14 = ___pos1;
int32_t L_15 = V_2;
V_6 = (bool)((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
bool L_16 = V_6;
if (L_16)
{
goto IL_000e;
}
}
IL_004f:
{
// return result;
int32_t L_17 = V_1;
V_7 = L_17;
goto IL_0054;
}
IL_0054:
{
// }
int32_t L_18 = V_7;
return L_18;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_mEAB944B4E01DA060BBAE7EB5043042D1594EE0C3 (String_t* ___text0, intptr_t ___buffer1, int32_t ___bufferSizeInCharacters2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
bool V_1 = false;
{
// uint offset = 0;
V_0 = 0;
// return WriteStringToBuffer(text, buffer, bufferSizeInCharacters, ref offset);
String_t* L_0 = ___text0;
intptr_t L_1 = ___buffer1;
int32_t L_2 = ___bufferSizeInCharacters2;
bool L_3;
L_3 = StringHelpers_WriteStringToBuffer_mB8658E30FAF6778CE0731D7487B0B0A99B16A1CB(L_0, L_1, L_2, (&V_0), NULL);
V_1 = L_3;
goto IL_0010;
}
IL_0010:
{
// }
bool L_4 = V_1;
return L_4;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_mB8658E30FAF6778CE0731D7487B0B0A99B16A1CB (String_t* ___text0, intptr_t ___buffer1, int32_t ___bufferSizeInCharacters2, uint32_t* ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
uint8_t* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
int32_t G_B5_0 = 0;
{
// if (buffer == IntPtr.Zero)
intptr_t L_0 = ___buffer1;
bool L_1;
L_1 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_0, (0), NULL);
V_3 = L_1;
bool L_2 = V_3;
if (!L_2)
{
goto IL_001b;
}
}
{
// throw new ArgumentNullException("buffer");
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_WriteStringToBuffer_mB8658E30FAF6778CE0731D7487B0B0A99B16A1CB_RuntimeMethod_var)));
}
IL_001b:
{
// var length = string.IsNullOrEmpty(text) ? 0 : text.Length;
String_t* L_4 = ___text0;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
if (L_5)
{
goto IL_002b;
}
}
{
String_t* L_6 = ___text0;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
G_B5_0 = L_7;
goto IL_002c;
}
IL_002b:
{
G_B5_0 = 0;
}
IL_002c:
{
V_0 = G_B5_0;
// if (length > ushort.MaxValue)
int32_t L_8 = V_0;
V_4 = (bool)((((int32_t)L_8) > ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_9 = V_4;
if (!L_9)
{
goto IL_005a;
}
}
{
// throw new ArgumentException(string.Format("String exceeds max size of {0} characters", ushort.MaxValue), "text");
uint16_t L_10 = ((uint16_t)((int32_t)65535));
RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)), &L_10);
String_t* L_12;
L_12 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AEDE79F00BF8508555B948D1DE12F274399430A)), L_11, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_13);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_WriteStringToBuffer_mB8658E30FAF6778CE0731D7487B0B0A99B16A1CB_RuntimeMethod_var)));
}
IL_005a:
{
// var endOffset = offset + sizeof(char) * length + sizeof(int);
uint32_t* L_14 = ___offset3;
int32_t L_15 = *((uint32_t*)L_14);
int32_t L_16 = V_0;
V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_15)), ((int64_t)((int32_t)il2cpp_codegen_multiply(2, L_16))))), ((int64_t)4)));
// if (endOffset > bufferSizeInCharacters)
int64_t L_17 = V_1;
int32_t L_18 = ___bufferSizeInCharacters2;
V_5 = (bool)((((int64_t)L_17) > ((int64_t)((int64_t)L_18)))? 1 : 0);
bool L_19 = V_5;
if (!L_19)
{
goto IL_0076;
}
}
{
// return false;
V_6 = (bool)0;
goto IL_00b6;
}
IL_0076:
{
// var ptr = ((byte*)buffer) + offset;
intptr_t L_20 = ___buffer1;
void* L_21;
L_21 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_20, NULL);
uint32_t* L_22 = ___offset3;
int32_t L_23 = *((uint32_t*)L_22);
V_2 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((uintptr_t)L_23)));
// *((ushort*)ptr) = (ushort)length;
uint8_t* L_24 = V_2;
int32_t L_25 = V_0;
*((int16_t*)L_24) = (int16_t)((int32_t)(uint16_t)L_25);
// ptr += sizeof(ushort);
uint8_t* L_26 = V_2;
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, 2));
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
V_7 = 0;
goto IL_00a2;
}
IL_008e:
{
// *((char*)ptr) = text[i];
uint8_t* L_27 = V_2;
String_t* L_28 = ___text0;
int32_t L_29 = V_7;
NullCheck(L_28);
Il2CppChar L_30;
L_30 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, L_29, NULL);
*((int16_t*)L_27) = (int16_t)L_30;
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
int32_t L_31 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_31, 1));
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
uint8_t* L_32 = V_2;
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, 2));
}
IL_00a2:
{
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
int32_t L_33 = V_7;
int32_t L_34 = V_0;
V_8 = (bool)((((int32_t)L_33) < ((int32_t)L_34))? 1 : 0);
bool L_35 = V_8;
if (L_35)
{
goto IL_008e;
}
}
{
// offset = (uint)endOffset;
uint32_t* L_36 = ___offset3;
int64_t L_37 = V_1;
*((int32_t*)L_36) = (int32_t)((int32_t)(uint32_t)L_37);
// return true;
V_6 = (bool)1;
goto IL_00b6;
}
IL_00b6:
{
// }
bool L_38 = V_6;
return L_38;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_m9DF460E736D154E45E56EF8549D05E54DEF3FA30 (intptr_t ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
String_t* V_1 = NULL;
{
// uint offset = 0;
V_0 = 0;
// return ReadStringFromBuffer(buffer, bufferSize, ref offset);
intptr_t L_0 = ___buffer0;
int32_t L_1 = ___bufferSize1;
String_t* L_2;
L_2 = StringHelpers_ReadStringFromBuffer_mC29E8CC186EEB1BFE348210514625FA2E3A13864(L_0, L_1, (&V_0), NULL);
V_1 = L_2;
goto IL_000f;
}
IL_000f:
{
// }
String_t* L_3 = V_1;
return L_3;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_mC29E8CC186EEB1BFE348210514625FA2E3A13864 (intptr_t ___buffer0, int32_t ___bufferSize1, uint32_t* ___offset2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
uint16_t V_1 = 0;
int64_t V_2 = 0;
String_t* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
String_t* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
{
// if (buffer == IntPtr.Zero)
intptr_t L_0 = ___buffer0;
bool L_1;
L_1 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_0, (0), NULL);
V_4 = L_1;
bool L_2 = V_4;
if (!L_2)
{
goto IL_001d;
}
}
{
// throw new ArgumentNullException(nameof(buffer));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_ReadStringFromBuffer_mC29E8CC186EEB1BFE348210514625FA2E3A13864_RuntimeMethod_var)));
}
IL_001d:
{
// if (offset + sizeof(int) > bufferSize)
uint32_t* L_4 = ___offset2;
int32_t L_5 = *((uint32_t*)L_4);
int32_t L_6 = ___bufferSize1;
V_5 = (bool)((((int64_t)((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_add(L_5, 4))))) > ((int64_t)((int64_t)L_6)))? 1 : 0);
bool L_7 = V_5;
if (!L_7)
{
goto IL_0031;
}
}
{
// return null;
V_6 = (String_t*)NULL;
goto IL_0084;
}
IL_0031:
{
// var ptr = ((byte*)buffer) + offset;
intptr_t L_8 = ___buffer0;
void* L_9;
L_9 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_8, NULL);
uint32_t* L_10 = ___offset2;
int32_t L_11 = *((uint32_t*)L_10);
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((uintptr_t)L_11)));
// var length = *((ushort*)ptr);
uint8_t* L_12 = V_0;
int32_t L_13 = *((uint16_t*)L_12);
V_1 = (uint16_t)L_13;
// ptr += sizeof(ushort);
uint8_t* L_14 = V_0;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, 2));
// if (length == 0)
uint16_t L_15 = V_1;
V_7 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
bool L_16 = V_7;
if (!L_16)
{
goto IL_0052;
}
}
{
// return null;
V_6 = (String_t*)NULL;
goto IL_0084;
}
IL_0052:
{
// var endOffset = offset + sizeof(char) * length + sizeof(int);
uint32_t* L_17 = ___offset2;
int32_t L_18 = *((uint32_t*)L_17);
uint16_t L_19 = V_1;
V_2 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_18)), ((int64_t)((int32_t)il2cpp_codegen_multiply(2, (int32_t)L_19))))), ((int64_t)4)));
// if (endOffset > bufferSize)
int64_t L_20 = V_2;
int32_t L_21 = ___bufferSize1;
V_8 = (bool)((((int64_t)L_20) > ((int64_t)((int64_t)L_21)))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_006e;
}
}
{
// return null;
V_6 = (String_t*)NULL;
goto IL_0084;
}
IL_006e:
{
// var text = Marshal.PtrToStringUni(new IntPtr(ptr), length);
uint8_t* L_23 = V_0;
intptr_t L_24;
memset((&L_24), 0, sizeof(L_24));
IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_24), (void*)L_23, /*hidden argument*/NULL);
uint16_t L_25 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
String_t* L_26;
L_26 = Marshal_PtrToStringUni_mF41EF665A667CEC0DD58A4197C2ECED5962A0565(L_24, L_25, NULL);
V_3 = L_26;
// offset = (uint)endOffset;
uint32_t* L_27 = ___offset2;
int64_t L_28 = V_2;
*((int32_t*)L_27) = (int32_t)((int32_t)(uint32_t)L_28);
// return text;
String_t* L_29 = V_3;
V_6 = L_29;
goto IL_0084;
}
IL_0084:
{
// }
String_t* L_30 = V_6;
return L_30;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::IsPrintable(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_IsPrintable_m4EFAB49F17A884E9AB2A51A996EE41229C55043C (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// return !char.IsControl(ch) && !char.IsWhiteSpace(ch);
Il2CppChar L_0 = ___ch0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Char_IsControl_m7B006691A34165B76DF65393181827D62104F6EC(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
Il2CppChar L_2 = ___ch0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_2, NULL);
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
V_0 = (bool)G_B3_0;
goto IL_0018;
}
IL_0018:
{
// }
bool L_4 = V_0;
return L_4;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::WithAllWhitespaceStripped(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_WithAllWhitespaceStripped_mF45903BE98A51D3D1B003876895F35E04CB4BDD2 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
bool V_4 = false;
String_t* V_5 = NULL;
{
// var buffer = new StringBuilder();
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
// foreach (var ch in str)
String_t* L_1 = ___str0;
V_1 = L_1;
V_2 = 0;
goto IL_0031;
}
IL_000e:
{
// foreach (var ch in str)
String_t* L_2 = V_1;
int32_t L_3 = V_2;
NullCheck(L_2);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
V_3 = L_4;
// if (!char.IsWhiteSpace(ch))
Il2CppChar L_5 = V_3;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_5, NULL);
V_4 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_4;
if (!L_7)
{
goto IL_002d;
}
}
{
// buffer.Append(ch);
StringBuilder_t* L_8 = V_0;
Il2CppChar L_9 = V_3;
NullCheck(L_8);
StringBuilder_t* L_10;
L_10 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_8, L_9, NULL);
}
IL_002d:
{
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0031:
{
// foreach (var ch in str)
int32_t L_12 = V_2;
String_t* L_13 = V_1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_000e;
}
}
{
// return buffer.ToString();
StringBuilder_t* L_15 = V_0;
NullCheck(L_15);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
V_5 = L_16;
goto IL_0044;
}
IL_0044:
{
// }
String_t* L_17 = V_5;
return L_17;
}
}
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::InvariantEqualsIgnoreCase(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_InvariantEqualsIgnoreCase_m71307328583BF19E06D153675B06A36289F06158 (String_t* ___left0, String_t* ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (string.IsNullOrEmpty(left))
String_t* L_0 = ___left0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0014;
}
}
{
// return string.IsNullOrEmpty(right);
String_t* L_3 = ___right1;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_1 = L_4;
goto IL_001f;
}
IL_0014:
{
// return string.Equals(left, right, StringComparison.InvariantCultureIgnoreCase);
String_t* L_5 = ___left0;
String_t* L_6 = ___right1;
bool L_7;
L_7 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_5, L_6, 3, NULL);
V_1 = L_7;
goto IL_001f;
}
IL_001f:
{
// }
bool L_8 = V_1;
return L_8;
}
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ExpandTemplateString(System.String,System.Func`2<System.String,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ExpandTemplateString_m86EE6FCE73A965C35C9D49D6953FA1A17286A345 (String_t* ___template0, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___mapFunc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
int32_t V_6 = 0;
String_t* V_7 = NULL;
String_t* V_8 = NULL;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
String_t* V_12 = NULL;
int32_t G_B12_0 = 0;
{
// if (string.IsNullOrEmpty(template))
String_t* L_0 = ___template0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(template));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE3CDBE9D3C244138D4F64C1BEB914490F7E7BBD)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_ExpandTemplateString_m86EE6FCE73A965C35C9D49D6953FA1A17286A345_RuntimeMethod_var)));
}
IL_0016:
{
// if (mapFunc == null)
Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_4 = ___mapFunc1;
V_3 = (bool)((((RuntimeObject*)(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0029;
}
}
{
// throw new ArgumentNullException(nameof(mapFunc));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3002A2B85A3B7DFD395054441915FBAB742D4EE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_ExpandTemplateString_m86EE6FCE73A965C35C9D49D6953FA1A17286A345_RuntimeMethod_var)));
}
IL_0029:
{
// var buffer = new StringBuilder();
StringBuilder_t* L_7 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_7);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_7, NULL);
V_0 = L_7;
// var length = template.Length;
String_t* L_8 = ___template0;
NullCheck(L_8);
int32_t L_9;
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
V_1 = L_9;
// for (var i = 0; i < length; ++i)
V_4 = 0;
goto IL_00b9;
}
IL_003b:
{
// var ch = template[i];
String_t* L_10 = ___template0;
int32_t L_11 = V_4;
NullCheck(L_10);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL);
V_5 = L_12;
// if (ch != '{')
Il2CppChar L_13 = V_5;
V_9 = (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)((int32_t)123)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_14 = V_9;
if (!L_14)
{
goto IL_0061;
}
}
{
// buffer.Append(ch);
StringBuilder_t* L_15 = V_0;
Il2CppChar L_16 = V_5;
NullCheck(L_15);
StringBuilder_t* L_17;
L_17 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_15, L_16, NULL);
// continue;
goto IL_00b3;
}
IL_0061:
{
// ++i;
int32_t L_18 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1));
// var tokenStartPos = i;
int32_t L_19 = V_4;
V_6 = L_19;
goto IL_0073;
}
IL_006d:
{
// ++i;
int32_t L_20 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0073:
{
// while (i < length && template[i] != '}')
int32_t L_21 = V_4;
int32_t L_22 = V_1;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_0089;
}
}
{
String_t* L_23 = ___template0;
int32_t L_24 = V_4;
NullCheck(L_23);
Il2CppChar L_25;
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
G_B12_0 = ((((int32_t)((((int32_t)L_25) == ((int32_t)((int32_t)125)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_008a;
}
IL_0089:
{
G_B12_0 = 0;
}
IL_008a:
{
V_10 = (bool)G_B12_0;
bool L_26 = V_10;
if (L_26)
{
goto IL_006d;
}
}
{
// var token = template.Substring(tokenStartPos, i - tokenStartPos);
String_t* L_27 = ___template0;
int32_t L_28 = V_6;
int32_t L_29 = V_4;
int32_t L_30 = V_6;
NullCheck(L_27);
String_t* L_31;
L_31 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_27, L_28, ((int32_t)il2cpp_codegen_subtract(L_29, L_30)), NULL);
V_7 = L_31;
// var mapped = mapFunc(token);
Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_32 = ___mapFunc1;
String_t* L_33 = V_7;
NullCheck(L_32);
String_t* L_34;
L_34 = Func_2_Invoke_mED071D4A847678204A843F11D77F10D168FE4D2D_inline(L_32, L_33, NULL);
V_8 = L_34;
// buffer.Append(mapped);
StringBuilder_t* L_35 = V_0;
String_t* L_36 = V_8;
NullCheck(L_35);
StringBuilder_t* L_37;
L_37 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_35, L_36, NULL);
}
IL_00b3:
{
// for (var i = 0; i < length; ++i)
int32_t L_38 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_00b9:
{
// for (var i = 0; i < length; ++i)
int32_t L_39 = V_4;
int32_t L_40 = V_1;
V_11 = (bool)((((int32_t)L_39) < ((int32_t)L_40))? 1 : 0);
bool L_41 = V_11;
if (L_41)
{
goto IL_003b;
}
}
{
// return buffer.ToString();
StringBuilder_t* L_42 = V_0;
NullCheck(L_42);
String_t* L_43;
L_43 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42);
V_12 = L_43;
goto IL_00d1;
}
IL_00d1:
{
// }
String_t* L_44 = V_12;
return L_44;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
{
{
// get => m_BindingIndex;
uint16_t L_0 = __this->___m_BindingIndex_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
{
{
// get => (InputActionPhase)m_Phase;
uint8_t L_0 = __this->___m_Phase_5;
return (int32_t)(L_0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
{
{
// get => m_ControlIndex;
uint16_t L_0 = __this->___m_ControlIndex_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
{
{
// get => m_StartTime;
double L_0 = __this->___m_StartTime_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method)
{
{
void* L_0 = ___value0;
*__this = ((intptr_t)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method)
{
{
// public InputEvent* data => m_EventPtr;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method)
{
{
// public int eventCount => m_EventCount;
int32_t L_0 = __this->___m_EventCount_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
{
{
// get => m_StateIndex;
uint8_t L_0 = __this->___m_StateIndex_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->___x_0;
float L_1 = __this->___x_0;
float L_2 = __this->___y_1;
float L_3 = __this->___y_1;
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3))));
goto IL_001f;
}
IL_001f:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->___x_2;
float L_1 = __this->___x_2;
float L_2 = __this->___y_3;
float L_3 = __this->___y_3;
float L_4 = __this->___z_4;
float L_5 = __this->___z_4;
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))));
goto IL_002d;
}
IL_002d:
{
float L_6 = V_0;
return L_6;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_inline(L_0, NULL);
String_t* L_1 = ___name0;
Profiler_BeginSampleImpl_m11DCED1F062EEB6A07FE36224080BAEDC65D5A87(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74_inline (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string formatString { get; set; }
String_t* L_0 = ___value0;
__this->___U3CformatStringU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CformatStringU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method)
{
{
// public int length => m_Length;
int32_t L_0 = __this->___m_Length_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NumberHelpers_Approximately_mAE62291E1ABE7C0349636DA8C7707BC07E46E25F_inline (double ___a0, double ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return Math.Abs(b - a) < Math.Max(1E-06 * Math.Max(Math.Abs(a), Math.Abs(b)), double.Epsilon * 8);
double L_0 = ___b1;
double L_1 = ___a0;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_2;
L_2 = fabs(((double)il2cpp_codegen_subtract(L_0, L_1)));
double L_3 = ___a0;
double L_4;
L_4 = fabs(L_3);
double L_5 = ___b1;
double L_6;
L_6 = fabs(L_5);
double L_7;
L_7 = Math_Max_mD1AD971AB9981B8A59BC5B5BEB7DD6A5A5E82AD6(L_4, L_6, NULL);
double L_8;
L_8 = Math_Max_mD1AD971AB9981B8A59BC5B5BEB7DD6A5A5E82AD6(((double)il2cpp_codegen_multiply((9.9999999999999995E-07), L_7)), (3.9525251667299724E-323), NULL);
V_0 = (bool)((((double)L_2) < ((double)L_8))? 1 : 0);
goto IL_0037;
}
IL_0037:
{
// }
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
float L_0 = ___b1;
float L_1 = ___a0;
float L_2;
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
float L_3 = ___a0;
float L_4;
L_4 = fabsf(L_3);
float L_5 = ___b1;
float L_6;
L_6 = fabsf(L_5);
float L_7;
L_7 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_4, L_6, NULL);
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
float L_9;
L_9 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
goto IL_0035;
}
IL_0035:
{
bool L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
double L_0 = *((double*)__this);
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
V_0 = L_1;
int64_t L_2 = V_0;
if ((((int64_t)((int64_t)(((int64_t)il2cpp_codegen_subtract(L_2, ((int64_t)1)))&((int64_t)(std::numeric_limits<int64_t>::max)())))) < ((int64_t)((int64_t)9218868437227405312LL))))
{
goto IL_002d;
}
}
{
int64_t L_3 = V_0;
V_0 = ((int64_t)(L_3&((int64_t)9218868437227405312LL)));
}
IL_002d:
{
int64_t L_4 = V_0;
int64_t L_5 = V_0;
return ((int32_t)(((int32_t)L_4)^((int32_t)((int64_t)(L_5>>((int32_t)32))))));
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m302B1379117FEDC56095650462521DEF0252181A_inline (uint32_t ___value0, uint32_t ___minValue1, uint32_t ___maxValue2, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
bool V_2 = false;
{
// if (value <= minValue)
uint32_t L_0 = ___value0;
uint32_t L_1 = ___minValue1;
V_0 = (bool)((((int32_t)((!(((uint32_t)L_0) <= ((uint32_t)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0014;
}
}
{
// return 0.0f;
V_1 = (0.0f);
goto IL_003a;
}
IL_0014:
{
// if (value >= maxValue)
uint32_t L_3 = ___value0;
uint32_t L_4 = ___maxValue2;
V_2 = (bool)((((int32_t)((!(((uint32_t)L_3) >= ((uint32_t)L_4)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_0027;
}
}
{
// return 1.0f;
V_1 = (1.0f);
goto IL_003a;
}
IL_0027:
{
// return (float)(((double)value - minValue) / ((double)maxValue - minValue));
uint32_t L_6 = ___value0;
uint32_t L_7 = ___minValue1;
uint32_t L_8 = ___maxValue2;
uint32_t L_9 = ___minValue1;
V_1 = ((float)((double)(((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_6)), ((double)((double)(uint32_t)L_7))))/((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_8)), ((double)((double)(uint32_t)L_9)))))));
goto IL_003a;
}
IL_003a:
{
// }
float L_10 = V_1;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m795050CA5FDE0362A04ECF58DE3A64EA0F3140BA_inline (float ___value0, uint32_t ___uintMinValue1, uint32_t ___uintMaxValue2, const RuntimeMethod* method)
{
bool V_0 = false;
uint32_t V_1 = 0;
bool V_2 = false;
{
// if (value <= 0.0f)
float L_0 = ___value0;
V_0 = (bool)((((int32_t)((!(((float)L_0) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// return uintMinValue;
uint32_t L_2 = ___uintMinValue1;
V_1 = L_2;
goto IL_0039;
}
IL_0014:
{
// if (value >= 1.0f)
float L_3 = ___value0;
V_2 = (bool)((((int32_t)((!(((float)L_3) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0027;
}
}
{
// return uintMaxValue;
uint32_t L_5 = ___uintMaxValue2;
V_1 = L_5;
goto IL_0039;
}
IL_0027:
{
// return (uint)(value * ((double)uintMaxValue - uintMinValue) + uintMinValue);
float L_6 = ___value0;
uint32_t L_7 = ___uintMaxValue2;
uint32_t L_8 = ___uintMinValue1;
uint32_t L_9 = ___uintMinValue1;
V_1 = il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_6), ((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_7)), ((double)((double)(uint32_t)L_8)))))), ((double)((double)(uint32_t)L_9)))));
goto IL_0039;
}
IL_0039:
{
// }
uint32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_mEB8F85FE2BA604AC7B15C1FA171ECDF1A5D107C2_inline (uint32_t ___number0, uint32_t ___alignment1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
bool V_1 = false;
uint32_t V_2 = 0;
{
// var remainder = number % alignment;
uint32_t L_0 = ___number0;
uint32_t L_1 = ___alignment1;
V_0 = ((int32_t)((uint32_t)(int32_t)L_0%(uint32_t)(int32_t)L_1));
// if (remainder == 0)
uint32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0011;
}
}
{
// return number;
uint32_t L_4 = ___number0;
V_2 = L_4;
goto IL_0019;
}
IL_0011:
{
// return number + alignment - remainder;
uint32_t L_5 = ___number0;
uint32_t L_6 = ___alignment1;
uint32_t L_7 = V_0;
V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7));
goto IL_0019;
}
IL_0019:
{
// }
uint32_t L_8 = V_2;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = ___value0;
__this->___U3CnameU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public ReadOnlyArray<NamedValue> parameters { get; set; }
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___value0, const RuntimeMethod* method)
{
{
// public ReadOnlyArray<NamedValue> parameters { get; set; }
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = ___value0;
__this->___U3CparametersU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = ___value0;
__this->___U3CnameU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
{
{
// public PrimitiveValue value { get; set; }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CvalueU3Ek__BackingField_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___value0, const RuntimeMethod* method)
{
{
// public PrimitiveValue value { get; set; }
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___value0;
__this->___U3CvalueU3Ek__BackingField_2 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
{
{
// public TypeCode type => m_Type;
int32_t L_0 = __this->___m_Type_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method)
{
{
// public int deviceId => m_DeviceId;
int32_t L_0 = __this->___m_DeviceId_25;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___item0, const RuntimeMethod* method)
{
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* L_1 = (JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* L_6 = V_0;
int32_t L_7 = V_1;
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (JsonValue_t01DB320267C848E729A400EF2345979978F851D2)L_8);
return;
}
IL_0034:
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_9 = ___item0;
(( void (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, JsonValue_t01DB320267C848E729A400EF2345979978F851D2, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD9C88CB5A45096243E5CE92DE07B077508B7730_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 KeyValuePair_2_get_Value_mE2F1308AA1361FAC791808BF909523539D8804EA_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method)
{
{
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_0 = (JsonValue_t01DB320267C848E729A400EF2345979978F851D2)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_gshared_inline (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, const RuntimeMethod* method)
{
{
// public int Count => m_Length;
int32_t L_0 = (int32_t)__this->___m_Length_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m0BCD676AA15E265F9D945F9E53CDD5962EB37D0F_gshared_inline (const RuntimeMethod* method)
{
{
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0));
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_0 = ((EmptyEnumerable_1_t3B42B1B4CCA466045C2BB6F27A882D8B14E2C226_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Instance_0;
return (RuntimeObject*)L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_3 = (NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___item0, const RuntimeMethod* method)
{
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_1 = (NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_6 = V_0;
int32_t L_7 = V_1;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01)L_8);
return;
}
IL_0034:
{
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_9 = ___item0;
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method)
{
typedef RuntimeObject* (*FunctionPointerType) (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_inline (String_t* ___name0, const RuntimeMethod* method)
{
bool V_0 = false;
{
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001c;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31D159E683556C06B3B3963D92483B6867EB3233)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_RuntimeMethod_var)));
}
IL_001c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___a0;
float L_1 = ___b1;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0)));
return L_0;
}
}